Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2017-04-12  Pedro Alves  <palves@redhat.com>
2
3         PR c++/21323
4         * gdb.cp/wide_char_types.c: New file.
5         * gdb.cp/wide_char_types.exp: New file.
6
7 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8
9         PR gdb/21352
10         * gdb.trace/tsv.exp: Add test for "tsave -r".
11
12 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
13
14         * gdb.python/py-section-script.exp (sepdebug): New testcases.
15
16 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
17
18         * gdb.arch/arc-analyze-prologue.S: New file.
19         * gdb.arch/arc-analyze-prologue.exp: Likewise.
20
21 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
22
23         * gdb.arch/arc-decode-insn.S: New file.
24         * gdb.arch/arc-decode-insn.exp: Likewise.
25
26 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
27
28         PR tdep/20928
29         * gdb.arch/sparc64-regs.exp: New file.
30         * gdb.arch/sparc64-regs.S: Likewise.
31
32 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
33
34         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
35         and memory view on Python 3.
36
37 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
38             Keith Seitz  <keiths@redhat.com>
39
40         PR gdb/14441
41         * gdb.cp/demangle.exp: Add rvalue reference tests.
42         * gdb.cp/rvalue-ref-casts.cc: New file.
43         * gdb.cp/rvalue-ref-casts.exp: New file.
44         * gdb.cp/rvalue-ref-overload.cc: New file.
45         * gdb.cp/rvalue-ref-overload.exp: New file.
46         * gdb.cp/rvalue-ref-params.cc: New file.
47         * gdb.cp/rvalue-ref-params.exp: New file.
48         * gdb.cp/rvalue-ref-sizeof.cc: New file.
49         * gdb.cp/rvalue-ref-sizeof.exp: New file.
50         * gdb.cp/rvalue-ref-types.cc: New file.
51         * gdb.cp/rvalue-ref-types.exp: New file.
52         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
53         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
54
55 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
56
57         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
58         New procedure.
59
60 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
61
62         * lib/mi-support.exp (mi_gdb_test): Add additional message
63         for unexpected output.
64
65 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
66
67         * gdb.base/examine-backward.c (Barrier): New character array
68         constant, to ensure that TestStrings is preceded by a string
69         terminator.
70
71 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
72
73         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
74         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
75         and implicit pointer into such a location.
76
77 2017-03-16  Doug Evans  <dje@google.com>
78
79         * gdb.python/py-lazy-string (pointer): Really add new typedef.
80
81 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
82
83         * gdb.cp/m-static.exp: Fix expectation for prototype of
84         test5.single_constructor and single_constructor::single_constructor.
85
86 2017-03-16  Doug Evans  <dje@google.com>
87
88         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
89         * gdb.guile/scm-lazy-string.c: New file.
90         * gdb.guile/scm-value.exp: Move lazy string tests to ...
91         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
92         for pointer, array, typedef lazy strings.
93
94 2017-03-16  Doug Evans  <dje@google.com>
95
96         PR python/17728, python/18439, python/18779
97         * gdb.python/py-value.c (main) Delete locals sptr, sn.
98         * gdb.python/py-lazy-string.c (pointer): New typedef.
99         (main): New locals ptr, array, typedef_ptr.
100         * gdb.python/py-value.exp: Move lazy string tests to ...
101         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
102         array, typedef lazy strings.
103
104 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
105
106         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
107           Add optional 'test' parameter.
108
109 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
110
111         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
112         Skip for versions of DejaGnu < 1.5.
113
114 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
115
116         * lib/gdb.exp (dejagnu_version): New proc.
117         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
118         Use dejagnu_version.
119
120 2017-03-10  Keith Seitz  <keiths@redhat.com>
121
122         PR c++/8128
123         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
124         type from destructor regexps.
125         Add a branch which actually passes the test.
126         Adjust "ptype t5i" test names.
127
128 2017-03-08  Pedro Alves  <palves@redhat.com>
129
130         * gdb.base/step-over-exit.exp: Add explicit test message.
131
132 2017-03-08  Pedro Alves  <palves@redhat.com>
133
134         PR gdb/18360
135         * gdb.threads/interrupt-while-step-over.c: New file.
136         * gdb.threads/interrupt-while-step-over.exp: New file.
137
138 2017-03-08  Pedro Alves  <palves@redhat.com>
139
140         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
141         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
142
143 2017-03-08  Pedro Alves  <palves@redhat.com>
144
145         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
146         PKRU as not supported as a PASS.
147
148 2017-03-08  Pedro Alves  <palves@redhat.com>
149
150         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
151         prefix instead of $binfile1/$binfile2.
152         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
153         in test message.
154         * gdb.python/py-completion.exp: Use "load python file" as test
155         messages instead of unstable path names.
156
157 2017-03-08  Pedro Alves  <palves@redhat.com>
158             Jan Kratochvil  <jan.kratochvil@redhat.com>
159
160         PR cli/21218
161         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
162         New proc.
163         (top level): Call it.
164
165 2017-03-08  Pedro Alves  <palves@redhat.com>
166
167         PR tui/21216
168         * gdb.tui/tui-nl-filtered-output.exp: New file.
169
170 2017-03-08  Pedro Alves  <palves@redhat.com>
171
172         * gdb.base/completion.exp: Move TUI completion tests to ...
173         * gdb.tui/completion.exp: ... this new file.
174
175 2017-03-08  Pedro Alves  <palves@redhat.com>
176
177         * gdb.base/tui-disasm-long-lines.c,
178         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
179         gdb.base/tui-layout.exp: Move to ...
180         * gdb.tui/: ... this new directory.
181
182 2017-03-07  Pedro Alves  <palves@redhat.com>
183
184         * gdb.base/tui-layout.c: New file.
185         * gdb.base/tui-layout.exp: New file.
186
187 2017-03-07  Pedro Alves  <palves@redhat.com>
188
189         * gdb.base/tui-layout.c: Rename to ...
190         * gdb.base/tui-disasm-long-lines.c: ... this.
191         * gdb.base/tui-layout.exp: Rename to ...
192         * gdb.base/tui-disasm-long-lines.exp: ... this.
193
194 2017-03-07  Pedro Alves  <palves@redhat.com>
195
196         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
197
198 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
199
200         * i386-mpx-call.c: New file.
201         * i386-mpx-call.exp: New file.
202
203 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
204
205         * gdb.arch/powerpc-power.exp: Delete test.
206         * gdb.arch/powerpc-power.s: Likewise.
207         * gdb.disasm/disassembler-options.exp: New test.
208         * gdb.arch/powerpc-altivec.exp: Likewise.
209         * gdb.arch/powerpc-altivec.s: Likewise.
210         * gdb.arch/powerpc-altivec2.exp: Likewise.
211         * gdb.arch/powerpc-altivec2.s: Likewise.
212         * gdb.arch/powerpc-altivec3.exp: Likewise.
213         * gdb.arch/powerpc-altivec3.s: Likewise.
214         * gdb.arch/powerpc-power7.exp: Likewise.
215         * gdb.arch/powerpc-power7.s: Likewise.
216         * gdb.arch/powerpc-power8.exp: Likewise.
217         * gdb.arch/powerpc-power8.s: Likewise.
218         * gdb.arch/powerpc-power9.exp: Likewise.
219         * gdb.arch/powerpc-power9.s: Likewise.
220         * gdb.arch/powerpc-vsx.exp: Likewise.
221         * gdb.arch/powerpc-vsx.s: Likewise.
222         * gdb.arch/powerpc-vsx2.exp: Likewise.
223         * gdb.arch/powerpc-vsx2.s: Likewise.
224         * gdb.arch/powerpc-vsx3.exp: Likewise.
225         * gdb.arch/powerpc-vsx3.s: Likewise.
226         * gdb.arch/arm-disassembler-options.exp: Likewise.
227         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
228         * gdb.arch/s390-disassembler-options.exp: Likewise.
229
230 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
231
232         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
233         (check_supported_features): ... this. Changed return type to void.
234         (supports_rdseed): New static global.
235         (rdseed): Check supports_rdseed.
236         (initialize): Call check_supported_features.
237
238 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
239
240         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
241         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
242         and lqarx/stqcx.
243         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
244         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
245
246 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
247
248         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
249         uppercase.
250
251 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
252
253         * gdb.dwarf2/formdata16.c: New file.
254         * gdb.dwarf2/formdata16.exp: New file.
255         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
256
257 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
258
259         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
260         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
261         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
262         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
263         DW_AT_GNU_*.
264
265 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
266
267         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
268
269 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
270
271         PR gdb/21164
272         * gdb.base/maint.exp: Add testcases for when the commands do
273         not have arguments.
274
275 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
276
277         * gdb.cp/chained-calls.exp: Use p instead of P.
278
279 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
280
281         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
282         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
283
284 2017-02-14  Tom Tromey  <tom@tromey.com>
285
286         PR python/13598:
287         * gdb.python/py-events.exp: Add before_prompt event tests.
288
289 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
290
291         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
292
293 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
294
295         * gdb.linespec/explicit.c (my_unique_function_name): New function.
296         (main): Call my_unique_function_name.
297         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
298         completion of patterns with a single match.
299         Add missing -re switches to gdb_test_multiple calls.
300
301 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
302
303         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
304         return if core file is not recognized.
305
306 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
307
308         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
309         and extra UIs.
310
311 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
312
313         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
314         proc_with_prefix.
315
316 2017-02-10  Tom Tromey  <tom@tromey.com>
317
318         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
319
320 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
321
322         PR gdb/21122
323         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
324
325 2017-02-08  Jerome Guitton  <guitton@adacore.com>
326
327         * gdb.base/define.exp: Add test for command abbreviations
328         in define.
329
330 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
331
332         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
333         * gdb.reverse/insn-reverse-x86.c: New file.
334
335 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
336
337         PR tdep/20936
338         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
339
340 2017-02-03  Tom Tromey  <tom@tromey.com>
341
342         PR rust/21097:
343         * gdb.rust/simple.exp: Add new tests.
344
345 2017-02-02  Pedro Alves  <palves@redhat.com>
346
347         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
348         tests.
349
350 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
351
352         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
353         taking a 2-byte value out of a 4-byte DWARF implicit value on
354         big-endian targets.
355         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
356         logic.  Add test cases for DW_OP_implicit.
357
358 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
359
360         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
361
362 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
363
364         * gdb.btrace/enable.exp: Call gdb_exit before
365         skip_gdbserver_tests.
366
367 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
368
369         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
370         GDBFLAGS.
371
372 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
373
374         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
375         the test is skipped.
376         * gdb.btrace/data.exp: Likewise.
377         * gdb.btrace/delta.exp: Likewise.
378         * gdb.btrace/dlopen.exp: Likewise.
379         * gdb.btrace/enable-running.exp: Likewise.
380         * gdb.btrace/enable.exp: Likewise.
381         * gdb.btrace/exception.exp: Likewise.
382         * gdb.btrace/function_call_history.exp: Likewise.
383         * gdb.btrace/gcore.exp: Likewise.
384         * gdb.btrace/instruction_history.exp: Likewise.
385         * gdb.btrace/multi-thread-step.exp: Likewise.
386         * gdb.btrace/nohist.exp: Likewise.
387         * gdb.btrace/non-stop.exp: Likewise.
388         * gdb.btrace/reconnect.exp: Likewise.
389         * gdb.btrace/record_goto-step.exp: Likewise.
390         * gdb.btrace/record_goto.exp: Likewise.
391         * gdb.btrace/rn-dl-bind.exp: Likewise.
392         * gdb.btrace/segv.exp: Likewise.
393         * gdb.btrace/step.exp: Likewise.
394         * gdb.btrace/stepi.exp: Likewise.
395         * gdb.btrace/tailcall-only.exp: Likewise.
396         * gdb.btrace/tailcall.exp: Likewise.
397         * gdb.btrace/tsx.exp: Likewise.
398         * gdb.btrace/unknown_functions.exp: Likewise.
399         * gdb.btrace/vdso.exp: Likewise.
400
401 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
402
403         * gdb.btrace/enable-running.c: New.
404         * gdb.btrace/enable-running.exp: New.
405
406 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
407
408         * gdb.arch/amd64-gs_base.c: New file.
409         * gdb.arch/amd64-gs_base.exp: New file.
410
411 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
412
413         * lib/memory.exp: Remove spurious empty newlines.
414
415 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
416
417         * gdb.python/py-bad-printers.exp: Load python file using "source".
418         * gdb.python/py-events.exp: Likewise.
419         * gdb.python/py-evsignal.exp: Likewise.
420         * gdb.python/py-evthreads.exp: Likewise.
421         * gdb.python/py-frame-args.exp: Likewise.
422         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
423         * gdb.python/py-framefilter-mi.exp: Likewise.
424         * gdb.python/py-framefilter.exp: Likewise.
425         * gdb.python/py-mi.exp: Likewise.
426         * gdb.python/py-pp-maint.exp: Likewise.
427         * gdb.python/py-pp-registration.exp: Likewise.
428         * gdb.python/py-prettyprint.exp: Likewise.
429         (run_lang_tests): Likewise.
430         * gdb.python/py-typeprint.exp: Likewise.
431
432 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
433
434         * lib/memory.exp: New file.
435         * lib/gdb.exp: Load memory.exp.
436         * gdb.base/memattr.exp (delete_memory): Move proc to
437         lib/memory.exp and rename to delete_memory_regions.
438         Replace delete_memory with delete_memory_regions.
439         Cleanup memory regions before tests.
440         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
441         before tests.
442
443 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
444
445         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
446         files.
447         (initialize): New function conditionally defined.
448         (testcases): Move within conditional block.
449         (main): Call initialize.
450         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
451         of gdb.reverse/insn-reverse.c.
452         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
453         gdb.reverse/insn-reverse.c.
454
455 2017-01-26  Yao Qi  <yao.qi@linaro.org>
456
457         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
458         disassemble on address 0.
459
460 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
461             Yao Qi  <yao.qi@linaro.org>
462
463         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
464         * gdb.dwarf2/implptr-64bit.S: Remove.
465         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
466         variables in caller's context.  Add DW_OP_implicit_value.
467
468 2017-01-25  Yao Qi  <yao.qi@linaro.org>
469
470         * lib/dwarf.exp (Dwarf::_location): Handle
471         DW_OP_GNU_implicit_pointer with proper size.
472
473 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
474
475         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
476         and add untested calls.
477
478 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
479
480         * gdb.python/python.exp: Check line number against what GDB thinks
481         the line number is for func1.
482
483 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
484
485         * gdb.dlang/debug-expr.exp: New file.
486
487 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
488
489         Fix test names for the following files:
490
491         * gdb.ada/exec_changed.exp
492         * gdb.ada/info_types.exp
493         * gdb.arch/aarch64-atomic-inst.exp
494         * gdb.arch/aarch64-fp.exp
495         * gdb.arch/altivec-abi.exp
496         * gdb.arch/altivec-regs.exp
497         * gdb.arch/amd64-byte.exp
498         * gdb.arch/amd64-disp-step.exp
499         * gdb.arch/amd64-dword.exp
500         * gdb.arch/amd64-entry-value-inline.exp
501         * gdb.arch/amd64-entry-value-param.exp
502         * gdb.arch/amd64-entry-value-paramref.exp
503         * gdb.arch/amd64-entry-value.exp
504         * gdb.arch/amd64-i386-address.exp
505         * gdb.arch/amd64-invalid-stack-middle.exp
506         * gdb.arch/amd64-invalid-stack-top.exp
507         * gdb.arch/amd64-optimout-repeat.exp
508         * gdb.arch/amd64-prologue-skip.exp
509         * gdb.arch/amd64-prologue-xmm.exp
510         * gdb.arch/amd64-stap-special-operands.exp
511         * gdb.arch/amd64-stap-wrong-subexp.exp
512         * gdb.arch/amd64-tailcall-cxx.exp
513         * gdb.arch/amd64-tailcall-noret.exp
514         * gdb.arch/amd64-tailcall-ret.exp
515         * gdb.arch/amd64-tailcall-self.exp
516         * gdb.arch/amd64-word.exp
517         * gdb.arch/arm-bl-branch-dest.exp
518         * gdb.arch/arm-disp-step.exp
519         * gdb.arch/arm-neon.exp
520         * gdb.arch/arm-single-step-kernel-helper.exp
521         * gdb.arch/avr-flash-qualifier.exp
522         * gdb.arch/disp-step-insn-reloc.exp
523         * gdb.arch/e500-abi.exp
524         * gdb.arch/e500-regs.exp
525         * gdb.arch/ftrace-insn-reloc.exp
526         * gdb.arch/i386-avx512.exp
527         * gdb.arch/i386-bp_permanent.exp
528         * gdb.arch/i386-byte.exp
529         * gdb.arch/i386-cfi-notcurrent.exp
530         * gdb.arch/i386-disp-step.exp
531         * gdb.arch/i386-dr3-watch.exp
532         * gdb.arch/i386-float.exp
533         * gdb.arch/i386-gnu-cfi.exp
534         * gdb.arch/i386-mpx-map.exp
535         * gdb.arch/i386-mpx-sigsegv.exp
536         * gdb.arch/i386-mpx-simple_segv.exp
537         * gdb.arch/i386-mpx.exp
538         * gdb.arch/i386-permbkpt.exp
539         * gdb.arch/i386-prologue.exp
540         * gdb.arch/i386-signal.exp
541         * gdb.arch/i386-size-overlap.exp
542         * gdb.arch/i386-unwind.exp
543         * gdb.arch/i386-word.exp
544         * gdb.arch/mips-fcr.exp
545         * gdb.arch/powerpc-d128-regs.exp
546         * gdb.arch/powerpc-stackless.exp
547         * gdb.arch/ppc64-atomic-inst.exp
548         * gdb.arch/s390-stackless.exp
549         * gdb.arch/s390-tdbregs.exp
550         * gdb.arch/s390-vregs.exp
551         * gdb.arch/sparc-sysstep.exp
552         * gdb.arch/thumb-bx-pc.exp
553         * gdb.arch/thumb-singlestep.exp
554         * gdb.arch/thumb2-it.exp
555         * gdb.arch/vsx-regs.exp
556         * gdb.asm/asm-source.exp
557         * gdb.base/a2-run.exp
558         * gdb.base/advance.exp
559         * gdb.base/all-bin.exp
560         * gdb.base/anon.exp
561         * gdb.base/args.exp
562         * gdb.base/arithmet.exp
563         * gdb.base/async-shell.exp
564         * gdb.base/async.exp
565         * gdb.base/attach-pie-noexec.exp
566         * gdb.base/attach-twice.exp
567         * gdb.base/auto-load.exp
568         * gdb.base/bang.exp
569         * gdb.base/bitfields.exp
570         * gdb.base/break-always.exp
571         * gdb.base/break-caller-line.exp
572         * gdb.base/break-entry.exp
573         * gdb.base/break-inline.exp
574         * gdb.base/break-on-linker-gcd-function.exp
575         * gdb.base/break-probes.exp
576         * gdb.base/break.exp
577         * gdb.base/breakpoint-shadow.exp
578         * gdb.base/call-ar-st.exp
579         * gdb.base/call-sc.exp
580         * gdb.base/call-signal-resume.exp
581         * gdb.base/call-strs.exp
582         * gdb.base/callfuncs.exp
583         * gdb.base/catch-fork-static.exp
584         * gdb.base/catch-gdb-caused-signals.exp
585         * gdb.base/catch-load.exp
586         * gdb.base/catch-signal-fork.exp
587         * gdb.base/catch-signal.exp
588         * gdb.base/catch-syscall.exp
589         * gdb.base/charset.exp
590         * gdb.base/checkpoint.exp
591         * gdb.base/chng-syms.exp
592         * gdb.base/code-expr.exp
593         * gdb.base/code_elim.exp
594         * gdb.base/commands.exp
595         * gdb.base/completion.exp
596         * gdb.base/complex.exp
597         * gdb.base/cond-expr.exp
598         * gdb.base/condbreak.exp
599         * gdb.base/consecutive.exp
600         * gdb.base/continue-all-already-running.exp
601         * gdb.base/coredump-filter.exp
602         * gdb.base/corefile.exp
603         * gdb.base/dbx.exp
604         * gdb.base/debug-expr.exp
605         * gdb.base/define.exp
606         * gdb.base/del.exp
607         * gdb.base/disabled-location.exp
608         * gdb.base/disasm-end-cu.exp
609         * gdb.base/disasm-optim.exp
610         * gdb.base/display.exp
611         * gdb.base/duplicate-bp.exp
612         * gdb.base/ena-dis-br.exp
613         * gdb.base/ending-run.exp
614         * gdb.base/enumval.exp
615         * gdb.base/environ.exp
616         * gdb.base/eu-strip-infcall.exp
617         * gdb.base/eval-avoid-side-effects.exp
618         * gdb.base/eval-skip.exp
619         * gdb.base/exitsignal.exp
620         * gdb.base/expand-psymtabs.exp
621         * gdb.base/filesym.exp
622         * gdb.base/find-unmapped.exp
623         * gdb.base/finish.exp
624         * gdb.base/float.exp
625         * gdb.base/foll-exec-mode.exp
626         * gdb.base/foll-exec.exp
627         * gdb.base/foll-fork.exp
628         * gdb.base/fortran-sym-case.exp
629         * gdb.base/freebpcmd.exp
630         * gdb.base/func-ptr.exp
631         * gdb.base/func-ptrs.exp
632         * gdb.base/funcargs.exp
633         * gdb.base/gcore-buffer-overflow.exp
634         * gdb.base/gcore-relro-pie.exp
635         * gdb.base/gcore-relro.exp
636         * gdb.base/gcore.exp
637         * gdb.base/gdb1090.exp
638         * gdb.base/gdb11530.exp
639         * gdb.base/gdb11531.exp
640         * gdb.base/gdb1821.exp
641         * gdb.base/gdbindex-stabs.exp
642         * gdb.base/gdbvars.exp
643         * gdb.base/hbreak.exp
644         * gdb.base/hbreak2.exp
645         * gdb.base/included.exp
646         * gdb.base/infcall-input.exp
647         * gdb.base/inferior-died.exp
648         * gdb.base/infnan.exp
649         * gdb.base/info-macros.exp
650         * gdb.base/info-os.exp
651         * gdb.base/info-proc.exp
652         * gdb.base/info-shared.exp
653         * gdb.base/info-target.exp
654         * gdb.base/infoline.exp
655         * gdb.base/interp.exp
656         * gdb.base/interrupt.exp
657         * gdb.base/jit-reader.exp
658         * gdb.base/jit-simple.exp
659         * gdb.base/kill-after-signal.exp
660         * gdb.base/kill-detach-inferiors-cmd.exp
661         * gdb.base/label.exp
662         * gdb.base/langs.exp
663         * gdb.base/ldbl_e308.exp
664         * gdb.base/line-symtabs.exp
665         * gdb.base/linespecs.exp
666         * gdb.base/list.exp
667         * gdb.base/long_long.exp
668         * gdb.base/longest-types.exp
669         * gdb.base/maint.exp
670         * gdb.base/max-value-size.exp
671         * gdb.base/memattr.exp
672         * gdb.base/mips_pro.exp
673         * gdb.base/morestack.exp
674         * gdb.base/moribund-step.exp
675         * gdb.base/multi-forks.exp
676         * gdb.base/nested-addr.exp
677         * gdb.base/nextoverexit.exp
678         * gdb.base/noreturn-finish.exp
679         * gdb.base/noreturn-return.exp
680         * gdb.base/nostdlib.exp
681         * gdb.base/offsets.exp
682         * gdb.base/opaque.exp
683         * gdb.base/pc-fp.exp
684         * gdb.base/permissions.exp
685         * gdb.base/print-symbol-loading.exp
686         * gdb.base/prologue-include.exp
687         * gdb.base/psymtab.exp
688         * gdb.base/ptype.exp
689         * gdb.base/random-signal.exp
690         * gdb.base/randomize.exp
691         * gdb.base/range-stepping.exp
692         * gdb.base/readline-ask.exp
693         * gdb.base/recpar.exp
694         * gdb.base/recurse.exp
695         * gdb.base/relational.exp
696         * gdb.base/restore.exp
697         * gdb.base/return-nodebug.exp
698         * gdb.base/return.exp
699         * gdb.base/run-after-attach.exp
700         * gdb.base/save-bp.exp
701         * gdb.base/scope.exp
702         * gdb.base/sect-cmd.exp
703         * gdb.base/set-lang-auto.exp
704         * gdb.base/set-noassign.exp
705         * gdb.base/setvar.exp
706         * gdb.base/sigall.exp
707         * gdb.base/sigbpt.exp
708         * gdb.base/siginfo-addr.exp
709         * gdb.base/siginfo-infcall.exp
710         * gdb.base/siginfo-obj.exp
711         * gdb.base/siginfo.exp
712         * gdb.base/signals-state-child.exp
713         * gdb.base/signest.exp
714         * gdb.base/sigstep.exp
715         * gdb.base/sizeof.exp
716         * gdb.base/skip.exp
717         * gdb.base/solib-corrupted.exp
718         * gdb.base/solib-nodir.exp
719         * gdb.base/solib-search.exp
720         * gdb.base/stack-checking.exp
721         * gdb.base/stale-infcall.exp
722         * gdb.base/stap-probe.exp
723         * gdb.base/start.exp
724         * gdb.base/step-break.exp
725         * gdb.base/step-bt.exp
726         * gdb.base/step-line.exp
727         * gdb.base/step-over-exit.exp
728         * gdb.base/step-over-syscall.exp
729         * gdb.base/step-resume-infcall.exp
730         * gdb.base/step-test.exp
731         * gdb.base/store.exp
732         * gdb.base/structs3.exp
733         * gdb.base/sym-file.exp
734         * gdb.base/symbol-without-target_section.exp
735         * gdb.base/term.exp
736         * gdb.base/testenv.exp
737         * gdb.base/ui-redirect.exp
738         * gdb.base/until.exp
739         * gdb.base/unwindonsignal.exp
740         * gdb.base/value-double-free.exp
741         * gdb.base/vla-datatypes.exp
742         * gdb.base/vla-ptr.exp
743         * gdb.base/vla-sideeffect.exp
744         * gdb.base/volatile.exp
745         * gdb.base/watch-cond-infcall.exp
746         * gdb.base/watch-cond.exp
747         * gdb.base/watch-non-mem.exp
748         * gdb.base/watch-read.exp
749         * gdb.base/watch-vfork.exp
750         * gdb.base/watchpoint-cond-gone.exp
751         * gdb.base/watchpoint-delete.exp
752         * gdb.base/watchpoint-hw-hit-once.exp
753         * gdb.base/watchpoint-hw.exp
754         * gdb.base/watchpoint-stops-at-right-insn.exp
755         * gdb.base/watchpoints.exp
756         * gdb.base/wchar.exp
757         * gdb.base/whatis-exp.exp
758         * gdb.btrace/buffer-size.exp
759         * gdb.btrace/data.exp
760         * gdb.btrace/delta.exp
761         * gdb.btrace/dlopen.exp
762         * gdb.btrace/enable.exp
763         * gdb.btrace/exception.exp
764         * gdb.btrace/function_call_history.exp
765         * gdb.btrace/gcore.exp
766         * gdb.btrace/instruction_history.exp
767         * gdb.btrace/nohist.exp
768         * gdb.btrace/reconnect.exp
769         * gdb.btrace/record_goto-step.exp
770         * gdb.btrace/record_goto.exp
771         * gdb.btrace/rn-dl-bind.exp
772         * gdb.btrace/segv.exp
773         * gdb.btrace/step.exp
774         * gdb.btrace/stepi.exp
775         * gdb.btrace/tailcall-only.exp
776         * gdb.btrace/tailcall.exp
777         * gdb.btrace/tsx.exp
778         * gdb.btrace/unknown_functions.exp
779         * gdb.btrace/vdso.exp
780         * gdb.compile/compile-ifunc.exp
781         * gdb.compile/compile-ops.exp
782         * gdb.compile/compile-print.exp
783         * gdb.compile/compile-setjmp.exp
784         * gdb.cp/abstract-origin.exp
785         * gdb.cp/ambiguous.exp
786         * gdb.cp/annota2.exp
787         * gdb.cp/annota3.exp
788         * gdb.cp/anon-ns.exp
789         * gdb.cp/anon-struct.exp
790         * gdb.cp/anon-union.exp
791         * gdb.cp/arg-reference.exp
792         * gdb.cp/baseenum.exp
793         * gdb.cp/bool.exp
794         * gdb.cp/breakpoint.exp
795         * gdb.cp/bs15503.exp
796         * gdb.cp/call-c.exp
797         * gdb.cp/casts.exp
798         * gdb.cp/chained-calls.exp
799         * gdb.cp/class2.exp
800         * gdb.cp/classes.exp
801         * gdb.cp/cmpd-minsyms.exp
802         * gdb.cp/converts.exp
803         * gdb.cp/cp-relocate.exp
804         * gdb.cp/cpcompletion.exp
805         * gdb.cp/cpexprs.exp
806         * gdb.cp/cplabel.exp
807         * gdb.cp/cplusfuncs.exp
808         * gdb.cp/cpsizeof.exp
809         * gdb.cp/ctti.exp
810         * gdb.cp/derivation.exp
811         * gdb.cp/destrprint.exp
812         * gdb.cp/dispcxx.exp
813         * gdb.cp/enum-class.exp
814         * gdb.cp/exception.exp
815         * gdb.cp/exceptprint.exp
816         * gdb.cp/expand-psymtabs-cxx.exp
817         * gdb.cp/expand-sals.exp
818         * gdb.cp/extern-c.exp
819         * gdb.cp/filename.exp
820         * gdb.cp/formatted-ref.exp
821         * gdb.cp/fpointer.exp
822         * gdb.cp/gdb1355.exp
823         * gdb.cp/gdb2495.exp
824         * gdb.cp/hang.exp
825         * gdb.cp/impl-this.exp
826         * gdb.cp/infcall-dlopen.exp
827         * gdb.cp/inherit.exp
828         * gdb.cp/iostream.exp
829         * gdb.cp/koenig.exp
830         * gdb.cp/local.exp
831         * gdb.cp/m-data.exp
832         * gdb.cp/m-static.exp
833         * gdb.cp/mb-ctor.exp
834         * gdb.cp/mb-inline.exp
835         * gdb.cp/mb-templates.exp
836         * gdb.cp/member-name.exp
837         * gdb.cp/member-ptr.exp
838         * gdb.cp/meth-typedefs.exp
839         * gdb.cp/method.exp
840         * gdb.cp/method2.exp
841         * gdb.cp/minsym-fallback.exp
842         * gdb.cp/misc.exp
843         * gdb.cp/namelessclass.exp
844         * gdb.cp/namespace-enum.exp
845         * gdb.cp/namespace-nested-import.exp
846         * gdb.cp/namespace.exp
847         * gdb.cp/nextoverthrow.exp
848         * gdb.cp/no-dmgl-verbose.exp
849         * gdb.cp/non-trivial-retval.exp
850         * gdb.cp/noparam.exp
851         * gdb.cp/nsdecl.exp
852         * gdb.cp/nsimport.exp
853         * gdb.cp/nsnested.exp
854         * gdb.cp/nsnoimports.exp
855         * gdb.cp/nsrecurs.exp
856         * gdb.cp/nsstress.exp
857         * gdb.cp/nsusing.exp
858         * gdb.cp/operator.exp
859         * gdb.cp/oranking.exp
860         * gdb.cp/overload-const.exp
861         * gdb.cp/overload.exp
862         * gdb.cp/ovldbreak.exp
863         * gdb.cp/ovsrch.exp
864         * gdb.cp/paren-type.exp
865         * gdb.cp/parse-lang.exp
866         * gdb.cp/pass-by-ref.exp
867         * gdb.cp/pr-1023.exp
868         * gdb.cp/pr-1210.exp
869         * gdb.cp/pr-574.exp
870         * gdb.cp/pr10687.exp
871         * gdb.cp/pr12028.exp
872         * gdb.cp/pr17132.exp
873         * gdb.cp/pr17494.exp
874         * gdb.cp/pr9067.exp
875         * gdb.cp/pr9167.exp
876         * gdb.cp/pr9631.exp
877         * gdb.cp/printmethod.exp
878         * gdb.cp/psmang.exp
879         * gdb.cp/psymtab-parameter.exp
880         * gdb.cp/ptype-cv-cp.exp
881         * gdb.cp/ptype-flags.exp
882         * gdb.cp/re-set-overloaded.exp
883         * gdb.cp/ref-types.exp
884         * gdb.cp/rtti.exp
885         * gdb.cp/scope-err.exp
886         * gdb.cp/shadow.exp
887         * gdb.cp/smartp.exp
888         * gdb.cp/static-method.exp
889         * gdb.cp/static-print-quit.exp
890         * gdb.cp/temargs.exp
891         * gdb.cp/templates.exp
892         * gdb.cp/try_catch.exp
893         * gdb.cp/typedef-operator.exp
894         * gdb.cp/typeid.exp
895         * gdb.cp/userdef.exp
896         * gdb.cp/using-crash.exp
897         * gdb.cp/var-tag.exp
898         * gdb.cp/virtbase.exp
899         * gdb.cp/virtfunc.exp
900         * gdb.cp/virtfunc2.exp
901         * gdb.cp/vla-cxx.exp
902         * gdb.disasm/t01_mov.exp
903         * gdb.disasm/t02_mova.exp
904         * gdb.disasm/t03_add.exp
905         * gdb.disasm/t04_sub.exp
906         * gdb.disasm/t05_cmp.exp
907         * gdb.disasm/t06_ari2.exp
908         * gdb.disasm/t07_ari3.exp
909         * gdb.disasm/t08_or.exp
910         * gdb.disasm/t09_xor.exp
911         * gdb.disasm/t10_and.exp
912         * gdb.disasm/t11_logs.exp
913         * gdb.disasm/t12_bit.exp
914         * gdb.disasm/t13_otr.exp
915         * gdb.dlang/circular.exp
916         * gdb.dwarf2/arr-stride.exp
917         * gdb.dwarf2/arr-subrange.exp
918         * gdb.dwarf2/atomic-type.exp
919         * gdb.dwarf2/bad-regnum.exp
920         * gdb.dwarf2/bitfield-parent-optimized-out.exp
921         * gdb.dwarf2/callframecfa.exp
922         * gdb.dwarf2/clztest.exp
923         * gdb.dwarf2/corrupt.exp
924         * gdb.dwarf2/data-loc.exp
925         * gdb.dwarf2/dup-psym.exp
926         * gdb.dwarf2/dw2-anon-mptr.exp
927         * gdb.dwarf2/dw2-anonymous-func.exp
928         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
929         * gdb.dwarf2/dw2-bad-unresolved.exp
930         * gdb.dwarf2/dw2-basic.exp
931         * gdb.dwarf2/dw2-canonicalize-type.exp
932         * gdb.dwarf2/dw2-case-insensitive.exp
933         * gdb.dwarf2/dw2-common-block.exp
934         * gdb.dwarf2/dw2-compdir-oldgcc.exp
935         * gdb.dwarf2/dw2-compressed.exp
936         * gdb.dwarf2/dw2-const.exp
937         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
938         * gdb.dwarf2/dw2-cu-size.exp
939         * gdb.dwarf2/dw2-dup-frame.exp
940         * gdb.dwarf2/dw2-entry-value.exp
941         * gdb.dwarf2/dw2-icycle.exp
942         * gdb.dwarf2/dw2-ifort-parameter.exp
943         * gdb.dwarf2/dw2-inline-break.exp
944         * gdb.dwarf2/dw2-inline-param.exp
945         * gdb.dwarf2/dw2-intercu.exp
946         * gdb.dwarf2/dw2-intermix.exp
947         * gdb.dwarf2/dw2-lexical-block-bare.exp
948         * gdb.dwarf2/dw2-linkage-name-trust.exp
949         * gdb.dwarf2/dw2-minsym-in-cu.exp
950         * gdb.dwarf2/dw2-noloc.exp
951         * gdb.dwarf2/dw2-op-call.exp
952         * gdb.dwarf2/dw2-op-out-param.exp
953         * gdb.dwarf2/dw2-opt-structptr.exp
954         * gdb.dwarf2/dw2-param-error.exp
955         * gdb.dwarf2/dw2-producer.exp
956         * gdb.dwarf2/dw2-ranges-base.exp
957         * gdb.dwarf2/dw2-ref-missing-frame.exp
958         * gdb.dwarf2/dw2-reg-undefined.exp
959         * gdb.dwarf2/dw2-regno-invalid.exp
960         * gdb.dwarf2/dw2-restore.exp
961         * gdb.dwarf2/dw2-restrict.exp
962         * gdb.dwarf2/dw2-single-line-discriminators.exp
963         * gdb.dwarf2/dw2-strp.exp
964         * gdb.dwarf2/dw2-undefined-ret-addr.exp
965         * gdb.dwarf2/dw2-unresolved.exp
966         * gdb.dwarf2/dw2-var-zero-addr.exp
967         * gdb.dwarf2/dw4-sig-types.exp
968         * gdb.dwarf2/dwz.exp
969         * gdb.dwarf2/dynarr-ptr.exp
970         * gdb.dwarf2/enum-type.exp
971         * gdb.dwarf2/gdb-index.exp
972         * gdb.dwarf2/implptr-64bit.exp
973         * gdb.dwarf2/implptr-optimized-out.exp
974         * gdb.dwarf2/implptr.exp
975         * gdb.dwarf2/implref-array.exp
976         * gdb.dwarf2/implref-const.exp
977         * gdb.dwarf2/implref-global.exp
978         * gdb.dwarf2/implref-struct.exp
979         * gdb.dwarf2/mac-fileno.exp
980         * gdb.dwarf2/main-subprogram.exp
981         * gdb.dwarf2/member-ptr-forwardref.exp
982         * gdb.dwarf2/method-ptr.exp
983         * gdb.dwarf2/missing-sig-type.exp
984         * gdb.dwarf2/nonvar-access.exp
985         * gdb.dwarf2/opaque-type-lookup.exp
986         * gdb.dwarf2/pieces-optimized-out.exp
987         * gdb.dwarf2/pieces.exp
988         * gdb.dwarf2/pr10770.exp
989         * gdb.dwarf2/pr13961.exp
990         * gdb.dwarf2/staticvirtual.exp
991         * gdb.dwarf2/subrange.exp
992         * gdb.dwarf2/symtab-producer.exp
993         * gdb.dwarf2/trace-crash.exp
994         * gdb.dwarf2/typeddwarf.exp
995         * gdb.dwarf2/valop.exp
996         * gdb.dwarf2/watch-notconst.exp
997         * gdb.fortran/array-element.exp
998         * gdb.fortran/charset.exp
999         * gdb.fortran/common-block.exp
1000         * gdb.fortran/complex.exp
1001         * gdb.fortran/derived-type-function.exp
1002         * gdb.fortran/derived-type.exp
1003         * gdb.fortran/logical.exp
1004         * gdb.fortran/module.exp
1005         * gdb.fortran/multi-dim.exp
1006         * gdb.fortran/nested-funcs.exp
1007         * gdb.fortran/print-formatted.exp
1008         * gdb.fortran/subarray.exp
1009         * gdb.fortran/vla-alloc-assoc.exp
1010         * gdb.fortran/vla-datatypes.exp
1011         * gdb.fortran/vla-history.exp
1012         * gdb.fortran/vla-ptr-info.exp
1013         * gdb.fortran/vla-ptype-sub.exp
1014         * gdb.fortran/vla-ptype.exp
1015         * gdb.fortran/vla-sizeof.exp
1016         * gdb.fortran/vla-type.exp
1017         * gdb.fortran/vla-value-sub-arbitrary.exp
1018         * gdb.fortran/vla-value-sub-finish.exp
1019         * gdb.fortran/vla-value-sub.exp
1020         * gdb.fortran/vla-value.exp
1021         * gdb.fortran/whatis_type.exp
1022         * gdb.go/chan.exp
1023         * gdb.go/handcall.exp
1024         * gdb.go/hello.exp
1025         * gdb.go/integers.exp
1026         * gdb.go/methods.exp
1027         * gdb.go/package.exp
1028         * gdb.go/strings.exp
1029         * gdb.go/types.exp
1030         * gdb.go/unsafe.exp
1031         * gdb.guile/scm-arch.exp
1032         * gdb.guile/scm-block.exp
1033         * gdb.guile/scm-breakpoint.exp
1034         * gdb.guile/scm-cmd.exp
1035         * gdb.guile/scm-disasm.exp
1036         * gdb.guile/scm-equal.exp
1037         * gdb.guile/scm-frame-args.exp
1038         * gdb.guile/scm-frame-inline.exp
1039         * gdb.guile/scm-frame.exp
1040         * gdb.guile/scm-iterator.exp
1041         * gdb.guile/scm-math.exp
1042         * gdb.guile/scm-objfile.exp
1043         * gdb.guile/scm-ports.exp
1044         * gdb.guile/scm-symbol.exp
1045         * gdb.guile/scm-symtab.exp
1046         * gdb.guile/scm-value-cc.exp
1047         * gdb.guile/types-module.exp
1048         * gdb.linespec/break-ask.exp
1049         * gdb.linespec/cpexplicit.exp
1050         * gdb.linespec/explicit.exp
1051         * gdb.linespec/keywords.exp
1052         * gdb.linespec/linespec.exp
1053         * gdb.linespec/ls-dollar.exp
1054         * gdb.linespec/ls-errs.exp
1055         * gdb.linespec/skip-two.exp
1056         * gdb.linespec/thread.exp
1057         * gdb.mi/mi-async.exp
1058         * gdb.mi/mi-basics.exp
1059         * gdb.mi/mi-break.exp
1060         * gdb.mi/mi-catch-load.exp
1061         * gdb.mi/mi-cli.exp
1062         * gdb.mi/mi-cmd-param-changed.exp
1063         * gdb.mi/mi-console.exp
1064         * gdb.mi/mi-detach.exp
1065         * gdb.mi/mi-disassemble.exp
1066         * gdb.mi/mi-eval.exp
1067         * gdb.mi/mi-file-transfer.exp
1068         * gdb.mi/mi-file.exp
1069         * gdb.mi/mi-fill-memory.exp
1070         * gdb.mi/mi-inheritance-syntax-error.exp
1071         * gdb.mi/mi-linespec-err-cp.exp
1072         * gdb.mi/mi-logging.exp
1073         * gdb.mi/mi-memory-changed.exp
1074         * gdb.mi/mi-read-memory.exp
1075         * gdb.mi/mi-record-changed.exp
1076         * gdb.mi/mi-reg-undefined.exp
1077         * gdb.mi/mi-regs.exp
1078         * gdb.mi/mi-return.exp
1079         * gdb.mi/mi-reverse.exp
1080         * gdb.mi/mi-simplerun.exp
1081         * gdb.mi/mi-solib.exp
1082         * gdb.mi/mi-stack.exp
1083         * gdb.mi/mi-stepi.exp
1084         * gdb.mi/mi-syn-frame.exp
1085         * gdb.mi/mi-until.exp
1086         * gdb.mi/mi-var-block.exp
1087         * gdb.mi/mi-var-child.exp
1088         * gdb.mi/mi-var-cmd.exp
1089         * gdb.mi/mi-var-cp.exp
1090         * gdb.mi/mi-var-display.exp
1091         * gdb.mi/mi-var-invalidate.exp
1092         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1093         * gdb.mi/mi-vla-fortran.exp
1094         * gdb.mi/mi-watch.exp
1095         * gdb.mi/mi2-var-child.exp
1096         * gdb.mi/user-selected-context-sync.exp
1097         * gdb.modula2/unbounded-array.exp
1098         * gdb.multi/dummy-frame-restore.exp
1099         * gdb.multi/multi-arch-exec.exp
1100         * gdb.multi/multi-arch.exp
1101         * gdb.multi/tids.exp
1102         * gdb.multi/watchpoint-multi.exp
1103         * gdb.opencl/callfuncs.exp
1104         * gdb.opencl/convs_casts.exp
1105         * gdb.opencl/datatypes.exp
1106         * gdb.opencl/operators.exp
1107         * gdb.opencl/vec_comps.exp
1108         * gdb.opt/clobbered-registers-O2.exp
1109         * gdb.opt/inline-break.exp
1110         * gdb.opt/inline-bt.exp
1111         * gdb.opt/inline-cmds.exp
1112         * gdb.opt/inline-locals.exp
1113         * gdb.pascal/case-insensitive-symbols.exp
1114         * gdb.pascal/floats.exp
1115         * gdb.pascal/gdb11492.exp
1116         * gdb.python/lib-types.exp
1117         * gdb.python/py-arch.exp
1118         * gdb.python/py-as-string.exp
1119         * gdb.python/py-bad-printers.exp
1120         * gdb.python/py-block.exp
1121         * gdb.python/py-breakpoint-create-fail.exp
1122         * gdb.python/py-breakpoint.exp
1123         * gdb.python/py-caller-is.exp
1124         * gdb.python/py-cmd.exp
1125         * gdb.python/py-explore-cc.exp
1126         * gdb.python/py-explore.exp
1127         * gdb.python/py-finish-breakpoint.exp
1128         * gdb.python/py-finish-breakpoint2.exp
1129         * gdb.python/py-frame-args.exp
1130         * gdb.python/py-frame-inline.exp
1131         * gdb.python/py-frame.exp
1132         * gdb.python/py-framefilter-mi.exp
1133         * gdb.python/py-infthread.exp
1134         * gdb.python/py-lazy-string.exp
1135         * gdb.python/py-linetable.exp
1136         * gdb.python/py-mi-events.exp
1137         * gdb.python/py-mi-objfile.exp
1138         * gdb.python/py-mi.exp
1139         * gdb.python/py-objfile.exp
1140         * gdb.python/py-pp-integral.exp
1141         * gdb.python/py-pp-maint.exp
1142         * gdb.python/py-pp-re-notag.exp
1143         * gdb.python/py-pp-registration.exp
1144         * gdb.python/py-recurse-unwind.exp
1145         * gdb.python/py-strfns.exp
1146         * gdb.python/py-symbol.exp
1147         * gdb.python/py-symtab.exp
1148         * gdb.python/py-sync-interp.exp
1149         * gdb.python/py-typeprint.exp
1150         * gdb.python/py-unwind-maint.exp
1151         * gdb.python/py-unwind.exp
1152         * gdb.python/py-value-cc.exp
1153         * gdb.python/py-xmethods.exp
1154         * gdb.reverse/amd64-tailcall-reverse.exp
1155         * gdb.reverse/break-precsave.exp
1156         * gdb.reverse/break-reverse.exp
1157         * gdb.reverse/consecutive-precsave.exp
1158         * gdb.reverse/consecutive-reverse.exp
1159         * gdb.reverse/finish-precsave.exp
1160         * gdb.reverse/finish-reverse-bkpt.exp
1161         * gdb.reverse/finish-reverse.exp
1162         * gdb.reverse/fstatat-reverse.exp
1163         * gdb.reverse/getresuid-reverse.exp
1164         * gdb.reverse/i386-precsave.exp
1165         * gdb.reverse/i386-reverse.exp
1166         * gdb.reverse/i386-sse-reverse.exp
1167         * gdb.reverse/i387-env-reverse.exp
1168         * gdb.reverse/i387-stack-reverse.exp
1169         * gdb.reverse/insn-reverse.exp
1170         * gdb.reverse/machinestate-precsave.exp
1171         * gdb.reverse/machinestate.exp
1172         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1173         * gdb.reverse/pipe-reverse.exp
1174         * gdb.reverse/readv-reverse.exp
1175         * gdb.reverse/recvmsg-reverse.exp
1176         * gdb.reverse/rerun-prec.exp
1177         * gdb.reverse/s390-mvcle.exp
1178         * gdb.reverse/step-precsave.exp
1179         * gdb.reverse/step-reverse.exp
1180         * gdb.reverse/time-reverse.exp
1181         * gdb.reverse/until-precsave.exp
1182         * gdb.reverse/until-reverse.exp
1183         * gdb.reverse/waitpid-reverse.exp
1184         * gdb.reverse/watch-precsave.exp
1185         * gdb.reverse/watch-reverse.exp
1186         * gdb.rust/generics.exp
1187         * gdb.rust/methods.exp
1188         * gdb.rust/modules.exp
1189         * gdb.rust/simple.exp
1190         * gdb.server/connect-with-no-symbol-file.exp
1191         * gdb.server/ext-attach.exp
1192         * gdb.server/ext-restart.exp
1193         * gdb.server/ext-wrapper.exp
1194         * gdb.server/file-transfer.exp
1195         * gdb.server/server-exec-info.exp
1196         * gdb.server/server-kill.exp
1197         * gdb.server/server-mon.exp
1198         * gdb.server/wrapper.exp
1199         * gdb.stabs/exclfwd.exp
1200         * gdb.stabs/gdb11479.exp
1201         * gdb.threads/clone-new-thread-event.exp
1202         * gdb.threads/corethreads.exp
1203         * gdb.threads/current-lwp-dead.exp
1204         * gdb.threads/dlopen-libpthread.exp
1205         * gdb.threads/gcore-thread.exp
1206         * gdb.threads/sigstep-threads.exp
1207         * gdb.threads/watchpoint-fork.exp
1208         * gdb.trace/actions-changed.exp
1209         * gdb.trace/backtrace.exp
1210         * gdb.trace/change-loc.exp
1211         * gdb.trace/circ.exp
1212         * gdb.trace/collection.exp
1213         * gdb.trace/disconnected-tracing.exp
1214         * gdb.trace/ftrace.exp
1215         * gdb.trace/mi-trace-frame-collected.exp
1216         * gdb.trace/mi-trace-unavailable.exp
1217         * gdb.trace/mi-traceframe-changed.exp
1218         * gdb.trace/mi-tsv-changed.exp
1219         * gdb.trace/no-attach-trace.exp
1220         * gdb.trace/passc-dyn.exp
1221         * gdb.trace/qtro.exp
1222         * gdb.trace/range-stepping.exp
1223         * gdb.trace/read-memory.exp
1224         * gdb.trace/save-trace.exp
1225         * gdb.trace/signal.exp
1226         * gdb.trace/status-stop.exp
1227         * gdb.trace/tfile.exp
1228         * gdb.trace/trace-break.exp
1229         * gdb.trace/trace-buffer-size.exp
1230         * gdb.trace/trace-condition.exp
1231         * gdb.trace/tracefile-pseudo-reg.exp
1232         * gdb.trace/tstatus.exp
1233         * gdb.trace/unavailable.exp
1234         * gdb.trace/while-dyn.exp
1235         * gdb.trace/while-stepping.exp
1236
1237 2016-12-22  Doug Evans  <xdje42@gmail.com>
1238
1239         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1240         and msymbols.
1241
1242 2016-12-19  Yao Qi  <yao.qi@linaro.org>
1243
1244         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1245         (test_with_self): Don't call do_steps_and_nexts, and remove
1246         code about stepping into xmalloc.
1247
1248 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1249
1250         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1251
1252 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1253
1254         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1255
1256 2016-12-09  Pedro Alves  <palves@redhat.com>
1257
1258         * gdb.base/all-architectures-0.exp: New file.
1259         * gdb.base/all-architectures-1.exp: New file.
1260         * gdb.base/all-architectures-2.exp: New file.
1261         * gdb.base/all-architectures-3.exp: New file.
1262         * gdb.base/all-architectures-4.exp: New file.
1263         * gdb.base/all-architectures-5.exp: New file.
1264         * gdb.base/all-architectures-6.exp: New file.
1265         * gdb.base/all-architectures-7.exp: New file.
1266         * gdb.base/all-architectures.exp.in: New file.
1267
1268 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1269
1270         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1271
1272 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
1273
1274         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1275         possible.
1276         Remove useless pattern-matching code.
1277
1278 2016-12-02  Pedro Alves  <palves@redhat.com>
1279
1280         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1281         procedure.
1282         (top level): Call it.
1283
1284 2016-12-02  Pedro Alves  <palves@redhat.com>
1285
1286         * gdb.base/commands.exp (user_defined_command_args_stack_test):
1287         New procedure.
1288         (top level): Call it.
1289
1290 2016-12-02  Pedro Alves  <palves@redhat.com>
1291
1292         PR cli/20559
1293         * gdb.base/commands.exp (user_defined_command_args_eval): New
1294         procedure.
1295         (top level): Call it.
1296
1297 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
1298
1299         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1300         timeout handling.
1301
1302 2016-12-02  Tom Tromey  <tom@tromey.com>
1303
1304         * gdb.dwarf2/main-subprogram.c: New file.
1305         * gdb.dwarf2/main-subprogram.exp: New file.
1306
1307 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1308
1309         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1310         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1311         gdb_test_no_output for a couple of cases.
1312         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1313
1314 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1315
1316         Fix test names and standardize compilation error messages throughout
1317         the following files:
1318
1319         * gdb.ada/start.exp
1320         * gdb.arch/alpha-step.exp
1321         * gdb.arch/e500-prologue.exp
1322         * gdb.arch/ftrace-insn-reloc.exp
1323         * gdb.arch/gdb1291.exp
1324         * gdb.arch/gdb1431.exp
1325         * gdb.arch/gdb1558.exp
1326         * gdb.arch/i386-dr3-watch.exp
1327         * gdb.arch/i386-sse-stack-align.exp
1328         * gdb.arch/ia64-breakpoint-shadow.exp
1329         * gdb.arch/pa-nullify.exp
1330         * gdb.arch/powerpc-aix-prologue.exp
1331         * gdb.arch/thumb-bx-pc.exp
1332         * gdb.base/annota1.exp
1333         * gdb.base/annota3.exp
1334         * gdb.base/arrayidx.exp
1335         * gdb.base/assign.exp
1336         * gdb.base/attach.exp
1337         * gdb.base/auxv.exp
1338         * gdb.base/bang.exp
1339         * gdb.base/bfp-test.exp
1340         * gdb.base/bigcore.exp
1341         * gdb.base/bitfields2.exp
1342         * gdb.base/break-fun-addr.exp
1343         * gdb.base/break-probes.exp
1344         * gdb.base/call-rt-st.exp
1345         * gdb.base/callexit.exp
1346         * gdb.base/catch-fork-kill.exp
1347         * gdb.base/charset.exp
1348         * gdb.base/checkpoint.exp
1349         * gdb.base/comprdebug.exp
1350         * gdb.base/constvars.exp
1351         * gdb.base/coredump-filter.exp
1352         * gdb.base/cursal.exp
1353         * gdb.base/cvexpr.exp
1354         * gdb.base/detach.exp
1355         * gdb.base/display.exp
1356         * gdb.base/dmsym.exp
1357         * gdb.base/dprintf-pending.exp
1358         * gdb.base/dso2dso.exp
1359         * gdb.base/dtrace-probe.exp
1360         * gdb.base/dump.exp
1361         * gdb.base/enum_cond.exp
1362         * gdb.base/exe-lock.exp
1363         * gdb.base/exec-invalid-sysroot.exp
1364         * gdb.base/execl-update-breakpoints.exp
1365         * gdb.base/exprs.exp
1366         * gdb.base/fileio.exp
1367         * gdb.base/find.exp
1368         * gdb.base/finish.exp
1369         * gdb.base/fixsection.exp
1370         * gdb.base/foll-vfork.exp
1371         * gdb.base/frame-args.exp
1372         * gdb.base/gcore.exp
1373         * gdb.base/gdb1250.exp
1374         * gdb.base/global-var-nested-by-dso.exp
1375         * gdb.base/gnu-ifunc.exp
1376         * gdb.base/hashline1.exp
1377         * gdb.base/hashline2.exp
1378         * gdb.base/hashline3.exp
1379         * gdb.base/hbreak-in-shr-unsupported.exp
1380         * gdb.base/huge.exp
1381         * gdb.base/infcall-input.exp
1382         * gdb.base/info-fun.exp
1383         * gdb.base/info-shared.exp
1384         * gdb.base/jit-simple.exp
1385         * gdb.base/jit-so.exp
1386         * gdb.base/jit.exp
1387         * gdb.base/jump.exp
1388         * gdb.base/label.exp
1389         * gdb.base/lineinc.exp
1390         * gdb.base/logical.exp
1391         * gdb.base/longjmp.exp
1392         * gdb.base/macscp.exp
1393         * gdb.base/miscexprs.exp
1394         * gdb.base/new-ui-echo.exp
1395         * gdb.base/new-ui-pending-input.exp
1396         * gdb.base/new-ui.exp
1397         * gdb.base/nodebug.exp
1398         * gdb.base/nofield.exp
1399         * gdb.base/offsets.exp
1400         * gdb.base/overlays.exp
1401         * gdb.base/pending.exp
1402         * gdb.base/pointers.exp
1403         * gdb.base/pr11022.exp
1404         * gdb.base/printcmds.exp
1405         * gdb.base/prologue.exp
1406         * gdb.base/ptr-typedef.exp
1407         * gdb.base/realname-expand.exp
1408         * gdb.base/relativedebug.exp
1409         * gdb.base/relocate.exp
1410         * gdb.base/remote.exp
1411         * gdb.base/reread.exp
1412         * gdb.base/return2.exp
1413         * gdb.base/savedregs.exp
1414         * gdb.base/sep.exp
1415         * gdb.base/sepdebug.exp
1416         * gdb.base/sepsymtab.exp
1417         * gdb.base/set-inferior-tty.exp
1418         * gdb.base/setshow.exp
1419         * gdb.base/shlib-call.exp
1420         * gdb.base/sigaltstack.exp
1421         * gdb.base/siginfo-addr.exp
1422         * gdb.base/signals.exp
1423         * gdb.base/signull.exp
1424         * gdb.base/sigrepeat.exp
1425         * gdb.base/so-impl-ld.exp
1426         * gdb.base/solib-display.exp
1427         * gdb.base/solib-overlap.exp
1428         * gdb.base/solib-search.exp
1429         * gdb.base/solib-symbol.exp
1430         * gdb.base/structs.exp
1431         * gdb.base/structs2.exp
1432         * gdb.base/symtab-search-order.exp
1433         * gdb.base/twice.exp
1434         * gdb.base/unload.exp
1435         * gdb.base/varargs.exp
1436         * gdb.base/watchpoint-solib.exp
1437         * gdb.base/watchpoint.exp
1438         * gdb.base/whatis.exp
1439         * gdb.base/wrong_frame_bt_full.exp
1440         * gdb.btrace/dlopen.exp
1441         * gdb.cell/ea-standalone.exp
1442         * gdb.cell/ea-test.exp
1443         * gdb.cp/dispcxx.exp
1444         * gdb.cp/gdb2384.exp
1445         * gdb.cp/method2.exp
1446         * gdb.cp/nextoverthrow.exp
1447         * gdb.cp/pr10728.exp
1448         * gdb.disasm/am33.exp
1449         * gdb.disasm/h8300s.exp
1450         * gdb.disasm/mn10300.exp
1451         * gdb.disasm/sh3.exp
1452         * gdb.dwarf2/dw2-dir-file-name.exp
1453         * gdb.fortran/complex.exp
1454         * gdb.fortran/library-module.exp
1455         * gdb.guile/scm-pretty-print.exp
1456         * gdb.guile/scm-symbol.exp
1457         * gdb.guile/scm-type.exp
1458         * gdb.guile/scm-value.exp
1459         * gdb.linespec/linespec.exp
1460         * gdb.mi/gdb701.exp
1461         * gdb.mi/gdb792.exp
1462         * gdb.mi/mi-breakpoint-changed.exp
1463         * gdb.mi/mi-dprintf-pending.exp
1464         * gdb.mi/mi-dprintf.exp
1465         * gdb.mi/mi-exit-code.exp
1466         * gdb.mi/mi-pending.exp
1467         * gdb.mi/mi-solib.exp
1468         * gdb.mi/new-ui-mi-sync.exp
1469         * gdb.mi/pr11022.exp
1470         * gdb.mi/user-selected-context-sync.exp
1471         * gdb.opt/solib-intra-step.exp
1472         * gdb.python/py-events.exp
1473         * gdb.python/py-finish-breakpoint.exp
1474         * gdb.python/py-mi.exp
1475         * gdb.python/py-prettyprint.exp
1476         * gdb.python/py-shared.exp
1477         * gdb.python/py-symbol.exp
1478         * gdb.python/py-template.exp
1479         * gdb.python/py-type.exp
1480         * gdb.python/py-value.exp
1481         * gdb.reverse/solib-precsave.exp
1482         * gdb.reverse/solib-reverse.exp
1483         * gdb.server/solib-list.exp
1484         * gdb.stabs/weird.exp
1485         * gdb.threads/reconnect-signal.exp
1486         * gdb.threads/stepi-random-signal.exp
1487         * gdb.trace/actions.exp
1488         * gdb.trace/ax.exp
1489         * gdb.trace/backtrace.exp
1490         * gdb.trace/change-loc.exp
1491         * gdb.trace/deltrace.exp
1492         * gdb.trace/ftrace-lock.exp
1493         * gdb.trace/ftrace.exp
1494         * gdb.trace/infotrace.exp
1495         * gdb.trace/mi-tracepoint-changed.exp
1496         * gdb.trace/packetlen.exp
1497         * gdb.trace/passcount.exp
1498         * gdb.trace/pending.exp
1499         * gdb.trace/range-stepping.exp
1500         * gdb.trace/report.exp
1501         * gdb.trace/stap-trace.exp
1502         * gdb.trace/tfind.exp
1503         * gdb.trace/trace-break.exp
1504         * gdb.trace/trace-condition.exp
1505         * gdb.trace/trace-enable-disable.exp
1506         * gdb.trace/trace-mt.exp
1507         * gdb.trace/tracecmd.exp
1508         * gdb.trace/tspeed.exp
1509         * gdb.trace/tsv.exp
1510         * lib/perftest.exp
1511
1512 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1513
1514         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1515         with gdb_test_no_output.
1516         Use command as test name.
1517
1518 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1519
1520         Fix test names starting with uppercase throughout the files.
1521
1522         * gdb.ada/assign_1.exp
1523         * gdb.ada/boolean_expr.exp
1524         * gdb.base/arrayidx.exp
1525         * gdb.base/del.exp
1526         * gdb.base/gcore-buffer-overflow.exp
1527         * gdb.base/testenv.exp
1528         * gdb.compile/compile.exp
1529         * gdb.python/py-framefilter-invalidarg.exp
1530         * gdb.python/py-framefilter.exp
1531
1532 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1533
1534         Fix test names starting with uppercase throughout the files.
1535
1536         * gdb.ada/array_return.exp
1537         * gdb.ada/expr_delims.exp
1538         * gdb.ada/mi_dyn_arr.exp
1539         * gdb.ada/mi_interface.exp
1540         * gdb.ada/mi_var_array.exp
1541         * gdb.ada/watch_arg.exp
1542         * gdb.arch/alpha-step.exp
1543         * gdb.arch/altivec-regs.exp
1544         * gdb.arch/e500-regs.exp
1545         * gdb.arch/powerpc-d128-regs.exp
1546         * gdb.base/arrayidx.exp
1547         * gdb.base/break.exp
1548         * gdb.base/checkpoint.exp
1549         * gdb.base/debug-expr.exp
1550         * gdb.base/dmsym.exp
1551         * gdb.base/radix.exp
1552         * gdb.base/sepdebug.exp
1553         * gdb.base/testenv.exp
1554         * gdb.base/watch_thread_num.exp
1555         * gdb.base/watchpoint-cond-gone.exp
1556         * gdb.cell/break.exp
1557         * gdb.cell/ea-cache.exp
1558         * gdb.compile/compile.exp
1559         * gdb.cp/gdb2495.exp
1560         * gdb.gdb/selftest.exp
1561         * gdb.gdb/xfullpath.exp
1562         * gdb.go/hello.exp
1563         * gdb.go/integers.exp
1564         * gdb.objc/basicclass.exp
1565         * gdb.pascal/hello.exp
1566         * gdb.pascal/integers.exp
1567         * gdb.python/py-breakpoint.exp
1568         * gdb.python/py-cmd.exp
1569         * gdb.python/py-linetable.exp
1570         * gdb.python/py-xmethods.exp
1571         * gdb.python/python.exp
1572         * gdb.reverse/consecutive-precsave.exp
1573         * gdb.reverse/finish-precsave.exp
1574         * gdb.reverse/i386-precsave.exp
1575         * gdb.reverse/machinestate-precsave.exp
1576         * gdb.reverse/sigall-precsave.exp
1577         * gdb.reverse/solib-precsave.exp
1578         * gdb.reverse/step-precsave.exp
1579         * gdb.reverse/until-precsave.exp
1580         * gdb.reverse/watch-precsave.exp
1581         * gdb.threads/leader-exit.exp
1582         * gdb.threads/pthreads.exp
1583         * gdb.threads/wp-replication.exp
1584         * gdb.trace/actions.exp
1585         * gdb.trace/mi-tsv-changed.exp
1586         * gdb.trace/tsv.exp
1587
1588 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1589
1590         Fix test names starting with uppercase throughout the files.
1591
1592         * gdb.arch/i386-bp_permanent.exp
1593         * gdb.arch/i386-gnu-cfi.exp
1594         * gdb.base/disasm-end-cu.exp
1595         * gdb.base/macscp.exp
1596         * gdb.base/pending.exp
1597         * gdb.base/watch_thread_num.exp
1598         * gdb.cp/exception.exp
1599         * gdb.cp/gdb2495.exp
1600         * gdb.cp/local.exp
1601         * gdb.python/py-evsignal.exp
1602         * gdb.python/python.exp
1603         * gdb.trace/tracecmd.exp
1604
1605 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1606
1607         Fix test names starting with uppercase throughout the files.
1608
1609         * gdb.base/charset.exp
1610         * gdb.base/eval.exp
1611         * gdb.base/multi-forks.exp
1612         * gdb.guile/scm-progspace.exp
1613         * gdb.opencl/datatypes.exp
1614         * gdb.python/py-block.exp
1615         * gdb.python/py-function.exp
1616         * gdb.python/py-symbol.exp
1617         * gdb.python/py-symtab.exp
1618         * gdb.python/py-xmethods.exp
1619         * gdb.reverse/break-precsave.exp
1620         * gdb.reverse/break-reverse.exp
1621         * gdb.reverse/consecutive-precsave.exp
1622         * gdb.reverse/consecutive-reverse.exp
1623         * gdb.reverse/finish-precsave.exp
1624         * gdb.reverse/finish-reverse-bkpt.exp
1625         * gdb.reverse/finish-reverse.exp
1626         * gdb.reverse/fstatat-reverse.exp
1627         * gdb.reverse/getresuid-reverse.exp
1628         * gdb.reverse/i386-precsave.exp
1629         * gdb.reverse/i386-reverse.exp
1630         * gdb.reverse/i386-sse-reverse.exp
1631         * gdb.reverse/i387-stack-reverse.exp
1632         * gdb.reverse/insn-reverse.exp
1633         * gdb.reverse/machinestate-precsave.exp
1634         * gdb.reverse/machinestate.exp
1635         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1636         * gdb.reverse/pipe-reverse.exp
1637         * gdb.reverse/readv-reverse.exp
1638         * gdb.reverse/recvmsg-reverse.exp
1639         * gdb.reverse/rerun-prec.exp
1640         * gdb.reverse/s390-mvcle.exp
1641         * gdb.reverse/sigall-precsave.exp
1642         * gdb.reverse/sigall-reverse.exp
1643         * gdb.reverse/solib-precsave.exp
1644         * gdb.reverse/solib-reverse.exp
1645         * gdb.reverse/step-precsave.exp
1646         * gdb.reverse/step-reverse.exp
1647         * gdb.reverse/time-reverse.exp
1648         * gdb.reverse/until-precsave.exp
1649         * gdb.reverse/until-reverse.exp
1650         * gdb.reverse/waitpid-reverse.exp
1651         * gdb.reverse/watch-precsave.exp
1652         * gdb.reverse/watch-reverse.exp
1653
1654 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1655
1656         Fix test names starting with uppercase throughout the files.
1657
1658         * gdb.arch/i386-mpx-simple_segv.exp
1659         * gdb.arch/i386-mpx.exp
1660         * gdb.arch/i386-permbkpt.exp
1661         * gdb.arch/pa-nullify.exp
1662         * gdb.arch/powerpc-d128-regs.exp
1663         * gdb.arch/vsx-regs.exp
1664         * gdb.base/bfp-test.exp
1665         * gdb.base/break.exp
1666         * gdb.base/breakpoint-shadow.exp
1667         * gdb.base/callfuncs.exp
1668         * gdb.base/charset.exp
1669         * gdb.base/commands.exp
1670         * gdb.base/completion.exp
1671         * gdb.base/dfp-test.exp
1672         * gdb.base/echo.exp
1673         * gdb.base/ending-run.exp
1674         * gdb.base/eval.exp
1675         * gdb.base/expand-psymtabs.exp
1676         * gdb.base/float128.exp
1677         * gdb.base/floatn.exp
1678         * gdb.base/foll-exec-mode.exp
1679         * gdb.base/gdb1056.exp
1680         * gdb.base/gdb11531.exp
1681         * gdb.base/kill-after-signal.exp
1682         * gdb.base/multi-forks.exp
1683         * gdb.base/overlays.exp
1684         * gdb.base/pending.exp
1685         * gdb.base/sepdebug.exp
1686         * gdb.base/testenv.exp
1687         * gdb.base/valgrind-db-attach.exp
1688         * gdb.base/watch_thread_num.exp
1689         * gdb.base/watchpoint-cond-gone.exp
1690         * gdb.base/watchpoint.exp
1691         * gdb.base/watchpoints.exp
1692         * gdb.cp/arg-reference.exp
1693         * gdb.cp/baseenum.exp
1694         * gdb.cp/operator.exp
1695         * gdb.cp/shadow.exp
1696         * gdb.dwarf2/dw2-op-out-param.exp
1697         * gdb.dwarf2/dw2-reg-undefined.exp
1698         * gdb.go/chan.exp
1699         * gdb.go/hello.exp
1700         * gdb.go/integers.exp
1701         * gdb.go/methods.exp
1702         * gdb.go/package.exp
1703         * gdb.guile/scm-parameter.exp
1704         * gdb.guile/scm-progspace.exp
1705         * gdb.guile/scm-value.exp
1706         * gdb.mi/mi-pending.exp
1707         * gdb.mi/user-selected-context-sync.exp
1708         * gdb.multi/multi-attach.exp
1709         * gdb.multi/tids.exp
1710         * gdb.opt/clobbered-registers-O2.exp
1711         * gdb.pascal/floats.exp
1712         * gdb.pascal/integers.exp
1713         * gdb.python/py-block.exp
1714         * gdb.python/py-events.exp
1715         * gdb.python/py-parameter.exp
1716         * gdb.python/py-symbol.exp
1717         * gdb.python/py-symtab.exp
1718         * gdb.python/py-type.exp
1719         * gdb.python/py-value.exp
1720         * gdb.python/py-xmethods.exp
1721         * gdb.python/python.exp
1722         * gdb.reverse/break-precsave.exp
1723         * gdb.reverse/consecutive-precsave.exp
1724         * gdb.reverse/finish-precsave.exp
1725         * gdb.reverse/i386-precsave.exp
1726         * gdb.reverse/machinestate-precsave.exp
1727         * gdb.reverse/sigall-precsave.exp
1728         * gdb.reverse/solib-precsave.exp
1729         * gdb.reverse/step-precsave.exp
1730         * gdb.reverse/until-precsave.exp
1731         * gdb.reverse/watch-precsave.exp
1732         * gdb.server/ext-attach.exp
1733         * gdb.server/ext-restart.exp
1734         * gdb.server/ext-run.exp
1735         * gdb.server/ext-wrapper.exp
1736         * gdb.stabs/gdb11479.exp
1737         * gdb.stabs/weird.exp
1738         * gdb.threads/attach-many-short-lived-threads.exp
1739         * gdb.threads/kill.exp
1740         * gdb.threads/watchpoint-fork.exp
1741
1742 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1743
1744         Fix test names starting with uppercase throughout all the files below.
1745
1746         * gdb.ada/array_return.exp
1747         * gdb.ada/catch_ex.exp
1748         * gdb.ada/info_exc.exp
1749         * gdb.ada/mi_catch_ex.exp
1750         * gdb.ada/mi_dyn_arr.exp
1751         * gdb.ada/mi_ex_cond.exp
1752         * gdb.ada/mi_exc_info.exp
1753         * gdb.ada/mi_interface.exp
1754         * gdb.ada/mi_task_arg.exp
1755         * gdb.ada/mi_task_info.exp
1756         * gdb.ada/mi_var_array.exp
1757         * gdb.arch/alpha-step.exp
1758         * gdb.arch/amd64-disp-step.exp
1759         * gdb.arch/arm-disp-step.exp
1760         * gdb.arch/disp-step-insn-reloc.exp
1761         * gdb.arch/e500-prologue.exp
1762         * gdb.arch/ftrace-insn-reloc.exp
1763         * gdb.arch/gdb1558.exp
1764         * gdb.arch/i386-bp_permanent.exp
1765         * gdb.arch/i386-disp-step.exp
1766         * gdb.arch/i386-float.exp
1767         * gdb.arch/i386-gnu-cfi.exp
1768         * gdb.arch/ia64-breakpoint-shadow.exp
1769         * gdb.arch/mips16-thunks.exp
1770         * gdb.arch/pa-nullify.exp
1771         * gdb.arch/powerpc-aix-prologue.exp
1772         * gdb.arch/powerpc-power.exp
1773         * gdb.arch/ppc-dfp.exp
1774         * gdb.arch/s390-tdbregs.exp
1775         * gdb.arch/spu-info.exp
1776         * gdb.arch/spu-ls.exp
1777         * gdb.arch/thumb-bx-pc.exp
1778         * gdb.base/advance.exp
1779         * gdb.base/annota-input-while-running.exp
1780         * gdb.base/arrayidx.exp
1781         * gdb.base/asmlabel.exp
1782         * gdb.base/async.exp
1783         * gdb.base/attach-wait-input.exp
1784         * gdb.base/auto-connect-native-target.exp
1785         * gdb.base/batch-preserve-term-settings.exp
1786         * gdb.base/bfp-test.exp
1787         * gdb.base/bigcore.exp
1788         * gdb.base/bp-permanent.exp
1789         * gdb.base/break-always.exp
1790         * gdb.base/break-fun-addr.exp
1791         * gdb.base/break-idempotent.exp
1792         * gdb.base/break-main-file-remove-fail.exp
1793         * gdb.base/break-probes.exp
1794         * gdb.base/break-unload-file.exp
1795         * gdb.base/break.exp
1796         * gdb.base/call-ar-st.exp
1797         * gdb.base/call-rt-st.exp
1798         * gdb.base/call-sc.exp
1799         * gdb.base/call-signal-resume.exp
1800         * gdb.base/call-strs.exp
1801         * gdb.base/callexit.exp
1802         * gdb.base/callfuncs.exp
1803         * gdb.base/catch-gdb-caused-signals.exp
1804         * gdb.base/catch-signal-siginfo-cond.exp
1805         * gdb.base/catch-syscall.exp
1806         * gdb.base/compare-sections.exp
1807         * gdb.base/cond-eval-mode.exp
1808         * gdb.base/condbreak-call-false.exp
1809         * gdb.base/consecutive-step-over.exp
1810         * gdb.base/cursal.exp
1811         * gdb.base/disabled-location.exp
1812         * gdb.base/disasm-end-cu.exp
1813         * gdb.base/display.exp
1814         * gdb.base/double-prompt-target-event-error.exp
1815         * gdb.base/dprintf-bp-same-addr.exp
1816         * gdb.base/dprintf-detach.exp
1817         * gdb.base/dprintf-next.exp
1818         * gdb.base/dprintf-non-stop.exp
1819         * gdb.base/dprintf-pending.exp
1820         * gdb.base/dso2dso.exp
1821         * gdb.base/ending-run.exp
1822         * gdb.base/enum_cond.exp
1823         * gdb.base/examine-backward.exp
1824         * gdb.base/exe-lock.exp
1825         * gdb.base/exec-invalid-sysroot.exp
1826         * gdb.base/execl-update-breakpoints.exp
1827         * gdb.base/execution-termios.exp
1828         * gdb.base/fileio.exp
1829         * gdb.base/fixsection.exp
1830         * gdb.base/foll-exec-mode.exp
1831         * gdb.base/foll-exec.exp
1832         * gdb.base/fork-running-state.exp
1833         * gdb.base/frame-args.exp
1834         * gdb.base/fullpath-expand.exp
1835         * gdb.base/func-ptr.exp
1836         * gdb.base/gcore-relro-pie.exp
1837         * gdb.base/gdb1090.exp
1838         * gdb.base/gdb1555.exp
1839         * gdb.base/global-var-nested-by-dso.exp
1840         * gdb.base/gnu-ifunc.exp
1841         * gdb.base/hbreak-in-shr-unsupported.exp
1842         * gdb.base/hbreak-unmapped.exp
1843         * gdb.base/hook-stop.exp
1844         * gdb.base/infcall-input.exp
1845         * gdb.base/info-fun.exp
1846         * gdb.base/info-shared.exp
1847         * gdb.base/interrupt-noterm.exp
1848         * gdb.base/jit-so.exp
1849         * gdb.base/jit.exp
1850         * gdb.base/line-symtabs.exp
1851         * gdb.base/list.exp
1852         * gdb.base/longjmp.exp
1853         * gdb.base/macscp.exp
1854         * gdb.base/max-value-size.exp
1855         * gdb.base/nodebug.exp
1856         * gdb.base/nofield.exp
1857         * gdb.base/overlays.exp
1858         * gdb.base/paginate-after-ctrl-c-running.exp
1859         * gdb.base/paginate-bg-execution.exp
1860         * gdb.base/paginate-inferior-exit.exp
1861         * gdb.base/pending.exp
1862         * gdb.base/pr11022.exp
1863         * gdb.base/printcmds.exp
1864         * gdb.base/ptr-typedef.exp
1865         * gdb.base/ptype.exp
1866         * gdb.base/randomize.exp
1867         * gdb.base/range-stepping.exp
1868         * gdb.base/realname-expand.exp
1869         * gdb.base/relativedebug.exp
1870         * gdb.base/remote.exp
1871         * gdb.base/savedregs.exp
1872         * gdb.base/sepdebug.exp
1873         * gdb.base/set-noassign.exp
1874         * gdb.base/shlib-call.exp
1875         * gdb.base/shreloc.exp
1876         * gdb.base/sigaltstack.exp
1877         * gdb.base/sigbpt.exp
1878         * gdb.base/siginfo-addr.exp
1879         * gdb.base/siginfo-obj.exp
1880         * gdb.base/siginfo-thread.exp
1881         * gdb.base/signest.exp
1882         * gdb.base/signull.exp
1883         * gdb.base/sigrepeat.exp
1884         * gdb.base/skip.exp
1885         * gdb.base/so-impl-ld.exp
1886         * gdb.base/solib-corrupted.exp
1887         * gdb.base/solib-disc.exp
1888         * gdb.base/solib-display.exp
1889         * gdb.base/solib-overlap.exp
1890         * gdb.base/solib-search.exp
1891         * gdb.base/solib-symbol.exp
1892         * gdb.base/source-execution.exp
1893         * gdb.base/sss-bp-on-user-bp-2.exp
1894         * gdb.base/sss-bp-on-user-bp.exp
1895         * gdb.base/stack-checking.exp
1896         * gdb.base/stale-infcall.exp
1897         * gdb.base/step-break.exp
1898         * gdb.base/step-line.exp
1899         * gdb.base/step-over-exit.exp
1900         * gdb.base/step-test.exp
1901         * gdb.base/structs.exp
1902         * gdb.base/sym-file.exp
1903         * gdb.base/symtab-search-order.exp
1904         * gdb.base/term.exp
1905         * gdb.base/type-opaque.exp
1906         * gdb.base/unload.exp
1907         * gdb.base/until-nodebug.exp
1908         * gdb.base/until.exp
1909         * gdb.base/unwindonsignal.exp
1910         * gdb.base/watch-cond.exp
1911         * gdb.base/watch-non-mem.exp
1912         * gdb.base/watch_thread_num.exp
1913         * gdb.base/watchpoint-reuse-slot.exp
1914         * gdb.base/watchpoint-solib.exp
1915         * gdb.base/watchpoint.exp
1916         * gdb.btrace/dlopen.exp
1917         * gdb.cell/arch.exp
1918         * gdb.cell/break.exp
1919         * gdb.cell/bt.exp
1920         * gdb.cell/core.exp
1921         * gdb.cell/data.exp
1922         * gdb.cell/dwarfaddr.exp
1923         * gdb.cell/ea-cache.exp
1924         * gdb.cell/ea-standalone.exp
1925         * gdb.cell/ea-test.exp
1926         * gdb.cell/f-regs.exp
1927         * gdb.cell/fork.exp
1928         * gdb.cell/gcore.exp
1929         * gdb.cell/mem-access.exp
1930         * gdb.cell/ptype.exp
1931         * gdb.cell/registers.exp
1932         * gdb.cell/sizeof.exp
1933         * gdb.cell/solib-symbol.exp
1934         * gdb.cell/solib.exp
1935         * gdb.compile/compile-tls.exp
1936         * gdb.cp/exception.exp
1937         * gdb.cp/gdb2495.exp
1938         * gdb.cp/local.exp
1939         * gdb.cp/mb-inline.exp
1940         * gdb.cp/mb-templates.exp
1941         * gdb.cp/pr10687.exp
1942         * gdb.cp/pr9167.exp
1943         * gdb.cp/scope-err.exp
1944         * gdb.cp/templates.exp
1945         * gdb.cp/virtfunc.exp
1946         * gdb.dwarf2/dw2-dir-file-name.exp
1947         * gdb.dwarf2/dw2-single-line-discriminators.exp
1948         * gdb.fortran/complex.exp
1949         * gdb.fortran/library-module.exp
1950         * gdb.guile/guile.exp
1951         * gdb.guile/scm-cmd.exp
1952         * gdb.guile/scm-frame-inline.exp
1953         * gdb.guile/scm-objfile.exp
1954         * gdb.guile/scm-pretty-print.exp
1955         * gdb.guile/scm-symbol.exp
1956         * gdb.guile/scm-type.exp
1957         * gdb.guile/scm-value.exp
1958         * gdb.linespec/keywords.exp
1959         * gdb.linespec/ls-errs.exp
1960         * gdb.linespec/macro-relative.exp
1961         * gdb.linespec/thread.exp
1962         * gdb.mi/mi-breakpoint-changed.exp
1963         * gdb.mi/mi-dprintf-pending.exp
1964         * gdb.mi/mi-fullname-deleted.exp
1965         * gdb.mi/mi-logging.exp
1966         * gdb.mi/mi-pending.exp
1967         * gdb.mi/mi-solib.exp
1968         * gdb.mi/new-ui-mi-sync.exp
1969         * gdb.mi/user-selected-context-sync.exp
1970         * gdb.multi/dummy-frame-restore.exp
1971         * gdb.multi/multi-arch-exec.exp
1972         * gdb.multi/remove-inferiors.exp
1973         * gdb.multi/watchpoint-multi-exit.exp
1974         * gdb.opt/solib-intra-step.exp
1975         * gdb.perf/backtrace.exp
1976         * gdb.perf/single-step.exp
1977         * gdb.perf/skip-command.exp
1978         * gdb.perf/skip-prologue.exp
1979         * gdb.perf/solib.exp
1980         * gdb.python/lib-types.exp
1981         * gdb.python/py-as-string.exp
1982         * gdb.python/py-bad-printers.exp
1983         * gdb.python/py-block.exp
1984         * gdb.python/py-breakpoint.exp
1985         * gdb.python/py-cmd.exp
1986         * gdb.python/py-events.exp
1987         * gdb.python/py-evthreads.exp
1988         * gdb.python/py-finish-breakpoint.exp
1989         * gdb.python/py-finish-breakpoint2.exp
1990         * gdb.python/py-frame-inline.exp
1991         * gdb.python/py-frame.exp
1992         * gdb.python/py-inferior.exp
1993         * gdb.python/py-infthread.exp
1994         * gdb.python/py-mi.exp
1995         * gdb.python/py-objfile.exp
1996         * gdb.python/py-pp-maint.exp
1997         * gdb.python/py-pp-registration.exp
1998         * gdb.python/py-prettyprint.exp
1999         * gdb.python/py-recurse-unwind.exp
2000         * gdb.python/py-shared.exp
2001         * gdb.python/py-symbol.exp
2002         * gdb.python/py-symtab.exp
2003         * gdb.python/py-template.exp
2004         * gdb.python/py-type.exp
2005         * gdb.python/py-unwind-maint.exp
2006         * gdb.python/py-unwind.exp
2007         * gdb.python/py-value.exp
2008         * gdb.python/python.exp
2009         * gdb.reverse/finish-reverse-bkpt.exp
2010         * gdb.reverse/insn-reverse.exp
2011         * gdb.reverse/next-reverse-bkpt-over-sr.exp
2012         * gdb.reverse/solib-precsave.exp
2013         * gdb.reverse/solib-reverse.exp
2014         * gdb.stabs/gdb11479.exp
2015         * gdb.stabs/weird.exp
2016         * gdb.threads/fork-child-threads.exp
2017         * gdb.threads/fork-plus-threads.exp
2018         * gdb.threads/fork-thread-pending.exp
2019         * gdb.threads/forking-threads-plus-breakpoint.exp
2020         * gdb.threads/hand-call-in-threads.exp
2021         * gdb.threads/interrupted-hand-call.exp
2022         * gdb.threads/linux-dp.exp
2023         * gdb.threads/local-watch-wrong-thread.exp
2024         * gdb.threads/next-while-other-thread-longjmps.exp
2025         * gdb.threads/non-ldr-exit.exp
2026         * gdb.threads/pending-step.exp
2027         * gdb.threads/print-threads.exp
2028         * gdb.threads/process-dies-while-detaching.exp
2029         * gdb.threads/process-dies-while-handling-bp.exp
2030         * gdb.threads/pthreads.exp
2031         * gdb.threads/queue-signal.exp
2032         * gdb.threads/reconnect-signal.exp
2033         * gdb.threads/signal-command-handle-nopass.exp
2034         * gdb.threads/signal-command-multiple-signals-pending.exp
2035         * gdb.threads/signal-delivered-right-thread.exp
2036         * gdb.threads/signal-sigtrap.exp
2037         * gdb.threads/sigthread.exp
2038         * gdb.threads/staticthreads.exp
2039         * gdb.threads/stepi-random-signal.exp
2040         * gdb.threads/thread-unwindonsignal.exp
2041         * gdb.threads/thread_check.exp
2042         * gdb.threads/thread_events.exp
2043         * gdb.threads/tid-reuse.exp
2044         * gdb.threads/tls-nodebug.exp
2045         * gdb.threads/tls-shared.exp
2046         * gdb.threads/tls-so_extern.exp
2047         * gdb.threads/tls.exp
2048         * gdb.threads/wp-replication.exp
2049         * gdb.trace/actions-changed.exp
2050         * gdb.trace/actions.exp
2051         * gdb.trace/backtrace.exp
2052         * gdb.trace/change-loc.exp
2053         * gdb.trace/collection.exp
2054         * gdb.trace/deltrace.exp
2055         * gdb.trace/disconnected-tracing.exp
2056         * gdb.trace/entry-values.exp
2057         * gdb.trace/ftrace-lock.exp
2058         * gdb.trace/ftrace.exp
2059         * gdb.trace/infotrace.exp
2060         * gdb.trace/mi-trace-frame-collected.exp
2061         * gdb.trace/mi-trace-unavailable.exp
2062         * gdb.trace/mi-traceframe-changed.exp
2063         * gdb.trace/mi-tracepoint-changed.exp
2064         * gdb.trace/mi-tsv-changed.exp
2065         * gdb.trace/no-attach-trace.exp
2066         * gdb.trace/packetlen.exp
2067         * gdb.trace/passc-dyn.exp
2068         * gdb.trace/passcount.exp
2069         * gdb.trace/pending.exp
2070         * gdb.trace/pr16508.exp
2071         * gdb.trace/qtro.exp
2072         * gdb.trace/range-stepping.exp
2073         * gdb.trace/read-memory.exp
2074         * gdb.trace/report.exp
2075         * gdb.trace/save-trace.exp
2076         * gdb.trace/signal.exp
2077         * gdb.trace/stap-trace.exp
2078         * gdb.trace/status-stop.exp
2079         * gdb.trace/strace.exp
2080         * gdb.trace/tfile.exp
2081         * gdb.trace/tfind.exp
2082         * gdb.trace/trace-break.exp
2083         * gdb.trace/trace-condition.exp
2084         * gdb.trace/trace-enable-disable.exp
2085         * gdb.trace/trace-mt.exp
2086         * gdb.trace/tracecmd.exp
2087         * gdb.trace/tracefile-pseudo-reg.exp
2088         * gdb.trace/tspeed.exp
2089         * gdb.trace/tstatus.exp
2090         * gdb.trace/tsv.exp
2091         * gdb.trace/unavailable.exp
2092         * gdb.trace/while-dyn.exp
2093         * gdb.trace/while-stepping.exp
2094         * lib/gdb-guile.exp
2095         * lib/gdb.exp
2096         * lib/mi-support.exp
2097         * lib/pascal.exp
2098         * lib/perftest.exp
2099         * lib/prelink-support.exp
2100         * lib/selftest-support.exp
2101
2102 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
2103
2104         * Makefile.in: Include disable-implicit-rules.mk.
2105
2106 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2107
2108         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2109         non-byte-aligned bit fields.
2110
2111 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2112
2113         PR gdb/12616
2114         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
2115         respects the DW_AT_data_bit_offset attribute.
2116
2117 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
2118
2119         * gdb.base/default.exp: Fix output of "set language".
2120
2121 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
2122
2123         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2124         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
2125         make.
2126         * configure.ac: Remove checks for the make program.
2127         * configure: Re-generate.
2128
2129 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
2130
2131         * gdb.python/py-recurse-unwind.c (main): Add loop.
2132         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2133         to read_register() and gdb.parse_and_eval().  Make each code
2134         call a separate case that can be individually tested.
2135         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2136         proc. Call cont_and_backtrace for each of the code paths that
2137         we want to test in the unwinder.
2138
2139 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2140
2141         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2142         the definition of struct S.
2143
2144 2016-11-11  Catherine Moore  <clm@codesourcery.com>
2145
2146         * gdb.base/dump.exp: Identify verilog format dump tests as such.
2147
2148 2016-11-09  Pedro Alves  <palves@redhat.com>
2149
2150         * gdb.base/commands.exp (runto_or_return): New procedure.
2151         (gdbvar_simple_if_test, gdbvar_simple_while_test)
2152         (gdbvar_complex_if_while_test, progvar_simple_if_test)
2153         (progvar_simple_while_test, progvar_complex_if_while_test)
2154         (if_while_breakpoint_command_test)
2155         (infrun_breakpoint_command_test, breakpoint_command_test)
2156         (user_defined_command_test, watchpoint_command_test)
2157         (test_command_prompt_position, redefine_hook_test)
2158         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2159         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2160         multi_line_input and multi_line.  Remove gdb_expect and
2161         gdb_stop_suppressing_tests uses.
2162         * lib/gdb.exp (valnum_re): New global.
2163         (multi_line_input): New procedure.
2164
2165 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
2166
2167         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2168         Remove.
2169         (test_setup): Define with proc_with_prefix.
2170         (test_cli_inferior): Likewise.
2171         (test_cli_thread): Likewise.
2172         (test_cli_frame): Likewise.
2173         (test_cli_select_frame): Likewise.
2174         (test_cli_up_down): Likewise.
2175         (test_mi_thread_select): Likewise.
2176         (test_mi_stack_select_frame): Likewise.
2177         (test_cli_in_mi_inferior): Likewise.
2178         (test_cli_in_mi_thread): Likewise.
2179         (test_cli_in_mi_frame): Likewise.
2180         (top level): Do not use with_test_prefix_procname.
2181
2182 2016-11-09  Pedro Alves  <palves@redhat.com>
2183
2184         * gdb.base/commands.exp (gdbvar_simple_if_test)
2185         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2186         (progvar_simple_if_test, progvar_simple_while_test)
2187         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2188         (infrun_breakpoint_command_test, breakpoint_command_test)
2189         (user_defined_command_test, watchpoint_command_test)
2190         (test_command_prompt_position, deprecated_command_test)
2191         (bp_deleted_in_command, temporary_breakpoint_commands)
2192         (stray_arg0_test, source_file_with_indented_comment)
2193         (recursive_source_test, if_commands_test)
2194         (error_clears_commands_left, redefine_hook_test)
2195         (redefine_backtrace_test): Use proc_with_prefix.
2196         * lib/gdb.exp (proc_with_prefix): New proc.
2197
2198 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2199
2200         * gdb.base/tui-layout.c: New file.
2201         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2202         disassembly window contains very long lines.
2203
2204 2016-11-08  Tom Tromey  <tom@tromey.com>
2205
2206         * gdb.python/py-value.exp (test_value_creation): Make "long" test
2207         depend on Python 2.
2208
2209 2016-11-08  Tom Tromey  <tom@tromey.com>
2210
2211         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2212         New method.
2213
2214 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
2215
2216         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2217
2218 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
2219
2220         * gdb.rust/simple.rs: Add test for univariant enums without
2221         discriminants and for encoded struct-like enums.
2222
2223 2016-10-28  Pedro Alves  <palves@redhat.com>
2224
2225         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2226         gdb_test_multiple, tighten regexps and match symtabs and line
2227         tables incrementally.
2228
2229 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
2230
2231         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2232         general.
2233
2234 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
2235
2236         * gdb.base/exec-invalid-sysroot.exp: New file.
2237
2238 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2239
2240         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2241
2242 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2243
2244         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2245
2246 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
2247
2248         * gdb.base/killed-outside.exp: Remove $options from a call to
2249         `prepare_for_testing'.
2250
2251 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2252
2253         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2254         Change test message.
2255
2256 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2257
2258         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2259         Update comment.
2260
2261 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2262
2263         * gdb.trace/mi-trace-save.exp: New file.
2264
2265 2016-10-13  Yao Qi  <yao.qi@linaro.org>
2266
2267         * gdb.base/code_elim.exp (get_var_address): Remove.
2268         * gdb.base/relocate.exp: Likewise.
2269         * gdb.base/shreloc.exp: Likewise.
2270         * lib/gdb.exp (get_var_address): New.
2271
2272 2016-10-13  Yao Qi  <yao.qi@linaro.org>
2273
2274         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2275         floating point tests if $skip_float_test is false.
2276
2277 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
2278
2279         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2280         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2281         argc values.
2282         Add 1 to argc so we guarantee distinct initial/modified argc values.
2283
2284 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2285
2286         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2287
2288 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2289
2290         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2291         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2292         * gdb.arch/vsx-regs.exp: Likewise.
2293
2294 2016-10-07  Yao Qi  <yao.qi@linaro.org>
2295
2296         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2297
2298 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
2299
2300         * gdb.python/python.exp: Test decode_line("*0").
2301
2302 2016-10-06  Doug Evans  <dje@google.com>
2303
2304         * gdb.python/py-value.exp (test_value_creation): Add test for large
2305         unsigned 64-bit value.
2306
2307 2016-10-06  Tom Tromey  <tom@tromey.com>
2308
2309         * gdb.compile/compile.exp: Change java tests to rust.
2310         * gdb.base/setshow.exp: Change java tests to rust.
2311         * gdb.base/default.exp: Remove java from language list.
2312         * README (Examples): Update language example.
2313         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2314         test.
2315         * lib/gdb.exp (skip_java_tests): Remove.
2316         * lib/java.exp: Remove.
2317         * gdb.java: Remove.
2318
2319 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
2320
2321         * gdb.arch/mips-fcr.exp: New test.
2322         * gdb.arch/mips-fcr.c: Source for the new test.
2323
2324 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
2325
2326         * gdb.base/solib-disc.exp: Use `standard_output_file'
2327         throughout.
2328
2329 2016-10-06  Pedro Alves  <palves@redhat.com>
2330
2331         * gdb.base/jit-simple-dl.c: New file.
2332         * gdb.base/jit-simple-jit.c: New file, factored out from ...
2333         * gdb.base/jit-simple.c: ... this.
2334         * gdb.base/jit-simple.exp (jit_run): Delete.
2335         (build_jit): New proc.
2336         (jit_test_reread): Recompile either the main program or the shared
2337         library, depending on what is being tested.  Skip changing address
2338         if caller wants to.  Compare before/after addresses.  If testing
2339         standalone, explicitly load the binary.  Test "maint info
2340         breakpoints".
2341         (top level): Add "standalone vs shared lib" and "change address"
2342         vs "same address" axes.
2343
2344 2016-10-06  Pedro Alves  <palves@redhat.com>
2345
2346         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2347         call.
2348         (jit_run): Delete.
2349         (jit_test_reread): Use with_test_prefix.  Reload the main binary
2350         explicitly.  Compare the before/after addresses of the JIT
2351         descriptor.
2352
2353 2016-08-15  Doug Evans  <dje@google.com>
2354
2355         * gdb.xml/extra-regs.xml: Update, end field now required, default type
2356         for single bitfields is bool.
2357         * gdb.xml/tdesc-regs.exp: Ditto.
2358
2359 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2360
2361         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2362
2363 2016-10-05  Yao Qi  <yao.qi@linaro.org>
2364
2365         * lib/gdb.exp (support_complex_tests): Return zero if
2366         gdb_skip_float_test return true.
2367
2368 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2369             Simon Marchi  <simon.marchi@ericsson.com>
2370
2371         PR gdb/20487
2372         * gdb.mi/user-selected-context-sync.exp: New file.
2373         * gdb.mi/user-selected-context-sync.c: New file.
2374
2375 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2376             Simon Marchi  <simon.marchi@ericsson.com>
2377
2378         PR gdb/20487
2379         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2380         =thread-select-event check.
2381
2382 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
2383
2384         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2385         the compulsory L operand changes.
2386         * gdb.arch/powerpc-power.s: Likewise.
2387
2388 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2389
2390         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2391         * gdb.base/jit-attach-pie.c: New file.
2392         * gdb.base/jit-attach-pie.exp: New file.
2393
2394 2016-09-28  Pedro Alves  <palves@redhat.com>
2395
2396         * gdb.base/infcall-input.c: New file.
2397         * gdb.base/infcall-input.exp: New file.
2398
2399 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2400
2401         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2402         (gdb_exit): Rename it to ...
2403         (gdbserver_gdb_exit): ...  Close GDBserver.
2404         (gdb_exit): New proc, call gdbserver_gdb_exit.
2405         (mi_gdb_exit): Likewise.
2406
2407 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2408
2409         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2410         path.
2411         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2412         Remove duplication.
2413
2414 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2415
2416         * lib/gdbserver-support.exp: Check the existence of
2417         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2418
2419 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
2420
2421         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2422
2423 2016-09-21  Tom Tromey  <tom@tromey.com>
2424
2425         PR gdb/20604:
2426         * gdb.base/quit.exp: New file.
2427
2428 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2429
2430         * .gitignore: New file.
2431
2432 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
2433
2434         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2435         throughout.
2436
2437 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2438
2439         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2440
2441 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2442
2443         * gdb.cp/casts.cc (decltype): Move it ...
2444         (main): ... with its call to ...
2445         * gdb.cp/casts03.cc: ... a new file.
2446         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2447
2448 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2449
2450         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2451
2452 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
2453
2454         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2455         and sync up the test with tests in gas/testsuite/gas/ppc.
2456         * gdb.arch/powerpc-power.exp: Likewise.
2457
2458 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2459
2460         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2461
2462 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2463             Jan Kratochvil  <jan.kratochvil@redhat.com>
2464
2465         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2466         make m1's definition to be different from m2's.  Use 'dummy' as an
2467         argument for probe 'two'.
2468
2469 2016-09-10  Jon Beniston  <jon@beniston.com>
2470
2471         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2472         for sim target.
2473
2474 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2475
2476         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2477         variable declaration.
2478         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
2479         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2480         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2481         received HWCAP as its argument.
2482
2483 2016-09-06  Pedro Alves  <palves@redhat.com>
2484
2485         * gdb.base/new-ui-pending-input.c: New file.
2486         * gdb.base/new-ui-pending-input.exp: New file.
2487         * gdb.exp (clear_gdb_spawn_id): New procedure.
2488         (with_spawn_id): Check whether gdb_spawn_id exists before
2489         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
2490         on exit.
2491
2492 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2493
2494         * gdb.base/float128.c: New file.
2495         * gdb.base/float128.exp: Likewise.
2496         * gdb.base/floatn.c: Likewise.
2497         * gdb.base/floatn.exp: Likewise.
2498
2499 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2500
2501         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2502
2503 2016-09-05  Pedro Alves  <palves@redhat.com>
2504
2505         PR backtrace/19927
2506         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2507         unwinders are immediately called as side effect of "source" or
2508         "disable unwinder" commands.
2509         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2510
2511 2016-09-02  Yao Qi  <yao.qi@linaro.org>
2512
2513         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2514         is true and $type is "float" or "double".
2515
2516 2016-09-02  Yao Qi  <yao.qi@linaro.org>
2517
2518         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2519         true.
2520         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2521         * gdb.base/call-rt-st.exp: Likewise.
2522         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2523         return value instead of gdb,skip_float_test.
2524         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2525         (do_function_calls): Use its return value instead of
2526         gdb,skip_float_test.
2527         * gdb.base/finish.exp: Likewise.
2528         * gdb.base/funcargs.exp: Likewise.
2529         * gdb.base/return.exp: Likewise.
2530         * gdb.base/return2.exp: Likewise.
2531         * gdb.base/varargs.exp: Likewise.
2532         * lib/gdb.exp (gdb_skip_float_test): Change it to
2533         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
2534
2535 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2536
2537         * gdb.multi/tids.exp: Test "thread apply all".
2538
2539 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2540
2541         * gdb.base/default.exp (tty): Remove.
2542
2543 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
2544
2545         * gdb.python/py-recurse-unwind.c: New file.
2546         * gdb.python/py-recurse-unwind.py: New file.
2547         * gdb.python/py-recurse-unwind.exp: New file.
2548
2549 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
2550
2551         * gdb.base/set-inferior-tty.exp: New file.
2552         * gdb.base/set-inferior-tty.c: New file.
2553
2554 2016-08-23  Pedro Alves  <palves@redhat.com>
2555
2556         PR gdb/20494
2557         * gdb.base/new-ui-echo.c: New file.
2558         * gdb.base/new-ui-echo.exp: New file.
2559
2560 2016-08-23  Yao Qi  <yao.qi@linaro.org>
2561
2562         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2563         gdbserver_spawn.
2564         * gdb.server/connect-without-multi-process.exp (do_test):
2565         Likewise.
2566
2567 2016-08-23  Yao Qi  <yao.qi@linaro.org>
2568
2569         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2570         standalone_txt.  Delete gdb_txt and standalone_txt on host
2571         and target.  Spawn the binary on target.  Copy files from
2572         target to host.
2573
2574 2016-08-22  Pedro Alves  <palves@redhat.com>
2575
2576         PR gdb/20505
2577         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
2578         with_test_prefix.  Factor out bits to ...
2579         (test_no_vdso): ... this new procedure.
2580
2581 2016-08-19  Carl Love  <cel@us.ibm.com>
2582
2583         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2584         maintaining separate logic for constructing the output path.
2585         * gdb.arch/powerpc-d128-regs.exp: Likewise.
2586         * gdb.arch/ppc-dfp.exp: Likewise.
2587         * gdb.arch/ppc-fp.exp: Likewise.
2588         * gdb.arch/vsx-regs.exp: Likewise.
2589         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2590         binprefix for generating the additional binary files.
2591
2592 2016-08-19  Pedro Alves  <palves@redhat.com>
2593
2594         * gdb.trace/mi-trace-frame-collected.exp
2595         (test_trace_frame_collected): On x32, expect two registers.
2596
2597 2016-08-18  Carl Love  <cel@us.ibm.com>
2598
2599         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2600         and sync up the test with tests in gas/testsuite/gas/ppc.
2601         * gdb.arch/powerpc-power.exp: Likewise.
2602
2603 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
2604
2605         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2606         expected error message.
2607
2608 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
2609
2610         * gdb.multi/remove-inferiors.exp: New file.
2611         * gdb.multi/remove-inferiors.c: New file.
2612
2613 2016-08-12  Yao Qi  <yao.qi@linaro.org>
2614
2615         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2616         argument list.
2617
2618 2016-08-10  Pedro Alves  <palves@redhat.com>
2619
2620         PR gdb/19187
2621         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2622         setup_kfails.
2623
2624 2016-08-09  Pedro Alves  <palves@redhat.com>
2625             Simon Marchi  <simon.marchi@ericsson.com>
2626
2627         PR gdb/20418
2628         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2629         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2630
2631 2016-08-09  Pedro Alves  <palves@redhat.com>
2632
2633         PR mi/20431
2634         * gdb.mi/mi-cmd-error.exp: New file.
2635
2636 2016-08-09  Pedro Alves  <palves@redhat.com>
2637
2638         PR gdb/18653
2639         * gdb.base/signals-state-child.c: New file.
2640         * gdb.base/signals-state-child.exp: New file.
2641         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2642
2643 2016-08-09  Pedro Alves  <palves@redhat.com>
2644
2645         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2646
2647 2016-08-03  Tom Tromey  <tom@tromey.com>
2648
2649         PR python/18565:
2650         * gdb.python/py-frame-inline.exp: Add Frame.function test.
2651
2652 2016-08-01  Yao Qi  <yao.qi@linaro.org>
2653
2654         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2655         variable mode to "multi-process" if $multi_process is 1, otherwise
2656         set it to "single-process".
2657
2658 2016-08-01  Yao Qi  <yao.qi@linaro.org>
2659
2660         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2661         * gdb.cp/cpexprs.exp: Likewise.
2662         * gdb.cp/m-static.exp: Likewise.
2663
2664 2016-07-26  Tom Tromey  <tom@tromey.com>
2665
2666         PR python/20190:
2667         * gdb.threads/tls.exp (check_thread_local): Add python symbol
2668         test.
2669
2670 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2671
2672         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2673         selecting assembly source files.
2674         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2675         assembly source files.
2676         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2677         assembly source files.
2678         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2679         selecting assembly source files.
2680
2681 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
2682
2683         * gdb.base/new-ui.exp (do_test_invalid_args): New
2684         procedure.
2685
2686 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
2687
2688         * gdb.btrace/reconnect.c: New file.
2689         * gdb.btrace/reconnect.exp: New file.
2690
2691 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
2692
2693         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2694         to test_catch_syscall_group.
2695         (test_catch_syscall_group): New.
2696
2697 2016-07-21  Tom Tromey  <tom@tromey.com>
2698
2699         * gdb.rust/simple.rs (main): Use empty struct expression.
2700         * gdb.rust/simple.exp: Add tests for empty struct expression.
2701
2702 2016-07-21  Yao Qi  <yao.qi@linaro.org>
2703
2704         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2705         if gdb_skip_xml_test is true on some targets.
2706
2707 2016-07-21  Yao Qi  <yao.qi@linaro.org>
2708
2709         * gdb.server/solib-list.exp: Unset last_loaded_file.
2710
2711 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2712
2713         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2714         "step into captured_main (args)".
2715
2716 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2717
2718         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2719
2720 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2721
2722         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2723
2724 2016-07-19  Pedro Alves  <palves@redhat.com>
2725
2726         * gdb.opt/inline-break.exp: Remove optimize=-O2.
2727         * gdb.opt/inline-bt.exp: Likewise.
2728         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2729         additional_flags=-Winline.
2730         * gdb.opt/inline-locals.exp: Likewise.
2731         * gdb.opt/inline-markers.c (ATTR): Define.
2732         (inlined_fn): Use it.
2733
2734 2016-07-19  Yao Qi  <yao.qi@linaro.org>
2735
2736         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2737         (test_with_self): Remove some code.  Remove argument executable.
2738         (top-level): Use do_self_tests.
2739
2740 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
2741             Don Breazeal <donb@codesourcery.com>
2742
2743         * gdb.base/maint.exp: Escape paths used in regular expressions.
2744         * gdb.stabs/weird.exp: Likewise.
2745
2746 2016-07-13  Tom Tromey  <tom@tromey.com>
2747
2748         PR python/15620, PR python/18620:
2749         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2750         (test_bkpt_events): New procs.
2751
2752 2016-07-13  Tom Tromey  <tom@tromey.com>
2753
2754         PR python/17698:
2755         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2756         test.
2757         (test_watchpoints): Likewise.
2758         (test_bkpt_pending): New proc.
2759
2760 2016-07-13  Tom Tromey  <tom@tromey.com>
2761
2762         PR cli/18053:
2763         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2764         completion test.
2765
2766 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2767
2768         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2769         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2770         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2771         f_label.
2772         (g): Rename g_end_lbl to g_label.
2773         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2774         low_pc and high_pc.
2775         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2776
2777 2016-07-12  Tom Tromey  <tom@tromey.com>
2778
2779         PR python/19293:
2780         * gdb.python/py-unwind-maint.exp: Update tests.
2781
2782 2016-07-12  Yao Qi  <yao.qi@linaro.org>
2783
2784         * lib/selftest-support.exp (selftest_setup): Match the output
2785         when captured_main is inlined.
2786
2787 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2788
2789         * gdb.fortran/derived-types.exp (result_line, result_line_2):
2790         New variables.
2791         (print this%a, print this%b, print this): New tests.
2792         * gdb.fortran/derived-types.f90 (this): New object and
2793         initialization.
2794
2795 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
2796
2797         * gdb.ada/arraydim.exp: Remove extra directory level in build
2798         directory.
2799
2800 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
2801
2802         * lib/ada.exp: Remove extra directory level in build directory.
2803         * gdb.ada/cond_lang.exp: Likewise.
2804         * gdb.ada/exec_changed.exp: Likewise.
2805         * gdb.ada/lang_switch.exp: Likewise.
2806
2807 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
2808
2809         * simple.rs: Add test for raw pointer subscripting.
2810         * simple.exp: Add test expectations.
2811
2812 2016-07-05  Yao Qi  <yao.qi@linaro.org>
2813
2814         * gdb.mi/mi-reverse.exp: Match =record-started output.
2815
2816 2016-07-01  Pedro Alves  <palves@redhat.com>
2817
2818         * gdb.base/jit-reader.exp (info_registers_current_frame): New
2819         procedure.
2820         (jit_reader_test): Test the jit reader's unwinder.
2821         * gdb.base/jithost.c (jit_function_00_code): New global.
2822         (main): Use memcpy to fill in the mmapped code, instead of poking
2823         bytes manually here.
2824         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2825         value.
2826         (read_debug_info): Save the function's range.
2827         (read_sp): New function.
2828         (unwind_frame): Use it.  Also unwind RBP.
2829         (get_frame_id): Use read_sp.
2830         (gdb_init_reader): Use calloc instead of malloc.
2831         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2832         parameter.  Use gdb_test_multiple.
2833
2834 2016-07-01  Pedro Alves  <palves@redhat.com>
2835             Antoine Tremblay  <antoine.tremblay@ericsson.com>
2836
2837         * gdb.threads/process-dies-while-detaching.c: New file.
2838         * gdb.threads/process-dies-while-detaching.exp: New file.
2839
2840 2016-07-01  Pedro Alves  <palves@redhat.com>
2841
2842         * gdb.multi/watchpoint-multi-exit.c: New file.
2843         * gdb.multi/watchpoint-multi-exit.exp: New file.
2844
2845 2016-06-30  Pedro Alves  <palves@redhat.com>
2846
2847         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2848         unset inferior_spawn_id.
2849
2850 2016-06-30  Pedro Alves  <palves@redhat.com>
2851
2852         * lib/mi-support.exp (default_mi_gdb_start): Declare global
2853         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2854
2855 2016-06-29  Yao Qi  <yao.qi@linaro.org>
2856
2857         * gdb.base/return.c: Add copyright header.
2858
2859 2016-06-29  Tom Tromey  <tom@tromey.com>
2860
2861         PR python/20129:
2862         * gdb.python/py-framefilter.exp: Add tests for setting priority
2863         and disabling of non-existent frame filter.
2864
2865 2016-06-29  Yao Qi  <yao.qi@linaro.org>
2866
2867         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2868         0x0f07ff.
2869
2870 2016-06-28  Yao Qi  <yao.qi@linaro.org>
2871
2872         * gdb.base/catch-syscall.exp: Remove check on isnative and target
2873         triplets.  Start gdb, execute catch syscall, and continue.  Check
2874         gdb's output to determine catch syscall is supported.
2875
2876 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
2877
2878         * gdb.rust/simple.rs: Add test for returning unit in a function.
2879         * gdb.rust/simple.exp: Add expectation for functions returning
2880         unit.
2881
2882 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
2883
2884         * gdb.python/py-breakpoint-create-fail.c,
2885         gdb.python/py-breakpoint-create-fail.exp,
2886         gdb.python/py-breakpoint-create-fail.py: New testcase.
2887
2888 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
2889
2890         PR gdb/20239
2891         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2892         * gdb.rust/simple.exp: Add test expectations for new NonZero
2893         tests.
2894
2895 2016-06-24  David Taylor  <dtaylor@emc.com>
2896
2897         * gdb.base/offsets.exp: New file.
2898         * gdb.base/offsets.c: New file.
2899
2900 2016-06-23  Tom Tromey  <tom@tromey.com>
2901
2902         PR gdb/16483:
2903         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2904         before any filters are loaded.
2905
2906 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2907
2908         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2909         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2910         structs.
2911         * gdb.fortran/derived-type-function.exp: New file.
2912         * gdb.fortran/derived-type-function.f90: New file.
2913
2914
2915 2016-06-21  Pedro Alves  <palves@redhat.com>
2916
2917         * gdb.base/new-ui.exp: New file.
2918         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2919         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2920         (with_spawn_id): New procedure.
2921
2922 2016-06-21  Pedro Alves  <palves@redhat.com>
2923
2924         * gdb.mi/mi-exec-run.exp: New file.
2925
2926 2016-06-21  Pedro Alves  <palves@redhat.com>
2927
2928         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2929         breakpoint command's output on the main UI.
2930         (test_break): New procedure, factored out from calls in the top
2931         level.
2932         (top level): Use foreach_with_prefix to test MI as main UI and as
2933         separate UI.
2934
2935 2016-06-21  Pedro Alves  <palves@redhat.com>
2936
2937         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2938         (test_awatch_creation_and_listing)
2939         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2940         Remove 'type' parameter.
2941         (test_watchpoint_all): New parameter mi_mode.  Remove
2942         with_test_prefix.
2943         (top level): Use foreach_with_prefix, and add main/separate UI MI
2944         testing axis.
2945
2946 2016-06-21  Pedro Alves  <palves@redhat.com>
2947
2948         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2949         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2950         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2951         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2952         (gdb_main_spawn_id, mi_spawn_id): Declare and
2953         comment.
2954         (mi_create_inferior_pty): New procedure,
2955         factored out from default_mi_gdb_start.
2956         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2957         procedures.
2958         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2959         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2960         Use mi_create_inferior_pty.
2961         (mi_gdb_start): Use eval to pass down args list.
2962
2963 2016-06-21  Pedro Alves  <palves@redhat.com>
2964
2965         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2966         * gdb.opt/inline-cmds.exp: Add MI tests.
2967
2968 2016-06-21  Pedro Alves  <palves@redhat.com>
2969
2970         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2971
2972 2016-06-21  Pedro Alves  <palves@redhat.com>
2973
2974         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2975         (top level): Use it instead of mi_execute_to.
2976
2977 2016-06-21  Pedro Alves  <palves@redhat.com>
2978
2979         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2980         (cont_handler_str): New.
2981         (signal_stop_handler): Set stop_handler_str instead of printing to
2982         stdout.
2983         (continue_handler): Set cont_handler_str instead of printing to
2984         stdout.
2985         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2986         mi_send_resuming_command.  Print stop_handler_str and
2987         cont_handler_str instead of expecting the python events print
2988         directly.
2989
2990 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
2991
2992         * gdb.base/jit-reader.exp: New file.
2993         * gdb.base/jithost.c: New file.
2994         * gdb.base/jithost.h: New file.
2995         * gdb.base/jitreader.c : New file.
2996         * gdb.base/jit-protocol.h: New file.
2997
2998 2016-06-17  Yao Qi  <yao.qi@linaro.org>
2999
3000         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3001         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
3002         and detach-on-fork.  Adjust tests.
3003         (top level): Invoke break_cond_on_syscall with combinations of
3004         syscall, follow-fork-mode and detach-on-fork.
3005
3006 2016-06-17  Yao Qi  <yao.qi@linaro.org>
3007
3008         * gdb.base/step-over-exit.c: New.
3009         * gdb.base/step-over-exit.exp: New.
3010
3011 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
3012
3013         * gdb.base/float.exp: Add target check for nds32*-*-*.
3014         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3015
3016 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3017
3018         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3019         for unsupported target features.
3020         * gdb.base/call-rt-st.exp: Likewise.
3021         * gdb.base/call-sc.exp: Likewise.
3022         * gdb.base/call-signal-resume.exp: Likewise.
3023         * gdb.base/call-strs.exp: Likewise.
3024         * gdb.base/callexit.exp: Likewise.
3025         * gdb.base/callfuncs.exp: Likewise.
3026         * gdb.base/nodebug.exp: Likewise.
3027         * gdb.base/printcmds.exp: Likewise.
3028         * gdb.base/ptype.exp: Likewise.
3029         * gdb.base/structs.exp: Likewise.
3030         * gdb.base/unwindonsignal.exp: Likewise.
3031         * gdb.cp/gdb2495.exp: Likewise.
3032         * gdb.cp/templates.exp: Likewise.
3033         * gdb.cp/virtfunc.exp: Likewise.
3034         * gdb.threads/hand-call-in-threads.exp: Likewise.
3035         * gdb.threads/interrupted-hand-call.exp: Likewise.
3036         * gdb.threads/thread-unwindonsignal.exp: Likewise.
3037
3038 2016-06-10  Tom Tromey  <tom@tromey.com>
3039
3040         PR rust/20110:
3041         * gdb.rust/expr.exp: Add test for integer constant larger than
3042         i32.
3043
3044 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
3045
3046         * gdb.fortran/nested-funcs.exp: New.
3047         * gdb.fortran/nested-funcs.f90: New.
3048
3049 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
3050
3051         * gdb.base/examine-backward.c: New file.
3052         * gdb.base/examine-backward.exp: New file.
3053
3054 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
3055
3056         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3057         matching.
3058
3059 2016-06-02  Tom Tromey  <tom@tromey.com>
3060
3061         PR python/18984:
3062         * gdb.python/py-shared.exp: Add solib_name test.
3063
3064 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
3065
3066         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3067
3068 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
3069
3070         PR c++/19893
3071         * gdb.dwarf2/implref.exp: Rename to...
3072         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
3073         * gdb.dwarf2/implref-array.c: New file.
3074         * gdb.dwarf2/implref-array.exp: Likewise.
3075         * gdb.dwarf2/implref-global.c: Likewise.
3076         * gdb.dwarf2/implref-global.exp: Likewise.
3077         * gdb.dwarf2/implref-struct.c: Likewise.
3078         * gdb.dwarf2/implref-struct.exp: Likewise.
3079
3080 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3081
3082         * gdb.trace/trace-condition.exp: Add 64bit tests.
3083
3084 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3085
3086         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3087         bits types.
3088         (main): Adapt to 8 to 64 bits types.
3089         * gdb.trace/trace-condition.exp: Add new tests.
3090
3091 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3092
3093         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3094
3095 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3096
3097         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3098         Move condition tests...
3099         * gdb.trace/trace-condition.exp: Here.
3100
3101 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3102
3103         * gdb.trace/trace-condition.exp: Add counter-case tests.
3104
3105 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3106
3107         PR c++/15231
3108         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3109         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3110
3111 2016-05-27  Pedro Alves  <palves@redhat.com>
3112
3113         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3114         New procedure.
3115         (top level): Call it, and bail out of DejaGnu is known to be bad.
3116
3117 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
3118
3119         * gdb.base/whatis.c: Extend the test case.
3120         * gdb.base/whatis.exp: Add additional tests.
3121
3122 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3123
3124 * gdb.fortran/type.f90: Add pointer variable.
3125 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3126
3127 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3128
3129         * gdb.fortran/vla-type.exp: Fix testcase name.
3130
3131 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3132
3133         * gdb.fortran/vla-type.exp: Access elements in nested structs.
3134
3135 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3136
3137         * gdb.fortran/type.f90: Add nested structures.
3138         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3139         * gdb.fortran/derived-type.exp: Adapt expected output.
3140         * gdb.fortran/vla-type.exp: Adapt expected output.
3141
3142 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3143
3144         * gdb.fortran/whatis_type.exp: Adapt expected output.
3145
3146 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3147
3148         * gdb.fortran/print_type.exp: Fix expected output.
3149         * gdb.fortran/whatis_type.exp: Fix expected output.
3150
3151 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3152
3153         * gdb.fortran/whatis_type.exp: Use multi_line.
3154
3155 2016-05-24  Tom Tromey  <tom@tromey.com>
3156
3157         PR python/17386:
3158         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3159         use value as an index.
3160
3161 2016-05-23  Tom Tromey  <tom@tromey.com>
3162
3163         PR python/17981:
3164         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3165         no-breakpoint case.
3166
3167 2016-05-24  Pedro Alves  <palves@redhat.com>
3168
3169         PR gdb/19828
3170         * gdb.threads/clone-attach-detach.c: New file.
3171         * gdb.threads/clone-attach-detach.exp: New file.
3172
3173 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
3174
3175         * gdb.base/annota-input-while-running.exp: Fix syntax error.
3176
3177 2016-05-23  Tom Tromey  <tom@tromey.com>
3178
3179         PR python/19438, PR python/18393:
3180         * gdb.python/py-progspace.exp: Add "dir" test.
3181         * gdb.python/py-objfile.exp: Add "dir" test.
3182
3183 2016-05-23  Yao Qi  <yao.qi@linaro.org>
3184
3185         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3186         * gdb.arch/thumb2-it.exp: Likewise.
3187
3188 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
3189
3190         * gdb.mi/mi-threads-interrupt.c: New file.
3191         * gdb.mi/mi-threads-interrupt.exp: New file.
3192
3193 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3194
3195         PR gdb/18077
3196         * gdb.mi/mi-async-run.exp: New file.
3197         * gdb.mi/mi-async-run.c: New file.
3198
3199 2016-05-17  Tom Tromey  <tom@tromey.com>
3200             Manish Goregaokar <manishsmail@gmail.com>
3201
3202         * lib/rust-support.exp: New file.
3203         * lib/gdb.exp (skip_rust_tests): New proc.
3204         (build_executable_from_specs): Handle rust.
3205         * lib/future.exp (gdb_find_rustc): New proc.
3206         (gdb_default_target_compile): Handle rust.
3207         * gdb.rust/expr.exp: New file.
3208         * gdb.rust/generics.exp: New file.
3209         * gdb.rust/generics.rs: New file.
3210         * gdb.rust/methods.exp: New file.
3211         * gdb.rust/methods.rs: New file.
3212         * gdb.rust/modules.exp: New file.
3213         * gdb.rust/modules.rs: New file.
3214         * gdb.rust/simple.exp: New file.
3215         * gdb.rust/simple.rs: New file.
3216
3217 2016-05-17  Tom Tromey  <tom@tromey.com>
3218
3219         * gdb.base/default.exp (set language): Add rust.
3220
3221 2016-05-17  Tom Tromey  <tom@tromey.com>
3222
3223         * gdb.gdb/unittest.exp: New file.
3224
3225 2016-05-16  Yao Qi  <yao.qi@linaro.org>
3226
3227         * gdb.base/batch-preserve-term-settings.exp: Remove variable
3228         shell_prompt.  Update shell_prompt_re.
3229
3230 2016-05-12  Doug Evans  <dje@google.com>
3231
3232         PR symtab/19999
3233         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3234         $options when building executable.
3235         * gdb.dwarf2/fission-loclists-pie.S: New file.
3236         * gdb.dwarf2/fission-loclists-pie.exp: New file.
3237
3238 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
3239
3240         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3241         of [is_remote target],
3242
3243 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
3244
3245         * lib/gdb.exp (use_gdb_stub): New procedure.
3246
3247 2016-05-03  Yunlian Jiang <yunlian@google.com>
3248             Doug Evans  <dje@google.com>
3249
3250         PR symtab/19914
3251         * gdb.dwarf2/dwp-sepdebug.c: New file.
3252         * gdb.dwarf2/dwp-sepdebug.exp: New file.
3253
3254 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
3255
3256         * gdb.base/detach.exp: Remove is_remote check.
3257
3258 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
3259
3260         * gdb.base/annota-input-while-running.exp: Don't check for
3261         [is_remote target].  Enable annotations after running to main.
3262         Remove unused "set test..." line.
3263
3264 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
3265
3266         * gdb.trace/trace-enable-disable.exp: New file.
3267         * gdb.trace/trace-enable-disable.c: New file.
3268
3269 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
3270
3271         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3272         use it in info sharedlibrary test.
3273         * gdb.trace/ftrace-lock.exp: Likewise.
3274         * gdb.trace/ftrace.exp: Likewise.
3275         * gdb.trace/range-stepping.exp: Likewise.
3276         * gdb.trace/trace-break.exp: Likewise.
3277         * gdb.trace/trace-condition.exp: Likewise.
3278         * gdb.trace/trace-mt.exp: Likewise.
3279
3280 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
3281
3282         * lib/gdb.exp (gdb_load_shlibs): Rename to...
3283         (gdb_load_shlib): ... this.
3284         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3285         gdb_load_shlib.
3286         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3287         * gdb.base/ctxobj.exp: Likewise.
3288         * gdb.base/dprintf-pending.exp: Likewise.
3289         * gdb.base/dso2dso.exp: Likewise.
3290         * gdb.base/fixsection.exp: Likewise.
3291         * gdb.base/gcore-relro.exp: Likewise.
3292         * gdb.base/gdb1555.exp: Likewise.
3293         * gdb.base/global-var-nested-by-dso.exp: Likewise.
3294         * gdb.base/gnu-ifunc.exp: Likewise.
3295         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3296         * gdb.base/jit-so.exp (one_jit_test): Likewise.
3297         * gdb.base/pending.exp: Likewise.
3298         * gdb.base/print-file-var.exp: Likewise.
3299         * gdb.base/print-symbol-loading.exp: Likewise.
3300         * gdb.base/shlib-call.exp: Likewise.
3301         * gdb.base/shreloc.exp: Likewise.
3302         * gdb.base/so-impl-ld.exp: Likewise.
3303         * gdb.base/solib-disc.exp: Likewise.
3304         * gdb.base/solib-nodir.exp: Likewise.
3305         * gdb.base/solib-overlap.exp: Likewise.
3306         * gdb.base/solib-symbol.exp: Likewise.
3307         * gdb.base/solib-weak.exp (do_test): Likewise.
3308         * gdb.base/sym-file.exp: Likewise.
3309         * gdb.base/symtab-search-order.exp: Likewise.
3310         * gdb.base/type-opaque.exp: Likewise.
3311         * gdb.base/unload.exp: Likewise.
3312         * gdb.base/watchpoint-solib.exp: Likewise.
3313         * gdb.compile/compile.exp: Likewise.
3314         * gdb.cp/gdb2384.exp: Likewise.
3315         * gdb.cp/infcall-dlopen.exp: Likewise.
3316         * gdb.cp/re-set-overloaded.exp: Likewise.
3317         * gdb.fortran/library-module.exp: Likewise.
3318         * gdb.opt/solib-intra-step.exp: Likewise.
3319         * gdb.python/py-finish-breakpoint.exp: Likewise.
3320         * gdb.python/py-shared.exp: Likewise.
3321         * gdb.reverse/solib-precsave.exp: Likewise.
3322         * gdb.reverse/solib-reverse.exp: Likewise.
3323         * gdb.server/solib-list.exp: Likewise.
3324         * gdb.threads/dlopen-libpthread.exp: Likewise.
3325         * gdb.threads/tls-shared.exp: Likewise.
3326         * gdb.threads/tls-so_extern.exp: Likewise.
3327         * gdb.trace/change-loc.exp: Likewise.
3328         * gdb.trace/ftrace-lock.exp: Likewise.
3329         * gdb.trace/ftrace.exp: Likewise.
3330         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3331         * gdb.trace/pending.exp: Likewise.
3332         * gdb.trace/range-stepping.exp: Likewise.
3333         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3334         (strace_info_marker): Likewise.
3335         (strace_probe_marker): Likewise.
3336         (strace_trace_on_same_addr): Likewise.
3337         (strace_trace_on_diff_addr): Likewise.
3338         * gdb.trace/trace-break.exp: Likewise.
3339         * gdb.trace/trace-condition.exp: Likewise.
3340         * gdb.trace/trace-mt.exp: Likewise.
3341
3342 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
3343
3344         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
3345         result of gdb_remote_download.
3346         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3347         * gdb.base/dso2dso.exp: Likewise.
3348         * gdb.base/global-var-nested-by-dso.exp: Likewise.
3349         * gdb.base/print-file-var.exp: Likewise.
3350         * gdb.base/shlib-call.exp: Likewise.
3351         * gdb.base/shreloc.exp: Likewise.
3352         * gdb.base/solib-overlap.exp: Likewise.
3353         * gdb.base/solib-weak.exp (do_test): Likewise.
3354         * gdb.base/unload.exp: Likewise.
3355
3356 2016-04-27  Yao Qi  <yao.qi@linaro.org>
3357
3358         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3359         exists.
3360
3361 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3362
3363         * vla-type.exp: Print structure from toplevel.
3364
3365 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3366
3367         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3368         of dynamic types.
3369         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3370         of dynamic types.
3371
3372 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3373
3374         * gdb.fortran/vla-type.f90: New file.
3375         * gdb.fortran/vla-type.exp: New file.
3376
3377 2016-04-25  Yao Qi  <yao.qi@linaro.org>
3378
3379         * gdb.base/branch-to-self.c: New file.
3380         * gdb.base/branch-to-self.exp: New file.
3381
3382 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3383
3384         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3385         more after $hex.
3386
3387 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3388
3389         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3390         * gdb.base/annota3.exp: Likewise.
3391
3392 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3393
3394         * gdb.reverse/step-precsave.exp: Do one step and test program
3395         stops in "callee" and do multiple steps until program goes out
3396         of "callee".
3397         * gdb.reverse/step-reverse.exp: Likewise.
3398
3399 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3400
3401         * gdb.trace/signal.exp: Also pass if
3402         $tracepoint_hits($i) > $iterations.
3403
3404 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3405
3406         * gdb.trace/signal.c: New file.
3407         * gdb.trace/signal.exp: New file.
3408
3409 2016-04-19  Doug Evans  <xdje42@gmail.com>
3410
3411         * gdb.base/bad-file.exp: New file.
3412
3413 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
3414
3415         * gdb.dwarf2/implref.exp: New file.
3416
3417 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
3418
3419         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3420         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3421         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3422         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3423         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3424         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3425         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3426         * lib/fortran.exp (fortran_int4): New procedure.
3427         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3428         (fortran_logical4): Likewise.
3429
3430 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
3431
3432         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3433
3434 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
3435
3436         * lib/compiler.c: Add Intel specific preprocessor macros.
3437         * lib/compiler.cc: Likewise.
3438
3439 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
3440
3441         * gdb.server/connect-with-no-symbol-file.c: New file.
3442         * gdb.server/connect-with-no-symbol-file.exp: New file.
3443
3444 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
3445
3446         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3447
3448 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
3449
3450         * boards/gdbserver-base.exp (${board}_download): Copy source file to
3451         standard output directory.
3452
3453 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3454
3455         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3456
3457 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3458
3459         * gdb.btrace/instruction_history.c (loop): Add declaration.
3460
3461 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3462
3463         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3464
3465 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
3466
3467         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3468         parentheses to print.
3469         (continue_handler): Likewise.
3470
3471 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
3472
3473         * gdb.server/solib-list.exp: Remove is_remote check.
3474         Pass shlib= to gdb_compile.  Don't link shared library with
3475         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
3476         Run binary filename through "readlink -f" on the target.
3477
3478 2016-04-08  Pedro Alves  <palves@redhat.com>
3479
3480         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
3481         interpreter filename as argument to gdbserver_spawn.
3482         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3483         Return empty if $last_loaded_file does not exist.
3484
3485 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3486
3487         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3488         * gdb.base/jit-main.c: Use exit after usage.
3489
3490 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3491
3492         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3493         GDBHISTSIZE prior to the tests.
3494         * gdb.base/gdbinit-history.exp: Likewise.
3495
3496 2016-04-07  Pedro Alves  <palves@redhat.com>
3497
3498         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3499         instead of build_executable.  Use gdb_load_shlibs.
3500
3501 2016-04-07  Yao Qi  <yao.qi@linaro.org>
3502
3503         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3504         Execute "si" command.
3505
3506 2016-04-07  Yao Qi  <yao.qi@linaro.org>
3507
3508         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3509         number instead of the comments on some line.
3510
3511 2016-04-06  Don Breazeal  <donb@codesourcery.com>
3512
3513         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3514         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3515
3516 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
3517
3518         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3519         standard_output_file.  Remove unused binfile variable.
3520
3521 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
3522
3523         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3524         * gdb.python/py-mi-objfile.exp: Match "list main" output
3525         in console format.
3526
3527 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
3528
3529         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3530         absolute.
3531
3532 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
3533
3534         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3535         absolute.
3536         * gdb.trace/ftrace.exp: Likewise.
3537         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3538         targets as well.
3539         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3540         (gdb_load_shlibs): Copy libraries to test directory when testing
3541         natively.  Only set solib-search-path if testing remotely.
3542         * lib/mi-support.exp (mi_load_shlibs): Likewise.
3543
3544 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
3545
3546         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3547         gdb_download.  Use it even if the target is not remote.
3548         * gdb.base/jit.exp (compile_jit_test): Likewise.
3549         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3550         output directory if the destination board is local, otherwise use
3551         the standard remote_download from DejaGnu.
3552         (gdb_download): Remove.
3553         (gdb_load_shlibs): Use gdb_remote_download instead of
3554         gdb_download.
3555         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3556         Use gdb_remote_download instead of gdb_download.  Use it even if
3557         the target is not remote.
3558         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3559         instead of gdb_download.
3560
3561 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
3562
3563         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3564         (test_insert_delete_modify): Call mi_load_shlibs before trying to
3565         run.
3566
3567 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
3568
3569         PR gdb/19820
3570         * gdb.base/printcmds.exp: Add artificial arrays tests.
3571
3572 2016-03-31  Pedro Alves  <palves@redhat.com>
3573
3574         PR gdb/19858
3575         * gdb.base/jit-main.c: Include unistd.h.
3576         (ATTACH): Define to 0 if not already defined.
3577         (wait_for_gdb, mypid): New globals.
3578         (WAIT_FOR_GDB): New macro.
3579         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
3580         some breakpoint locations.
3581         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3582         New procedures.
3583         (one_jit_test): Add REATTACH parameter, and handle it.  Use
3584         continue_to_test_location.
3585         (top level): Test attach, and adjusts calls to one_jit_test.
3586
3587 2016-03-31  Pedro Alves  <palves@redhat.com>
3588
3589         PR gdb/19858
3590         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
3591         BINSUFFIX parameter, and handle it.
3592         (top level): Adjust calls compile_jit_test.
3593
3594 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
3595
3596         PR python/19743
3597         * gdb.python/py-mi-events-gdb.py: New file.
3598         * gdb.python/py-mi-events.c: New file.
3599         * gdb.python/py-mi-events.exp: New file.
3600
3601 2016-03-30  Yao Qi  <yao.qi@linaro.org>
3602
3603         * gdb.reverse/until-precsave.exp: Match function name only.
3604         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3605         Move malloc to a condition block.
3606         * gdb.reverse/until-reverse.exp: Match function name only.
3607
3608 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3609
3610         * gdb.trace/ftrace.exp: Set arg0exp for s390.
3611         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3612         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3613         variable for GPR 0 instead of assuming it is register 0.
3614         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3615         * lib/trace-support.exp: Add s390 registers.
3616
3617 2016-03-29  Yao Qi  <yao.qi@linaro.org>
3618
3619         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3620
3621 2016-03-24  Yao Qi  <yao.qi@linaro.org>
3622
3623         * gdb.reverse/break-reverse.exp: Add quotation mark in the
3624         test message.
3625
3626 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3627
3628         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3629         maintaining separate logic for constructing the output path.
3630
3631 2016-03-16  Don Breazeal  <donb@codesourcery.com>
3632
3633         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3634         Retry fork and waitpid on interrupted system call errors.
3635         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3636         Use with_timeout_factor to increase timeout by factor of 10.
3637
3638 2016-03-15  Don Breazeal  <donb@codesourcery.com>
3639
3640         * gdb.cp/scope-err.cc: New test program.
3641         * gdb.cp/scope-err.exp: New test script.
3642         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3643         lines and "set breakpoint here" comment.
3644         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3645         Fixed some whitespace and format issues.
3646         * gdb.mi/mi-linespec-err-cp.cc: New test program.
3647         * gdb.mi/mi-linespec-err-cp.exp: New test script.
3648
3649 2016-03-15  Doug Evans  <dje@google.com>
3650
3651         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3652         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3653         All callers updated.  Add tests for enums, mixed flags register.
3654
3655 2016-03-15  Doug Evans  <dje@google.com>
3656
3657         * gdb.base/skip.c (main): Call test_skip_file_and_function.
3658         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3659
3660 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
3661
3662         * gdb.base/default.exp: Add $_as_string to the list of expected
3663         convenience functions.
3664
3665 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
3666
3667         * gdb.base/maint.exp: New tests for 'maint info line-table'.
3668
3669 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
3670
3671         * gdb.python/py-as-string.exp: New file.
3672         * gdb.python/py-as-string.c: New file.
3673
3674 2016-03-09  Pedro Alves  <palves@redhat.com>
3675
3676         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3677         signal" -> "Thread NN received signal" output change.
3678         * gdb.threads/ia64-sigill.exp: Likewise.
3679         * gdb.threads/linux-dp.exp: Likewise.
3680         * gdb.threads/manythreads.exp: Likewise.
3681         * gdb.threads/pending-step.exp: Likewise.
3682         * gdb.threads/print-threads.exp: Likewise.
3683         * gdb.threads/sigstep-threads.exp: Likewise.
3684         * gdb.threads/staticthreads.exp: Likewise.
3685         * gdb.threads/tls.exp: Likewise.
3686
3687 2016-03-09  Pedro Alves  <palves@redhat.com>
3688
3689         * gdb.base/command-line-input.exp: New file.
3690
3691 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3692
3693         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3694         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3695         * gdb.trace/pending.exp: Accept leading dot before function name.
3696         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3697         * lib/trace-support.exp: Set registers for ppc.
3698
3699 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3700
3701         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3702         use it for disassembly; accept .main in addition to main in backtrace.
3703
3704 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
3705             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3706
3707         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3708         (gdb_recursion_test_ptr): New global variable.
3709         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3710         gdb_recursion_test.
3711         (gdb_c_test): Ditto.
3712
3713 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3714
3715         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3716         ordering.
3717
3718 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3719
3720         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3721         (bar): Add bar_start_lbl label.
3722         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3723         of foo/bar for emitting DWARF and tracing.
3724
3725 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
3726
3727         * analyze-racy-logs.py: Set executable bit.
3728
3729 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3730
3731         * Makefile.in (DEFAULT_RACY_ITER): New variable.
3732         (CHECK_TARGET_TMP): Likewise.
3733         (check-single-racy): New rule.
3734         (check-parallel-racy): Likewise.
3735         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3736         (do-check-parallel-racy): New rule.
3737         (check-racy/%.exp): Likewise.
3738         * README (Racy testcases): New section.
3739         * analyze-racy-logs.py: New file.
3740
3741 2016-03-03  Doug Evans  <dje@google.com>
3742
3743         * gdb.base/skip.exp: Use with_test_prefix.
3744
3745 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3746
3747         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3748         Invoke step_over_syscall "clone" and break_cond_on_syscall
3749         "clone".
3750         * gdb.base/step-over-clone.c: New file.
3751
3752 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3753
3754         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3755         code format.
3756
3757 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3758
3759         * gdb.base/disp-step-fork.c: Rename to ...
3760         * gdb.base/step-over-fork.c: ... it.  New file.
3761         * gdb.base/disp-step-vfork.c: Rename to ...
3762         * gdb.base/step-over-vfork.c: ... it.  New file.
3763         * gdb.base/disp-step-syscall.exp: Rename to ...
3764         * gdb.base/step-over-syscall.exp: ... it.  New file.
3765         (disp_step_cross_syscall): Rename to ...
3766         (step_over_syscall): ... it.
3767
3768 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3769
3770         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3771         If target supports condition evaluation on target, invoke
3772         break_cond_on_syscall for fork and vfork.
3773
3774 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3775
3776         * gdb.base/disp-step-syscall.exp: Don't invoke
3777         support_displaced_stepping.
3778         (disp_step_cross_syscall): Test with displaced stepping off and
3779         on if supported.
3780
3781 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3782
3783         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3784         proc.
3785         (setup): New proc.
3786         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3787         and setup.
3788
3789 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3790
3791         * gdb.fortran/vla-history.exp: Remove breakpoint.
3792
3793 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3794
3795         * gdb.fortran/vla-history.exp: Lookup array elements and printing
3796         exceeds timeout.
3797
3798 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3799
3800         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3801         breakpoint.
3802
3803 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3804
3805         * gdb.mi/vla.f90: Nullify pointer after declaration.
3806
3807 2016-03-01  Pedro Alves  <palves@redhat.com>
3808
3809         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3810
3811 2016-03-01  Pedro Alves  <palves@redhat.com>
3812
3813         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3814         before anything else.
3815         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
3816         _GNU_SOURCE here.
3817         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3818         before anything else.
3819         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3820
3821 2016-03-01  Pedro Alves  <palves@redhat.com>
3822
3823         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3824
3825 2016-03-01  Yao Qi  <yao.qi@linaro.org>
3826
3827         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3828         prepare_for_testing.
3829
3830 2016-03-01  Yao Qi  <yao.qi@linaro.org>
3831
3832         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3833
3834 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3835
3836         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3837         manually constructing the output path.
3838
3839 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3840
3841         * gdb.arch/s390-stackless.S: New.
3842         * gdb.arch/s390-stackless.exp: New.
3843
3844 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
3845
3846         * gdb.dlang/circular.c: New file.
3847         * gdb.dlang/circular.exp: New file.
3848
3849 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3850
3851         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3852         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3853         (testcases): Update.
3854
3855 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3856
3857         * gdb.reverse/aarch64.c: Rename to ...
3858         * gdb.reverse/insn-reverse.c: ... it.
3859         * gdb.reverse/aarch64.exp: Rename to ...
3860         * gdb.reverse/insn-reverse.exp: ... it.
3861
3862 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3863
3864         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3865         (testcase_ftype): New.
3866         (testcases): New array.
3867         (n_testcases): New.
3868         (main): Call each element in testcases.
3869         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3870         (read_testcase): New.
3871         Do the tests in a loop.
3872
3873 2016-02-25  Yao Qi  <yao.qi@linaro.org>
3874
3875         * gdb.base/branches.c: Remove.
3876
3877 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3878
3879         PR gdb/13808
3880         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3881
3882 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3883
3884         * gdb.trace/ftrace.exp: Remove unnecessary target check.
3885
3886 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3887
3888         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3889         change x86_64 call_insn to 'callq'.
3890
3891 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3892
3893         * gdb.trace/tfile-avx.c: Move to...
3894         * gdb.trace/tracefile-pseudo-reg.c: Here.
3895         * gdb.trace/tfile-avx.exp: Move to...
3896         * gdb.trace/tracefile-pseudo-reg.exp: Here.
3897
3898 2016-02-24  Gary Benson <gbenson@redhat.com>
3899
3900         * gdb.base/attach-pie-noexec.exp: Do not expect an error
3901         message on attach.
3902
3903 2016-02-23  Doug Evans  <dje@google.com>
3904
3905         * gdb.base/skip.c (test_skip): New function.
3906         (end_test_skip_file_and_function): New function.
3907         (test_skip_file_and_function): New function.
3908         * gdb.base/skip1.c (test_skip): New function.
3909         (skip1_test_skip_file_and_function): New function.
3910         * gdb.base/skip.exp: Add tests for new skip options.
3911         * gdb.base/skip-solib.exp: Update expected output.
3912         * gdb.perf/skip-command.cc: New file.
3913         * gdb.perf/skip-command.exp: New file.
3914         * gdb.perf/skip-command.py: New file.
3915
3916 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3917
3918         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3919         info registers pattern.
3920
3921 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
3922
3923         * lib/future.exp: Add D support.
3924         (gdb_find_gdc): New proc.
3925         (gdb_default_target_compile): Add D support.
3926
3927 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
3928
3929         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3930         user+system time.
3931         (trace_speed_test): Determine the iteration count for a time
3932         between 15..30 seconds.
3933
3934 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3935
3936         * gdb.arch/i386-mpx-sigsegv.c: New file.
3937         * gdb.arch/i386-mpx-sigsegv.exp: New file.
3938         * gdb.arch/i386-mpx-simple_segv.c: New file.
3939         * gdb.arch/i386-mpx-simple_segv.exp: New file.
3940
3941 2016-02-18  Yao Qi  <yao.qi@linaro.org>
3942
3943         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3944         Don't call setup_kfail.
3945
3946 2016-02-18  Yao Qi  <yao.qi@linaro.org>
3947
3948         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3949         Set "set breakpoint condition-evaluation" per $cond_bp_target.
3950
3951 2016-02-16  Doug Evans  <dje@google.com>
3952
3953         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
3954         * gdb.base/skip1.c: Ditto.
3955         * gdb.base/skip.exp: Whitespace cleanup.
3956
3957 2016-02-16  Don Breazeal  <donb@codesourcery.com>
3958
3959         PR remote/19496
3960         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3961         Remove kfail for PR remote/19496.
3962
3963 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
3964
3965         * lib/gdb.exp (standard_temp_file): Return a path specific to
3966         the runtest invocation.
3967
3968 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
3969
3970         * gdb.trace/save-trace.exp: Change relative path to be in the
3971         standard output directory.
3972
3973 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3974
3975         * gdb.arch/i386-prologue.c: Add missing prototypes.
3976
3977 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3978
3979         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3980         * gdb.arch/i386-prologue.exp: Likewise.
3981         * gdb.arch/i386-size.exp: Likewise.
3982
3983 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
3984
3985         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3986         define object file path.
3987         * gdb.btrace/gcore.exp: Use standard_output_file to define core
3988         file path.
3989         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3990         standard_output_file to define binfile.
3991
3992 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3993
3994         Fix compatibility with recent gfortran-5.3.1.
3995         * gdb.fortran/vla-history.exp (print vla1 allocated)
3996         (print vla2 allocated, print $2, print $3): Remove
3997         (print $4): Rename to ...
3998         (print $2): ... here.
3999         (print $9): Rename to ...
4000         (print $5): ... here.
4001         (print $10): Rename to ...
4002         (print $6): ... here.
4003         * gdb.fortran/vla.f90: Add pvla initialization.
4004
4005 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4006
4007         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4008         New test.
4009         * gdb.fortran/vla-value-sub.exp: Likewise.
4010
4011 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4012
4013         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4014
4015 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
4016
4017         * i386-biarch-core.exp: Define corefile using
4018         standard_output_file.
4019
4020 2016-02-12  Yao Qi  <yao.qi@linaro.org>
4021
4022         * gdb.arch/arm-single-step-kernel-helper.c: New.
4023         * gdb.arch/arm-single-step-kernel-helper.exp: New.
4024
4025 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
4026
4027         * gdb.btrace/tailcall-only.exp: New.
4028         * gdb.btrace/tailcall-only.c: New.
4029         * gdb.btrace/x86_64-tailcall-only.S: New.
4030         * gdb.btrace/i686-tailcall-only.S: New.
4031
4032 2016-02-11  Pedro Alves  <palves@redhat.com>
4033
4034         * README (Parallel testing): Add missing double quotes.
4035
4036 2016-02-11  Pedro Alves  <palves@redhat.com>
4037
4038         * README (Parallel testing): New section.
4039         (GDB_PARALLEL): Rewrite.
4040         (FORCE_PARALLEL): Document.
4041
4042 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4043
4044         * gdb.trace/tfile-avx.c: New test.
4045         * gdb.trace/tfile-avx.exp: New test.
4046
4047 2016-02-09  Keith Seitz  <keiths@redhat.com>
4048
4049         PR breakpoints/19546
4050         * gdb.base/infcall-exec.c: New file.
4051         * gdb.base/infcall-exec2.c: New file.
4052         * gdb.base/infcall-exec.exp: New file.
4053
4054 2016-02-09  Keith Seitz  <keiths@redhat.com>
4055
4056         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4057         (toplevel): Call test_bkpt_address.
4058
4059 2016-02-09  Keith Seitz  <keiths@redhat.com>
4060
4061         PR python/19506
4062         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4063         (toplevel): Call test_bkpt_address.
4064
4065 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
4066
4067         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4068         to AC_OUTPUT.
4069         * configure: Regenerate.
4070
4071 2016-02-09  Pedro Alves  <palves@redhat.com>
4072
4073         PR breakpoints/19548
4074         * gdb.base/execl-update-breakpoints.c (some_function): New
4075         function.
4076         (main): Call it.
4077         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4078         Tighten expected GDB output.
4079
4080 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
4081
4082         * Makefile.in (ALL_SUBDIRS): Remove.
4083         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4084         (distclean maintainer-clean realclean): Likewise.
4085         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4086         * configure: Regenerate.
4087         * gdb.ada/Makefile.in: Delete.
4088         * gdb.arch/Makefile.in: Likewise.
4089         * gdb.asm/Makefile.in: Likewise.
4090         * gdb.base/Makefile.in: Likewise.
4091         * gdb.btrace/Makefile.in: Likewise.
4092         * gdb.cell/Makefile.in: Likewise.
4093         * gdb.compile/Makefile.in: Likewise.
4094         * gdb.cp/Makefile.in: Likewise.
4095         * gdb.disasm/Makefile.in: Likewise.
4096         * gdb.dlang/Makefile.in: Likewise.
4097         * gdb.dwarf2/Makefile.in: Likewise.
4098         * gdb.fortran/Makefile.in: Likewise.
4099         * gdb.gdb/Makefile.in: Likewise.
4100         * gdb.go/Makefile.in: Likewise.
4101         * gdb.guile/Makefile.in: Likewise.
4102         * gdb.java/Makefile.in: Likewise.
4103         * gdb.linespec/Makefile.in: Likewise.
4104         * gdb.mi/Makefile.in: Likewise.
4105         * gdb.modula2/Makefile.in: Likewise.
4106         * gdb.multi/Makefile.in: Likewise.
4107         * gdb.objc/Makefile.in: Likewise.
4108         * gdb.opencl/Makefile.in: Likewise.
4109         * gdb.opt/Makefile.in: Likewise.
4110         * gdb.pascal/Makefile.in: Likewise.
4111         * gdb.perf/Makefile.in: Likewise.
4112         * gdb.python/Makefile.in: Likewise.
4113         * gdb.reverse/Makefile.in: Likewise.
4114         * gdb.server/Makefile.in: Likewise.
4115         * gdb.stabs/Makefile.in: Likewise.
4116         * gdb.threads/Makefile.in: Likewise.
4117         * gdb.trace/Makefile.in: Likewise.
4118         * gdb.xml/Makefile.in: Likewise.
4119         * lib/gdb.exp (make_gdb_parallel_path): Add check for
4120         GDB_PARALLEL.
4121         (standard_output_file): Remove check for GDB_PARALLEL, always
4122         return path in outputs/$subdir/$testname.
4123
4124 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
4125
4126         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4127         (site.exp): Assign abs_srcdir to tcl's srcdir.
4128
4129 2016-02-04  Yao Qi  <yao.qi@linaro.org>
4130
4131         * gdb.base/foll-exec-mode.c: Include limits.h.
4132         (main): Add parameters argc and argv.  Get directory from
4133         argv[0].
4134         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4135         compilation.
4136         * gdb.base/foll-exec.c: Include limits.h.
4137         (main): Add parameters argc and argv.
4138         Get directory from argv[0].
4139         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4140         Adjust tests on the number of lines as source code changed.
4141         * gdb.base/foll-vfork-exit.c: Include limits.h.
4142         (main): Add one line of statement before vfork.
4143         * gdb.base/foll-vfork.c: Include limits.h and string.h.
4144         (main): Add parameters argc and argv.  Get directory from
4145         argv[0].
4146         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4147         (setup_gdb): Set tbreak to skip some source lines.
4148         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4149         (main): Add parameters argc and argv.  Get directory from
4150         argv[0].
4151         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4152         compilation.
4153         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4154         (main): Add parameters argc and argv.  Get directory from
4155         argv[0].
4156         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4157         compilation.
4158
4159 2016-02-01  Doug Evans  <dje@google.com>
4160
4161         * gdb.base/skip.exp: Clean up multiple references to same test name.
4162
4163 2016-02-01  Pedro Alves  <palves@redhat.com>
4164
4165         PR remote/19496
4166         * gdb.threads/forking-threads-plus-breakpoint.exp
4167         (displaced_stepping_supported): New global.
4168         (probe_displaced_stepping_support): New procedure.
4169         (do_test): Add 'displaced' parameter, and use it.
4170         (top level): Check for displaced stepping support.  Add displaced
4171         stepping on/off testing axis.
4172
4173 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
4174
4175         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4176         pointer.  Don't perform further tests on the unassociated pointer
4177         if the first test fails.
4178
4179 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
4180
4181         * gdb.base/max-value-size.c: New file.
4182         * gdb.base/max-value-size.exp: New file.
4183         * gdb.base/huge.exp: Disable max-value-size for this test.
4184
4185 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
4186
4187         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4188
4189 2016-01-28  Yao Qi  <yao.qi@linaro.org>
4190
4191         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4192
4193 2016-01-25  Pedro Alves  <palves@redhat.com>
4194
4195         PR threads/19461
4196         * gdb.base/fork-running-state.c: New file.
4197         * gdb.base/fork-running-state.exp: New file.
4198
4199 2016-01-25  Pedro Alves  <palves@redhat.com>
4200
4201         PR gdb/19494
4202         * gdb.base/catch-fork-kill.c: New file.
4203         * gdb.base/catch-fork-kill.exp: New file.
4204
4205 2016-01-25  Pedro Alves  <palves@redhat.com>
4206
4207         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4208         Delete, moved to lib/gdb.exp.
4209         * gdb.threads/forking-threads-plus-breakpoint.exp
4210         (foreach_with_prefix): Likewise.
4211         * gdb.threads/process-dies-while-handling-bp.exp
4212         (foreach_with_prefix): Likewise.
4213         * lib/gdb.exp (foreach_with_prefix): New procedure.
4214
4215 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4216
4217         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4218         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4219
4220 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4221
4222         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4223         endian targets.
4224
4225 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4226             Pedro Alves  <palves@redhat.com>
4227
4228         Fix testsuite compatibility with Guile.
4229         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4230         number.
4231
4232 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4233
4234         Fix testsuite compatibility with Guile.
4235         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4236         (thread 1): New test for backtrace through signal handler.
4237
4238 2016-01-22  Yao Qi  <yao.qi@linaro.org>
4239
4240         PR testsuite/19491
4241         * gdb.base/multi-forks.c: Include
4242         ../lib/unbuffer_output.c
4243         (main): Call gdb_unbuffer_output.
4244
4245 2016-01-21  Doug Evans  <dje@google.com>
4246
4247         * lib/ada.exp (gdb_compile_ada): Fix typo.
4248
4249 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
4250
4251         * gdb.base/break-fun-addr.exp: New file.
4252         * gdb.base/break-fun-addr1.c: New file.
4253         * gdb.base/break-fun-addr2.c: New file.
4254
4255 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
4256
4257         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4258         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4259         enum flag values.
4260
4261 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4262
4263         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4264         when GDB can not set the vector return value.  Add more comments
4265         for clarification.
4266
4267 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
4268
4269         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
4270         command.
4271
4272 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4273
4274         * Makefile.in (DO_RUNTEST): Add --status and update usages.
4275
4276 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4277
4278         * Makefile.in (check-single): Pass --status to runtest.
4279         (check/%.exp): Likewise.
4280
4281 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4282
4283         * Makefile.in (check-parallel): Propagate return code from make
4284         do-check-parallel.
4285
4286 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4287
4288         * gdb.trace/ftrace.exp: Fix expected message on continue.
4289         * gdb.trace/pending.exp: Fix expected message on continue.
4290         * gdb.trace/trace-break.exp: Fix expected message on continue.
4291
4292 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
4293
4294         * lib/gdb.exp (gdb_test): Remove unused global references.
4295
4296 2016-01-18  Pedro Alves  <palves@redhat.com>
4297
4298         * gdb.base/async-shell.exp: Adjust expected output.
4299         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4300         * gdb.base/siginfo-thread.exp: Adjust expected output.
4301         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4302         * gdb.java/jnpe.exp: Adjust expected output.
4303         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4304         * gdb.threads/continue-pending-status.exp: Adjust expected output.
4305         * gdb.threads/leader-exit.exp: Adjust expected output.
4306         * gdb.threads/manythreads.exp: Adjust expected output.
4307         * gdb.threads/pthreads.exp: Adjust expected output.
4308         * gdb.threads/schedlock.exp: Adjust expected output.
4309         * gdb.threads/siginfo-threads.exp: Adjust expected output.
4310         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4311         expected output.
4312         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4313         output.
4314         * gdb.threads/sigthread.exp: Adjust expected output.
4315         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4316
4317 2016-01-18  Yao Qi  <yao.qi@linaro.org>
4318
4319         * gdb.guile/scm-section-script.c: Replace @progbits with
4320         %progbits.
4321         * gdb.python/py-section-script.c: Likewise.
4322
4323 2016-01-15  Pedro Alves  <palves@redhat.com>
4324
4325         * gdb.multi/tids.exp: Test star wildcard ranges.
4326
4327 2016-01-15  Pedro Alves  <palves@redhat.com>
4328
4329         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4330         command from "thread apply" invocation.
4331         (thr_apply_info_thr_invalid): Default the expected output to the
4332         input tid list.
4333         (top level): Add tests that use convenience variables.  Add tests
4334         for "thread apply" with a valid TID list, but missing the command.
4335
4336 2016-01-13  Pedro Alves  <palves@redhat.com>
4337
4338         * gdb.base/default.exp: Expect $_gthread as well.
4339         * gdb.multi/tids.exp: Test $_gthread.
4340         * gdb.threads/thread-specific.exp: Test $_gthread.
4341
4342 2016-01-13  Pedro Alves  <palves@redhat.com>
4343
4344         * gdb.multi/tids.exp: Test "info threads -gid".
4345
4346 2016-01-13  Pedro Alves  <palves@redhat.com>
4347
4348         * gdb.multi/tids.exp: Test InferiorThread.global_num and
4349         Breakpoint.thread.
4350         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4351
4352 2016-01-07  Pedro Alves  <palves@redhat.com>
4353
4354         * gdb.base/break.exp: Adjust to output changes.
4355         * gdb.base/hbreak2.exp: Likewise.
4356         * gdb.base/sepdebug.exp: Likewise.
4357         * gdb.base/watch_thread_num.exp: Likewise.
4358         * gdb.linespec/keywords.exp: Likewise.
4359         * gdb.multi/info-threads.exp: Likewise.
4360         * gdb.threads/thread-find.exp: Likewise.
4361         * gdb.multi/tids.c: New file.
4362         * gdb.multi/tids.exp: New file.
4363
4364 2016-01-13  Pedro Alves  <palves@redhat.com>
4365
4366         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4367
4368 2016-01-13  Pedro Alves  <palves@redhat.com>
4369
4370         * gdb.base/default.exp: Expect $_inferior as well.
4371         * gdb.multi/base.exp: Test $_inferior.
4372
4373 2016-01-13  Pedro Alves  <palves@redhat.com>
4374
4375         PR breakpoints/19388
4376         * gdb.base/catch-signal-siginfo-cond.c: New file.
4377         * gdb.base/catch-signal-siginfo-cond.exp: New file.
4378
4379 2016-01-12  Josh Stone  <jistone@redhat.com>
4380             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4381
4382         * gdb.base/catch-syscall.c (do_execve): New variable.
4383         (main): Conditionally trigger an execve.
4384         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4385         (test_catch_syscall_execve): New, check entry/return across execve.
4386         (do_syscall_tests): Call test_catch_syscall_execve.
4387
4388 2016-01-12  Pedro Alves  <palves@redhat.com>
4389
4390         * gdb.base/random-signal.exp (do_test): New procedure, with body
4391         of testcase moved in.
4392
4393 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4394             Pedro Alves  <palves@redhat.com>
4395
4396         * gdb.base/funcargs.exp (finish from indirectly called function):
4397         Reintroduce the case for 'First'.
4398
4399 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4400             Pedro Alves  <palves@redhat.com>
4401
4402         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4403         (tcatch_vfork_then_child_follow_exec)
4404         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4405         identification.
4406
4407 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4408
4409         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4410         and repeats to unlimited.
4411         * gdb.python/py-value.exp: Likewise.
4412         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4413         and repeats to unlimited.
4414
4415 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4416
4417         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4418         and reordering the functions.
4419         * gdb.multi/hangout.c: Likewise.
4420         * gdb.multi/hello.c: Likewise.
4421
4422 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
4423
4424         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4425         absolute.
4426         (SingleStatisticTestResult.report): Use dict.keys instead of
4427         dict.iterkeys.
4428
4429 2016-01-06  Pedro Alves  <palves@redhat.com>
4430
4431         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
4432
4433 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
4434
4435         * gdb.btrace/dlopen.exp: New.
4436         * gdb.btrace/dlopen.c: New.
4437         * gdb.btrace/dlopen-dso.c: New.
4438
4439 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
4440
4441         * lib/gdb.exp (gdb_test): Update comments to clarify that the
4442         PATTERN argument is optional.
4443
4444 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
4445
4446         * lib/ada.exp (target_compile_ada_from_dir): New function.
4447         (gdb_compile_ada): Reimplement avoiding the use of project files.
4448         * gdb.ada/gnat_ada.gpr: Delete.
4449         * gdb.ada/cond_lang.exp: Adjust test to make path before
4450         filename optional.
4451         * gdb.ada/small_reg_param.exp: Likewise.
4452
4453 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
4454
4455         * gdb.base/foll-vork.exp: Remove HP-UX special case.
4456
4457 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4458
4459         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4460         case.
4461
4462 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
4463
4464         * gdb.base/break.exp: Remove dead code.
4465         * gdb.base/sepdebug.exp: Likewise.
4466
4467 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
4468
4469         * gdb.asm/asm-source.exp: Remove HP-UX references.
4470         * gdb.base/annota1.exp: Likewise.
4471         * gdb.base/annota3.exp: Likewise.
4472         * gdb.base/attach.exp: Likewise.
4473         * gdb.base/bigcore.exp: Likewise.
4474         * gdb.base/break.exp: Likewise.
4475         * gdb.base/call-ar-st.exp: Likewise.
4476         * gdb.base/callfuncs.exp: Likewise.
4477         * gdb.base/catch-fork-static.exp: Likewise.
4478         * gdb.base/display.exp: Likewise.
4479         * gdb.base/foll-exec-mode.exp: Likewise.
4480         * gdb.base/foll-exec.exp: Likewise.
4481         * gdb.base/foll-fork.exp: Likewise.
4482         * gdb.base/foll-vfork.exp: Likewise.
4483         * gdb.base/funcargs.exp: Likewise.
4484         * gdb.base/hbreak2.exp: Likewise.
4485         * gdb.base/inferior-died.exp: Likewise.
4486         * gdb.base/interrupt.exp: Likewise.
4487         * gdb.base/multi-forks.exp: Likewise.
4488         * gdb.base/nodebug.exp: Likewise.
4489         * gdb.base/sepdebug.exp: Likewise.
4490         * gdb.base/solib1.c: Likewise.
4491         * gdb.base/step-test.exp: Likewise.
4492         * gdb.mi/non-stop.c: Likewise.
4493         * gdb.mi/pthreads.c: Likewise.
4494         * gdb.multi/bkpt-multi-exec.ex: Likewise.
4495         * gdb.threads/pthreads.c: Likewise.
4496         * gdb.threads/staticthreads.exp: Likewise.
4497         * lib/future.exp: Likewise.
4498         * lib/gdb.exp: Likewise.
4499         * gdb.base/so-indr-cl.c: Remove.
4500         * gdb.base/so-indr-cl.exp: Likewise.
4501         * gdb.base/solib.c: Likewise.
4502         * gdb.base/solib.exp: Likewise.
4503         * gdb.base/solib2.c: Likewise.
4504
4505 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
4506
4507         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4508         * gdb.base/call-ar-st.exp: Likewise.
4509         * gdb.base/callfuncs.exp: Likewise.
4510         * gdb.base/condbreak.exp: Likewise.
4511         * gdb.base/constvars.exp: Likewise.
4512         * gdb.base/hbreak2.exp: Likewise.
4513         * gdb.base/langs.exp: Likewise.
4514         * gdb.base/list.exp: Likewise.
4515         * gdb.base/long_long.exp: Likewise.
4516         * gdb.base/ptype.exp: Likewise.
4517         * gdb.base/scope.exp: Likewise.
4518         * gdb.base/signals.exp: Likewise.
4519         * gdb.base/so-impl-ld.exp: Likewise.
4520         * gdb.base/varargs.exp: Likewise.
4521         * gdb.base/volatile.exp: Likewise.
4522         * gdb.base/whatis.exp: Likewise.
4523         * gdb.cp/cplusfuncs.exp: Likewise.
4524         * gdb.cp/inherit.exp: Likewise.
4525         * gdb.cp/local.exp: Likewise.
4526         * gdb.cp/member-ptr.exp: Likewise.
4527         * gdb.cp/method.exp: Likewise.
4528         * gdb.cp/overload.exp: Likewise.
4529         * gdb.cp/templates.exp: Likewise.
4530         * gdb.stabs/weird.exp: Likewise.
4531         * lib/compiler.c: Likewise.
4532         * lib/compiler.cc: Likewise.
4533         * lib/cp-support.exp: Likewise.
4534         * lib/gdb.exp: Likewise.
4535
4536 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
4537
4538         * configure.ac: Remove HP-UX case.
4539         * configure: Regenerate.
4540
4541 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
4542
4543         * lib/gdb.exp (gdb_compile): Add function doc.
4544
4545 2015-12-17  Pedro Alves  <palves@redhat.com>
4546
4547         PR threads/19354
4548         * gdb.multi/info-threads.exp: New file.
4549
4550 2015-12-15  Yao Qi  <yao.qi@linaro.org>
4551
4552         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4553         is aarch64*-*-*.
4554
4555 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4556
4557         * gdb.base/history-duplicates.exp: Skip if no readline support.
4558
4559 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4560
4561         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4562
4563 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4564
4565         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4566
4567 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4568
4569         * gdb.base/completion.exp: Skip tests that interrupt GDB with
4570         ctrl-C if nointerrupts target property is set.
4571         * gdb.base/double-prompt-target-event-error.exp: Likewise.
4572         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4573         * gdb.base/paginate-bg-execution.exp: Likewise.
4574         * gdb.base/paginate-execution-startup.exp: Likewise.
4575         * gdb.base/random-signal.exp: Likewise.
4576         * gdb.base/range-stepping.exp: Likewise.
4577         * gdb.cp/annota2.exp: Likewise.
4578         * gdb.cp/annota3.exp: Likewise.
4579         * gdb.gdb/selftest.exp: Likewise.
4580         * gdb.threads/continue-pending-status.exp: Likewise.
4581         * gdb.threads/leader-exit.exp: Likewise.
4582         * gdb.threads/manythreads.exp: Likewise.
4583         * gdb.threads/pthreads.exp: Likewise.
4584         * gdb.threads/schedlock.exp: Likewise.
4585         * gdb.threads/sigthread.exp: Likewise.
4586
4587 2015-12-11  Don Breazeal  <donb@codesourcery.com>
4588
4589         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4590         remote.
4591         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4592         * gdb.base/foll-exec.exp (main): Enable for target remote.
4593         * gdb.base/foll-fork.exp (main): Likewise.
4594         * gdb.base/foll-vfork.exp (main): Likewise.
4595         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4596         (proc continue_to_exit_bp_loc): Use clean_restart.
4597         * gdb.base/pie-execl.exp (main): Disable for target remote.
4598         * gdb.base/watch-vfork.exp (main): Enable for target remote.
4599         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4600         * gdb.threads/execl.exp (main): Likewise.
4601         * gdb.threads/fork-child-threads.exp (main): Likewise.
4602         * gdb.threads/fork-plus-threads.exp (main): Disable for target
4603         remote.
4604         * gdb.threads/fork-thread-pending.exp (main): Enable for target
4605         remote.
4606         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4607         pid.tid style ptids, instead of just tid.
4608         * gdb.threads/thread-execl.exp (main): Enable for target remote.
4609         * gdb.threads/watchpoint-fork.exp (main): Likewise.
4610         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4611         ptids, instead of just tid.
4612
4613 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4614
4615         * gdb.base/list.exp (test_list_forward): Add end of file error
4616         test.
4617         (test_repeat_list_command): Add end of file error test.
4618         (test_list_backwards): Add beginning of file error test.
4619
4620 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4621
4622         * gdb.base/list.exp (test_list_invalid_args): New function,
4623         defined, and called.
4624
4625 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4626
4627         * gdb.base/list.exp (test_list): Make test names unique.
4628
4629 2015-12-11  Yao Qi  <yao.qi@linaro.org>
4630
4631         * gdb.base/coremaker2.c: Remove.
4632
4633 2015-12-10  Pedro Alves  <palves@redhat.com>
4634
4635         * gdb.multi/base.exp: Remove stale "spaces" references.
4636
4637 2015-12-10  Pedro Alves  <palves@redhat.com>
4638
4639         * gdb.multi/base.exp: Don't use nowarnings.
4640         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4641         * gdb.multi/hangout.c: Include stdio.h.
4642         * gdb.multi/hello.c: Include stdlib.h.
4643         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4644         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4645         * gdb.multi/multi-arch.exp: Don't use nowarnings.
4646
4647 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
4648
4649         * gdb.dwarf2/dw2-ranges-base.c: New file.
4650         * gdb.dwarf2/dw2-ranges-base.exp: New file.
4651         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4652         support additional line table, and debug ranges generation.
4653         (Dwarf::ranges): New function, generate .debug_ranges.
4654         (Dwarf::lines): Support generating simple line table programs.
4655         (Dwarf::assemble): Initialise new namespace variables.
4656
4657 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
4658
4659         * gdb.base/async.exp (proc test_background): Add case for
4660         asynchronous execution not supported.
4661
4662 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
4663
4664         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4665           format and change test names to make them unique.
4666
4667 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
4668             Pedro Alves  <pedro@redhat.com>
4669
4670         PR gdb/18702
4671         Add checking of floatformats setup on x86_64 hosts.
4672         * gdb.arch/i386-float.S (main): Load bigval and smallval.
4673         (smallval, bigval): New labels/constants.
4674         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4675         float" after loading bigval and smallval.
4676
4677 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
4678
4679         * gdb.ada/fun_overload_menu.exp: New testcase.
4680         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4681
4682 2015-12-04  Josh Stone  <jistone@redhat.com>
4683
4684         * gdb.base/catch-fork-static.exp: New.
4685
4686 2015-12-03  Yao Qi  <yao.qi@linaro.org>
4687
4688         * gdb.base/sizeof.c: Don't include stdio.h and
4689         ../lib/unbuffer_output.c.
4690         (main): New variable 'size' and 'value'.  Remove printf and
4691         gdb_unbuffer_output.  Assign return value to size and value.
4692         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4693         at the beginning.
4694         (check_sizeof): Check the result by printing variable 'size'.
4695         (check_valueof): Check the result by printing variable 'value'.
4696
4697 2015-12-01  Yao Qi  <yao.qi@linaro.org>
4698
4699         * gdb.base/disp-step-syscall.exp: Define syscall instruction
4700         for aarch64*-*-linux* target.
4701
4702 2015-11-30  Pedro Alves  <palves@redhat.com>
4703
4704         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4705
4706 2015-11-30  Pedro Alves  <palves@redhat.com>
4707
4708         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4709         Handle non-stop mode vCont replies.
4710
4711 2015-11-30  Pedro Alves  <palves@redhat.com>
4712
4713         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4714         prepare_for_testing.  Start gdb with "set non-stop on" appended to
4715         GDBFLAGS.  Lax expected stop output.
4716
4717 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4718
4719         * gdb.arch/arm-neon.exp: New.
4720         * gdb.arch/arm-neon.c: New.
4721
4722 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4723
4724         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4725
4726 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4727
4728         * gdb.cp/annota2.exp: Allow multiple occurrences of the
4729         frames-invalid annotation.
4730
4731 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4732
4733         * gdb.cp/annota2.exp: Use ${frames_invalid}.
4734
4735 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
4736
4737         * gdb.threads/names.exp: New file.
4738         * gdb.threads/names.c: New file.
4739         * README: Mention gdb,no_thread_names.
4740
4741 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
4742
4743         PR 19297
4744         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4745         support" error.
4746
4747 2015-11-24  Pedro Alves  <palves@redhat.com>
4748
4749         PR 17539
4750         * gdb.base/display.exp: Expect displays to be sorted in ascending
4751         order.  Use multi_line.
4752         * gdb.base/solib-display.exp: Likewise.
4753
4754 2015-11-24  Pedro Alves  <palves@redhat.com>
4755
4756         PR 17539
4757         * gdb.base/display.exp: Expect displays to be sorted in ascending
4758         order.  Use multi_line.
4759         * gdb.base/solib-display.exp: Likewise.
4760
4761 2015-11-24  Pedro Alves  <palves@redhat.com>
4762
4763         PR 17539
4764         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4765         threads in ascending order.
4766         * gdb.base/foll-fork.exp: Likewise.
4767         * gdb.base/foll-vfork.exp: Likewise.
4768         * gdb.base/multi-forks.exp: Likewise.
4769         * gdb.mi/mi-nonstop.exp: Likewise.
4770         * gdb.mi/mi-nsintrall.exp: Likewise.
4771         * gdb.multi/base.exp: Likewise.
4772         * gdb.multi/multi-arch.exp: Likewise.
4773         * gdb.python/py-inferior.exp: Likewise.
4774         * gdb.threads/break-while-running.exp: Likewise.
4775         * gdb.threads/execl.exp: Likewise.
4776         * gdb.threads/gcore-thread.exp: Likewise.
4777         * gdb.threads/info-threads-cur-sal.exp: Likewise.
4778         * gdb.threads/kill.exp: Likewise.
4779         * gdb.threads/linux-dp.exp: Likewise.
4780         * gdb.threads/multiple-step-overs.exp: Likewise.
4781         * gdb.threads/next-bp-other-thread.exp: Likewise.
4782         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4783         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4784         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4785         * gdb.threads/thread-find.exp: Likewise.
4786         * gdb.threads/tls.exp: Likewise.
4787         * lib/mi-support.exp (mi_reverse_list): Delete.
4788         (mi_check_thread_states): No longer reverse list.
4789
4790 2015-11-24  Pedro Alves  <palves@redhat.com>
4791
4792         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
4793         use lowercase.
4794
4795 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
4796
4797         * gdb.trace/actions.c: Include trace-common.h.
4798         (main): Add a location for a fast tracepoint.
4799         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4800         the normal tracepoints.
4801         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4802
4803 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
4804
4805         * save-trace.exp: Factor out code to these...
4806         (gdb_save_tracepoints): New.
4807         (gdb_load_tracepoints): New.
4808         (do_save_load_test): New.
4809
4810 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
4811
4812         * gdb.base/asmlabel.exp: New test.
4813         * gdb.base/asmlabel.c: New test case.
4814
4815 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
4816
4817         * gdb.base/wrong_frame_bt_full-main.c: New file.
4818         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4819         * gdb.base/wrong_frame_bt_full.exp: New file.
4820
4821 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
4822
4823         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4824
4825 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
4826
4827         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4828         pstate register when comparing registers values in
4829         sparc64-*-linux-gnu targets to avoid spurious differences.
4830
4831 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
4832
4833         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4834
4835 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
4836
4837         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4838         as type argument to gdb_compile.
4839         * gdb.base/nested-subp2.exp: Likewise.
4840         * gdb.base/nested-subp3.exp: Likewise.
4841
4842 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4843
4844         * lib/dwarf.exp (_note): Fix left shift of negative value.
4845         * gdb.trace/trace-condition.exp: Likewise.
4846
4847 2015-11-13  Yao Qi  <yao.qi@linaro.org>
4848
4849         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4850         comments about d10v.
4851         (test_scalar_returns): Likewise.
4852         * gdb.base/d10v.ld: Remove.
4853         * gdb.base/overlays.exp: Remove the target triplet checking for
4854         d10v-*-*.
4855         * gdb.base/structs.exp (test_struct_returns): Remove the
4856         comments about d10v.
4857         (test_struct_calls): Likewise.
4858
4859 2015-11-13  Yao Qi  <yao.qi@linaro.org>
4860
4861         * gdb.base/gnu_vector.exp: Check the return value by "p res".
4862         * gdb.base/gnu_vector.c: Don't include stdio.h.
4863         (main): Don't print res and call add_some_intvecs.
4864
4865 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4866
4867         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4868         macro.
4869         (func5): Removed.
4870         (func4): Use FAST_TRACEPOINT_LABEL.
4871         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4872         macro.
4873         (func): Removed.
4874         (thread_function): Use FAST_TRACEPOINT_LABEL.
4875         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4876         (func): Remove.
4877         (marker): Use FAST_TRACEPOINT_LABEL.
4878         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4879         (pendfunc1): Remove.
4880         (pendfunc): Use FAST_TRACEPOINT_LABEL.
4881         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4882         (foo): Remove.
4883         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4884         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4885         macro.
4886         (func): Remove.
4887         (marker): Use FAST_TRACEPOINT_LABEL.
4888         * gdb.trace/trace-common.h: New header.
4889         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4890         macro.
4891         (func): Remove.
4892         (marker): Use FAST_TRACEPOINT_LABEL.
4893         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4894         (func): Remove.
4895         (thread_function): Use FAST_TRACEPOINT_LABEL.
4896
4897 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4898
4899         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4900         in front.
4901         * gdb.trace/change-loc.exp: Use global pcreg definition.
4902         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4903         * gdb.trace/entry-values.exp: Use global spreg definition, add $
4904         in front.
4905         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4906         * gdb.trace/pending.exp: Likewise.
4907         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4908         * gdb.trace/trace-break.exp: Likewise.
4909         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4910         in front.
4911         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4912         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4913         in front.
4914         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4915
4916 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
4917
4918         * gdb.ada/fin_fun_out: New testcase.
4919
4920 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
4921
4922         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4923         value associated with DW_AT_byte_size.
4924         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4925         constants for DW_AT_byte_size, DW_AT_lower_bound, and
4926         DW_AT_upper_bound.
4927
4928 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
4929
4930         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4931         (gdb_target_symbol_prefix_flags): Define in terms of _asm
4932         version.
4933         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4934         gdb.dwarf2/dw2-canonicalize-type.exp,
4935         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4936         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4937         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4938         provided by gdb_target_symbol_prefix_flags_asm.
4939         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4940         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4941         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4942         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4943         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4944         macros where needed).  Use this macro for symbols which require
4945         the prefix provided by SYMBOL_PREFIX.
4946
4947 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
4948
4949         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4950         New procs.
4951         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4952         representing expressions, of more than one list element.
4953         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4954         to prepend linker symbol prefix to f.
4955         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4956         table_1 and table_2.
4957         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4958         Likewise, for f and g.
4959         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4960         for ptr.
4961         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4962         for main.
4963         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4964         table_1_ptr and table_2_ptr.
4965
4966 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4967             Joel Brobecker  <brobecker@adacore.com>
4968
4969         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4970
4971 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4972
4973         * gdb.reverse/s390-mvcle.c: New test.
4974         * gdb.reverse/s390-mvcle.exp: New file.
4975         * lib/gdb.exp: Enable reverse tests on s390*-linux.
4976
4977 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4978
4979         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4980
4981 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4982
4983         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4984         reaching marker2.
4985         * gdb.reverse/getresuid-reverse.exp: Likewise.
4986         * gdb.reverse/pipe-reverse.exp: Likewise.
4987         * gdb.reverse/readv-reverse.exp: Likewise.
4988         * gdb.reverse/recvmsg-reverse.exp: Likewise.
4989         * gdb.reverse/time-reverse.exp: Likewise.
4990         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4991
4992 2015-10-30  Yao Qi  <yao.qi@linaro.org>
4993
4994         * gdb.threads/wp-replication.c (watch_count_done): Remove.
4995         (empty_cycle): Remove.
4996         (main): Don't call empty_cycle.  Don't use watch_count_done.
4997         * gdb.threads/wp-replication.exp: Don't set breakpoint on
4998         empty_cycle.  Rewrite the code counting HW watchpoints.
4999
5000 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
5001
5002         * gdb.reverse/fstatat-reverse.c: New test.
5003         * gdb.reverse/fstatat-reverse.exp: New file.
5004         * gdb.reverse/getresuid-reverse.c: New test.
5005         * gdb.reverse/getresuid-reverse.exp: New file.
5006         * gdb.reverse/pipe-reverse.c: New test.
5007         * gdb.reverse/pipe-reverse.exp: New file.
5008         * gdb.reverse/readv-reverse.c: New test.
5009         * gdb.reverse/readv-reverse.exp: New file.
5010         * gdb.reverse/recvmsg-reverse.c: New test.
5011         * gdb.reverse/recvmsg-reverse.exp: New file.
5012         * gdb.reverse/time-reverse.c: New test.
5013         * gdb.reverse/time-reverse.exp: New file.
5014         * gdb.reverse/waitpid-reverse.c: New test.
5015         * gdb.reverse/waitpid-reverse.exp: New file.
5016
5017 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5018
5019         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5020
5021 2015-10-26  Doug Evans  <dje@google.com>
5022
5023         PR symtab/17391
5024         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5025         * gdb.dwarf2/bad-regnum.c: New file.
5026         * gdb.dwarf2/bad-regnum.exp: New file.
5027
5028 2015-10-26  Doug Evans  <dje@google.com>
5029
5030         PR python/18938
5031         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5032         file.
5033
5034 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5035
5036         * gdb.compile/compile.exp (compile code globalvar): Update expectation
5037         for a change by "Mention language in compile error message".
5038
5039 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
5040
5041         PR python/18073
5042         * gdb.python/py-type.c (C::a_method): New.
5043         (C::a_const_method): New.
5044         (C::a_static_method): New.
5045         (a_function): New.
5046         * gdb.python/py-type.exp (test_fields): Test getting fields
5047         from function and method.
5048
5049 2015-10-21  Keven Boell  <keven.boell@intel.com>
5050
5051         * gdb.fortran/vla-alloc-assoc.exp: New file.
5052         * gdb.fortran/vla-datatypes.exp: New file.
5053         * gdb.fortran/vla-datatypes.f90: New file.
5054         * gdb.fortran/vla-history.exp: New file.
5055         * gdb.fortran/vla-ptype-sub.exp: New file.
5056         * gdb.fortran/vla-ptype.exp: New file.
5057         * gdb.fortran/vla-sizeof.exp: New file.
5058         * gdb.fortran/vla-sub.f90: New file.
5059         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5060         * gdb.fortran/vla-value-sub-finish.exp: New file.
5061         * gdb.fortran/vla-value-sub.exp: New file.
5062         * gdb.fortran/vla-value.exp: New file.
5063         * gdb.fortran/vla-ptr-info.exp: New file.
5064         * gdb.mi/mi-vla-fortran.exp: New file.
5065         * gdb.mi/vla.f90: New file.
5066
5067 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
5068
5069         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5070         of hardwired timeout value.
5071
5072 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5073             Pedro Alves  <palves@redhat.com>
5074
5075         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5076         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5077
5078 2015-10-19  Josh Stone  <jistone@redhat.com>
5079
5080         * gdb.base/catch-syscall.c: Include <sched.h>.
5081         (unknown_syscall): New variable.
5082         (main): Trigger a vfork and an unknown syscall.
5083         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5084         (unknown_syscall_number): Likewise.
5085         (check_call_to_syscall): Accept an optional syscall pattern.
5086         (check_return_from_syscall): Likewise.
5087         (check_continue): Likewise.
5088         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5089         (test_catch_syscall_skipping_return): New test toggling off 'catch
5090         syscall' to step over the syscall return, then toggling back on.
5091         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5092         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5093         (do_syscall_tests): Call test_catch_syscall_without_args and
5094         test_catch_syscall_mid_vfork.
5095         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5096         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5097
5098 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
5099
5100         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5101         print g_vE): Add new pass patterns.
5102         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5103         print various symbol names for vptr fields.
5104
5105 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
5106
5107         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5108         results.
5109
5110 2015-10-12  Yao Qi  <yao.qi@linaro.org>
5111
5112         * gdb.arch/disp-step-insn-reloc.exp: New test case.
5113
5114 2015-10-12  Yao Qi  <yao.qi@linaro.org>
5115
5116         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5117         is aarch64*-*-linux*.
5118
5119 2015-10-12  Yao Qi  <yao.qi@linaro.org>
5120
5121         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5122         (can_relocate_bcond_true): ... it.
5123         (can_relocate_bcond_false): New function.
5124         (foo): Likewise.
5125         (can_relocate_bl): Likewise.
5126         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5127         can_relocate_bl.
5128
5129 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
5130
5131         * gdb.base/nested-addr.c: New file.
5132         * gdb.base/nested-addr.exp: New testcase.
5133
5134 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
5135
5136         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5137         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5138         its output.  Ignore the output of "record goto begin" and instead
5139         check that GDB is replaying.
5140
5141 2015-10-09  Pedro Alves  <palves@redhat.com>
5142
5143         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5144         (top level): Use it in the run with no args test.
5145
5146 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
5147
5148         * gdb.dlang/properties.exp: New file.
5149
5150 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
5151
5152         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5153         whether or not address 0x1000 is mapped on the target.
5154
5155 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
5156
5157         * gdb.python/py-type.exp: Do not run tests if binaries fail to
5158         build.
5159
5160 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
5161
5162         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5163         instruction-history test.
5164
5165 2015-09-28  Doug Evans  <dje@google.com>
5166
5167         * gdb.base/gcore.c (array_func): Add reference to static_array.
5168
5169 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
5170
5171         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5172         source line.
5173
5174 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5175
5176         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5177         short or char as base type.
5178
5179 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5180
5181         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5182         to allow any size enum.
5183
5184 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5185
5186         * gdb.ada/array_ptr_renaming.exp: New testcase.
5187         * gdb.ada/array_ptr_renaming/foo.adb: New file.
5188         * gdb.ada/array_ptr_renaming/pack.ads: New file.
5189
5190 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5191
5192         * gdb.trace/ftrace-lock.c: New file.
5193         * gdb.trace/ftrace-lock.exp: New file.
5194
5195 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5196
5197         * gdb.arch/insn-reloc.c: New file.
5198         * gdb.arch/ftrace-insn-reloc.exp: New file.
5199
5200 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5201
5202         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5203         instruction.
5204         * gdb.trace/pendshr1.c (pendfunc): Likewise.
5205         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5206         * gdb.trace/range-stepping.c: Likewise.
5207         * gdb.trace/trace-break.c: Likewise.
5208         * gdb.trace/trace-mt.c (thread_function): Likewise.
5209         * gdb.trace/ftrace.c (marker): Likewise.
5210         * gdb.trace/trace-condition.c (marker): Likewise.
5211         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5212         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5213         is_aarch64_target.
5214
5215 2015-09-18  Doug Evans  <xdje42@gmail.com>
5216
5217         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5218         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5219
5220 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5221
5222         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5223         the breakpoint.
5224
5225 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5226
5227         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5228         the pending breakpoint.  Remove timeout override for "Run till
5229         MI pending breakpoint on pendfunc3 on thread 2" test.
5230
5231 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5232
5233         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5234         filename pattern.
5235
5236 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5237
5238         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5239         in breakpoint filename pattern.
5240
5241 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5242
5243         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5244
5245 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5246
5247         * gdb.linespec/explicit.exp: Check for readline support for
5248         tab-completion tests.  Fix obvious typo.
5249
5250 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
5251
5252         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5253         and replay.
5254
5255 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
5256
5257         * gdb.btrace/non-stop.c: New.
5258         * gdb.btrace/non-stop.exp: New.
5259
5260 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
5261             Yao Qi  <yao.qi@linaro.org>
5262
5263         * gdb.trace/trace-condition.c: New file.
5264         * gdb.trace/trace-condition.exp: New file.
5265
5266 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
5267
5268         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5269         for testing bytecode compilation.
5270
5271 2015-09-16  Pedro Alves  <palves@redhat.com>
5272             Sandra Loosemore <sandra@codesourcery.com>
5273
5274         * gdb.threads/non-stop-fair-events.c (timeout): New global.
5275         (SECONDS): Redefine.
5276         (main): Call pthread_kill and alarm early.
5277         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5278         support.
5279         (test): If the target can't hardware step and doesn't support
5280         displaced stepping, increase the timeout.
5281
5282 2015-09-16  Pedro Alves  <palves@redhat.com>
5283
5284         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5285         (enable_debug): New procedures.
5286         (test): Use them.  Bail out if waiting for threads fails.
5287         (top level): Bail out if a test fails.
5288
5289 2015-09-16  Yao Qi  <yao.qi@linaro.org>
5290
5291         * gdb.asm/asm-source.exp: Set asm-arch for
5292         aarch64*-*-* target.
5293         * gdb.asm/aarch64.inc: New file.
5294
5295 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
5296
5297         * gdb.ada/array_of_variable_length.exp: New testcase.
5298         * gdb.ada/array_of_variable_length/foo.adb: New file.
5299         * gdb.ada/array_of_variable_length/pck.adb: New file.
5300         * gdb.ada/array_of_variable_length/pck.ads: New file.
5301
5302 2015-09-15  Doug Evans  <dje@google.com>
5303
5304         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5305         of function static local variable.
5306
5307 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5308
5309         * gdb.threads/tls-so_extern.exp: New test file.
5310         * gdb.threads/tls-so_extern.c: New test file.
5311         * gdb.threads/tls-so_extern_main.c: New test file.
5312
5313 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5314
5315         * gdb.opt/solib-intra-step-lib.c: New file.
5316         * gdb.opt/solib-intra-step-main.c: New file.
5317         * gdb.opt/solib-intra-step.exp: New file.
5318
5319 2015-09-15  Pedro Alves  <palves@redhat.com>
5320
5321         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5322         gdb_continue_to_breakpoint instead of gdb_test_multiple.
5323
5324 2015-09-14  Pedro Alves  <palves@redhat.com>
5325
5326         * gdb.base/hook-stop-continue.c: Delete.
5327         * gdb.base/hook-stop-continue.exp: Delete.
5328         * gdb.base/hook-stop-frame.c: Delete.
5329         * gdb.base/hook-stop-frame.exp: Delete.
5330         * gdb.base/hook-stop.c: New file.
5331         * gdb.base/hook-stop.exp: New file.
5332
5333 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
5334
5335         * gdb.ada/access_to_packed_array.exp: New testcase.
5336         * gdb.ada/access_to_packed_array/foo.adb: New file.
5337         * gdb.ada/access_to_packed_array/pack.adb: New file.
5338         * gdb.ada/access_to_packed_array/pack.ads: New file.
5339
5340 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
5341
5342         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5343         buffer size test.
5344
5345 2015-09-11  Don Breazeal  <donb@codesourcery.com>
5346
5347         * gdb.base/foll-exec.c: Add copyright header.  Fix
5348         formatting issues.
5349         * gdb.base/foll-exec.exp (zap_session): Delete proc.
5350         (do_exec_tests): Use clean_restart in place of zap_session,
5351         and for test initialization.  Fix formatting issues.  Use
5352         fail in place of perror.
5353         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5354         an expect statement to match an expression with output from
5355         the program under debug.
5356         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5357         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5358         * gdb.threads/non-ldr-exc-2.exp: Likewise.
5359         * gdb.threads/non-ldr-exc-3.exp: Likewise.
5360         * gdb.threads/non-ldr-exc-4.exp: Likewise.
5361
5362 2015-09-09  Doug Evans  <dje@google.com>
5363
5364         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5365
5366 2015-09-09  Doug Evans  <dje@google.com>
5367
5368         * gdb.base/pie-execl.exp: Fix result test of build_executable.
5369
5370 2015-09-09  Doug Evans  <dje@google.com>
5371
5372         * gdb.base/savedregs.exp: Fix typo.
5373
5374 2015-09-09  Pedro Alves  <palves@redhat.com>
5375
5376         * gdb.mi/mi-cli.exp: Add CLI finish tests.
5377
5378 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
5379
5380         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5381         command actually switches threads.  Give up on remaining
5382         tests if target fails to stop at breakpoint.
5383
5384 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
5385
5386         * gdb.ada/funcall_char.exp: New testcase.
5387         * gdb.ada/funcall_char/foo.adb: New file.
5388
5389 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5390
5391         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5392         expected outputs.  Add two testcases for completing ambiguous
5393         functions.
5394         * gdb.ada/complete/aux_pck.adb: New file.
5395         * gdb.ada/complete/aux_pck.ads: New file.
5396         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5397         Ambiguous_Func functions.
5398         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5399         * gdb.ada/complete/pck.adb: Likewise.
5400
5401 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
5402
5403         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5404         failures to run the test program under GDB.
5405
5406 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
5407
5408         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5409         to C.
5410
5411 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
5412
5413         * gdb.base/run-after-attach.exp: New test file.
5414         * gdb.base/run-after-attach.c: New test file.
5415
5416 2015-08-26  Don Breazeal  <donb@codesourcery.com>
5417
5418         * gdb.base/foll-exec-2.c: New test program.
5419         * gdb.base/foll-exec-2.exp: New test.
5420
5421 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
5422
5423         * gdb.base/nested-subp1.exp: New file.
5424         * gdb.base/nested-subp1.c: New file.
5425         * gdb.base/nested-subp2.exp: New file.
5426         * gdb.base/nested-subp2.c: New file.
5427         * gdb.base/nested-subp3.exp: New file.
5428         * gdb.base/nested-subp3.c: New file.
5429
5430 2015-08-24  Pedro Alves  <palves@redhat.com>
5431
5432         * gdb.server/connect-without-multi-process.c: New file.
5433         * gdb.server/connect-without-multi-process.exp: New file.
5434
5435 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5436
5437         * gdb.opt/inline-markers.c: Make z int.
5438
5439 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5440
5441         * gdb.opt/inline-markers.c: Make z volatile.
5442
5443 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5444
5445         * gdb.opt/inline-bt.c: New volatile global z.
5446         * gdb.opt/inline-cmds.c: Likewise.
5447         * gdb.opt/inline-locals.c: Likewise.
5448         * gdb.opt/inline-markers.c: New extern global z.
5449         (marker): Use z.
5450         (inline_fn): Likewise.
5451
5452 2015-08-24  Pedro Alves  <palves@redhat.com>
5453
5454         * config/m32r-stub.exp: Remove file.
5455         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5456         * gdb.base/call-rt-st.exp: Likewise.
5457         * gdb.base/call-strs.exp: Likewise.
5458         * gdb.base/default.exp: Remove references to h8300-*-hms and
5459         *-*-udi*.
5460         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5461
5462 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5463
5464         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5465         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
5466         and "return" use KFAIL when GDB can not read/write the vector
5467         return value.
5468
5469 2015-08-21  Gary Benson <gbenson@redhat.com>
5470
5471         * gdb.trace/pending.exp: Cope with remote transfer warnings.
5472
5473 2015-08-20  Pedro Alves  <palves@redhat.com>
5474
5475         * gdb.server/solib-list.exp: No longer expect an interior stop in
5476         non-stop mode.
5477
5478 2015-08-20  Pedro Alves  <palves@redhat.com>
5479
5480         * gdb.server/connect-stopped-target.c: New file.
5481         * gdb.server/connect-stopped-target.exp: New file.
5482
5483 2015-08-20  Pedro Alves  <palves@redhat.com>
5484
5485         * gdb.dwarf2/comp-unit-lang.exp: New file.
5486         * gdb.dwarf2/comp-unit-lang.c: New file.
5487
5488 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
5489
5490         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5491         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5492
5493 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
5494
5495         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5496         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5497
5498 2015-08-18  Doug Evans  <dje@google.com>
5499             Adrian Sendroiu <adrian.sendroiu@freescale.com>
5500
5501         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5502         skip_python_tests.  New arg prompt_regexp.
5503         (skip_python_tests): New function.
5504         * lib/mi-support.exp (mi_skip_python_tests): New function.
5505         * gdb.python/py-mi-objfile-gdb.py: New file.
5506         * gdb.python/py-mi-objfile.c: New file.
5507         * gdb.python/py-mi-objfile.exp: New file.
5508
5509 2015-08-17  Keith Seitz  <keiths@redhat.com>
5510
5511         * gdb.linespec/explicit.exp: Move strace test from here ...
5512         * gdb.trace/strace.exp: ... to here.
5513
5514 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
5515
5516         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5517         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5518
5519 2015-08-14  Doug Evans  <xdje42@gmail.com>
5520
5521         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5522         inferior before selecting a new file.
5523
5524 2015-08-14  Doug Evans  <xdje42@gmail.com>
5525
5526         * gdb.mi/mi-disassemble.exp: Update.
5527         * gdb.base/disasm-optim.S: New file.
5528         * gdb.base/disasm-optim.c: New file.
5529         * gdb.base/disasm-optim.h: New file.
5530         * gdb.base/disasm-optim.exp: New file.
5531
5532 2015-08-14  Keith Seitz  <keiths@redhat.com>
5533
5534         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5535         "evaluated-by".
5536
5537 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
5538
5539         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5540
5541 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
5542
5543         * gdb.ada/fun_renaming.exp: New testcase.
5544         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5545         * gdb.ada/fun_renaming/pack.adb: New file.
5546         * gdb.ada/fun_renaming/pack.ads: New file.
5547
5548 2015-08-12  Keith Seitz  <keiths@redhat.com>
5549
5550         * gdb.base/dso2dso.exp: Pass basename of source file in call to
5551         gdb_get_line_number.
5552
5553 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
5554
5555         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5556         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5557         gdb.base/dso2dso.exp: New files.
5558
5559 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
5560             Pedro Alves  <palves@redhat.com>
5561             Keith Seitz  <keiths@redhat.com>
5562
5563         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5564         GDBFLAGS.
5565
5566 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
5567
5568         * gdb.base/gdbhistsize-history.exp
5569         (test_histsize_history_setting): Use save_vars.
5570         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5571         Use save_vars.
5572         (test_no_truncation_of_unlimited_history_file): Use save_vars.
5573         * gdb.base/readline.exp: Use save_vars.
5574
5575 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
5576
5577         * lib/gdb.exp (save_vars): New proc.
5578
5579 2015-08-11  Keith Seitz  <keiths@redhat.com>
5580
5581         * gdb.base/help.exp: Update help_breakpoint_text.
5582
5583 2015-08-11  Keith Seitz  <keiths@redhat.com>
5584
5585         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5586         (at toplevel): Call test_explicit_breakpoints.
5587         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5588         breakpoints.
5589         * lib/mi-support.exp (mi_make_breakpoint): Add support for
5590         breakpoint conditions, "-cond".
5591
5592 2015-08-11  Keith Seitz  <keiths@redhat.com>
5593
5594         * gdb.linespec/3explicit.c: New file.
5595         * gdb.linespec/cpexplicit.cc: New file.
5596         * gdb.linespec/cpexplicit.exp: New file.
5597         * gdb.linespec/explicit.c: New file.
5598         * gdb.linespec/explicit.exp: New file.
5599         * gdb.linespec/explicit2.c: New file.
5600         * gdb.linespec/ls-errs.exp: Add explicit location tests.
5601         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5602         before using in the matching pattern.
5603         Clarify that `prefix' is a regular expression.
5604
5605 2015-08-11  Keith Seitz  <keiths@redhat.com>
5606
5607         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5608         test.
5609         Add tests for missing ",FMT" and ",".
5610
5611 2015-08-10  Doug Evans  <dje@google.com>
5612             Keith Seitz  <keiths@redhat.com>
5613
5614         PR gdb/17960
5615         * gdb.base/completion.exp: Add location completer tests.
5616
5617 2015-08-07  Pedro Alves  <palves@redhat.com>
5618
5619         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5620         tests here.
5621         (top level): Run do_test with and without displaced stepping.
5622
5623 2015-08-07  Pedro Alves  <palves@redhat.com>
5624
5625         * gdb.base/valgrind-disp-step.c: New file.
5626         * gdb.base/valgrind-disp-step.exp: New file.
5627
5628 2015-08-07  Pedro Alves  <palves@redhat.com>
5629
5630         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5631         Delete function.
5632         (main): Add alarm.  Run an infinite loop instead of calling
5633         wait_threads.
5634         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5635         comment.
5636         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5637         Delete function.
5638         (main): Add alarm.  Run an infinite loop instead of calling
5639         wait_threads.
5640         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5641         comment.
5642
5643 2015-08-07  Pedro Alves  <palves@redhat.com>
5644
5645         * gdb.base/checkpoint-ns.exp: New file.
5646         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5647         standard_testfile.
5648
5649 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5650
5651         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5652         * gdb.btrace/instruction_history.exp: Update.
5653         * gdb.btrace/tsx.exp: New.
5654         * gdb.btrace/tsx.c: New.
5655
5656 2015-08-06  Pedro Alves <palves@redhat.com>
5657
5658         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5659         increase timeout.
5660         * gdb.reverse/until-precsave.exp: Bump timeouts.
5661
5662 2015-08-06  Pedro Alves  <palves@redhat.com>
5663
5664         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5665
5666 2015-08-06  Pedro Alves  <palves@redhat.com>
5667
5668         PR gdb/18749
5669         * gdb.threads/process-dies-while-handling-bp.c: New file.
5670         * gdb.threads/process-dies-while-handling-bp.exp: New file.
5671
5672 2015-08-06  Pedro Alves  <palves@redhat.com>
5673
5674         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5675         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5676
5677 2015-08-05  Pedro Alves  <palves@redhat.com>
5678
5679         * gdb.threads/next-while-other-thread-longjmps.c: New file.
5680         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5681
5682 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5683
5684         * gdb.base/bp-permanent.exp: Report test as unsupported if
5685         the target cannot stop at the permanent breakpoint.
5686
5687 2015-08-03  Doug Evans  <dje@google.com>
5688
5689         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5690         10000.
5691
5692 2015-08-03  Doug Evans  <dje@google.com>
5693
5694         * Makefile.in (workers/%.worker, build-perf): New rule.
5695         (GDB_PERFTEST_MODE): New variable.
5696         (check-perf): Use it.
5697         (clean): Clean up gdb.perf parallel build subdirs.
5698         * lib/build-piece.exp: New file.
5699         * lib/gdb.exp (make_gdb_parallel_path): New function
5700         (standard_output_file, standard_temp_file): Call it.
5701         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5702         of $GDB_PARALLEL.
5703         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5704
5705 2015-08-03  Doug Evans  <dje@google.com>
5706
5707         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5708         (LOG_FILE_NAME): New global.
5709         (TextReporter.__init__): Initialize self.txt_sum.
5710         (TextReporter.report): Add support for multiple data-points.
5711         Move report to perftest.sum, put raw data in perftest.log.
5712         (TextReporter.start): Open sum and log files.
5713         (TextReporter.end): Close sum and log files.
5714         * gdb.perf/lib/perftest/testresult.py
5715         (SingleStatisticTestResult.record): Handle multiple data-points.
5716
5717 2015-07-31  Pedro Alves  <palves@redhat.com>
5718
5719         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5720         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
5721         kill_wait_spawned_process instead of explicit "kill -9".
5722         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5723         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
5724         kill_wait_spawned_process.
5725         * gdb.base/attach-twice.exp: Likewise.
5726         * gdb.base/attach.exp: Likewise.
5727         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5728         gdb_test_multiple.
5729         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5730         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
5731         kill_wait_spawned_process.
5732         * gdb.base/valgrind-infcall.exp: Likewise.
5733         * gdb.multi/multi-attach.exp: Likewise.
5734         * gdb.python/py-prompt.exp: Likewise.
5735         * gdb.python/py-sync-interp.exp: Likewise.
5736         * gdb.server/ext-attach.exp: Likewise.
5737         * gdb.threads/attach-into-signal.exp (corefunc): Use
5738         spawn_wait_for_attach, spawn_id_get_pid and
5739         kill_wait_spawned_process.
5740         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5741         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
5742         spawn_id_get_pid and kill_wait_spawned_process.
5743         * gdb.threads/attach-stopped.exp (corefunc): Use
5744         spawn_wait_for_attach, spawn_id_get_pid and
5745         kill_wait_spawned_process.
5746         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5747         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
5748         kill_wait_spawned_process instead of explicit "kill -9".
5749         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5750         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5751         (spawn_wait_for_attach): Use spawn instead of exec to spawn
5752         processes.  Don't map cygwin/windows pids here.  Now returns a
5753         spawn id list.
5754
5755 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5756
5757         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5758         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5759         correct patch.
5760
5761 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5762
5763         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5764
5765 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5766
5767         Reapply:
5768         2014-05-21  Mark Wielaard  <mjw@redhat.com>
5769
5770         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5771
5772 2015-07-30  Pedro Alves  <palves@redhat.com>
5773
5774         * linux-low.c (handle_extended_wait): Set the child's last
5775         reported status to TARGET_WAITKIND_STOPPED.
5776
5777 2015-07-30  Pedro Alves  <palves@redhat.com>
5778
5779         PR threads/18600
5780         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5781         only shows inferior 1.
5782
5783 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
5784             Pedro Alves  <palves@redhat.com>
5785
5786         PR threads/18600
5787         * gdb.threads/fork-plus-threads.c: New file.
5788         * gdb.threads/fork-plus-threads.exp: New file.
5789
5790 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5791
5792         * gdb.base/batch-preserve-term-settings.exp
5793         (test_terminal_settings_preserved_after_cli_exit): Use
5794         send_quit_command.
5795
5796 2015-07-29  Pedro Alves  <palves@redhat.com>
5797             Don Breazeal  <donb@codesourcery.com>
5798
5799         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5800         output from both inferior_spawn_id and gdb_spawn_id.
5801
5802 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5803
5804         * gdb.threads/attach-into-signal.exp (corefunc): Use
5805         with_test_prefix on nested loops, uniquefying the test messages.
5806
5807 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5808
5809         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5810         commit.
5811
5812 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5813
5814         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5815         New proc.
5816         (test_terminal_settings_preserved_after_sigterm): New test.
5817
5818 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5819
5820         * gdb.base/batch-preserve-term-settings.exp
5821         (test_terminal_settings_preserved_after_cli_exit): New test.
5822
5823 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5824
5825         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5826         manipulation of saved_gdbflags.
5827         (test_terminal_settings_preserved): Remove global declaration of
5828         the unused variable pagination_prompt.  Remove manipulation of
5829         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
5830         GDBFLAGS.
5831
5832 2015-07-29  Pedro Alves  <palves@redhat.com>
5833
5834         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5835
5836 2015-07-29  Pedro Alves  <palves@redhat.com>
5837
5838         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5839         at the top.
5840
5841 2015-07-29  Pedro Alves  <palves@redhat.com>
5842
5843         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5844         (main): Call gdb_unbuffer_output.
5845         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5846         (main): Call gdb_unbuffer_output.
5847         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5848         (main): Call gdb_unbuffer_output.
5849         * gdb.base/call-strs.exp: Adjust to step over the
5850         gdb_unbuffer_output call.
5851         * gdb.base/catch-gdb-caused-signals.c: Include
5852         "../lib/unbuffer_output.c".
5853         (main): Call gdb_unbuffer_output.
5854         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5855         (main): Call gdb_unbuffer_output.
5856         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5857         (main): Call gdb_unbuffer_output.
5858         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5859         (main): Call gdb_unbuffer_output.
5860         * gdb.base/shlib-call.exp: Adjust to step over the
5861         gdb_unbuffer_output call.
5862         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5863         (main): Call gdb_unbuffer_output.
5864         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5865         (main): Call gdb_unbuffer_output.
5866         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5867         (main): Rename to ...
5868         (test): ... this.
5869         (main): Reimplement.
5870         * gdb.base/varargs.exp: Run to test instead of to main.
5871         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5872         (main): Call gdb_unbuffer_output.
5873
5874 2015-07-29  Pedro Alves  <palves@redhat.com>
5875
5876         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5877         factore out from mi_continue_dprintf.  For call-style dprintfs,
5878         expect dprintf output out of $inferior_spawn_id.
5879         (mi_continue_dprintf): Use mi_expect_dprintf.
5880         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5881         (main): Call gdb_unbuffer_output.
5882
5883 2015-07-29  Pedro Alves  <palves@redhat.com>
5884
5885         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5886         (default_mi_gdb_start): Set inferior_spawn_id instead of
5887         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
5888         gdb_spawn_id.
5889         (mi_gdb_test): Always expect inferior output from both
5890         $inferior_spawn_id and $gdb_spawn_id.
5891
5892 2015-07-29  Pedro Alves  <palves@redhat.com>
5893
5894         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
5895         send_inferior and $inferior_spawn_id.
5896
5897 2015-07-29  Pedro Alves  <palves@redhat.com>
5898
5899         * gdb.gdb/complaints.exp (test_initial_complaints)
5900         (test_serial_complaints, test_short_complaints): Use
5901         gdb_test_stdio.
5902         (test_empty_complaint): Handle $inferior_spawn_id !=
5903         $gdb_spawn_id.
5904
5905 2015-07-29  Pedro Alves  <palves@redhat.com>
5906
5907         * gdb.base/varargs.exp: Use gdb_test_stdio.
5908
5909 2015-07-29  Pedro Alves  <palves@redhat.com>
5910
5911         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5912
5913 2015-07-29  Pedro Alves  <palves@redhat.com>
5914
5915         * gdb.base/ending-run.exp: Use gdb_test_stdio.
5916
5917 2015-07-29  Pedro Alves  <palves@redhat.com>
5918
5919         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5920         parameter into two new parameters, "inf_result" and "gdb_result".
5921         Expect inferior output and gdb output from $inferior_spawn_id and
5922         $gdb_spawn_id, respectively.  Adjust all callers.
5923
5924 2015-07-29  Pedro Alves  <palves@redhat.com>
5925
5926         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5927         of gdb_test_sequence.
5928
5929 2015-07-29  Pedro Alves  <palves@redhat.com>
5930
5931         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5932         (saw_spurious_output): Expect inferior output from
5933         $inferior_spawn_id.  Use gdb_test_stdio.
5934
5935 2015-07-29  Pedro Alves  <palves@redhat.com>
5936
5937         * gdb.base/dprintf.exp: Use standard_testfile.  Change
5938         prepare_for_testing call.
5939         (srcfile): Don't set.
5940         (restart): New procedure.
5941         (test_dprintf): New procecure, use to continue over dprintfs.
5942         (test_call, test_agent): New procedures, tests moved here.
5943         Restart gdb and recreate dprintfs.  Adjust expected output.
5944
5945 2015-07-29  Pedro Alves  <palves@redhat.com>
5946
5947         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5948
5949 2015-07-29  Pedro Alves  <palves@redhat.com>
5950
5951         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5952
5953 2015-07-29  Pedro Alves  <palves@redhat.com>
5954
5955         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5956         gdb_test_stdio.
5957
5958 2015-07-29  Pedro Alves  <palves@redhat.com>
5959
5960         * lib/gdb.exp (gdb_test_stdio): New procedure.
5961
5962 2015-07-29  Pedro Alves  <palves@redhat.com>
5963
5964         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5965
5966 2015-07-29  Pedro Alves  <palves@redhat.com>
5967
5968         * gdb.base/call-signal-resume.exp: Remove check for
5969         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
5970         * gdb.base/unwindonsignal.exp: Likewise.
5971         * gdb.base/call-signals.c (gen_signal): Remove printf call.
5972         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5973
5974 2015-07-29  Pedro Alves  <palves@redhat.com>
5975
5976         * gdb.base/siginfo-addr.c (pass): New function.
5977         (handler): Call it iff si_addr is correct.
5978         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5979         Set a breakpoint at "pass" and continue to it.
5980
5981 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5982
5983         * gdb.python/py-objfile.exp: Make some tests have unique names.
5984         * gdb.python/py-pp-registration.exp: Likewise.
5985
5986 2015-07-28  Pedro Alves  <palves@redhat.com>
5987
5988         * gdb.server/server-exec-info.exp: Issue a "disconnect".
5989
5990 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5991
5992         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5993
5994 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5995
5996         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5997
5998 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
5999
6000         * gdb.base/gdb-sigterm-2.exp: New test.
6001
6002 2015-07-25  Doug Evans  <xdje42@gmail.com>
6003
6004         Revert:
6005         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6006         (workers/%.worker, build-perf): New rule.
6007         (GDB_PERFTEST_MODE): New variable.
6008         (check-perf): Use it.
6009         (clean): Clean up gdb.perf parallel build subdirs.
6010         * lib/build-piece.exp: New file.
6011         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6012         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6013         name.
6014         (standard_temp_file): Ditto.
6015         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6016         of $GDB_PARALLEL.
6017
6018 2015-07-24  Doug Evans  <dje@google.com>
6019
6020         * gdb.perf/lib/perftest/utils.py: New file.
6021         * gdb.perf/gm-hello.cc: New file.
6022         * gdb.perf/gm-pervasive-typedef.cc: New file.
6023         * gdb.perf/gm-pervasive-typedef.h: New file.
6024         * gdb.perf/gm-std.cc: New file.
6025         * gdb.perf/gm-std.h: New file.
6026         * gdb.perf/gm-use-cerr.cc: New file.
6027         * gdb.perf/gm-utils.h: New file.
6028         * gdb.perf/gmonster-null-lookup.py: New file.
6029         * gdb.perf/gmonster-pervasive-typedef.py: New file.
6030         * gdb.perf/gmonster-print-cerr.py: New file.
6031         * gdb.perf/gmonster-ptype-string.py: New file.
6032         * gdb.perf/gmonster-runto-main.py: New file.
6033         * gdb.perf/gmonster-select-file.py: New file.
6034         * gdb.perf/gmonster1-null-lookup.exp: New file.
6035         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6036         * gdb.perf/gmonster1-print-cerr.exp: New file.
6037         * gdb.perf/gmonster1-ptype-string.exp: New file.
6038         * gdb.perf/gmonster1-runto-main.exp: New file.
6039         * gdb.perf/gmonster1-select-file.exp: New file.
6040         * gdb.perf/gmonster1.cc: New file.
6041         * gdb.perf/gmonster1.exp: New file.
6042         * gdb.perf/gmonster2-null-lookup.exp: New file.
6043         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6044         * gdb.perf/gmonster2-print-cerr.exp: New file.
6045         * gdb.perf/gmonster2-ptype-string.exp: New file.
6046         * gdb.perf/gmonster2-runto-main.exp: New file.
6047         * gdb.perf/gmonster2-select-file.exp: New file.
6048         * gdb.perf/gmonster2.cc: New file.
6049         * gdb.perf/gmonster2.exp: New file.
6050
6051 2015-07-24  Doug Evans  <dje@google.com>
6052
6053         * gdb.perf/README: New file.
6054         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6055         * lib/gen-perf-test.exp: New file.
6056
6057 2015-07-24  Doug Evans  <dje@google.com>
6058
6059         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6060         (PerfTest::startup): New function.
6061         (PerfTest::run): Return result of calling body.
6062         (PerfTest::assemble): Rewrite.
6063         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6064         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6065         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6066         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6067         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6068
6069 2015-07-24  Doug Evans  <dje@google.com>
6070
6071         * lib/gdb.exp (clean_restart): Make executable optional.
6072
6073 2015-07-24  Doug Evans  <dje@google.com>
6074
6075         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6076         compiler_info references.
6077         * gdb.cp/temargs.exp: Ditto.
6078         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6079         (get_compiler_info): Early exit if already computed.  Set compiler_info
6080         to "unknown" if there was a problem.
6081         (test_compiler_info): Add function comment.  Call get_compiler_info.
6082
6083 2015-07-24  Doug Evans  <dje@google.com>
6084
6085         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6086         (workers/%.worker, build-perf): New rule.
6087         (GDB_PERFTEST_MODE): New variable.
6088         (check-perf): Use it.
6089         (clean): Clean up gdb.perf parallel build subdirs.
6090         * lib/build-piece.exp: New file.
6091         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6092         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6093         name.
6094         (standard_temp_file): Ditto.
6095         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6096         of $GDB_PARALLEL.
6097
6098 2015-07-24  Doug Evans  <dje@google.com>
6099
6100         * lib/future.exp (gdb_default_target_compile): New option
6101         "early_flags".
6102         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6103         --as-needed.
6104
6105 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6106
6107         * gdb.base/catch-syscall.exp: Call gdb_exit before
6108         gdb_skip_xml_test.
6109
6110 2015-07-24  Pedro Alves  <palves@redhat.com>
6111
6112         * gdb.python/py-events.exp: Accept output between the stop event
6113         and the prompt.
6114         * gdb.python/py-evsignal.exp: Likewise.
6115         * gdb.python/py-evthreads.exp: Likewise.
6116
6117 2015-07-24  Pedro Alves  <palves@redhat.com>
6118
6119         PR gdb/18717
6120         * gdb.threads/non-ldr-exit.c: New file.
6121         * gdb.threads/non-ldr-exit.exp: New file.
6122
6123 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6124
6125         * gdb.server/ext-wrapper.exp: Test --wrapper option when
6126         restarting process.
6127
6128 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6129
6130         * gdb.server/ext-restart.exp: New file.
6131
6132 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6133
6134         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6135         argument options.
6136         * gdb.server/ext-wrapper.exp: New file.
6137
6138 2015-07-23  Doug Evans  <dje@google.com>
6139
6140         * gdb.dwarf2/dw2-dummy-cu.S: New file.
6141         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6142
6143 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6144
6145         * gdb.ada/var_arr_typedef.exp: New testcase.
6146         * gdb.ada/var_arr_typedef/pack.adb: New file.
6147         * gdb.ada/var_arr_typedef/pack.ads: New file.
6148         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6149
6150 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
6151
6152         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6153
6154 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6155
6156         * gdb.arch/i386-biarch-core.exp: Replace istarget
6157         by "complete set gnutarget". Remove expectation for the "core-file"
6158         command.
6159
6160 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6161
6162         Revert the previous commit:
6163         Tests for validate symbol file using build-id.
6164
6165 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6166
6167         Tests for validate symbol file using build-id.
6168         * gdb.base/solib-mismatch-lib.c: New file.
6169         * gdb.base/solib-mismatch-libmod.c: New file.
6170         * gdb.base/solib-mismatch.c: New file.
6171         * gdb.base/solib-mismatch.exp: New file.
6172
6173 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
6174
6175         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6176         nios2-*-linux*.
6177         * gdb.base/sigbpt.exp (stepi_out): Likewise.
6178         * gdb.base/siginfo.exp: Likewise.
6179         * gdb.base/sigstep.exp (advance, advancei): Likewise.
6180
6181 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
6182
6183         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6184         Move it to ...
6185         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6186         ... here.
6187         * gdb.trace/range-stepping.exp: Check that the target supports
6188         range stepping.
6189
6190 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6191
6192         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6193
6194 2015-07-14  Pedro Alves  <palves@redhat.com>
6195
6196         * gdb.base/killed-outside.exp: New file.
6197         * gdb.base/killed-outside.c: New file.
6198
6199 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6200
6201         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6202         (n at main): New.
6203         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6204
6205 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6206
6207         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6208         infcall tests instead of setting up for KFAIL.
6209
6210 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6211
6212         * gdb.btrace/record_goto-step.exp: New.
6213
6214 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6215
6216         PR compile/18484
6217         * gdb.compile/compile.c (struct struct_type): Add volatile to
6218         selffield's type.
6219         * gdb.compile/compile.exp
6220         (compile code struct_object.selffield = &struct_object): Skip further
6221         struct_object tests if this one xfails.
6222
6223 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6224
6225         PR exp/18617
6226         * gdb.trace/ax.exp: Add test.
6227
6228 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6229
6230         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6231         instead of istarget "aarch64*-*-*".
6232         * gdb.arch/aarch64-fp.exp: Likewise.
6233         * gdb.base/float.exp: Likewise.
6234         * gdb.reverse/aarch64.exp: Likewise.
6235         * lib/gdb.exp (is_aarch64_target): New proc.
6236
6237 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6238
6239         * lib/gdb.exp (is_aarch32_target): New proc.
6240         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6241         instead of "istarget "arm*-*-*"".
6242         * gdb.arch/arm-disp-step.exp: Likewise.
6243         * gdb.arch/thumb-bx-pc.exp: Likewise.
6244         * gdb.arch/thumb-prologue.exp: Likewise.
6245         * gdb.arch/thumb-singlestep.exp: Likewise.
6246         * gdb.base/disp-step-syscall.exp: Likewise.
6247         * gdb.base/float.exp: Likewise.
6248
6249 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6250
6251         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6252         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6253
6254 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6255
6256         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6257         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6258         if it exists.
6259         * gdb.multi/multi-arch.exp: Likewise.
6260
6261 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
6262
6263         * gdb.python/py-lazy-string.exp: Add missing parentheses to
6264         print.
6265
6266 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6267
6268         * gdb.arch/thumb-singlestep.exp: Do one more single step.
6269
6270 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
6271
6272         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6273         '[' and ']' characters.
6274
6275 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
6276
6277         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6278
6279 2015-06-29  Pedro Alves  <palves@redhat.com>
6280
6281         PR threads/18127
6282         * gdb.threads/hand-call-new-thread.c: New file.
6283         * gdb.threads/hand-call-new-thread.c: New file.
6284
6285 2015-06-26  Keith Seitz  <keiths@redhat.com>
6286             Doug Evans  <dje@google.com>
6287
6288         PR 16253
6289         * gdb.cp/var-tag-2.cc: New file.
6290         * gdb.cp/var-tag-3.cc: New file.
6291         * gdb.cp/var-tag-4.cc: New file.
6292         * gdb.cp/var-tag.cc: New file.
6293         * gdb.cp/var-tag.exp: New file.
6294
6295 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6296
6297         * gdb.base/history-duplicates.exp: New test.
6298
6299 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6300
6301         * gdb.base/completion.exp: Test the completion of the "focus"
6302         command.
6303
6304 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6305
6306         * gdb.arch/amd64-prologue-skip.S: New file.
6307         * gdb.arch/amd64-prologue-skip.exp: New file.
6308
6309 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
6310
6311         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6312         is_address_zero_readable check.
6313
6314 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
6315
6316         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6317         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6318
6319 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6320
6321         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6322         linux targets.
6323
6324 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6325
6326         * lib/gdb.exp (supports_get_siginfo_type): New proc.
6327         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6328         * gdb.base/siginfo-thread.exp: Likewise.
6329
6330 2015-06-22  Yao Qi  <yao.qi@linaro.org>
6331
6332         * boards/remote-gdbserver-on-localhost.exp: Add comments.
6333
6334 2015-06-22  Yao Qi  <yao.qi@linaro.org>
6335
6336         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6337         aarch64*-*-*.
6338         (skip_hw_watchpoint_tests): Likewise.
6339
6340 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
6341
6342         * gdb.base/gdbinit-history.exp: Test the interaction between
6343         setting GDBHISTSIZE and setting the history size via .gdbinit.
6344
6345 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6346
6347         PR gdb/16999
6348         * gdb.base/gdbhistsize-history.exp: New test.
6349
6350 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6351
6352         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6353         with GDBHISTSIZE.
6354         * gdb.base/readline.exp: Likewise.
6355
6356 2015-06-17  Yao Qi  <yao.qi@linaro.org>
6357
6358         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6359         line.
6360
6361 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6362
6363         * gdb.base/gdbinit-history.exp: Add test case to check that
6364         an unlimited history file does not get truncated on exit.
6365
6366 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6367
6368         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6369         (VECTOR): New macro.  Use it...
6370         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6371         ...for these typedefs.
6372         (int8, char1, int1, double1): New typedefs.
6373         (struct just_int2, struct two_int2): New structures.
6374         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6375         (add_structvecs, add_singlevecs): New functions.
6376         (main): Call add_some_intvecs twice.
6377         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6378         the compile and exit upon failure.  Try compiling for the "native"
6379         architecture.  Test inferior function calls with vector arguments
6380         and vector return value handling with "finish" and "return".
6381
6382 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
6383
6384         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6385         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6386         PE file.
6387         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6388
6389 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6390
6391         PR breakpoints/16465
6392         * gdb.mi/mi-dprintf-pending.c: New file.
6393         * gdb.mi/mi-dprintf-pending.exp: New test.
6394         * gdb.mi/mi-dprintf-pendshr.c: New file.
6395
6396 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6397             Mircea Gherzan  <mircea.gherzan@intel.com>
6398
6399         * gdb.arch/i386-mpx-map.c: New file.
6400         * gdb.arch/i386-mpx-map.exp: New File.
6401
6402 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6403
6404         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6405         * gdb.arch/i386-mpx.exp: Indentation fixed.
6406
6407 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6408
6409         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6410         function and improved indentation.
6411         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6412         gdb_test_multiple. Added additional tests to skip the test.
6413
6414 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6415
6416         * gdb.arch/i386-avx512.c: Change path in include file.
6417         * gdb.arch/i386-avx512.exp: Change include dir path
6418         compilation flag.
6419         * gdb.arch/i386-mpx.c: Change path in include file.
6420         * gdb.arch/i386-mpx.exp: Change include dir path compilation
6421         flag.
6422
6423 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6424
6425         * gdb.compile/compile-print.exp (compile print *vararray@3)
6426         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6427
6428 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6429
6430         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6431         (do not keep jit in memory): ... this.
6432         (expect 5): Change it to ...
6433         (expect no 5): ... this.
6434
6435 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6436
6437         PR gdb/15564
6438         * gdb.mi/mi-detach.exp: New file.
6439
6440 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6441
6442         PR symtab/18392
6443         * gdb.arch/amd64-tailcall-self.S: New file.
6444         * gdb.arch/amd64-tailcall-self.c: New file.
6445         * gdb.arch/amd64-tailcall-self.exp: New file.
6446
6447 2015-05-28  Don Breazeal  <donb@codesourcery.com>
6448
6449         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6450         tests for remote targets by checking is_target_gdbserver.
6451
6452 2015-05-27  Doug Evans  <dje@google.com>
6453
6454         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6455         * gdb.dwarf2/opaque-type-lookup.c: New file.
6456         * gdb.dwarf2/opaque-type-lookup.exp: New file.
6457
6458 2015-05-26  Doug Evans  <dje@google.com>
6459
6460         * gdb.cp/iostream.cc: New file.
6461         * gdb.cp/iostream.exp: New file.
6462
6463 2015-05-26  Doug Evans  <dje@google.com>
6464
6465         * gdb.dwarf2/dw2-op-call.exp: Update.
6466         * gdb.dwarf2/dw4-sig-types.exp: Update.
6467         * gdb.dwarf2/implptr.exp: Update.
6468         * gdb.mi/mi-cmd-param-changed.exp: Update.
6469
6470 2015-05-26  Doug Evans  <dje@google.com>
6471
6472         * gdb.python/py-lazy-string.c: New file.
6473         * gdb.python/py-lazy-string.exp: New file.
6474         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6475         (main): Update.  Add estring3.
6476         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6477         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6478
6479 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
6480             Yao Qi  <yao.qi@linaro.org>
6481
6482         * gdb.reverse/aarch64.c: New.
6483         * gdb.reverse/aarch64.exp: New.
6484
6485 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
6486
6487         * lib/gdb.exp (supports_process_record): Return true for
6488         aarch64*-linux*.
6489         (supports_reverse): Likewise.
6490
6491 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
6492
6493         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6494         Use with_test_prefix.
6495
6496 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6497
6498         * gdb.base/completion.exp: Add test for completion of layout
6499         names.
6500
6501 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
6502
6503         * lib/gdb.exp (skip_tui_tests): New proc.
6504         * gdb.base/tui-layout.exp: Check skip_tui_tests.
6505
6506 2015-05-19  Pedro Alves  <palves@redhat.com>
6507
6508         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6509         Save the whole env array instead of just HOME.  Unset HISTSIZE in
6510         the environment while testing.  Restore whole environment
6511         afterwards.
6512
6513 2015-05-16  Doug Evans  <xdje42@gmail.com>
6514
6515         * gdb.guile/scm-ports.c: New file.
6516         * gdb.guile/scm-ports.exp: Add memory port tests.
6517
6518 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6519
6520         * gdb.compile/compile-print.c: New file.
6521         * gdb.compile/compile-print.exp: New file.
6522
6523 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6524
6525         * gdb.compile/compile-ops.exp: Cast param to void.
6526         * gdb.compile/compile.exp: Complete type for _gdb_expr.
6527         (compile code struct_object.selffield = &struct_object): Add xfail.
6528
6529 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6530
6531         * gdb.ada/arr_enum_with_gap: New testcase.
6532
6533 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6534
6535         * gdb.ada/byte_packed_arr: New testcase.
6536
6537 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6538
6539         * gdb.ada/pckd_neg: New testcase.
6540
6541 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
6542
6543         PR gdb/17820
6544         * gdb.base/gdbinit-history.exp: New test.
6545         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6546         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6547
6548 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
6549
6550         * gdb.python/py-xmethods.cc: Enhance test case.
6551         * gdb.python/py-xmethods.exp: New tests.
6552         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6553         function.
6554         (B_indexoper): Likewise.
6555         (global_dm_list) : Add new xmethod worker functions.
6556
6557 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
6558
6559         * gdb.base/coredump-filter.exp: Correctly unset
6560         "coredump_var_addr" array.
6561
6562 2015-05-08  Pedro Alves  <palves@redhat.com>
6563
6564         * gdb.server/non-existing-program.exp: Unset spawn_id.
6565
6566 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
6567
6568         PR python/18291
6569         * gdb.python/py-xmethods.exp: Add tests.
6570
6571 2015-05-08  Yao Qi  <yao.qi@linaro.org>
6572
6573         PR gdb/18208
6574         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6575         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6576         function set_coredump_filter, and remove remote_exec call.
6577         Remove argument ipid.  Callers update.
6578         (top level): Don't get inferior's PID.
6579
6580 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6581
6582         * gdb.base/watch_thread_num.exp: Skip test on targets without
6583         access watchpoints.
6584
6585 2015-05-06  Pedro Alves  <palves@redhat.com>
6586
6587         PR server/18081
6588         * gdb.server/non-existing-program.exp: New file.
6589
6590 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6591
6592         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6593
6594 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6595
6596         * gdb.ada/out_of_line_in_inlined: New testcase.
6597
6598 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6599
6600         * gdb.ada/var_rec_arr: New testcase.
6601
6602 2015-04-30  Yao Qi  <yao.qi@linaro.org>
6603
6604         * gdb.base/break-idempotent.exp: If
6605         skip_hw_watchpoint_multi_tests returns true, skip the tests
6606         on "rwatch" and "awatch".
6607
6608 2015-04-30  Yao Qi  <yao.qi@linaro.org>
6609
6610         * gdb.base/relativedebug.exp: Invoke gdb command
6611         "info sharedlibrary", and if libc.so doesn't have debug info,
6612         skip the test.
6613
6614 2015-04-29  Doug Evans  <dje@google.com>
6615
6616         * gdb.python/py-xmethods.exp: Add ptype tests.
6617         * gdb.python/py-xmethods.py (E_method_char_worker): Add
6618         get_result_type method.
6619
6620 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
6621
6622         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6623         the target does not support hardware watchpoints.
6624
6625 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
6626
6627         * gdb.base/break-always.exp: Abort testing if writing to memory
6628         causes an error.
6629
6630 2015-04-28  Doug Evans  <dje@google.com>
6631
6632         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6633         * gdb.python/py-pp-registration.exp: ... here.  New file.
6634         * gdb.python/py-pp-registration.c: New file.
6635         * gdb.python/py-pp-registration.py: New file.
6636
6637 2015-04-28  Doug Evans  <dje@google.com>
6638
6639         * gdb.python/py-bad-printers.c: New file.
6640         * gdb.python/py-bad-printers.py: New file.
6641         * gdb.python/py-bad-printers.exp: New file.
6642
6643 2015-04-28  Sasha Smundak  <asmundak@google.com>
6644
6645         * gdb.python/py-type.exp: New test.
6646
6647 2015-04-28  Andy Wingo  <wingo@igalia.com>
6648
6649         * gdb.python/py-parameter.exp:
6650         * gdb.guile/scm-parameter.exp: Escape the path that we are
6651         matching against, as it might contain characters that are special
6652         to regular expressions.
6653
6654 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
6655
6656         * gdb.ada/rec_comp: New testcase.
6657
6658 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
6659
6660         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6661         before using it.
6662
6663 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
6664
6665         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
6666         new tests for verilog output.
6667
6668 2015-04-24  Yao Qi  <yao.qi@linaro.org>
6669
6670         * boards/remote-gdbserver-on-localhost.exp: New file.
6671
6672 2015-04-23  Pedro Alves  <palves@redhat.com>
6673
6674         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6675         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
6676         "end of file", remove $inferior_spawn_id from the indirect list.
6677
6678 2015-04-23  Pedro Alves  <palves@redhat.com>
6679
6680         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6681
6682 2015-04-23  Pedro Alves  <palves@redhat.com>
6683
6684         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6685         on $any_spawn_id instead of only on $gdb_spawn_id.
6686
6687 2015-04-21  Pierre Muller  <muller@sourceware.org>
6688
6689         PR pascal/17815
6690         * lib/pascal.exp (gpc_compile): Add new option "class".
6691         (fpc_compile): Likewise.
6692         * gdb.pascal/case-insensitive-symbols.pas: New file.
6693         * gdb.pascal/case-insensitive-symbols.exp: New file.
6694
6695 2015-04-20  Gary Benson <gbenson@redhat.com>
6696
6697         * gdb.base/attach.exp: Fix three extended remote failures.
6698
6699 2015-04-17  Gary Benson <gbenson@redhat.com>
6700
6701         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6702         the main executable over the remote protocol.
6703
6704 2015-04-16  Pedro Alves  <palves@redhat.com>
6705
6706         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6707         a new gdbserver if gdbserver_reconnect_p is set.
6708
6709 2015-04-16  Pedro Alves  <palves@redhat.com>
6710
6711         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6712         is set, don't exit gdbserver.
6713
6714 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6715
6716         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6717         appropriate .insn, such that an older assembler can be used.
6718         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6719         the z/Architecture instruction set on 31-bit targets as well.
6720
6721 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6722
6723         * gdb.go/handcall.exp: Remove all logic related to the first
6724         breakpoint and rely on go_runto_main instead.
6725         * gdb.go/strings.exp: Likewise.
6726         * gdb.go/unsafe.exp: Likewise.
6727         * gdb.go/hello.exp: Likewise.  Also rename the remaining
6728         breakpoint marker to "breakpoint 1".
6729         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6730         * gdb.go/strings.go: Likewise.
6731         * gdb.go/unsafe.go: Likewise.
6732         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
6733         "set breakpoint 2 here" and rename the remaining breakpoint marker
6734         to "breakpoint 1".
6735
6736 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
6737
6738         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6739         if itertools.imap is not present.
6740         * gdb.python/py-objfile.exp: Add parentheses.
6741         * gdb.python/py-type.exp: Same.
6742         * gdb.python/py-unwind-maint.py: Same.
6743
6744 2015-04-15  Yao Qi  <yao.qi@linaro.org>
6745
6746         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6747         of ":$ptr_size" and set its form explicitly.
6748
6749 2015-04-15  Pedro Alves  <palves@redhat.com>
6750             Yao Qi  <yao.qi@linaro.org>
6751
6752         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6753         timeout by factor of 4.
6754         (test_regular_watch): Likewise.
6755         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6756         * gdb.reverse/sigall-reverse.exp: Likewise.
6757         * gdb.reverse/until-precsave.exp: Likewise.
6758         * lib/gdb.exp (with_timeout_factor): New proc.
6759         (gdb_expect): Move some code to ...
6760         (get_largest_timeout): ... here.  New procedure.
6761
6762 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
6763
6764         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6765
6766 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
6767
6768         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6769         to write to the .text section.
6770
6771 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
6772
6773         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6774         Handle the case of targets that do not provide PID information.
6775
6776 2015-04-13  Yao Qi  <yao.qi@linaro.org>
6777
6778         * lib/gdbserver-support.exp (gdb_exit): Catch exception
6779         and use expect instead of gdb_expect.
6780
6781 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
6782
6783         * gdb.base/coredump-filter.exp: Rename variable "addr" to
6784         "coredump_var_addr" to avoid naming conflict with other testcases.
6785
6786 2015-04-10  Pedro Alves  <palves@redhat.com>
6787
6788         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6789         gdb_test_sequence and gdb_assert.
6790
6791 2015-04-10  Pedro Alves  <palves@redhat.com>
6792
6793         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6794         test messages that don't include the breakpoint address.
6795
6796 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6797
6798         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6799         false for some offset and width combinations which aren't
6800         supported by linux kernel.
6801
6802 2015-04-10  Pedro Alves  <palves@redhat.com>
6803
6804         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6805         procedure, factored out from ...
6806         (top level): ... here.  Add "set displaced-stepping" testing axis.
6807         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6808         parameter "displaced".  Use it.
6809         (top level): Use foreach and add "set displaced-stepping" testing
6810         axis.
6811
6812 2015-04-10  Pedro Alves  <palves@redhat.com>
6813
6814         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6815         Remove comment.
6816         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6817         both the address of the instruction that triggers the watchpoint
6818         and the address of the instruction immediately after, and use
6819         those addresses for the test.  Fix comment.
6820
6821 2015-04-10  Pedro Alves  <palves@redhat.com>
6822
6823         * gdb.base/sigstep.exp (breakpoint_to_handler)
6824         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
6825         Test "backtrace" in handler.
6826         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
6827         (top level): Add new "displaced" test axis to
6828         breakpoint_to_handler, breakpoint_to_handler_entry and
6829         breakpoint_over_handler.
6830
6831 2015-04-10  Pedro Alves  <palves@redhat.com>
6832
6833         PR gdb/18216
6834         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6835
6836 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6837
6838         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6839         (test_add_rn_pc): New function.
6840         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6841         (top level): Invoke test_add_rn_pc.
6842
6843 2015-04-10  Pedro Alves  <palves@redhat.com>
6844
6845         PR gdb/13858
6846         * gdb.base/step-over-no-symbols.exp: New file.
6847
6848 2015-04-09  Andy Wingo  <wingo@igalia.com>
6849
6850         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6851         after the Python tests.
6852
6853 2015-04-08  Keith Seitz  <keiths@redhat.com>
6854
6855         PR python/16699
6856         * gdb.python/py-completion.exp: New tests for completion.
6857         * gdb.python/py-completion.py (CompleteLimit1): New class.
6858         (CompleteLimit2): Likewise.
6859         (CompleteLimit3): Likewise.
6860         (CompleteLimit4): Likewise.
6861         (CompleteLimit5): Likewise.
6862         (CompleteLimit6): Likewise.
6863         (CompleteLimit7): Likewise.
6864
6865 2015-04-08  Pedro Alves  <palves@redhat.com>
6866
6867         PR gdb/18214
6868         PR gdb/18216
6869         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6870         function.
6871         (main): Install it as SIGUSR1 handler.
6872         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6873         parameter.  Always use "setup" as prefix.  Toggle "set
6874         displaced-stepping" off/on depending on global.  Don't switch to
6875         thread 1 here.
6876         (top level): Add displaced stepping "off/on" test axis.  Update
6877         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
6878         continuing with a queued signal in each thread.
6879
6880 2015-04-08  Pedro Alves  <palves@redhat.com>
6881
6882         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6883         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
6884         gdb_breakpoint instead of gdb_test that doesn't expect anything.
6885         Return early if running to main fails.
6886         * gdb.trace/while-stepping.exp: Likewise.
6887
6888 2015-04-07  Pedro Alves  <palves@redhat.com>
6889
6890         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6891         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
6892         interact with inferior program.
6893
6894 2015-04-07  Pedro Alves  <palves@redhat.com>
6895
6896         * lib/gdb.exp (inferior_spawn_id): New global.
6897         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
6898         spawn id after processing the user code.
6899         (default_gdb_start): Set inferior_spawn_id.
6900         (send_inferior): New procedure.
6901         * lib/gdbserver-support.exp (gdbserver_start): Set
6902         inferior_spawn_id.
6903         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6904
6905 2015-04-07  Pedro Alves  <palves@redhat.com>
6906
6907         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6908         * lib/gdbserver-support.exp (gdbserver_start): Make
6909         $server_spawn_id global.
6910         (gdbserver_start): Don't wait for gdbserver's spawn id with
6911         expect_background.
6912         (close_gdbserver): New procedure.
6913         (gdb_exit): Rename the default version and reimplement.
6914
6915 2015-04-07  Pedro Alves  <palves@redhat.com>
6916
6917         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6918         append the substituted item, not the original item.
6919
6920 2015-04-07  Pedro Alves  <palves@redhat.com>
6921
6922         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6923         gdb_expect.
6924
6925 2015-04-07  Pedro Alves  <palves@redhat.com>
6926
6927         * gdb.base/interrupt.exp: Don't handle the case of the inferior
6928         output appearing once only.
6929
6930 2015-04-07  Pedro Alves  <palves@redhat.com>
6931
6932         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6933         that doesn't expect anything.  Return early if running to main
6934         fails.
6935
6936 2015-04-07  Yao Qi  <yao.qi@linaro.org>
6937
6938         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6939         (child_function): Call alarm.
6940         (main): Move call to alarm into the loop.
6941         * gdb.threads/non-stop-fair-events.exp: Build program with
6942         -DTIMEOUT=$timeout.
6943
6944 2015-04-06  Doug Evans  <xdje42@gmail.com>
6945
6946         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6947         Fix dest parameter to board_info.
6948         (fpc_compile): Ditto.
6949         (gdb_compile_pascal): Rename dest arg to destfile.
6950
6951 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6952
6953         * gdb.ada/funcall_ref.exp: New file.
6954         * gdb.ada/funcall_ref/foo.adb: New file.
6955
6956 2015-04-02  Yao Qi  <yao.qi@linaro.org>
6957
6958         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6959         is remote.
6960
6961 2015-04-02  Gary Benson <gbenson@redhat.com>
6962
6963         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6964
6965 2015-04-01  Sasha Smundak  <asmundak@google.com>
6966
6967         * gdb.python/py-unwind-maint.c: New file.
6968         * gdb.python/py-unwind-maint.exp: New test.
6969         * gdb.python/py-unwind-maint.py: New file.
6970         * gdb.python/py-unwind.c: New file.
6971         * gdb.python/py-unwind.exp: New test.
6972         * gdb.python/py-unwind.py: New test.
6973
6974 2015-04-01  Pedro Alves  <palves@redhat.com>
6975
6976         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6977         to fail instead of non-existent $test.
6978
6979 2015-04-01  Pedro Alves  <palves@redhat.com>
6980
6981         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6982         GDBFLAGS if not empty.
6983
6984 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
6985
6986         * gdb.ada/complete.exp: Remove "multi_line".
6987         * gdb.ada/info_exc.exp: Remove "multi_line".
6988         * gdb.ada/packed_tagged.exp: Remove "multi_line".
6989         * gdb.ada/ptype_field.exp: Remove "multi_line".
6990         * gdb.ada/sym_print_name.exp: Remove "multi_line".
6991         * gdb.ada/tagged.exp: Remove "multi_line".
6992         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6993         [multi_line ...]
6994         * gdb.btrace/delta.exp: Likewise.
6995         * gdb.btrace/exception.exp: Likewise.
6996         * gdb.btrace/function_call_history.exp: Likewise.
6997         * gdb.btrace/instruction_history.exp: Likewise.
6998         * gdb.btrace/nohist.exp: Likewise.
6999         * gdb.btrace/record_goto.exp: Likewise.
7000         * gdb.btrace/segv.exp: Likewise.
7001         * gdb.btrace/stepi.exp: Likewise.
7002         * gdb.btrace/tailcall.exp: Likewise.
7003         * gdb.btrace/unknown_functions.exp: Likewise.
7004         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7005         * lib/gdb.exp: Add the "multi_line" helper.
7006
7007 2015-04-01  Pedro Alves  <palves@redhat.com>
7008
7009         * gdb.threads/tid-reuse.c: New file.
7010         * gdb.threads/tid-reuse.exp: New file.
7011
7012 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
7013
7014         PR corefiles/16092
7015         * gdb.base/coredump-filter.c: New file.
7016         * gdb.base/coredump-filter.exp: Likewise.
7017
7018 2015-03-27  Petr Machata  <pmachata@redhat.com>
7019
7020         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7021         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7022         (Dwarf::assemble): Initialize them.
7023         (Dwarf::lines): New function.
7024
7025 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
7026
7027         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7028         SYMBOL_PREFIX for x86_64-*-cygwin.
7029
7030 2015-03-26  Andy Wingo  <wingo@igalia.com>
7031
7032         PR symtab/18148
7033         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7034         const_value but not a location.
7035         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7036         location defined in non-main CUs are visible.
7037
7038 2015-03-26  Yao Qi  <yao.qi@linaro.org>
7039
7040         PR testsuite/18139
7041         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7042         Add a line number entry for the same line.
7043         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7044         Add a line number entry for the same line.
7045
7046 2015-03-26  Yao Qi  <yao.qi@linaro.org>
7047
7048         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7049         .int 0.
7050         (func): Likewise.  Add .Lfunc_1 label.
7051         Use .Lfunc_1 label.
7052         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7053         .int 0.
7054         (func): Likewise.
7055         Use .Lfunc_1 label.
7056
7057 2015-03-26  Yao Qi  <yao.qi@linaro.org>
7058
7059         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7060         Call gdb_compile instead to compile each .s files without debug
7061         information.
7062
7063 2015-03-26  Yao Qi  <yao.qi@linaro.org>
7064
7065         * gdb.base/savedregs.exp (process_saved_regs): Make
7066         "Saved registers:" optional in the pattern.
7067
7068 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
7069
7070         * gdb.btrace/next.exp: Merged into step.exp.
7071         * gdb.btrace/finish.exp: Merged into step.exp.
7072         * gdb.btrace/nexti.exp: Merged into stepi.exp.
7073         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
7074         "record goto" and checking the exact replay position.
7075         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
7076         check for "Recording format" in "info record" output.
7077         * gdb.btrace/record_goto.exp: Choose test file based on target.
7078         * gdb.btrace/x86-record_goto.S: Renamed into ...
7079         * gdb.btrace/x86_64-record_goto.S: ... this.
7080         * gdb.btrace/i686-record_goto.S: New.
7081         * gdb.btrace/x86-tailcall.S: Renamed into ...
7082         * gdb.btrace/x86_64-tailcall.S: ... this.
7083         * gdb.btrace/i686-tailcall.S: New.
7084         * gdb.btrace/x86-tailcall.c: Renamed into ...
7085         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
7086         separate statements.  Update test.
7087         * gdb.btrace/delta.exp: Use record_goto.c as test file.
7088         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7089         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7090         * gdb.btrace/tailcall.exp: Choose test file based on target.
7091         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7092
7093 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
7094
7095         * gdb.btrace/exception.exp: Increase BTS buffer size.
7096
7097 2015-03-24  Pedro Alves  <palves@redhat.com>
7098
7099         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7100
7101 2015-03-24  Pedro Alves  <palves@redhat.com>
7102
7103         * gdb.threads/schedlock.exp (test_step): No longer expect that
7104         "set scheduler-locking step" with "next" over a function call runs
7105         threads unlocked.
7106
7107 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7108
7109         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7110
7111 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7112
7113         PR breakpoints/16466
7114         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7115         * gdb.mi/mi-pending.c (thread_func): New function.
7116         (int main): Add threading support required.
7117         * gdb.mi/mi-pending.exp: Add tests for this issue.
7118         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7119         (pendfunc2): Remove stdio dependency.
7120         * gdb.mi/mi-pendshr2.c: New file.
7121
7122 2015-03-23  Keith Seitz  <keiths@redhat.com>
7123
7124         * gdb.linespec/keywords.c: New file.
7125         * gdb.linespec/keywords.exp: New file.
7126
7127 2015-03-23  Keith Seitz  <keiths@redhat.com>
7128
7129         PR gdb/18021
7130         * gdb.dwarf2/staticvirtual.exp: New test.
7131
7132 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7133
7134         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7135         * README: Remove HP-UX and gdb.hp.
7136         (configuration):
7137         * configure: Regenerate.
7138         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7139         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7140         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7141         gdb.hp/gdb.defects/Makefile.
7142         * gdb.hp/Makefile.in: File deleted.
7143         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7144         * gdb.hp/gdb.aCC/optimize.c: File deleted.
7145         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7146         * gdb.hp/gdb.aCC/run.c: File deleted.
7147         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7148         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7149         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7150         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7151         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7152         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7153         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7154         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7155         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7156         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7157         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7158         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7159         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7160         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7161         * gdb.hp/gdb.base-hp/reg.s: File deleted.
7162         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7163         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7164         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7165         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7166         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7167         * gdb.hp/gdb.compat/Makefile.in: File deleted.
7168         * gdb.hp/gdb.compat/average.c: File deleted.
7169         * gdb.hp/gdb.compat/sum.c: File deleted.
7170         * gdb.hp/gdb.compat/xdb.c: File deleted.
7171         * gdb.hp/gdb.compat/xdb0.c: File deleted.
7172         * gdb.hp/gdb.compat/xdb0.h: File deleted.
7173         * gdb.hp/gdb.compat/xdb1.c: File deleted.
7174         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7175         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7176         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7177         * gdb.hp/gdb.defects/Makefile.in: File deleted.
7178         * gdb.hp/gdb.defects/bs14602.c: File deleted.
7179         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7180         * gdb.hp/gdb.defects/solib-d.c: File deleted.
7181         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7182         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7183         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7184         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7185         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7186         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7187         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7188         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7189         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7190         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7191         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7192         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7193         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7194         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7195         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7196         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7197         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7198         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7199         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7200         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7201         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7202         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7203         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7204         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7205         * gdb.hp/tools/odump: File deleted.
7206
7207 2015-03-19  Pedro Alves  <palves@redhat.com>
7208
7209         * gdb.threads/continue-pending-status.exp (saw_thread_2)
7210         (saw_thread_3): New globals.
7211         (top level): Increment them when an event for the corresponding
7212         thread is seen.
7213         (no thread starvation): New test.
7214
7215 2015-03-19  Pedro Alves  <palves@redhat.com>
7216
7217         * gdb.threads/continue-pending-status.c: New file.
7218         * gdb.threads/continue-pending-status.exp: New file.
7219
7220 2015-03-18  Pedro Alves  <palves@redhat.com>
7221
7222         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7223         Use gdb_is_target_remote instead of is_remote.  Use
7224         gdb_test_multiple instead of gdb_expect.  Exit early if
7225         gdb_test_multiple hits its internal matches.  Tighten stepi tests
7226         expected output.  Fail on exit with any signal, instead of just
7227         SIGILL.
7228
7229 2015-03-18  Yao Qi  <yao.qi@linaro.org>
7230
7231         PR tdep/18107
7232         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7233         variable.
7234         * gdb.base/catch-syscall.exp: Don't skip it on
7235         aarch64*-*-linux* target.  Remove elements in all_syscalls.
7236         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7237         target.
7238         (setup_all_syscalls): New proc.
7239
7240 2015-03-16  Yao Qi  <yao.qi@linaro.org>
7241
7242         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7243         (top level): Skip tests if valid_addr_p returns false for
7244         $cmd1 or $cmd2.
7245
7246 2015-03-11  Andy Wingo  <wingo@igalia.com>
7247
7248         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7249
7250 2015-03-11  Yao Qi  <yao.qi@linaro.org>
7251
7252         * gdb.base/catch-syscall.exp: Fix typo in comments.
7253
7254 2015-03-11  Yao Qi  <yao.qi@linaro.org>
7255
7256         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7257
7258 2015-03-09  Pedro Alves  <palves@redhat.com>
7259
7260         * dg-extract-results.py: Delete.
7261
7262 2015-03-09  Pedro Alves  <palves@redhat.com>
7263
7264         Merge dg-extract-results.sh from GCC upstream (r218843).
7265
7266         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
7267                 * dg-extract-results.sh: Use --text with grep to avoid issues with
7268                 binary files.  Fall back to cat -v, if that doesn't work.
7269
7270 2015-03-05  Pedro Alves  <palves@redhat.com>
7271
7272         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7273
7274 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
7275
7276         * lib/mi-support.exp (mi_expect_interrupt): Accept
7277         alternative event for when in all-stop mode.
7278
7279 2015-03-04  Pedro Alves  <palves@redhat.com>
7280
7281         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7282
7283 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
7284
7285         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7286
7287 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7288
7289         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7290         regexps for GDB's current line display, accept a hex address
7291         preceding the line number.
7292
7293 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7294
7295         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7296         the 'arch1' variable for "s390*-linux*" targets.
7297
7298 2015-03-04  Pedro Alves  <palves@redhat.com>
7299
7300         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7301         (main): Pass missing retval argument to pthread_join call.
7302
7303 2015-03-02  Pedro Alves  <palves@redhat.com>
7304
7305         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7306         (top level): Call do_test with non-stop as well.
7307
7308 2015-03-02  Pedro Alves  <palves@redhat.com>
7309
7310         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7311         -1.
7312
7313 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7314
7315         * gdb.arch/s390-vregs.exp: New test.
7316         * gdb.arch/s390-vregs.S: New file.
7317
7318 2015-02-27  Pedro Alves  <palves@redhat.com>
7319
7320         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7321         call to catch_command_errors.
7322         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7323         catch_command_errors.
7324
7325 2015-02-27  Pedro Alves  <palves@redhat.com>
7326
7327         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7328         "true" for boolean result.
7329         * gdb.gdb/selftest.exp (test_with_self): Also accept full
7330         prototype of main.
7331
7332 2015-02-27  Pedro Alves  <palves@redhat.com>
7333
7334         * lib/unbuffer_output.c: New file.
7335         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7336         (main): Call gdb_unbuffer_output.
7337
7338 2015-02-27  Yao Qi  <yao.qi@linaro.org>
7339
7340         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7341         target.
7342
7343 2015-02-26  Doug Evans  <dje@google.com>
7344
7345         * gdb.cp/class2.cc (Dbase, D): New classes.
7346         (main): New local delta.
7347         * gdb.cp/class2.exp: Test printing delta.
7348         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7349         (dynbar): New global.
7350         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7351
7352 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7353
7354         * gdb.compile/compile-ifunc.c: New file.
7355         * gdb.compile/compile-ifunc.exp: New file.
7356
7357 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7358
7359         * gdb.base/structs.exp: Check for correct struct on finish.
7360
7361 2015-02-26  Yao Qi  <yao.qi@linaro.org>
7362
7363         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7364         is zero.
7365
7366 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7367
7368         * gdb.arch/cordic.ko.bz2: New file.
7369         * gdb.arch/cordic.ko.debug.bz2: New file.
7370         * gdb.arch/ppc64-symtab-cordic.exp: New file.
7371
7372 2015-02-25  Yao Qi  <yao.qi@linaro.org>
7373
7374         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7375         aarch64*-*-* target.
7376
7377 2015-02-23  Pedro Alves  <palves@redhat.com>
7378
7379         * lib/gdb.exp (delete_breakpoints): Rewrite using
7380         gdb_test_multiple.
7381
7382 2015-02-23  Pedro Alves  <palves@redhat.com>
7383
7384         * gdb.base/info-os.c: Include stdlib.h.
7385
7386 2015-02-22  Doug Evans  <xdje42@gmail.com>
7387
7388         PR symtab/17855
7389         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7390         is read after symbols have been re-read.
7391         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7392         * gdb.ada/exec_changed/second.adb (Second): Ditto.
7393
7394 2015-02-21  Doug Evans  <dje@google.com>
7395
7396         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7397
7398 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7399
7400         PR corefiles/17808
7401         * gdb.arch/i386-biarch-core.core.bz2: New file.
7402         * gdb.arch/i386-biarch-core.exp: New file.
7403
7404 2015-02-21  Pedro Alves  <palves@redhat.com>
7405
7406         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7407         runto_main fails.
7408
7409 2015-02-20  Pedro Alves  <palves@redhat.com>
7410
7411         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7412         info probes.
7413
7414 2015-02-20  Pedro Alves  <palves@redhat.com>
7415
7416         * gdb.threads/multi-create-ns-info-thr.exp: New file.
7417
7418 2015-02-20  Pedro Alves  <palves@redhat.com>
7419
7420         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
7421         clean_restart before gdb_target_supports_trace.
7422
7423 2015-02-20  Pedro Alves  <palves@redhat.com>
7424
7425         PR threads/18006
7426         * gdb.threads/clone-thread_db.c: New file.
7427         * gdb.threads/clone-thread_db.exp: New file.
7428
7429 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7430
7431         PR breakpoints/16812
7432         * gdb.base/catch-gdb-caused-signals.c: New file.
7433         * gdb.base/catch-gdb-caused-signals.exp: New file.
7434
7435 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
7436
7437         * configure: Regenerated.
7438         * configure.ac: Use GDB_AC_TRANSFORM.
7439         * aclocal.m4: sinclude ../transform.m4.
7440
7441 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7442
7443         * lib/dtrace.exp: New file.
7444         * gdb.base/dtrace-probe.exp: Likewise.
7445         * gdb.base/dtrace-probe.d: Likewise.
7446         * gdb.base/dtrace-probe.c: Likewise.
7447         * lib/pdtrace.in: Likewise.
7448         * configure.ac: Output variables with the transformed names of
7449         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
7450         * configure: Regenerated.
7451
7452 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7453
7454         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7455         expected message when trying to access $_probe_* convenience
7456         variables while not on a probe.
7457
7458 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7459
7460         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7461
7462 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
7463
7464         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7465         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7466
7467 2015-02-10  Doug Evans  <xdje42@gmail.com>
7468
7469         * lib/gdb.exp (gdb_load): Always return a result.
7470
7471 2015-02-10  Pedro Alves  <palves@redhat.com>
7472
7473         * gdb.threads/signal-sigtrap.c: New file.
7474         * gdb.threads/signal-sigtrap.exp: New file.
7475
7476 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
7477
7478         * gdb.trace/no-attach-trace.c: New file.
7479         * gdb.trace/no-attach-trace.exp: New file.
7480
7481 2015-02-09  Mark Wielaard  <mjw@redhat.com>
7482
7483         * gdb.dwarf2/atomic.c: New file.
7484         * gdb.dwarf2/atomic-type.exp: Likewise.
7485
7486 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7487
7488         * gdb.btrace/buffer-size.exp: Update "info record" output.
7489         * gdb.btrace/delta.exp: Update "info record" output.
7490         * gdb.btrace/enable.exp: Update "info record" output.
7491         * gdb.btrace/finish.exp: Update "info record" output.
7492         * gdb.btrace/instruction_history.exp: Update "info record" output.
7493         * gdb.btrace/next.exp: Update "info record" output.
7494         * gdb.btrace/nexti.exp: Update "info record" output.
7495         * gdb.btrace/step.exp: Update "info record" output.
7496         * gdb.btrace/stepi.exp: Update "info record" output.
7497         * gdb.btrace/nohist.exp: Update "info record" output.
7498
7499 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7500
7501         * gdb.btrace/buffer-size: New.
7502
7503 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7504
7505         * gdb.btrace/delta.exp: Update "info record" output.
7506         * gdb.btrace/enable.exp: Update "info record" output.
7507         * gdb.btrace/finish.exp: Update "info record" output.
7508         * gdb.btrace/instruction_history.exp: Update "info record" output.
7509         * gdb.btrace/next.exp: Update "info record" output.
7510         * gdb.btrace/nexti.exp: Update "info record" output.
7511         * gdb.btrace/step.exp: Update "info record" output.
7512         * gdb.btrace/stepi.exp: Update "info record" output.
7513         * gdb.btrace/nohist.exp: Update "info record" output.
7514
7515 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
7516
7517         PR gdb/15678
7518         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7519
7520 2015-02-06  Pedro Alves  <palves@redhat.com>
7521
7522         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7523         macro.
7524         (seconds_left, again): New globals.
7525         (main): Wait seconds_left in a 1-second sleep loop instead of
7526         sleeping 180 seconds.  If 'again' is set, reset the seconds
7527         counter.
7528         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7529         'again' in the inferior before detaching.  Print the seconds left.
7530         (options): New global.
7531         (top level): Build program with -DTIMEOUT=$timeout.
7532
7533 2015-02-06  Pedro Alves  <palves@redhat.com>
7534
7535         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7536         determine how many seconds to pass to 'alarm'.
7537         * gdb.base/gdb-sigterm.exp (top level): Build program with
7538         -DTIMEOUT=$timeout.
7539         (do_test): Return success/failure indication.  Add more verbose
7540         logging.  Don't fail if 200 single steps are seen.  Instead, fail
7541         when the test times out.
7542         (passes): New global.
7543         (top level): Break the testing loop if testing fails on any
7544         iteration.  Use gdb_assert.
7545
7546 2015-02-04  Don Breazeal  <donb@codesourcery.com>
7547
7548         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7549         and initialize them.
7550         (ipc_cleanup): New function.
7551         (main): Don't declare shmid, semid, and msqid.  Add a call to
7552         atexit so that we call ipc_cleanup on exit.
7553
7554 2015-02-04  Pedro Alves  <palves@redhat.com>
7555
7556         * boards/native-extended-gdbserver.exp: Remove any target variant
7557         specifications from the board name before clearing the isremote
7558         flag from board_info.
7559
7560 2015-01-31  Doug Evans  <xdje42@gmail.com>
7561
7562         * gdb.base/maint.exp <maint print type argc>: Update expected output.
7563
7564 2015-01-31  Gary Benson <gbenson@redhat.com>
7565
7566         * gdb.base/completion.exp: Disable completion limiting for
7567         existing tests.  Add new tests to check completion limiting.
7568         * gdb.linespec/ls-errs.exp: Disable completion limiting.
7569
7570 2015-01-31  Doug Evans  <xdje42@gmail.com>
7571
7572         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7573
7574 2015-01-31  Doug Evans  <xdje42@gmail.com>
7575
7576         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7577         entries.  Duplicate file section script entries.
7578         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7579         inlined entries.  Add test for safe-path rejection.
7580         * gdb.python/py-section-script.c: Add duplicate inlined section script
7581         entries.  Duplicate file section script entries.
7582         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7583         inlined entries.  Add test for safe-path rejection.
7584
7585 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
7586
7587         * gdb.ada/disc_arr_bound: New testcase.
7588
7589 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
7590
7591         * gdb.ada/mi_var_array: New testcase.
7592
7593 2015-01-27  Doug Evans  <dje@google.com>
7594
7595         * gdb.python/py-objfile.exp: Add tests for objfile.username.
7596         Add test for objfile.filename, objfile.username after objfile
7597         has been unloaded.
7598
7599 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
7600
7601         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7602         the second test to print the name attribute of value
7603         returned by the call to gdb.lookup_type, and adjust
7604         the expected output accordingly.
7605
7606 2015-01-25  Mark Wielaard  <mjw@redhat.com>
7607
7608         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7609         * gdb.base/disp-step-fork.c: Include unistd.h.
7610         * gdb.base/siginfo-obj.c: Include stdio.h.
7611         * gdb.base/siginfo-thread.c: Likewise.
7612         * gdb.mi/non-stop.c: Include unistd.h.
7613         * gdb.mi/nsthrexec.c: Include stdio.h.
7614         * gdb.mi/pthreads.c: Include unistd.h.
7615         * gdb.modula2/unbounded1.c (main): Declare returns int.
7616         * gdb.reverse/consecutive-reverse.c: Likewise.
7617         * gdb.threads/create-fail.c: Include unistd.h.
7618         * gdb.threads/killed.c: Likewise.
7619         * gdb.threads/linux-dp.c: Likewise.
7620         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7621         * gdb.threads/non-ldr-exc-2.c: Likewise.
7622         * gdb.threads/non-ldr-exc-3.c: Likewise.
7623         * gdb.threads/non-ldr-exc-4.c: Likewise.
7624         * gdb.threads/pthreads.c: Include unistd.h.
7625         (main): Declare returns int.
7626         * gdb.threads/tls-main.c (foo): New declaration.
7627         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7628
7629 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
7630
7631         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7632         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7633
7634 2015-01-15  Mark Wielaard  <mjw@redhat.com>
7635
7636         * gdb.base/noreturn-return.c: New file.
7637         * gdb.base/noreturn-return.exp: New file.
7638         * gdb.base/noreturn-finish.c: New file.
7639         * gdb.base/noreturn-finish.exp: New file.
7640
7641 2015-01-23  Pedro Alves  <palves@redhat.com>
7642
7643         * gdb.threads/continue-pending-after-query.c: New file.
7644         * gdb.threads/continue-pending-after-query.exp: New file.
7645
7646 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
7647             Simon Marchi  <simon.marchi@ericsson.com>
7648
7649         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7650         * gdb.base/valgrind-db-attach.exp: Same.
7651         * gdb.base/valgrind-infcall.exp: Same.
7652         * lib/mi-support.exp (default_mi_gdb_start): Same.
7653         * lib/prompt.exp (default_prompt_gdb_start): Same.
7654         * lib/gdb.exp (default_gdb_spawn): Same.
7655         (gdb_interact): New.
7656
7657
7658 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7659
7660         * gdb.compile/compile.exp (pointer to jit function): New test.
7661
7662 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
7663
7664         * lib/gdb.exp (supports_process_record): Return true for
7665         powerpc*-*-linux*.
7666         (supports_reverse): Likewise.
7667
7668 2015-01-15  Don Breazeal  <donb@codesourcery.com>
7669
7670         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7671         instead of checking whether the target board is remote and
7672         use spawn_wait_for_attach instead of exec/sleep.
7673         * gdb.base/attach-twice.exp: Likewise.
7674
7675 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
7676
7677         * gdb.ada/var_arr_attrs: New testcase.
7678
7679 2015-01-14  Pedro Alves  <palves@redhat.com>
7680             Joel Brobecker  <brobecker@adacore.com>
7681
7682         PR gdb/17525
7683         * gdb.base/bp-cmds-execution-x-script.c: New file.
7684         * gdb.base/bp-cmds-execution-x-script.exp: New file.
7685         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7686
7687 2015-01-14  Pedro Alves  <palves@redhat.com>
7688
7689         PR cli/17828
7690         * gdb.base/batch-preserve-term-settings.c: New file.
7691         * gdb.base/batch-preserve-term-settings.exp: New file.
7692
7693 2015-01-13  Doug Evans  <dje@google.com>
7694
7695         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7696         binary.
7697
7698 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
7699
7700         * Makefile.in (clean mostlyclean): Do not delete *.py.
7701
7702 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
7703
7704         * gdb.python/py-lookup-type.exp: New file.
7705
7706 2015-01-12  Pedro Alves  <palves@redhat.com>
7707
7708         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7709         restore GDBFLAGS before returning.
7710
7711 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7712
7713         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7714         is_amd64_regs_target and is_x86_like_target.
7715
7716 2015-01-11  Doug Evans  <xdje42@gmail.com>
7717
7718         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7719         is given without an explicit form.
7720         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7721         attributes.
7722         * gdb.dwarf/corrupt.exp: Ditto.
7723         * gdb.dwarf2/enum-type.exp: Ditto.
7724         * gdb.trace/entry-values.exp: Ditto.
7725         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7726
7727 2015-01-11  Doug Evans  <xdje42@gmail.com>
7728
7729         PR gdb/15830
7730         * gdb.base/maint.exp: Remove references to "maint demangle".
7731         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
7732         Add tests for explicitly specifying language to demangle.
7733         * gdb.dlang/demangle.exp: Ditto.
7734
7735 2015-01-09  Pedro Alves  <palves@redhat.com>
7736
7737         * gdb.threads/non-stop-fair-events.c: New file.
7738         * gdb.threads/non-stop-fair-events.exp: New file.
7739
7740 2015-01-09  Pedro Alves  <palves@redhat.com>
7741
7742         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7743         the global scope.  Set a breakpoint after all threads are started
7744         rather than stepping over two source lines.  Expect the prompt.
7745         * gdb.base/watch_thread_num.c (threads_started_barrier): New
7746         global.
7747         (NUM): Now 15.
7748         (main): Use threads_started_barrier to wait for all threads to
7749         start.  Main thread no longer calls thread_function.  Exit after
7750         180 seconds.
7751         (loop): New function.
7752         (thread_function): Wait on threads_started_barrier barrier.  Call
7753         'loop' at each iteration.
7754         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7755         threads have started, instead of hardcoding number of "next"
7756         steps.  Use an access watchpoint instead of a write watchpoint.
7757
7758 2015-01-09  Pedro Alves  <palves@redhat.com>
7759
7760         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7761         (thread_func): Wait on barrier.
7762         (main): Wait for all threads to start before stopping GDB.
7763         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7764         global.
7765         (thread1_func, thread2_func): Wait on barrier.
7766         (main): Wait for all threads to start before stopping GDB.
7767         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7768         New global.
7769         (thread1_func, thread2_func): Wait on barrier.
7770         (main): Wait for all threads to start before stopping GDB.
7771
7772 2015-01-09  Pedro Alves  <palves@redhat.com>
7773
7774         * gdb.threads/attach-many-short-lived-threads.c: New file.
7775         * gdb.threads/attach-many-short-lived-threads.exp: New file.
7776
7777 2014-01-09  Pedro Alves  <palves@redhat.com>
7778
7779         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7780         instead of to thread 2.
7781         * gdb.threads/signal-command-multiple-signals-pending.c (main):
7782         Add barrier around each pthread_create call instead of around all
7783         calls.
7784         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7785         Set a break on thread_function and have the child threads hit it
7786         one at at a time.
7787
7788 2015-01-09  Pedro Alves  <palves@redhat.com>
7789
7790         * lib/gdb.exp (can_spawn_for_attach): New procedure.
7791         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7792         false.
7793         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7794         checking whether the target board is remote.
7795         * gdb.multi/multi-attach.exp: Likewise.
7796         * gdb.python/py-sync-interp.exp: Likewise.
7797         * gdb.server/ext-attach.exp: Likewise.
7798         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7799         tests that need to attach, instead of checking whether the target
7800         board is remote at the top of the file.
7801
7802 2015-01-08  Yao Qi  <yao@codesourcery.com>
7803
7804         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7805
7806 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7807
7808         Fix testcase compilation.
7809         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7810
7811 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
7812
7813         * gdb.python/py-type.exp: Add a couple test about empty
7814         array creation, and negative-length array creation.
7815
7816 2015-01-02  Doug Evans  <xdje42@gmail.com>
7817
7818         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7819
7820 2015-01-02  Doug Evans  <dje@google.com>
7821
7822         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7823
7824 2014-12-29  Yao Qi  <yao@codesourcery.com>
7825
7826         * gdb.trace/entry-values.exp: Update comments.  Rename variable
7827         bar_call_foo to returned_from_foo.
7828
7829 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
7830
7831         PR gdb/17394
7832         * gdb.linespec/break-asm-file.c: New file.
7833         * gdb.linespec/break-asm-file.exp: New file.
7834         * gdb.linespec/break-asm-file0.s: New file.
7835         * gdb.linespec/break-asm-file1.s: New file.
7836
7837 2014-12-18  Nigel Stephens  <nigel@mips.com>
7838             Maciej W. Rozycki  <macro@codesourcery.com>
7839
7840         * gdb.base/float.exp: Handle the new output from "info float" on
7841         MIPS targets.
7842
7843 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7844
7845         Fix MinGW compilation.
7846         * gdb.compile/compile-ops.exp: Update untested message if
7847         !skip_compile_feature_tests.
7848         * gdb.compile/compile-setjmp.exp: Likewise.
7849         * gdb.compile/compile-tls.exp: Likewise.
7850         * gdb.compile/compile.exp: Likewise.
7851         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7852         supported on this host".
7853
7854 2014-12-16  Doug Evans  <xdje42@gmail.com>
7855
7856         * boards/stabs.exp: New file.
7857
7858 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
7859
7860         * gdb.base/completion.exp: Adjust to format changes of "maint
7861         print user-registers".
7862
7863 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
7864
7865         PR server/17457
7866         * gdb.arch/aarch64-fp.c: New file.
7867         * gdb.arch/aarch64-fp.exp: New file.
7868
7869 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
7870
7871         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7872         r210637, r210913, r211666, r215400, r215817).
7873
7874         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
7875                 * dg-extract-results.py: New file.
7876                 * dg-extract-results.sh: Use it if the environment seems
7877                 suitable.
7878
7879         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
7880
7881                 * dg-extract-results.py (parse_run): Handle warnings that
7882                 are printed before a test harness is run.
7883
7884         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
7885
7886                 * dg-extract-results.py (Named): Remove __cmp__ method.
7887                 (output_variation): Use a key to sort variation.harnesses.
7888
7889         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
7890
7891                 * dg-extract-results.py: For Python 3, force sys.stdout to
7892                 handle surrogate escape sequences.
7893                 (safe_open): New function.
7894                 (output_segment, main): Use it.
7895
7896         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
7897
7898                 * dg-extract-results.py (Prog.result_re): Include options
7899                 in test name.
7900
7901         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
7902
7903                 * dg-extract-results.py (output_variation): Always sort if
7904                 do_sum.
7905
7906 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
7907
7908         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7909         as long as we get pagination notifications.
7910
7911 2014-12-15  Jason Merrill  <jason@redhat.com>
7912
7913         * Makefile.in (check-gdb.%): Restore.
7914         * README: Mention it.
7915
7916 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
7917
7918         * gdb.ada/str_uninit: New testcase.
7919
7920 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7921
7922         PR symtab/17642
7923         * gdb.base/vla-stub-define.c: New file.
7924         * gdb.base/vla-stub.c: New file.
7925         * gdb.base/vla-stub.exp: New file.
7926
7927 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
7928             Jan Kratochvil  <jan.kratochvil@redhat.com>
7929             Tom Tromey  <tromey@redhat.com>
7930
7931         * configure.ac: Add gdb.compile/.
7932         * configure: Regenerate.
7933         * gdb.compile/Makefile.in: New file.
7934         * gdb.compile/compile-ops.exp: New file.
7935         * gdb.compile/compile-ops.c: New file.
7936         * gdb.compile/compile-tls.c: New file.
7937         * gdb.compile/compile-tls.exp: New file.
7938         * gdb.compile/compile-constvar.S: New file.
7939         * gdb.compile/compile-constvar.c: New file.
7940         * gdb.compile/compile-mod.c: New file.
7941         * gdb.compile/compile-nodebug.c: New file.
7942         * gdb.compile/compile-setjmp-mod.c: New file.
7943         * gdb.compile/compile-setjmp.c: New file.
7944         * gdb.compile/compile-setjmp.exp: New file.
7945         * gdb.compile/compile-shlib.c: New file.
7946         * gdb.compile/compile.c: New file.
7947         * gdb.compile/compile.exp: New file.
7948         * lib/gdb.exp (skip_compile_feature_tests): New proc.
7949
7950 2014-12-12  Tom Tromey  <tromey@redhat.com>
7951
7952         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
7953         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7954
7955 2014-12-12  Doug Evans  <dje@google.com>
7956
7957         * lib/gdb-python.exp (get_python_valueof): New function.
7958         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7959
7960 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7961
7962         * gdb.base/completion.exp: Add test for completion of "info
7963         registers ".
7964
7965 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
7966
7967         * gdb.base/func-ptrs.c: New file.
7968         * gdb.base/func-ptrs.exp: New file.
7969
7970 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
7971
7972         PR breakpoints/17012
7973         * gdb.base/dprintf-detach.c: New file.
7974         * gdb.base/dprintf-detach.exp: New file.
7975
7976 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
7977
7978         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7979         * lib/gdb.exp (target_is_gdbserver): New procedure.
7980
7981 2014-12-08  Doug Evans  <dje@google.com>
7982
7983         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7984
7985 2014-12-05  Yao Qi  <yao@codesourcery.com>
7986
7987         * gdb.guile/scm-error.exp: Remove the third argument to
7988         gdb_remote_download.
7989         * gdb.guile/scm-frame-args.exp: Likewise.
7990         * gdb.guile/scm-section-script.exp: Likewise.
7991
7992 2014-12-05  Yao Qi  <yao@codesourcery.com>
7993
7994         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7995
7996 2014-12-04  Doug Evans  <dje@google.com>
7997
7998         * gdb.python/py-objfile.exp: Add tests for
7999         objfile.add_separate_debug_file.
8000
8001 2014-12-04  Doug Evans  <dje@google.com>
8002
8003         * lib/gdb.exp (get_build_id): New function.
8004         (build_id_debug_filename_get): Rewrite to use it.
8005         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8006
8007 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
8008
8009         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8010         `method(long)', not just 0x0.
8011         * gdb.cp/nsalias.exp: Align code labels to 4.
8012         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8013         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8014         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8015         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8016         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8017         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8018
8019 2014-12-02  Doug Evans  <dje@google.com>
8020
8021         PR symtab/17602
8022         * gdb.cp/anon-ns.cc: Move guts of this file to ...
8023         * gdb.cp/anon-ns2.cc: ... here.  New file.
8024         * gdb.cp/anon-ns.exp: Update.
8025
8026 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
8027
8028         * gdb.python/py-events.py (inferior_call_handler): New.
8029         (register_changed_handler, memory_changed_handler): New.
8030         (test_events.invoke): Register new handlers.
8031         * gdb.python/py-events.exp: Add tests for inferior call,
8032         memory_changed and register_changed events.
8033
8034 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8035
8036         * gdb.base/execl-update-breakpoints.exp: Specify the link address
8037         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
8038         if the linker doesn't understand this.
8039
8040 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
8041
8042         * gdb.python/python.exp: Change expected reply to help().
8043
8044 2014-12-01  Yao Qi  <yao@codesourcery.com>
8045
8046         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
8047         AC_CONFIG_SUBDIRS(gdb.gdbtk).
8048         * configure: Re-generated.
8049
8050 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
8051
8052         * gdb.cp/chained-calls.cc: New file.
8053         * gdb.cp/chained-calls.exp: New file.
8054         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8055
8056 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
8057
8058         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8059         * gdb.dwarf2/symtab-producer.exp: Same.
8060         * gdb.gdb/python-interrupts.exp: Same.
8061         * gdb.gdb/python-selftest.exp: Same.
8062         * gdb.python/py-linetable.exp: Same.
8063         * gdb.python/py-type.exp: Same.
8064         * gdb.python/py-value-cc.exp: Same.
8065         * gdb.python/py-value.exp: Same.
8066
8067 2014-11-28  Yao Qi  <yao@codesourcery.com>
8068
8069         * gdb.base/break-probes.exp: Match library name prefixed with
8070         sysroot.
8071
8072 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
8073
8074         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8075         test expected output.  Add parentheses for the call to print.
8076         Remove L suffix from integers.
8077
8078 2014-11-26  Doug Evans  <dje@google.com>
8079
8080         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8081
8082 2014-11-22  Yao Qi  <yao@codesourcery.com>
8083
8084         * gdb.trace/entry-values.c: Remove asms.
8085         (foo): Add foo_label.
8086         (bar): Add bar_label.
8087         * gdb.trace/entry-values.exp: Remove code computing  foo's
8088         length and bar's length.
8089         (Dwarf::assemble): Invoke function_range for bar and use
8090         MACRO_AT_func for foo.
8091
8092 2014-11-22  Yao Qi  <yao@codesourcery.com>
8093
8094         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8095         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
8096         Use .Lgcc43_procstart instead of gcc43.
8097
8098 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
8099
8100         * gdb.ada/n_arr_bound: New testcase.
8101
8102 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8103
8104         PR breakpoints/10737
8105         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8106         test_catch_syscall_multi_arch.
8107         (test_catch_syscall_multi_arch): New function.
8108
8109 2014-11-20  Doug Evans  <xdje42@gmail.com>
8110
8111         * gdb.base/maint.exp: Update expected output.
8112
8113 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8114
8115         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8116         4-byte instruction on S390.
8117
8118 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
8119
8120         * gdb.ada/arr_arr: New testcase.
8121
8122 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
8123
8124         * gdb.ada/pkd_arr_elem: New Testcase.
8125
8126 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
8127
8128         * gdb.reverse/break-precsave: Expect completion message for
8129         core file reads.
8130         * gdb.reverse/consecutive-precsave.exp: Likewise.
8131         * gdb.reverse/finish-precsave.exp: Likewise.
8132         * gdb.reverse/i386-precsave.exp: Likewise.
8133         * gdb.reverse/machinestate-precsave.exp: Likewise.
8134         * gdb.reverse/sigall-precsave.exp: Likewise.
8135         * gdb.reverse/solib-precsave.exp: Likewise.
8136         * gdb.reverse/step-precsave.exp: Likewise.
8137         * gdb.reverse/until-precsave.exp: Likewise.
8138         * gdb.reverse/watch-precsave.exp: Likewise.
8139
8140 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8141
8142         * gdb.base/bp-permanent.c: Include unistd.h.
8143         * gdb.python/py-framefilter-mi.c (main): Add return type.
8144         * gdb.python/py-framefilter.c (main): Likewise.
8145         * gdb.trace/actions-changed.c (main): Likewise.
8146
8147 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8148
8149         * gdb.mi/until.c: Add eye-catchers.
8150         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8151         line numbers.
8152
8153 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8154
8155         * gdb.base/condbreak.exp: Drop references to removed non-prototype
8156         function header variants in break1.c.
8157         * gdb.base/ena-dis-br.exp: Likewise.
8158         * gdb.base/hbreak2.exp: Likewise.
8159         * gdb.reverse/until-precsave.exp: Drop references to removed
8160         non-prototype function header variants in ur1.c.
8161         * gdb.reverse/until-reverse.exp: Likewise.
8162
8163 2014-11-17  Petr Machata  <pmachata@redhat.com>
8164
8165         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
8166         ${_cu_offset_size} bytes abbrev offset.
8167
8168 2014-11-15  Doug Evans  <xdje42@gmail.com>
8169
8170         PR symtab/17559
8171         * gdb.base/line-symtabs.exp: New file.
8172         * gdb.base/line-symtabs.c: New file.
8173         * gdb.base/line-symtabs.h: New file.
8174
8175 2014-11-14  Yao Qi  <yao@codesourcery.com>
8176
8177         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8178         (func): Add label func_label.
8179         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8180         Replace low_pc and high_pc with MACRO_AT_range.
8181         Replace name, low_pc and high_pc with MACRO_AT_func.
8182
8183 2014-11-14  Yao Qi  <yao@codesourcery.com>
8184
8185         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8186         Replace name, low_pc and high_pc with MACRO_AT_func.
8187
8188 2014-11-14  Yao Qi  <yao@codesourcery.com>
8189
8190         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8191         produce debug information.
8192         * gdb.dwarf2/implptr-optimized-out.S: Removed.
8193
8194 2014-11-14  Yao Qi  <yao@codesourcery.com>
8195
8196         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8197         object and get function length.
8198         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8199         with MACRO_AT_func.
8200         (top-level): Replace gdb_compile and clean_restart with
8201         prepare_for_testing.
8202         * gdb.dwarf2/main.c (main): Add label main_label.
8203
8204 2014-11-14  Yao Qi  <yao@codesourcery.com>
8205
8206         * lib/dwarf.exp (function_range): New procedure.
8207         (Dwarf::_handle_macro_at_func): New procedure.
8208         (Dwarf::_handle_macro_at_range): New procedure.
8209         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8210
8211 2014-11-14  Yao Qi  <yao@codesourcery.com>
8212
8213         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8214         (_handle_attribute): New procedure.
8215
8216 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8217
8218         * gdb.ada/cond_lang/foo.c (callme): Add return type.
8219         * gdb.base/call-sc.c (zed): Likewise.
8220         * gdb.base/checkpoint.c (main): Likewise.
8221         * gdb.base/dump.c (main): Likewise.
8222         * gdb.base/gcore.c (main): Likewise.
8223         * gdb.base/huge.c (main): Likewise.
8224         * gdb.base/multi-forks.c (main): Likewise.
8225         * gdb.base/pr10179-a.c (main): Likewise.
8226         * gdb.base/savedregs.c (main): Likewise.
8227         * gdb.base/sigaltstack.c (main): Likewise.
8228         * gdb.base/siginfo.c (main): Likewise.
8229         * gdb.base/structs.c (zed): Likewise.
8230         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8231         * gdb.mi/mi-syn-frame.c (main): Likewise.
8232         * gdb.mi/until.c (foo, main): Likewise.
8233         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8234         * gdb.base/solib-weak.c (foo): Declare.
8235         * gdb.base/attach-twice.c: Include stdio.h.
8236         * gdb.base/weaklib1.c: Likewise.
8237         * gdb.base/weaklib2.c: Likewise.
8238         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8239         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8240         unistd.h.
8241         * gdb.base/attach-pie-misread.c: Include stdlib.h.
8242         * gdb.mi/mi-exit-code.c: Likewise.
8243         * gdb.base/break-interp-lib.c: Include string.h.
8244         * gdb.base/coremaker.c: Likewise.
8245         * gdb.base/testenv.c: Likewise.
8246         * gdb.python/py-finish-breakpoint.c: Likewise.
8247         * gdb.base/inferior-died.c: Include sys/wait.h.
8248         * gdb.base/fileio.c: Include time.h.
8249         * gdb.base/async-shell.c: Include unistd.h.
8250         * gdb.base/dprintf-non-stop.c: Likewise.
8251         * gdb.base/info-os.c: Likewise.
8252         * gdb.mi/mi-console.c: Likewise.
8253         * gdb.mi/watch-nonstop.c: Likewise.
8254         * gdb.python/py-events.c: Likewise.
8255         * gdb.base/async.c (baz): Move up before its invocation.
8256         * gdb.base/code_elim2.c (my_global_func): Likewise.
8257         * gdb.base/skip-solib-lib.c (multiply): Likewise.
8258         * gdb.base/advance.c (func2): Likewise.
8259
8260 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8261
8262         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8263         variant.
8264         * gdb.base/annota3.c: Likewise.
8265         * gdb.base/async.c: Likewise.
8266         * gdb.base/average.c: Likewise.
8267         * gdb.base/call-ar-st.c: Likewise.
8268         * gdb.base/call-rt-st.c: Likewise.
8269         * gdb.base/call-sc.c: Likewise.
8270         * gdb.base/call-strs.c: Likewise.
8271         * gdb.base/ending-run.c: Likewise.
8272         * gdb.base/execd-prog.c: Likewise.
8273         * gdb.base/exprs.c: Likewise.
8274         * gdb.base/foll-exec.c: Likewise.
8275         * gdb.base/foll-fork.c: Likewise.
8276         * gdb.base/foll-vfork.c: Likewise.
8277         * gdb.base/funcargs.c: Likewise.
8278         * gdb.base/gcore.c: Likewise.
8279         * gdb.base/jump.c: Likewise.
8280         * gdb.base/langs0.c: Likewise.
8281         * gdb.base/langs1.c: Likewise.
8282         * gdb.base/langs2.c: Likewise.
8283         * gdb.base/mips_pro.c: Likewise.
8284         * gdb.base/nodebug.c: Likewise.
8285         * gdb.base/opaque0.c: Likewise.
8286         * gdb.base/opaque1.c: Likewise.
8287         * gdb.base/recurse.c: Likewise.
8288         * gdb.base/run.c: Likewise.
8289         * gdb.base/scope0.c: Likewise.
8290         * gdb.base/scope1.c: Likewise.
8291         * gdb.base/setshow.c: Likewise.
8292         * gdb.base/setvar.c: Likewise.
8293         * gdb.base/shmain.c: Likewise.
8294         * gdb.base/shr1.c: Likewise.
8295         * gdb.base/shr2.c: Likewise.
8296         * gdb.base/sigall.c: Likewise.
8297         * gdb.base/signals.c: Likewise.
8298         * gdb.base/so-indr-cl.c: Likewise.
8299         * gdb.base/solib2.c: Likewise.
8300         * gdb.base/structs.c: Likewise.
8301         * gdb.base/sum.c: Likewise.
8302         * gdb.base/vforked-prog.c: Likewise.
8303         * gdb.base/watchpoint.c: Likewise.
8304         * gdb.reverse/shr2.c: Likewise.
8305         * gdb.reverse/until-reverse.c: Likewise.
8306         * gdb.reverse/ur1.c: Likewise.
8307         * gdb.reverse/watch-reverse.c: Likewise.
8308
8309 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8310
8311         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8312         variant.
8313         * gdb.base/sepdebug.exp: Drop references to removed code.
8314
8315 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8316
8317         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8318         variant.  Preserve original line numbering.
8319         * gdb.base/list1.c: Likewise.
8320
8321 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8322
8323         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8324         variant.
8325         * gdb.base/break1.c: Likewise.
8326         * gdb.base/break.exp: Drop references to removed code.
8327
8328 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8329
8330         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8331         variant.
8332
8333 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8334
8335         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8336
8337 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8338
8339         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
8340         logic into perform_all_tests() and invoke it with and without
8341         function header prototypes.
8342         (do_function_calls): Remove conditional XFAIL for PR 5318.
8343         (rerun_and_prepare): Remove duplicate code.
8344         (perform_all_tests): New.  Main logic moved here.
8345
8346 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8347
8348         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8349         code guarded by #ifdef NO_PROTOTYPES.
8350         (t_double_many_args): Likewise.
8351         (DEF_FUNC_MANY_ARGS_1): Likewise.
8352         (DEF_FUNC_VALUES_1): Likewise.
8353         (t_structs_ldc): Renamed from t_structs_fc in conditional code
8354         guarded by #ifdef PROTOTYPES.
8355
8356 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8357
8358         * gdb.mi/mi-console.c: Add eye-catcher.
8359         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8360         instead of literal line number.
8361
8362 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8363
8364         * gdb.base/shr2.c: Add eye-catcher.
8365         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8366         line number.
8367
8368 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8369
8370         * gdb.base/jump.c: Add eye-catchers.
8371         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8372         numbers.
8373
8374 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8375
8376         * gdb.base/execd-prog.c: Add eye-catchers.
8377         * gdb.base/foll-exec.c: Likewise.
8378         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8379         line numbers.
8380
8381 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8382
8383         * gdb.base/ending-run.c: Add eye-catchers.
8384         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8385         literal line numbers.
8386
8387 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8388
8389         * gdb.base/call-rt-st.c: Add eye-catchers.
8390         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8391         literal line numbers.
8392
8393 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8394
8395         * gdb.base/call-ar-st.c: Add eye-catchers.
8396         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8397         literal line numbers.
8398
8399 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8400
8401         * gdb.base/average.c: Add eye-catchers.
8402         * gdb.base/sum.c: Likewise.
8403         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8404         regexps dynamically.
8405
8406 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8407
8408         * gdb.base/solib1.c: Add eye-catchers.
8409         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8410         literal line numbers.
8411
8412 2014-11-12  Pedro Alves  <palves@redhat.com>
8413
8414         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8415         leader has exited.
8416
8417 2014-11-12  Pedro Alves  <palves@redhat.com>
8418
8419         * gdb.arch/i386-bp_permanent.c: New file.
8420         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8421         (srcfile): Set to i386-bp_permanent.c.
8422         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
8423         that stepi does not execute the 'leave' instruction, instead of
8424         testing it does execute.
8425         * gdb.base/bp-permanent.c: New file.
8426         * gdb.base/bp-permanent.exp: New file.
8427
8428 2014-11-10  Doug Evans  <xdje42@gmail.com>
8429
8430         PR symtab/17564
8431         * gdb.base/symtab-search-order.exp: New file.
8432         * gdb.base/symtab-search-order.c: New file.
8433         * gdb.base/symtab-search-order-1.c: New file.
8434         * gdb.base/symtab-search-order-shlib-1.c: New file.
8435
8436 2014-11-07  Pedro Alves  <palves@redhat.com>
8437
8438         PR gdb/17511
8439         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8440         i?86-*-linux*.
8441
8442 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
8443
8444         PR c++/17494
8445         * gdb.cp/pr17494.cc: New file.
8446         * gdb.cp/pr17494.exp: New file.
8447
8448 2014-11-02  Yao Qi  <yao@codesourcery.com>
8449
8450         * gdb.python/python.exp: Get working directory and match the
8451         output of "set extended-prompt \\w " with it.
8452
8453 2014-10-30  Doug Evans  <dje@google.com>
8454
8455         * gdb.python/py-objfile.exp: Add tests for setting random attributes
8456         in objfiles.
8457         * gdb.python/py-progspace.exp: Add tests for setting random attributes
8458         in progspaces.
8459
8460 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
8461
8462         * gdb.base/fullpath-expand.exp: Skip for a remote host.
8463         * gdb.base/realname-expand.exp: Likewise.
8464         * gdb.linespec/macro-relative.exp: Likewise.
8465
8466 2014-10-29  Pedro Alves  <palves@redhat.com>
8467
8468         PR gdb/17408
8469         * gdb.threads/schedlock.c (some_function): New function.
8470         (call_function): New global.
8471         (MAYBE_CALL_SOME_FUNCTION): New macro.
8472         (thread_function): Call it.
8473         * gdb.threads/schedlock.exp (get_args): Add description parameter,
8474         and use it instead of a global counter.  Adjust all callers.
8475         (get_current_thread): Use "find current thread" for test message
8476         here rather than having all callers pass down the same string.
8477         (goto_loop): New procedure, factored out from ...
8478         (my_continue): ... this.
8479         (step_ten_loops): Change parameter from test message to command to
8480         use.  Adjust.
8481         (list_count): Delete global.
8482         (check_result): New procedure, factored out from duplicate top
8483         level code.
8484         (continue tests): Wrap in with_test_prefix.
8485         (test_step): New procedure, factored out from duplicate top level
8486         code.
8487         (top level): Test "step" in combination with all scheduler-locking
8488         modes.  Test "next" in combination with all scheduler-locking
8489         modes, and in combination with stepping over a function call or
8490         not.
8491         * gdb.threads/next-bp-other-thread.c: New file.
8492         * gdb.threads/next-bp-other-thread.exp: New file.
8493
8494 2014-10-29  Pedro Alves  <palves@redhat.com>
8495
8496         PR python/17372
8497         * gdb.python/python.exp: Test a multi-line command that spawns
8498         interactive Python.
8499         * gdb.base/multi-line-starts-subshell.exp: New file.
8500
8501 2014-10-29  Yao Qi  <yao@codesourcery.com>
8502
8503         * gdb.base/fileio.exp: Make directories on host.
8504
8505 2014-10-29  Yao Qi  <yao@codesourcery.com>
8506
8507         * gdb.base/fileio.c (test_write): Close the file.
8508
8509 2014-10-28  Pedro Alves  <palves@redhat.com>
8510
8511         PR gdb/12623
8512         * gdb.base/sigstep.c (no_handler): New global.
8513         (main): If 'no_handler is true, set the signal handlers to
8514         SIG_IGN.
8515         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8516         with_sw_watch and no_handler parameters.  Handle them.
8517         (top level) <stepping over handler when stopped at a breakpoint
8518         test>: Add a test axis for testing with a software watchpoint, and
8519         another for testing with the signal handler set to SIG_IGN.
8520         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8521         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8522
8523 2014-10-28  Pedro Alves  <palves@redhat.com>
8524
8525         PR gdb/17511
8526         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8527         * gdb.base/sigstep.exp (other_handler_location): New global.
8528         (advance): Support stepping into the signal handler, and running
8529         commands while in the handler.
8530         (in_handler_map): New global.
8531         (top level): In the advance test, add combinations for getting
8532         into the handler with stepping commands, and for running commands
8533         in the handler.  Add comment descripting the advancei tests.
8534
8535 2014-10-28  Pedro Alves  <palves@redhat.com>
8536
8537         * gdb.base/sigstep.exp: Use build_executable instead of
8538         prepare_for_testing.
8539         (top level): Move code that starts GDB, runs to main and creates a
8540         display to ...
8541         (restart): ... this new procedure.
8542         (top level): Move backtrace from signal handler test to ...
8543         (validate_backtrace): ... this new procedure.
8544         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
8545         with_test_prefix.  Always restart GDB.
8546         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
8547         with_test_prefix.  Always restart GDB.  No need to delete
8548         breakpoints after the test.
8549         (test_skip_handler): Remove prefix parameter.
8550         (skip_over_handler, breakpoint_to_handler)
8551         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8552         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
8553         restart GDB.  No need to delete breakpoints after the test.
8554         (top level): Use foreach to call the test procedures with
8555         different commands.
8556
8557 2014-10-28  Pedro Alves  <palves@redhat.com>
8558
8559         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8560         instead of GNATS numbers.
8561         * gdb.base/sigbpt.exp: Likewise.
8562         * gdb.base/siginfo.exp: Likewise.
8563         * gdb.base/sigstep.exp: Likewise.
8564
8565 2014-10-27  Pedro Alves  <palves@redhat.com>
8566
8567         * gdb.base/sigstep.c (dummy): New global.
8568         (main): Issue a couple writes to the new global.
8569         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8570         procedures.
8571         (skip_over_handler): Use test_skip_handler.
8572         (top level): Call skip_over_handler for stepi and nexti too.
8573         (breakpoint_over_handler): Use test_skip_handler.
8574         (top level): Call breakpoint_over_handler for stepi and nexti too.
8575
8576 2014-10-27  Yao Qi  <yao@codesourcery.com>
8577
8578         * gdb.trace/tfile.c (adjust_function_address)
8579         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8580         function descriptor.
8581
8582 2014-10-24  Don Breazeal  <donb@codesourcery.com>
8583
8584         * gdb.base/foll-fork.exp (test_follow_fork,
8585         catch_fork_child_follow): Check for updated fork messages emitted
8586         from infrun.c.
8587         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8588         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8589         vfork_and_exec_child_follow_through_step): Check for updated vfork
8590         messages emitted from infrun.c.
8591
8592 2014-10-24  Pedro Alves  <palves@redhat.com>
8593
8594         * gdb.base/corefile.exp: Remove references to ultrix.
8595         * gdb.base/interrupt.exp: Likewise.
8596         * gdb.base/whatis.exp: Likewise.
8597         * gdb.gdb/selftest.exp: Likewise.
8598         * gdb.threads/manythreads.exp: Likewise.
8599         * gdb.threads/print-threads.exp: Likewise.
8600         * gdb.threads/pthreads.exp:: Likewise.
8601         * gdb.threads/schedlock.exp: Likewise.
8602
8603 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
8604
8605         * gdb.cp/non-trivial-retval.cc: Add a test case.
8606         * gdb.cp/non-trivial-retval.exp: Add a test.
8607
8608 2014-10-20  Yao Qi  <yao@codesourcery.com>
8609
8610         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8611         * gdb.python/py-objfile-script-gdb.py: New file.
8612         * gdb.python/py-objfile-script.exp: Update reference to
8613         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
8614         of remote_download.  Remove the dest file.
8615
8616 2014-10-20  Yao Qi  <yao@codesourcery.com>
8617
8618         * gdb.base/checkpoint.exp: Don't remove file copied on host.
8619         * gdb.base/step-line.exp: Likewise.
8620         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8621         * gdb.dwarf2/dw2-basic.exp: Likewise.
8622         * gdb.dwarf2/dw2-compressed.exp: Likewise.
8623         * gdb.dwarf2/dw2-filename.exp: Likewise.
8624         * gdb.dwarf2/dw2-intercu.exp: Likewise.
8625         * gdb.dwarf2/dw2-intermix.exp: Likewise.
8626         * gdb.dwarf2/dw2-producer.exp: Likewise.
8627         * gdb.dwarf2/mac-fileno.exp: Likewise.
8628         * gdb.python/py-frame-args.exp: Likewise.
8629         * gdb.python/py-framefilter.exp: Likewise.
8630         * gdb.python/py-mi.exp: Likewise.
8631         * gdb.python/py-objfile-script.exp: Likewise
8632         * gdb.python/py-pp-integral.exp: Likewise.
8633         * gdb.python/py-pp-re-notag.exp: Likewise.
8634         * gdb.python/py-prettyprint.exp: Likewise.
8635         * gdb.python/py-section-script.exp: Likewise.
8636         * gdb.python/py-typeprint.exp: Likewise.
8637         * gdb.python/py-xmethods.exp: Likewise.
8638         * gdb.stabs/weird.exp: Likewise.
8639         * gdb.xml/tdesc-regs.exp: Likewise.
8640
8641 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
8642
8643         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8644         (out_cu): Use addr_len for the size of addresses.
8645         (out_line): Likewise.  Size DW_LNE_set_address instruction
8646         according to addr_len.
8647         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8648         (FUNC): Add START_INSNS to definition.
8649
8650 2014-10-18  Yao Qi  <yao@codesourcery.com>
8651
8652         * gdb.base/argv0-symlink.exp: Check argv[0] value if
8653         gdb_has_argv0 return true.
8654         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8655         check [target_info exists noargs], check [gdb_has_argv0]
8656         instead.
8657         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8658         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8659         procedures.
8660
8661 2014-10-17  Doug Evans  <dje@google.com>
8662
8663         * gdb.python/py-events.exp: Update expected output for clear_objfiles
8664         event.
8665         * gdb.python/py-events.py: Add clear_objfiles event.
8666
8667 2014-10-17  Doug Evans  <dje@google.com>
8668
8669         * gdb.python/py-objfile.exp: Test progspace attribute.
8670
8671 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
8672
8673         * gdb.guile/scm-breakpoint.exp: Do not assume any
8674         directory separators when matching source file paths.
8675         * gdb.python/py-breakpoint.exp: Likewise.
8676         * gdb.reverse/break-precsave.exp: Likewise.
8677         * gdb.reverse/break-reverse.exp: Likewise.
8678         * gdb.reverse/consecutive-precsave.exp: Likewise.
8679         * gdb.reverse/finish-precsave.exp: Likewise.
8680         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8681         * gdb.reverse/finish-reverse.exp: Likewise.
8682         * gdb.reverse/i386-precsave.exp: Likewise.
8683         * gdb.reverse/i387-env-reverse.exp: Likewise.
8684         * gdb.reverse/i387-stack-reverse.exp: Likewise.
8685         * gdb.reverse/machinestate-precsave.exp: Likewise.
8686         * gdb.reverse/machinestate.exp: Likewise.
8687         * gdb.reverse/sigall-precsave.exp: Likewise.
8688         * gdb.reverse/solib-precsave.exp: Likewise.
8689         * gdb.reverse/step-precsave.exp: Likewise.
8690         * gdb.reverse/until-precsave.exp: Likewise.
8691         * gdb.reverse/watch-precsave.exp: Likewise.
8692         * gdb.reverse/watch-reverse.exp: Likewise.
8693
8694 2014-10-17  Yao Qi  <yao@codesourcery.com>
8695
8696         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8697         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8698
8699 2014-10-17  Pedro Alves  <palves@redhat.com>
8700
8701         PR gdb/17471
8702         * gdb.base/bg-execution-repeat.c: New file.
8703         * gdb.base/bg-execution-repeat.exp: New file.
8704
8705 2014-10-17  Pedro Alves  <palves@redhat.com>
8706
8707         PR gdb/17300
8708         * gdb.base/continue-all-already-running.c: New file.
8709         * gdb.base/continue-all-already-running.exp: New file.
8710
8711 2014-10-17  Pedro Alves  <palves@redhat.com>
8712
8713         PR gdb/17472
8714         * gdb.base/annota-input-while-running.c: New file.
8715         * gdb.base/annota-input-while-running.exp: New file.
8716
8717 2014-10-17  Pedro Alves  <palves@redhat.com>
8718
8719         * gdb.base/callfuncs.exp: emove references to osf.
8720         * gdb.base/sigall.exp: Likewise.
8721         * gdb.gdb/selftest.exp: Likewise.
8722         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8723         * gdb.mi/non-stop.c: Likewise.
8724         * gdb.mi/pthreads.c: Likewise.
8725         * gdb.reverse/sigall-precsave.exp: Likewise.
8726         * gdb.reverse/sigall-reverse.exp: Likewise.
8727         * gdb.threads/pthreads.c: Likewise.
8728         * gdb.threads/pthreads.exp: Likewise.
8729
8730 2014-10-17  Yao Qi  <yao@codesourcery.com>
8731
8732         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8733         check 'target_info exists noargs'.
8734         (test_command_prompt_position): Likewise.
8735         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8736         Remove "set args".
8737         (progvar_simple_while_test): Likewise.
8738         (progvar_complex_if_while_test): Likewise.
8739         (if_while_breakpoint_command_test): Likewise.
8740         (infrun_breakpoint_command_test): Likewise.
8741         (breakpoint_command_test): Likewise.
8742         (watchpoint_command_test): Likewise.
8743         (bp_deleted_in_command_test): Likewise.
8744         (temporary_breakpoint_commands): Likewise.
8745
8746 2014-10-16  Yao Qi  <yao@codesourcery.com>
8747
8748         * gdb.base/remotetimeout.exp: Remove noargs checking.
8749
8750 2014-10-15  Pedro Alves  <palves@redhat.com>
8751
8752         PR breakpoints/9649
8753         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8754         * gdb.base/breakpoint-in-ro-region.exp
8755         (probe_target_hardware_step): New procedure.
8756         (top level): Probe hardware stepping and hardware breakpoint
8757         support.  Test stepping through a read-only region, with both
8758         "breakpoint auto-hw" on and off and both "always-inserted" on and
8759         off.
8760
8761 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
8762
8763         * gdb.dlang/demangle.exp: Update for demangling changes.
8764
8765 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
8766
8767         * gdb.cp/non-trivial-retval.cc: Add new test cases.
8768         * gdb.cp/non-trivial-retval.exp: Add new tests.
8769
8770 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
8771
8772         PR c++/13403
8773         PR c++/15154
8774         * gdb.cp/non-trivial-retval.cc: New file.
8775         * gdb.cp/non-trivial-retval.exp: New file.
8776
8777 2014-10-15  Yao Qi  <yao@codesourcery.com>
8778
8779         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8780         remote host.
8781
8782 2014-10-15  Yao Qi  <yao@codesourcery.com>
8783
8784         * gdb.python/py-symbol.exp: Match file base name if host is
8785         remote, otherwise match file name with dir name.
8786         * gdb.python/py-symtab.exp: Likewise.
8787         * gdb.python/python.exp: Likewise.
8788
8789 2014-10-15  Yao Qi  <yao@codesourcery.com>
8790
8791         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8792         pattern.
8793         * gdb.python/py-symtab.exp: Likewise.
8794         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
8795         locationn.
8796
8797 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
8798
8799         * gdb.ada/addr_arith: New testcase.
8800
8801 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
8802
8803         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8804         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8805         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8806         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8807
8808 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
8809
8810         * gdb.arch/stap-eval-lang-ada.S: Likewise.
8811         * gdb.arch/stap-eval-lang-ada.c: Likewise.
8812         * gdb.arch/stap-eval-lang-ada.exp: New file.
8813
8814 2014-10-14  Yao Qi  <yao@codesourcery.com>
8815
8816         * gdb.mi/mi-var-child.c (nothing1): New function.
8817         (nothing2): New function.
8818         (do_children_tests): Set function pointers by nothing1 and
8819         nothing2.
8820         * gdb.mi/mi-var-child.exp: Step over new added statements.
8821         Update test to match the new output.
8822         * gdb.mi/var-cmd.c (nothing1): New function.
8823         (nothing2): New function.
8824         (do_children_tests): Set function pointers by  nothing1 and
8825         nothing2.
8826         * gdb.mi/mi-var-display.exp: Update test to match output.
8827         Step to the line specified by $line_dct_nothing.
8828         Increase the number of lines to step.
8829
8830 2014-10-14  Yao Qi  <yao@codesourcery.com>
8831
8832         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8833         tests.
8834         * gdb.mi/mi2-var-child.exp: Likewise.
8835
8836 2014-10-13  Doug Evans  <dje@google.com>
8837
8838         * gdb.python/py-objfile.exp: Change name of file name test.
8839
8840 2014-10-13  Doug Evans  <dje@google.com>
8841
8842         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8843         from the start of the CU.
8844
8845 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8846             Yao Qi  <yao@codesourcery.com>
8847
8848         Fix "save breakpoints" for "catch" command.
8849         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8850         Remove -nonewline.  Match also the added "main" line.
8851
8852 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8853
8854         Fix "save breakpoints" for "disable $bpnum" command.
8855         * gdb.base/save-bp.c (main): Add label.
8856         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
8857
8858 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8859
8860         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8861
8862 2014-10-11  Yao Qi  <yao@codesourcery.com>
8863
8864         * gdb.server/server-kill.exp: Execute command
8865         "set remote trace-status-packet on" before "tstatus".
8866
8867 2014-10-11  Yao Qi  <yao@codesourcery.com>
8868
8869         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8870         (main): Call getppid.
8871         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8872         and continue to it.  Read variable "server_pid".
8873
8874 2014-10-11  Yao Qi  <yao@codesourcery.com>
8875
8876         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8877
8878 2014-10-11  Yao Qi  <yao@codesourcery.com>
8879
8880         * gdb.threads/thread-find.exp: Don't execute command
8881         "info threads".
8882         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8883         * gdb.threads/linux-dp.exp: Don't check the condition
8884         $threads_created equals to zero.
8885
8886 2014-10-10  Pedro Alves  <palves@redhat.com>
8887
8888         * gdb.base/bigcore.exp: Remove references to IRIX.
8889         * gdb.base/funcargs.exp: Likewise.
8890         * gdb.base/interrupt.exp: Likewise.
8891         * gdb.base/mips_pro.exp: Likewise.
8892         * gdb.base/nodebug.exp: Likewise.
8893         * gdb.base/setvar.exp: Likewise.
8894         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8895
8896 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8897             Pedro Alves  <palves@redhat.com>
8898
8899         PR symtab/14466
8900         * gdb.base/vdso-warning.c: New file.
8901         * gdb.base/vdso-warning.exp: New file.
8902
8903 2014-10-02  Doug Evans  <dje@google.com>
8904
8905         * gdb.base/structs.c (main): Don't run forever.
8906
8907 2014-10-02  Pedro Alves  <palves@redhat.com>
8908
8909         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8910         (top level) <stop threads 1, stop threads 2>: Use it.
8911
8912 2014-10-02  Pedro Alves  <palves@redhat.com>
8913
8914         * gdb.threads/break-while-running.exp (test): Add new
8915         'update_thread_list' argument.  Skip "info threads" if false.
8916         (top level): Add new 'update_thread_list' axis.
8917
8918 2014-10-02  Pedro Alves  <palves@redhat.com>
8919
8920         PR breakpoints/17431
8921         * gdb.base/execl-update-breakpoints.c: New file.
8922         * gdb.base/execl-update-breakpoints.exp: New file.
8923
8924 2014-10-01  Pedro Alves  <palves@redhat.com>
8925
8926         * gdb.base/breakpoint-in-ro-region.c: New file.
8927         * gdb.base/breakpoint-in-ro-region.exp: New file.
8928
8929 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
8930
8931         * gdb.mi/mi-exit-code.exp: New file.
8932         * gdb.mi/mi-exit-code.c: New file.
8933
8934 2014-09-30  Yao Qi  <yao@codesourcery.com>
8935
8936         * lib/prelink-support.exp (build_executable_own_libs): Error if
8937         the target isn't native.
8938
8939 2014-09-30  Yao Qi  <yao@codesourcery.com>
8940
8941         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8942         false.
8943
8944 2014-09-22  Pedro Alves  <palves@redhat.com>
8945
8946         * gdb.threads/break-while-running.exp: New file.
8947         * gdb.threads/break-while-running.c: New file.
8948
8949 2014-09-19  Yao Qi  <yao@codesourcery.com>
8950
8951         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8952         Invoke test.  Restart GDB with --readnow and invoke test again.
8953
8954 2014-09-19  Yao Qi  <yao@codesourcery.com>
8955
8956         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8957         proc set_breakpoint_on_gcd_function.  Invoke
8958         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
8959         invoke set_breakpoint_on_gcd_function again.
8960
8961 2014-09-18  Doug Evans  <dje@google.com>
8962
8963         * gdb.dwarf2/symtab-producer.exp: New file.
8964
8965 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
8966
8967         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8968         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8969         * gdb.base/global-var-nested-by-dso.c: Likewise.
8970         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8971
8972 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
8973             Pedro Alves  <palves@redhat.com>
8974
8975         * gdb.base/watch-bitfields.exp: Pass string other than test file
8976         name to prepare_for_testing.
8977         (watch): New procedure.
8978         (expect_watchpoint): Use with_test_prefix.
8979         (top level): Factor out tests to ...
8980         (test_watch_location, test_regular_watch): ... these new
8981         procedures, and use with_test_prefix and gdb_continue_to_end.
8982
8983 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
8984
8985         PR breakpoints/12526
8986         * gdb.base/watch-bitfields.exp: New file.
8987         * gdb.base/watch-bitfields.c: New file.
8988
8989 2014-09-16  Pedro Alves  <palves@redhat.com>
8990
8991         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8992         software and hardware addresses, not software address against
8993         itself.
8994
8995 2014-09-16  Pedro Alves  <palves@redhat.com>
8996
8997         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8998         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8999
9000 2014-09-16  Pedro Alves  <palves@redhat.com>
9001
9002         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9003         files.
9004         * gdb.base/a2-run.exp: Remove all code guarded by istarget
9005         "*-*-vxworks*" throughout.
9006         * gdb.base/break.exp: Likewise.
9007         * gdb.base/default.exp: Likewise.
9008         * gdb.base/scope.exp: Likewise.
9009         * gdb.base/sepdebug.exp: Likewise.
9010         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9011         throughout.
9012         * gdb.base/run.c: Likewise.
9013         * gdb.base/sepdebug.c: Likewise.
9014         * gdb.hp/gdb.aCC/run.c: Likewise.
9015         * gdb.reverse/until-reverse.c: Likewise.
9016         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9017
9018 2014-09-16  Yao Qi  <yao@codesourcery.com>
9019
9020         * boards/local-remote-host-native.exp: New file.
9021
9022 2014-09-14  Doug Evans  <xdje42@gmail.com>
9023
9024         * gdb.threads/queue-signal.c (thread_count): New variable.
9025         (thread_count_mutex, thread_count_condvar): New variables.
9026         (incr_thread_count, wait_all_threads_running): New functions.
9027         (main): Wait for all threads to be in their thread functions.
9028
9029 2014-09-13  Doug Evans  <xdje42@gmail.com>
9030
9031         * gdb.threads/queue-signal.c: New file.
9032         * gdb.threads/queue-signal.exp: New file.
9033
9034 2014-09-13  Doug Evans  <xdje42@gmail.com>
9035
9036         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9037         be consistent with what default_gdb_init uses.
9038         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9039         the plain text of the prompt.  Add some logging printfs.
9040         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9041
9042 2014-09-12  Pedro Alves  <palves@redhat.com>
9043
9044         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9045         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9046         * gdb.arch/i386-size-overlap.exp: Likewise.
9047         * gdb.arch/i386-size.exp: Likewise.
9048         * gdb.arch/i386-unwind.exp: Likewise.
9049         * gdb.base/a2-run.exp: Likewise.
9050         * gdb.base/break.exp: Likewise.
9051         * gdb.base/charset.exp: Likewise.
9052         * gdb.base/chng-syms.exp: Likewise.
9053         * gdb.base/commands.exp: Likewise.
9054         * gdb.base/dbx.exp: Likewise.
9055         * gdb.base/find.exp: Likewise.
9056         * gdb.base/funcargs.exp: Likewise.
9057         * gdb.base/jit-simple.exp: Likewise.
9058         * gdb.base/reread.exp: Likewise.
9059         * gdb.base/sepdebug.exp: Likewise.
9060         * gdb.base/step-bt.exp: Likewise.
9061         * gdb.cp/mb-inline.exp: Likewise.
9062         * gdb.cp/mb-templates.exp: Likewise.
9063         * gdb.objc/basicclass.exp: Likewise.
9064         * gdb.threads/killed.exp: Likewise.
9065
9066 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
9067
9068         PR tdep/17379
9069         * gdb.arch/powerpc-stackless.S: New file.
9070         * gdb.arch/powerpc-stackless.exp: New file.
9071
9072 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9073
9074         * gdb.base/attach.c: Include unistd.h.
9075         (main): Call alarm.  Add label postloop.
9076         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9077         gdb_breakpoint, gdb_continue_to_breakpoint.
9078         (test_command_line_attach_run): Kill ${testpid} in one exit path.
9079
9080 2014-09-11  Pedro Alves  <palves@redhat.com>
9081
9082         PR gdb/17347
9083         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9084         * gdb.base/attach.exp (test_command_line_attach_run): New
9085         procedure.
9086         (top level): Call it.
9087
9088 2014-09-11  Pedro Alves  <palves@redhat.com>
9089
9090         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9091         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9092         (do_command_attach_tests): Use spawn_wait_for_attach.
9093         * gdb.base/solib-overlap.exp: Likewise.
9094         * gdb.multi/multi-attach.exp: Likewise.
9095         * gdb.python/py-prompt.exp: Likewise.
9096         * gdb.python/py-sync-interp.exp: Likewise.
9097         * gdb.server/ext-attach.exp: Likewise.
9098
9099 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9100
9101         * gdb.fortran/array-element.exp: Remove unexpected "continue"
9102         command in testcase.  Simplify testcase.
9103
9104 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
9105
9106         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9107
9108 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
9109
9110         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9111
9112 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
9113
9114         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9115
9116 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
9117
9118         * gdb.dwarf2/dynarr-ptr.c: New file.
9119         * gdb.dwarf2/dynarr-ptr.exp: New file.
9120
9121 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9122
9123         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9124         of 30 rather than hardcoding 120 for a slow test case.  Take the
9125         `gdb,timeout' target setting into account for this calculation.
9126         Don't extend the timeout for the test cases that don't need it.
9127
9128 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9129
9130         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9131         a factor of 2 for a slow test case.  Take the `gdb,timeout'
9132         target setting into account for this calculation.
9133         * gdb.reverse/until-precsave.exp: Increase the timeout by
9134         a factor of 15 and 3 respectively rather than adding 120
9135         for a pair of slow test cases.  Take the `gdb,timeout'
9136         target setting into account for this calculation.
9137
9138 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9139
9140         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9141         timeout, don't pass one down to gdb_expect.
9142         (gdb_expect): Rework timeout selection.
9143
9144 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9145
9146         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9147         exception on timeout.
9148         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9149         (gdbserver_start_extended): Catch any `gdbserver_start' error
9150         exceptions.
9151         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9152         * lib/mi-support.exp (mi_gdb_target_load): Catch any
9153         `gdbserver_gdb_load' error exceptions.
9154
9155 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9156
9157         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9158         120 on waiting for the TCP socket to open.
9159
9160 2014-09-09  Doug Evans  <xdje42@gmail.com>
9161
9162         * gdb.base/default.exp (show_conv_list): Add _caller_is,
9163         _caller_matches, _any_caller_is, _any_caller_matches.
9164
9165 2014-09-09  Doug Evans  <xdje42@gmail.com>
9166
9167         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9168
9169 2014-09-09  Yao Qi  <yao@codesourcery.com>
9170
9171         * gdb.mi/mi-var-display.exp: Set print symbol off.
9172
9173 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9174
9175         PR gdb/17035
9176         * gdb.base/commands.exp: Add tests to verify user-defined
9177         commands with empty bodies.
9178         * gdb.python/py-cmd.exp: Test that we don't show user-defined
9179         python commands in `show user command`.
9180         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9181         scheme commands in `show user command`.
9182
9183 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9184
9185         PR python/17355
9186         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9187         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9188         * gdb.python/py-framefilter-invalidarg.exp: New file.
9189         * gdb.python/py-framefilter-invalidarg.py: New file.
9190
9191 2014-09-06  Doug Evans  <xdje42@gmail.com>
9192
9193         PR 15276
9194         * gdb.python/py-caller-is.c: New file.
9195         * gdb.python/py-caller-is.exp: New file.
9196
9197 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
9198
9199         PR gdb/17235
9200         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9201         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9202
9203 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
9204
9205         PR fortran/17237
9206         * gdb.fortran/print-formatted.exp: New file.
9207         * gdb.fortran/print-formatted.f90: Likewise.
9208
9209 2014-09-03  Sasha Smundak  <asmundak@google.com>
9210
9211         * gdb.python/py-frame.exp: Test Frame.read_register.
9212
9213 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
9214
9215         PR python/16699
9216         * gdb.python/py-completion.exp: New file.
9217         * gdb.python/py-completion.py: Likewise.
9218
9219 2014-08-28  Doug Evans  <dje@google.com>
9220
9221         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9222         eax,etc. are live with values set by gdb and thus the compiler can't
9223         use them.
9224         * gdb.arch/i386-pseudo.c (main): Ditto.
9225
9226 2014-08-27  Doug Evans  <dje@google.com>
9227
9228         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9229
9230 2014-08-25  Doug Evans  <dje@google.com>
9231
9232         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9233         (main): Ditto.
9234
9235 2014-08-25  Doug Evans  <dje@google.com>
9236
9237         * gdb.threads/thread-execl.exp: #include <stdio.h>.
9238
9239 2014-08-24  Yao Qi  <yao@codesourcery.com>
9240
9241         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9242         symbol off.
9243         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9244
9245 2014-08-22  Doug Evans  <dje@google.com>
9246
9247         PR 17276
9248         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9249         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9250         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9251
9252 2014-08-22  Yao Qi  <yao@codesourcery.com>
9253
9254         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9255         * gdb.python/py-finish-breakpoint2.exp: Likewise.
9256         * gdb.python/python.exp: Likewise.  Use .py file on the host
9257         instead of the build.
9258
9259 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9260
9261         * gdb.threads/gcore-stale-thread.c: New file.
9262         * gdb.threads/gcore-stale-thread.exp: New file.
9263
9264 2014-08-21  Pedro Alves  <palves@redhat.com>
9265
9266         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9267         * gdb.base/gcore-relro-pie.exp: Likewise.
9268         * gdb.base/gcore-relro.exp: Likewise.
9269         * gdb.base/gcore.exp: Likewise.
9270         * gdb.base/print-symbol-loading.exp: Likewise.
9271         * gdb.threads/gcore-thread.exp: Likewise.
9272         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9273
9274 2014-08-20  Pedro Alves  <palves@redhat.com>
9275             Jan Kratochvil  <jan.kratochvil@redhat.com>
9276
9277         * Makefile.in (EXTRA_RULES, CC): New variables, get from
9278         configure.
9279         (EXPECT): Handle READ1 being set.
9280         (all): Depend on EXTRA_RULES.
9281         (check-read1, expect-read1, read1.so, read1): New rules.
9282         * README (Testsuite Parameters): Document the READ1 make variable.
9283         (Race detection): New section.
9284         * configure: Regenerate.
9285         * configure.ac: If build==host==target, and running under a
9286         GNU/glibc system, add read1 to the extra Makefile rules.
9287         (EXTRA_RULES): AC_SUBST it.
9288         * lib/read1.c: New file.
9289
9290 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
9291
9292         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9293         the handling of variables declared as a typedef to an array
9294         which a DW_AT_data_location attribute.
9295
9296 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
9297             Pedro Alves  <palves@redhat.com>
9298
9299         PR symtab/14604
9300         PR symtab/14605
9301         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9302         gdb_test.
9303
9304 2014-08-19  Pedro Alves  <palves@redhat.com>
9305
9306         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9307
9308 2014-08-19  Yao Qi  <yao@codesourcery.com>
9309
9310         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9311         right line.
9312
9313 2014-08-18  David Blaikie  <dblaikie@gmail.com>
9314
9315         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9316
9317 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
9318
9319         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9320         attribute in array range.
9321
9322 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
9323
9324         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9325
9326 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
9327
9328         PR c++/17132
9329         * gdb.cp/pr17132.cc: New file.
9330         * gdb.cp/pr17132.exp: New file.
9331
9332 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
9333
9334         * gdb.python/py-xmethods.py (A_getarrayind)
9335         (E_method_char_worker.__call__, E_method_int_worker.__call__):
9336         Use 'print' with function call syntax.
9337         (E_method_matcher.match): Fix tab vs space indentation mixup.
9338
9339 2014-08-15  Yao Qi  <yao@codesourcery.com>
9340
9341         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9342         false.
9343
9344 2014-08-15  Yao Qi  <yao@codesourcery.com>
9345
9346         * gdb.cp/casts.exp: Set print symbol off.
9347         * gdb.cp/class2.exp: Likewise.
9348         * gdb.cp/overload.exp: Likewise.
9349         * gdb.cp/templates.exp: Likewise.
9350
9351 2014-08-11  Doug Evans  <dje@google.com>
9352
9353         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9354         (test_load_shlib): Update.
9355
9356 2014-08-09  Yao Qi  <yao@codesourcery.com>
9357
9358         * gdb.base/display.exp: Invoke is_address_zero_readable.
9359         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9360         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9361         * gdb.base/hbreak-unmapped.exp: Return if
9362         is_address_zero_readable returns true.
9363         * gdb.base/signest.exp: Likewise.
9364         * gdb.base/signull.exp: Likewise.
9365         * gdb.base/sigbpt.exp: Likewise.
9366         * gdb.guile/scm-disasm.exp: Do the test if
9367         is_address_zero_readable returns false.
9368         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9369         * gdb.python/py-arch.exp: Likewise.
9370         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9371         * lib/gdb.exp (is_address_zero_readable): New proc.
9372
9373 2014-08-09  Yao Qi  <yao@codesourcery.com>
9374
9375         PR testsuite/13443
9376         * gdb.mi/mi-var-display.exp: Make test messages unique.
9377
9378 2014-08-04  Tom Tromey  <tromey@redhat.com>
9379
9380         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9381         target 0".
9382
9383 2014-08-04  Tom Tromey  <tromey@redhat.com>
9384
9385         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9386         "target_resume".
9387
9388 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
9389
9390         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9391         inner_vla_struct_object_size.
9392         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9393         as xfail.
9394
9395 2014-07-30  Pedro Alves  <palves@redhat.com>
9396
9397         * gdb.threads/signal-command-handle-nopass.exp (test): Add
9398         comment.
9399
9400 2014-07-29  Yao Qi  <yao@codesourcery.com>
9401
9402         PR gdb/17206
9403         * gdb.base/until-nodebug.exp: New.
9404
9405 2014-07-28  Doug Evans  <xdje42@gmail.com>
9406
9407         PR guile/17203
9408         * gdb.guile/scm-parameter.exp: Add tests for trying to create
9409         previously existing parameter, and previously ambiguously spelled
9410         parameter.
9411
9412 2014-07-28  Will Newton  <will.newton@linaro.org>
9413
9414         * gdb.base/varargs.exp: Remove KFAILs for ARM.
9415
9416 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
9417             Doug Evans  <xdje42@gmail.com>
9418
9419         PR guile/17146
9420         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9421
9422 2014-07-25  Pedro Alves  <palves@redhat.com>
9423
9424         * gdb.threads/signal-command-handle-nopass.c: New file.
9425         * gdb.threads/signal-command-handle-nopass.exp: New file.
9426         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9427         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9428         * gdb.threads/signal-delivered-right-thread.c: New file.
9429         * gdb.threads/signal-delivered-right-thread.exp: New file.
9430
9431 2014-07-25  Pedro Alves  <palves@redhat.com>
9432
9433         * gdb.base/double-prompt-target-event-error.exp
9434         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9435         match.
9436         (cancel_pagination_in_target_event): Rework double prompt
9437         detection.
9438         * gdb.base/paginate-after-ctrl-c-running.exp
9439         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9440         <return>' match.
9441         * gdb.base/paginate-bg-execution.exp
9442         (test_bg_execution_pagination_return)
9443         (test_bg_execution_pagination_cancel): Remove '-notransfer
9444         <return>' matches.
9445         * gdb.base/paginate-execution-startup.exp
9446         (test_fg_execution_pagination_return)
9447         (test_fg_execution_pagination_cancel): Remove '-notransfer
9448         <return>' matches.
9449         * gdb.base/paginate-inferior-exit.exp
9450         (test_paginate_inferior_exited): Remove '-notransfer <return>'
9451         match.
9452         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9453         * lib/gdb.exp (pagination_prompt): Run text through
9454         string_to_regexp.
9455         (gdb_test_multiple): Match $pagination_prompt instead of
9456         "<return>".
9457         (string_to_regexp): Move to lib/gdb-utils.exp.
9458
9459 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9460
9461         * gdb.arch/amd64-entry-value-paramref.S: New file.
9462         * gdb.arch/amd64-entry-value-paramref.cc: New file.
9463         * gdb.arch/amd64-entry-value-paramref.exp: New file.
9464         * gdb.arch/amd64-optimout-repeat.S: New file.
9465         * gdb.arch/amd64-optimout-repeat.c: New file.
9466         * gdb.arch/amd64-optimout-repeat.exp: New file.
9467
9468 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9469
9470         PR gdb/17170
9471         * gdb.base/statistics.exp: New file.
9472
9473 2014-07-17  Doug Evans  <dje@google.com>
9474
9475         PR gdb/17170
9476         * gdb.base/maint.exp: Update testing of per-command stats.
9477
9478 2014-07-16  Pedro Alves  <palves@redhat.com>
9479
9480         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9481         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9482         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9483         (tfile_write_buf): New functions.
9484         (add_memory_block): Rewrite using the above.
9485         (adjust_function_address): New function.
9486         (FUNCTION_ADDRESS): New macro.
9487         (write_basic_trace_file): Remove short_x local, and use
9488         tfile_write_16. Change type of func_addr local to unsigned long
9489         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
9490         here.  Cast argument of add_memory_block to char pointer.
9491         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
9492         (main): Remove parameters.
9493         * gdb.trace/tfile.exp: Remove nowarnings.
9494
9495 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
9496
9497         * gdb.base/debug-expr.exp: Test string evaluation with
9498         "debug expression" on.
9499
9500 2014-07-15  Pedro Alves  <palves@redhat.com>
9501
9502         * gdb.base/reread.exp: Use clean_restart.
9503
9504 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
9505
9506         * gdb.arch/avr-flash-qualifer.c: New.
9507         * gdb.arch/avr-flash-qualifer.exp: New.
9508
9509 2014-07-14  Pedro Alves  <palves@redhat.com>
9510
9511         * gdb.base/paginate-after-ctrl-c-running.c: New file.
9512         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9513
9514 2014-07-14  Pedro Alves  <palves@redhat.com>
9515
9516         * gdb.base/double-prompt-target-event-error.c: New file.
9517         * gdb.base/double-prompt-target-event-error.exp: New file.
9518
9519 2014-07-14  Pedro Alves  <palves@redhat.com>
9520
9521         PR gdb/17072
9522         * gdb.base/paginate-inferior-exit.c: New file.
9523         * gdb.base/paginate-inferior-exit.exp: New file.
9524
9525 2014-07-14  Pedro Alves  <palves@redhat.com>
9526
9527         PR gdb/17072
9528         * gdb.base/paginate-bg-execution.c: New file.
9529         * gdb.base/paginate-bg-execution.exp: New file.
9530
9531 2014-07-14  Pedro Alves  <palves@redhat.com>
9532
9533         PR gdb/17072
9534         * gdb.base/paginate-execution-startup.c: New file.
9535         * gdb.base/paginate-execution-startup.exp: New file.
9536         * lib/gdb.exp (pagination_prompt): New global.
9537         (default_gdb_spawn): New procedure, factored out from
9538         default_gdb_spawn.
9539         (default_gdb_start): Adjust to call default_gdb_spawn.
9540         (gdb_spawn): New procedure.
9541
9542 2014-07-14  Pedro Alves  <palves@redhat.com>
9543
9544         * lib/gdb.exp (gdb_assert): New procedure.
9545         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9546
9547 2014-07-14  Pedro Alves  <palves@redhat.com>
9548
9549         * gdb.base/execution-termios.c: New file.
9550         * gdb.base/execution-termios.exp: New file.
9551
9552 2014-07-14  Tom Tromey  <tromey@redhat.com>
9553
9554         * gdb.cp/vla-cxx.cc: New file.
9555         * gdb.cp/vla-cxx.exp: New file.
9556
9557 2014-07-14  Tom Tromey  <tromey@redhat.com>
9558
9559         * gdb.reverse/rerun-prec.c: New file.
9560         * gdb.reverse/rerun-prec.exp: New file.
9561
9562 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
9563             Maciej W. Rozycki  <macro@codesourcery.com>
9564
9565         * lib/gdb-utils.exp: New file.
9566         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9567         inline `gdb_init_command' processing.
9568         (gdb_start_cmd): Likewise.
9569         * lib/mi-support.exp (mi_run_cmd): Likewise.
9570         * README: Document `gdb_init_command' and `gdb_init_commands'.
9571
9572 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9573
9574         Fix false FAIL running under a very long directory name.
9575         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9576         and "set print elements 10000".  Twice.
9577
9578 2014-07-11  Yao Qi  <yao@codesourcery.com>
9579
9580         * gdb.base/exprs.exp: "set print symbol off".
9581
9582 2014-07-11  Pedro Alves  <palves@redhat.com>
9583
9584         * gdb.threads/kill.c: New file.
9585         * gdb.threads/kill.exp: New file.
9586
9587 2014-07-10  Yao Qi  <yao@codesourcery.com>
9588
9589         * gdb.trace/tfile.c (write_basic_trace_file)
9590         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9591         address written to trace file.
9592
9593 2014-07-09  Pedro Alves  <palves@redhat.com>
9594
9595         * gdb.base/attach-wait-input.exp: New file.
9596         * gdb.base/attach-wait-input.c: New file.
9597
9598 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
9599
9600         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9601         setting up test structures.
9602         (main): Call new test function.
9603         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9604         test function, continue into test function and walk test
9605         structures.
9606
9607 2014-07-02  Yao Qi  <yao@codesourcery.com>
9608
9609         * gdb.trace/entry-values.c: Define labels 'foo_start' and
9610         'bar_start' at the beginning of functions 'foo' and 'bar'
9611         respectively.
9612         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9613         instead of 'foo' and 'bar'.
9614
9615 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
9616
9617         * gdb.btrace/segv.exp: New.
9618         * gdb.btrace/segv.c: New.
9619
9620 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
9621
9622         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9623         instruction.
9624
9625 2014-06-30  Mark Wielaard  <mjw@redhat.com>
9626
9627         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9628         vulture, vilify, villar): New volatile array constants.
9629         (vindictive, vegetation): New const volatile array constants.
9630         * gdb.base/volatile.exp: Test volatile and const volatile array
9631         types.
9632
9633 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9634
9635         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9636         target lacks support for awatch, rwatch, or hbreak.
9637
9638 2014-06-27  Yao Qi  <yao@codesourcery.com>
9639
9640         * gdb.multi/dummy-frame-restore.exp: New.
9641         * gdb.multi/dummy-frame-restore.c: New.
9642
9643 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
9644
9645         * gdb.btrace/gcore.exp: New.
9646
9647 2014-06-23  Pedro Alves  <palves@redhat.com>
9648
9649         * gdb.base/watchpoint-reuse-slot.c: New file.
9650         * gdb.base/watchpoint-reuse-slot.exp: New file.
9651
9652 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
9653
9654         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9655         progspace's filename in 'info', 'enable' and 'disable' command
9656         tests.
9657
9658 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9659
9660         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9661         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9662         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9663
9664 2014-06-20  Gary Benson  <gbenson@redhat.com>
9665
9666         * gdb.arch/i386-avx.exp: Fix include file location.
9667         * gdb.arch/i386-sse.exp: Likewise.
9668
9669 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
9670
9671         * gdb.dlang/expression.exp: New file.
9672
9673 2014-06-19  Pedro Alves  <palves@redhat.com>
9674
9675         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9676         out from ...
9677         (top level): ... here.  Iterate running tests under different
9678         scheduler-locking settings.
9679
9680 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
9681
9682         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9683         to DW_FORM_addr and use non-zero addresses.
9684
9685 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
9686
9687         PR gdb/17017
9688         * gdb.python/py-xmethods.cc: Add global function call counters and
9689         increment them in their respective functions.  Remove "cout"
9690         statements.
9691         * gdb.python/py-xmethods.exp: Make tests check the global function
9692         call counters instead of depending on inferior IO.
9693
9694 2014-06-18  Don Breazeal  <donb@codesourcery.com>
9695
9696         * gdb.base/foll-fork.exp (default_fork_parent_follow):
9697         Deleted procedure.
9698         (explicit_fork_parent_follow): Deleted procedure.
9699         (explicit_fork_child_follow): Deleted procedure.
9700         (test_follow_fork): New procedure.
9701         (do_fork_tests): Replace calls to deleted procedures with
9702         calls to test_follow_fork and reset GDB for subsequent
9703         procedure calls.
9704
9705 2014-06-17  Yao Qi  <yao@codesourcery.com>
9706
9707         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9708         CP1252.
9709
9710 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
9711
9712         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9713         Initialize ptr and S explicitly.
9714         (skip_type_update_when_not_use_rtti_test): Likewise.
9715
9716 2014-06-16  Keith Seitz  <keiths@redhat.com>
9717
9718         PR mi/15863
9719         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9720         the inferior is started.
9721
9722 2014-06-16  Pedro Alves  <palves@redhat.com>
9723
9724         * gdb.base/break-main-file-remove-fail.c: New file.
9725         * gdb.base/break-main-file-remove-fail.exp: New file.
9726         * gdb.base/break-unload-file.exp: Use build_executable instead of
9727         prepare_for_testing.
9728         (test_break): New parameter "initial_load".  Handle it.
9729         (top level): Add initial_load cmdline/file axis.
9730
9731 2014-06-12  Tom Tromey  <tromey@redhat.com>
9732
9733         * gdb.base/completion.exp: Don't use directory name in test.
9734
9735 2014-06-09  Gary Benson  <gbenson@redhat.com>
9736
9737         * gdb.base/sigall.c [Functions to send signals]: Reorder to
9738         separate the always-available ANSI-standard signals from the
9739         signals that require checking.
9740         (main): Likewise.
9741         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9742         Likewise.
9743         (main): Likewise.
9744
9745 2014-06-07  Keith Seitz  <keiths@redhat.com>
9746
9747         Revert:
9748         PR c++/16253
9749         * gdb.cp/var-tag.cc: New file.
9750         * gdb.cp/var-tag.exp: New file.
9751         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9752         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9753         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9754         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9755
9756 2014-06-06  Doug Evans  <xdje42@gmail.com>
9757
9758         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9759
9760 2014-06-06  Pedro Alves  <palves@redhat.com>
9761
9762         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9763         in target debug output instead of looking at RSP packets,
9764         disabling the test on any target that uses hardware stepping.
9765         Update comments.
9766
9767 2014-06-06  Pedro Alves  <palves@redhat.com>
9768
9769         * gdb.base/break-unload-file.exp: Fix typo.
9770
9771 2014-06-06  Yao Qi  <yao@codesourcery.com>
9772
9773         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9774         from "jit_function" to "^jit_function".
9775
9776 2014-06-06  Yao Qi  <yao@codesourcery.com>
9777
9778         * gdb.base/async.c (foo): Add one statement.
9779         * gdb.base/async.exp: Get the next instruction address and
9780         match the output of "nexti" by instruction address.  Match
9781         the hex address in the output of "finish".
9782
9783 2014-06-06  Gary Benson  <gbenson@redhat.com>
9784
9785         * gdb.base/call-signals.c: Remove preprocessor conditionals
9786         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9787         SIGSEGV and SIGTERM.
9788         * gdb.base/sigall.c: Likewise.
9789         * gdb.base/unwindonsignal.c: Likewise.
9790         * gdb.reverse/sigall-reverse.c: Likewise.
9791
9792 2014-06-06  Yao Qi  <yao@codesourcery.com>
9793
9794         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
9795         readable, skip the test.
9796
9797 2014-06-06  Yao Qi  <yao@codesourcery.com>
9798
9799         * gdb.threads/staticthreads.c (thread_function): Move the line
9800         setting breakpoint on forward.
9801         * gdb.threads/staticthreads.exp: Update comments.
9802
9803 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
9804
9805         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9806         "history-append! type error".
9807
9808 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
9809
9810         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9811         erroneous dprintf expected input.
9812
9813 2014-06-04  Doug Evans  <xdje42@gmail.com>
9814
9815         * gdb.guile/scm-generics.exp: Delete.
9816
9817 2014-06-04  Doug Evans  <xdje42@gmail.com>
9818
9819         * gdb.guile/scm-breakpoint.exp: Update.
9820         Add tests for breakpoint registration.
9821
9822 2014-06-04  Tom Tromey  <tromey@redhat.com>
9823
9824         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9825         VLA-in-union.
9826         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9827         inner_vla_struct, vla_union types.  Initialize objects of those
9828         types and compute their sizes.
9829
9830 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
9831             Hui Zhu  <hui@codesourcery.com>
9832
9833         * gdb.base/fileio.exp: Add test for shell not available as well as
9834         available.
9835         * gdb.base/fileio.c (test_system): Check for shell twice.
9836
9837 2014-06-04  Yao Qi  <yao@codesourcery.com>
9838
9839         * gdb.base/auto-connect-native-target.exp: Remove redundant
9840         space from the regexp pattern.
9841
9842 2014-06-04  Yao Qi  <yao@codesourcery.com>
9843
9844         * gdb.base/default.exp: Replace "child" with "native" in
9845         regexp pattern.
9846
9847 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
9848
9849         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9850         * gdb.python/py-xmethods.exp: New tests to test xmethods.
9851         * gdb.python/py-xmethods.py: Python script supporting the
9852         new testcase and tests.
9853
9854 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
9855             Pedro Alves  <palves@redhat.com>
9856
9857         PR breakpoints/17000
9858         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9859         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9860
9861 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
9862
9863         * gdb.base/subst.exp: Add tests to verify partial path matching
9864         output.
9865
9866 2014-06-03  Pedro Alves  <palves@redhat.com>
9867
9868         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9869         target that doesn't use software single-stepping.
9870
9871 2014-06-03  Pedro Alves  <palves@redhat.com>
9872
9873         PR breakpoints/17000
9874         * gdb.base/sss-bp-on-user-bp-2.c: New file.
9875         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9876
9877 2014-06-02  Doug Evans  <xdje42@gmail.com>
9878
9879         * gdb.guile/scm-parameter.exp: New file.
9880
9881 2014-06-02  Doug Evans  <xdje42@gmail.com>
9882
9883         * gdb.guile/scm-cmd.c: New file.
9884         * gdb.guile/scm-cmd.exp: New file.
9885
9886 2014-06-02  Doug Evans  <xdje42@gmail.com>
9887
9888         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9889         pretty-printer lookup.
9890         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9891         (make-pp_s-printer): Call it.
9892         (make-pretty-printer-from-dict): New function.
9893         (lookup-pretty-printer-maker-from-dict): New function.
9894         (*pretty-printer*): Simplify.
9895         (make-objfile-pp_s-printer): New function.
9896         (install-objfile-pretty-printers!): New function.
9897         (make-progspace-pp_s-printer): New function.
9898         (install-progspace-pretty-printers!): New function.
9899         * gdb.guile/scm-progspace.c: New file.
9900         * gdb.guile/scm-progspace.exp: New file.
9901
9902 2014-06-02  Pedro Alves  <palves@redhat.com>
9903
9904         * gdb.base/dprintf-bp-same-addr.c: New file.
9905         * gdb.base/dprintf-bp-same-addr.exp: New file.
9906
9907 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
9908
9909         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9910         * gdb.arch/powerpc-power.s: Likewise.
9911
9912 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
9913
9914         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9915
9916 2014-06-01  Yao Qi  <yao@codesourcery.com>
9917
9918         * gdb.base/watchpoint.exp (test_watch_location): Check null
9919         pointer can be dereferenced.  If not, do the test, otherwise
9920         skip it.
9921
9922 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
9923
9924         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9925         results.
9926         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9927
9928 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
9929
9930         * gdb.arch/amd64-invalid-stack-middle.S: New file.
9931         * gdb.arch/amd64-invalid-stack-middle.c: New file.
9932         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9933         * gdb.arch/amd64-invalid-stack-top.c: New file.
9934         * gdb.arch/amd64-invalid-stack-top.exp: New file.
9935
9936 2014-05-30  Pedro Alves  <palves@redhat.com>
9937
9938         PR breakpoints/17000
9939         * gdb.base/sss-bp-on-user-bp.c: New file.
9940         * gdb.base/sss-bp-on-user-bp.exp: New file.
9941
9942 2014-05-30  David Blaikie  <dblaikie@gmail.com>
9943
9944         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9945         gnu_inline semantics via attribute.
9946         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9947         source explicitly specifies the required semantics.
9948
9949 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
9950
9951         * gdb.reverse/sigall-reverse.exp: Fix a typo.
9952
9953 2014-05-29  Pedro Alves  <palves@redhat.com>
9954             Tom Tromey  <tromey@redhat.com>
9955
9956         * gdb.base/async-shell.exp: Don't enable target-async.
9957         * gdb.base/async.exp
9958         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9959         parameter.  Adjust.
9960         (top level): Don't test with "target-async".
9961         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9962         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9963         * gdb.base/inferior-died.exp: Don't enable target-async.
9964         * gdb.base/interrupt-noterm.exp: Likewise.
9965         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9966         * gdb.mi/mi-nonstop-exit.exp: Likewise.
9967         * gdb.mi/mi-nonstop.exp: Likewise.
9968         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9969         * gdb.mi/mi-nsintrall.exp: Likewise.
9970         * gdb.mi/mi-nsmoribund.exp: Likewise.
9971         * gdb.mi/mi-nsthrexec.exp: Likewise.
9972         * gdb.mi/mi-watch-nonstop.exp: Likewise.
9973         * gdb.multi/watchpoint-multi.exp: Adjust comment.
9974         * gdb.python/py-evsignal.exp: Don't enable target-async.
9975         * gdb.python/py-evthreads.exp: Likewise.
9976         * gdb.python/py-prompt.exp: Likewise.
9977         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9978         * gdb.server/solib-list.exp: Don't enable target-async.
9979         * gdb.threads/thread-specific-bp.exp: Likewise.
9980         * lib/mi-support.exp: Adjust to use mi-async.
9981
9982 2014-05-29  Pedro Alves  <palves@redhat.com>
9983
9984         PR gdb/13860
9985         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9986         reason, even in sync mode.
9987
9988 2014-05-29  Pedro Alves  <palves@redhat.com>
9989             Hui Zhu  <hui@codesourcery.com>
9990
9991         PR PR15693
9992         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9993         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9994         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9995         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9996
9997 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
9998
9999         * config/monitor.exp (gdb_target_monitor): Replace use of
10000         "set remotebaud" by "set serial baud".
10001
10002 2014-05-26  Andy Wingo  <wingo@igalia.com>
10003
10004         * gdb.guile/scm-breakpoint.exp:
10005         * gdb.guile/scm-gsmob.exp: Update to use plain old object
10006         properties instead of gdb-object-properties.
10007
10008 2014-05-26  Yao Qi  <yao@codesourcery.com>
10009
10010         * gdb.server/no-thread-db.exp: Specify source file name
10011         explicitly when setting a breakpoint.
10012
10013 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
10014
10015         * gdb.btrace/vdso.c: New.
10016         * gdb.btrace/vdso.exp: New.
10017
10018 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
10019
10020         * gdb.base/gcore.exp (capture_command_output): Move ...
10021         * lib/gdb.exp (capture_command_output): ... here.
10022
10023 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
10024
10025         * gdb.btrace/data.exp: Test memory access during btrace replay.
10026
10027 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
10028
10029         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10030
10031 2014-05-21  Pedro Alves  <palves@redhat.com>
10032
10033         PR gdb/13860
10034         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10035         (top level): Test that output related to execution commands is
10036         sent to the console with CLI commands, but not with MI commands.
10037         Test that breakpoint events are always mirrored to the console.
10038         Also expect the new source line to be output after a "next" in
10039         async mode too.  Make it a pass/fail test.
10040         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10041         output.
10042         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10043
10044 2014-05-21  Pedro Alves  <palves@redhat.com>
10045
10046         * gdb.base/list.exp (build_pattern, test_list): New procedures.
10047         Use them to test variations of "list" after reaching a breakpoint.
10048         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10049         Test "list" with listsize 10 after reaching a breakpoint.
10050         * gdb.python/python.exp (decode_line current location line
10051         number): Adjust expected line number.
10052
10053 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
10054
10055         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10056         behavior for $args, pass it directly to "run".
10057
10058 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
10059
10060         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10061         30000 to 65536.
10062
10063 2014-05-21  Pedro Alves  <palves@redhat.com>
10064
10065         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10066         auto-connect-native-target off".
10067         * gdb.base/auto-connect-native-target.c: New file.
10068         * gdb.base/auto-connect-native-target.exp: New file.
10069
10070 2014-05-21  Pedro Alves  <palves@redhat.com>
10071
10072         * gdb.base/default.exp: Test "target native" instead of "target
10073         child".
10074
10075 2014-05-21  Mark Wielaard  <mjw@redhat.com>
10076
10077         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10078
10079 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10080
10081         Fix TLS access for -static -pthread.
10082         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10083         <HAVE_TLS> (thread_function, main): Initialize it.
10084         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10085         Add clean_restart.
10086         <$have_tls != "">: Check TLSVAR.
10087
10088 2014-05-21  Pedro Alves  <palves@redhat.com>
10089
10090         * gdb.base/dcache-line-read-error.c: New.
10091         * gdb.base/dcache-line-read-error.exp: New.
10092
10093 2014-05-20  Pedro Alves  <palves@redhat.com>
10094
10095         * gdb.base/compare-sections.c: New file.
10096         * gdb.base/compare-sections.exp: New file.
10097
10098 2014-05-20  Pedro Alves  <palves@redhat.com>
10099
10100         * gdb.base/break-idempotent.c: New file.
10101         * gdb.base/break-idempotent.exp: New file.
10102
10103 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
10104
10105         * gdb.btrace/nohist.exp: New.
10106
10107 2014-05-20  Yao Qi  <yao@codesourcery.com>
10108
10109         * lib/gdb.exp (gdb_init): Set timeout if test file is under
10110         gdb.reverse directory and gdb_reverse_timeout exists in board
10111         setting.
10112         * README: Document gdb_reverse_timeout.
10113
10114 2014-05-20  Yao Qi  <yao@codesourcery.com>
10115
10116         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10117         'test_file_name'.  Treat args as a string instead of a list.
10118         (gdb_init): Rename argument 'args' by 'test_file_name'.
10119
10120 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10121
10122         * gdb.arch/powerpc-power.exp: New file.
10123         * gdb.arch/powerpc-power.s: New file.
10124
10125 2014-05-16  Doug Evans  <dje@google.com>
10126
10127         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10128         * gdb.base/completion.exp: Check that all expected files exist
10129         before doing file completion.
10130
10131 2014-05-16  Doug Evans  <dje@google.com>
10132
10133         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10134         Update.
10135         (do_syscall_tests_without_xml): Update.
10136
10137 2014-05-16  Pedro Alves  <palves@redhat.com>
10138
10139         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10140         instead of "unknown output after running".
10141
10142 2014-05-16  Yao Qi  <yao@codesourcery.com>
10143
10144         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
10145         file1.txt from host at the end.
10146         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10147
10148 2014-05-15  Doug Evans  <dje@google.com>
10149
10150         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10151         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10152         loading file.  Add test for TU lookup.
10153
10154 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
10155
10156         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10157         calling "-exec-arguments" or "set args" before running the
10158         inferior.
10159
10160 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
10161
10162         * lib/mi-support.exp (mi_expect_stop): Expect message for
10163         inferiors that exit with non-zero exit code.
10164
10165 2014-05-14  Yao Qi  <yao@codesourcery.com>
10166
10167         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10168         match absolute path on remote host.
10169         (test_file_list_exec_source_files): Remove "/" from the
10170         pattern.
10171
10172 2014-05-14  Yao Qi  <yao@codesourcery.com>
10173
10174         * boards/local-remote-host-notty.exp (${board}_file): New
10175         proc.
10176
10177 2014-05-07  Kyle McMartin  <kyle@redhat.com>
10178
10179         Pushed by Joel Brobecker  <brobecker@adacore.com>.
10180         * gdb.arch/aarch64-atomic-inst.c: New file.
10181         * gdb.arch/aarch64-atomic-inst.exp: New file.
10182
10183 2014-05-07  Yao Qi  <yao@codesourcery.com>
10184
10185         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10186         in current context" too.
10187
10188 2014-05-05  Keith Seitz  <keiths@redhat.com>
10189
10190         * gdb.linespec/ls-dollar.exp: Add test for linespec
10191         file:convenience_variable.
10192
10193 2014-05-05  Yao Qi  <yao@codesourcery.com>
10194
10195         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10196         traceframes into tfile and ctf trace files.  Read data from
10197         trace file and test collected data.
10198         (gdb_collect_locals_test): Likewise.
10199         (gdb_unavailable_registers_test): Likewise.
10200         (gdb_unavailable_floats): Likewise.
10201         (gdb_collect_globals_test): Likewise.
10202         (top-level): Append "ctf" to trace_file_targets if GDB
10203         supports.
10204
10205 2014-05-05  Yao Qi  <yao@codesourcery.com>
10206
10207         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10208         code to ...
10209         (gdb_collect_args_test_1): ... it.  New proc.
10210         (gdb_collect_locals_test): Move some code to ...
10211         (gdb_collect_locals_test_1): ... it.  New proc.
10212         (gdb_unavailable_registers_test): Move some code to ...
10213         (gdb_unavailable_registers_test_1): ... it.  New proc.
10214         (gdb_unavailable_floats): Move some code to ...
10215         (gdb_unavailable_floats_1): ... it.  New proc.
10216
10217 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
10218
10219         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10220         probes to test for bitness recognition.
10221         * gdb.arch/amd64-stap-optional-prefix.exp
10222         (test_probe_value_without_reg): New procedure.
10223         Add code to test for different kinds of bitness.
10224
10225 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
10226
10227         PR breakpoints/16889
10228         * gdb.arch/amd64-stap-optional-prefix.S: New file.
10229         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10230
10231 2014-05-01  Pedro Alves  <palves@redhat.com>
10232
10233         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
10234         gdb_file_cmd if no file is specified.
10235         * boards/native-extended-gdbserver.exp (gdb_load): Use the
10236         last_loaded_file to set the remote exec-file.
10237
10238 2014-05-01  Pedro Alves  <palves@redhat.com>
10239
10240         * boards/local-remote-host.exp: New file.
10241
10242 2014-05-01  Pedro Alves  <palves@redhat.com>
10243
10244         * boards/local-remote-host.exp: Rename to ...
10245         * boards/local-remote-host-notty.exp: ... this.
10246
10247 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
10248
10249         * gdb.ada/dyn_arrayidx: New testcase.
10250
10251 2014-04-26  Yao Qi  <yao@codesourcery.com>
10252
10253         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
10254         and compute the length of function main.  Save it in
10255         $main_length.
10256         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10257         (top-level): Use gdb_compile to compile objects into
10258         executable and restart GDB.  Remove invocation to
10259         prepare_for_testing.
10260
10261 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
10262             Pedro Alves  <palves@redhat.com>
10263
10264         PR server/16255
10265         * gdb.multi/multi-attach.c: New file.
10266         * gdb.multi/multi-attach.exp: New file.
10267
10268 2014-04-25  Pedro Alves  <palves@redhat.com>
10269
10270         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10271         user.
10272         (top level): Test that "set remote conditional-breakpoints-packet
10273         off" works as intended.
10274         * gdb.base/dprintf.exp: Test that "set remote
10275         breakpoint-commands-packet off" works as intended.
10276         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10277         New function.
10278         (top level): Call it.
10279         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10280         remote fast-tracepoints-packet off" works as intended.
10281         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10282         * lib/gdb.exp (gdb_is_target_remote): ... here.
10283
10284 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10285
10286         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10287         ensure clang would not discard them.
10288         * gdb.base/gdbvars.c: Ditto.
10289         * gdb.base/memattr.c: Ditto.
10290         * gdb.base/whatis.c: Ditto.
10291         * gdb.python/py-prettyprint.c: Ditto.
10292         * gdb.trace/actions.c: Ditto.
10293         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10294         ensure clang would not discard it.
10295
10296 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10297
10298         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10299         clang to emit the full definition of type required by the test
10300         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10301
10302 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10303
10304         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10305         coax Clang into emitting the definition of the type.
10306         * gdb.cp/pr10728-x.h (y): Ditto.
10307         * gdb.cp/pr10728-y.cc (y): Ditto.
10308
10309 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10310
10311         * gdb.base/label.exp: XFAIL label related tests under Clang.
10312         * gdb.cp/cplabel.exp: Ditto.
10313         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10314         under Clang those using labels.
10315
10316 2014-04-25  Yao Qi  <yao@codesourcery.com>
10317
10318         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10319         double_label.
10320         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10321         partial_label and double_label.
10322
10323 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10324
10325         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10326
10327 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10328
10329         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10330         of the function to work across GCC and Clang.
10331         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10332         pointer types (const void ** const V void **).
10333
10334 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
10335             Walfred Tedeschi  <walfred.tedeschi@intel.com>
10336
10337         * Makefile.in (EXECUTABLES): Added i386-avx512.
10338         * gdb.arch/i386-avx512.c: New file.
10339         * gdb.arch/i386-avx512.exp: Likewise.
10340
10341 2014-04-23  Keith Seitz  <keiths@redhat.com>
10342
10343         * lib/mi-support.exp (mi_list_breakpoints): Delete.
10344         (mi_make_breakpoint_table): New procedure.
10345         (mi_create_breakpoint): Use mi_make_breakpoint
10346         and return the result.
10347         (mi_make_breakpoint): New procedure.
10348         (mi_build_kv_pairs): New procedure.
10349
10350         * gdb.mi/mi-break.exp: Remove unused globals,
10351         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10352         All callers updated.
10353         * gdb.mi/mi-dprintf.exp: Use variable to track command
10354         number.
10355         Update all callers of mi_create_breakpoint and use
10356         mi_make_breakpoint_table.
10357         Remove any unused global variables.
10358         * gdb.mi/mi-nonstop.exp: Likewise.
10359         * gdb.mi/mi-nsintrall.exp: Likewise.
10360         * gdb.mi/mi-nsmoribund.exp: Likewise.
10361         * gdb.mi/mi-nsthrexec.exp: Likewise.
10362         * gdb.mi/mi-reverse.exp: Likewise.
10363         * gdb.mi/mi-simplerun.exp: Likewise.
10364         * gdb.mi/mi-stepn.exp: Likewise.
10365         * gdb.mi/mi-syn-frame.exp: Likewise.
10366         * gdb.mi/mi-until.exp: Likewise.
10367         * gdb.mi/mi-var-cp.exp: Likewise.
10368         * gdb.mi/mi-var-display.exp: Likewise.
10369         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10370         * gdb.mi/mi2-var-child.exp: Likewise.
10371         * gdb.mi/mi-vla-c99.exp: Likewise.
10372         * lib/mi-support.exp: Likewise.
10373
10374         From Ian Lance Taylor  <iant@cygnus.com>:
10375         * lib/gdb.exp (parse_args): New procedure.
10376
10377 2014-04-23  Pedro Alves  <palves@redhat.com>
10378
10379         * gdb.base/break-unload-file.c: New file.
10380         * gdb.base/break-unload-file.exp: New file.
10381         * gdb.base/sym-file-lib.c (baz): New function.
10382         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10383         field.
10384         (load): Store the segment's mapped size.
10385         (unload): New function.
10386         (unload_shlib): New function.
10387         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10388         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10389         set a breakpoint at baz, and call it.
10390         * gdb.base/sym-file.exp: New tests for stale breakpoint
10391         instructions.
10392
10393 2014-04-23  Pedro Alves  <palves@redhat.com>
10394
10395         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10396         * gdb.base/hbreak-in-shr-unsupported.c: New file.
10397         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10398         * gdb.base/hbreak-unmapped.c: New file.
10399         * gdb.base/hbreak-unmapped.exp: New file.
10400         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10401         * lib/gdb.exp (gdb_is_target_remote): ... here.
10402
10403 2014-04-22  Pedro Alves  <palves@redhat.com>
10404
10405         * gdb.base/consecutive-step-over.c: New file.
10406         * gdb.base/consecutive-step-over.exp: New file.
10407
10408 2014-04-22  Pedro Alves  <palves@redhat.com>
10409
10410         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10411         instead of send_gdb/gdb_expect.
10412
10413 2014-04-22  Yao Qi  <yao@codesourcery.com>
10414
10415         * lib/trace-support.exp (generate_tracefile): New procedure.
10416         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10417         return 0.
10418         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10419         if generate_tracefile returns 1.
10420
10421 2014-04-18  Tom Tromey  <palves@redhat.com>
10422             Pedro alves  <tromey@redhat.com>
10423
10424         PR backtrace/15558
10425         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10426         with a backtrace limit.
10427         * gdb.python/py-frame-inline.exp: Test running to an inline
10428         function with a backtrace limit, and printing the newest frame.
10429         * gdb.python/py-frame-inline.c (main): Call f.
10430
10431 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10432
10433         * gdb.java/jnpe.exp: Drop srcdir from untested path.
10434
10435 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10436
10437         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10438         Drop prefix from unsupported source file path.
10439
10440 2014-04-17  Yao Qi  <yao@codesourcery.com>
10441
10442         * lib/gdb.exp (with_target_charset): New proc.
10443         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10444         with_target_charset.
10445         (test_print_strings): Likewise.
10446         (test_repeat_bytes): Likewise.
10447         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10448         for some tests.
10449
10450 2014-04-16  Keith Seitz  <keiths@redhat.com>
10451
10452         PR gdb/15827
10453         * gdb.dwarf2/corrupt.c: New file.
10454         * gdb.dwarf2/corrupt.exp: New file.
10455
10456 2014-04-16  Keith Seitz  <keiths@redhat.com>
10457
10458         PR c++/16597
10459         * gdb.cp/namelessclass.cc: New file.
10460         * gdb.cp/namelessclass.exp: New file.
10461         * gdb.cp/namelessclass.S: New file.
10462
10463 2014-04-16  Doug Evans  <dje@google.com>
10464
10465         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10466         Add comment.
10467         (gdbserver_default_get_comm_port): New function.
10468         (gdbserver_start): Check if board file provided
10469         "gdbserver,get_comm_port" and use it if so.
10470         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10471         (gdb,socketport): Set to "stdio".
10472         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10473         (stdio_gdbserver_template): Delete.
10474         (${board}_get_remote_address): Update.
10475         (${board}_build_remote_cmd): Delete.
10476         (${board}_get_comm_port): New function.
10477         (${board}_spawn): Update.
10478         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10479         Delete.
10480         (${board}_get_remote_address): Update.
10481         (${board}_get_comm_port): New function.
10482
10483 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
10484
10485         * gdb.base/memattr.exp: Improve regexps to handle memory regions
10486         appearing in any order.
10487
10488 2014-04-15  Doug Evans  <dje@google.com>
10489
10490         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10491         uninitialized value of "description".
10492
10493 2014-04-15  Keith Seitz  <keiths@redhat.com>
10494
10495         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10496         Remove unused globals.
10497         (test_running_the_program): Likewise.
10498         (test_controlled_execution): Likewise.
10499         (test_controlling_breakpoints): Likewise.
10500         (test_program_termination): Likewise.
10501
10502 2014-04-15  Keith Seitz  <keiths@redhat.com>
10503
10504         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10505         unused globals.
10506         (test_rbreak_creation_and_listing): Likewise.
10507         (test_ignore_count): Likewise.
10508         (test_error): Likewise.
10509
10510 2014-04-15  Pedro Alves  <palves@redhat.com>
10511
10512         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10513         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10514         sym-file-loader.c.
10515         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10516         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10517         to sym-file-loader.c.
10518         (struct library): Forward declare.
10519         (load_shlib, lookup_function): Change prototypes.
10520         (find_shstrtab, find_strtab, find_shdr, find_symtab)
10521         (translate_offset): Remove declarations.
10522         (get_text_addr): New declaration.
10523         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10524         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10525         sym-file-loader.h.
10526         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10527         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10528         here from sym-file-loader.h.
10529         (struct library): New structure.
10530         (load_shlib, lookup_function): Change prototypes and adjust to
10531         work with a struct library.
10532         (find_shstrtab, find_strtab, find_shdr, find_symtab)
10533         (translate_offset): Make static.
10534         (get_text_addr): New function.
10535         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10536
10537 2014-04-15  Pedro Alves  <palves@redhat.com>
10538
10539         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
10540
10541 2014-04-15  Pedro Alves  <palves@redhat.com>
10542
10543         * gdb.base/sym-file-loader.c: Include <limits.h>.
10544         (SELF_LINK): New define.
10545         (get_origin): New function.
10546         (load_shlib): Use it.
10547         * gdb.base/sym-file.exp: Don't early return if the target is
10548         remote.  Use runto_main, and issue fail is that fails.  Use
10549         gdb_load_shlibs.
10550         (shlib_name): Delete.
10551         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
10552
10553 2014-04-15  Pedro Alves <palves@redhat.com>
10554
10555         * gdb.base/sym-file.exp: Remove regex characters from test
10556         message.  Don't refer to breakpoint numbers in test messages.
10557
10558 2014-04-14  Keith Seitz  <keiths@redhat.com>
10559
10560         PR c++/16253
10561         * gdb.cp/var-tag.cc: New file.
10562         * gdb.cp/var-tag.exp: New file.
10563         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10564         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10565         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10566         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10567
10568 2014-04-14  Tom Tromey  <tromey@redhat.com>
10569
10570         * gdb.cp/classes.exp (test_enums): Handle underlying type.
10571         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10572         type.
10573         * gdb.cp/enum-class.exp: New file.
10574         * gdb.cp/enum-class.cc: New file.
10575
10576 2014-04-14  Tom Tromey  <tromey@redhat.com>
10577
10578         * gdb.dwarf2/enum-type.exp: New file.
10579
10580 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10581
10582         * gdb.mi/mi-vla-c99.exp: New file.
10583         * gdb.mi/vla.c: New file.
10584
10585 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10586
10587         * gdb.base/vla-datatypes.c: New file.
10588         * gdb.base/vla-datatypes.exp: New file.
10589
10590 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10591
10592         * gdb.base/vla-ptr.c: New file.
10593         * gdb.base/vla-ptr.exp: New file.
10594
10595 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10596
10597         * gdb.dwarf2/count.exp: New file.
10598
10599 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10600
10601         * gdb.base/vla-sideeffect.c: New file.
10602         * gdb.base/vla-sideeffect.exp: New file.
10603
10604 2014-04-14  David Blaikie <dblaikie@gmail.com>
10605
10606         * gdb.mi/non-stop.c: Add return value for non-void function return
10607         statement.
10608         * gdb.threads/staticthreads.c: Ditto.
10609
10610 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
10611             Doug Evans  <xdje42@gmail.com>
10612
10613         * gdb.guile/scm-value.c: Improve test case.
10614         * gdb.guile/scm-value.exp: Add new test.
10615
10616 2014-04-11  David Blaikie  <dblaikie@gmail.com>
10617
10618         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10619         override Clang's default.
10620
10621 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
10622
10623         Revert the following changes (regressions):
10624
10625         * gdb.base/vla-sideeffect.c: New file.
10626         * gdb.base/vla-sideeffect.exp: New file.
10627
10628         * gdb.dwarf2/count.exp: New file.
10629
10630         * gdb.base/vla-multi.c: New file.
10631         * gdb.base/vla-multi.exp: New file.
10632
10633         * gdb.base/vla-ptr.c: New file.
10634         * gdb.base/vla-ptr.exp: New file.
10635
10636         * gdb.base/vla-datatypes.c: New file.
10637         * gdb.base/vla-datatypes.exp: New file.
10638
10639         * gdb.mi/mi-vla-c99.exp: New file.
10640         * gdb.mi/vla.c: New file.
10641
10642 2014-04-11  Keith Seitz  <keiths@redhat.com>
10643
10644         PR c++/16675
10645         * gdb.cp/cpsizeof.exp: New file.
10646         * gdb.cp/cpsizeof.cc: New file.
10647
10648 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10649
10650         * gdb.mi/mi-vla-c99.exp: New file.
10651         * gdb.mi/vla.c: New file.
10652
10653 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10654
10655         * gdb.base/vla-datatypes.c: New file.
10656         * gdb.base/vla-datatypes.exp: New file.
10657
10658 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10659
10660         * gdb.base/vla-ptr.c: New file.
10661         * gdb.base/vla-ptr.exp: New file.
10662
10663 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10664
10665         * gdb.base/vla-multi.c: New file.
10666         * gdb.base/vla-multi.exp: New file.
10667
10668 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10669
10670         * gdb.dwarf2/count.exp: New file.
10671
10672 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10673
10674         * gdb.base/vla-sideeffect.c: New file.
10675         * gdb.base/vla-sideeffect.exp: New file.
10676
10677 2014-04-11  Yao Qi  <yao@codesourcery.com>
10678
10679         * gdb.base/completion.exp: Check file exists before running tests
10680         on file completion.
10681
10682 2014-04-10  Pedro Alves  <palves@redhat.com>
10683
10684         * gdb.base/cond-eval-mode.c: New file.
10685         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
10686         prepare_for_testing to build the new file.  Check result of
10687         runto_main.
10688         (test_break, test_watch): New procedures.
10689         (top level): Use them.
10690
10691 2014-04-08  Pierre Muller  <muller@sourceware.org>
10692
10693         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10694         Ctrl-V use for mingw hosts.
10695
10696 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
10697
10698         * gdb.python/py-value.c: Improve test case.
10699         * gdb.python/py-value.exp: Add new test.
10700
10701 2014-04-07  David Blaikie  <dblaikie@gmail.com>
10702
10703         * lib/compiler.c: Identify the clang compiler.
10704         * lib/compiler.cc: Ditto.
10705
10706 2014-04-03  Yao Qi  <yao@codesourcery.com>
10707
10708         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10709
10710 2014-04-01  Anton Blanchard  <anton@samba.org>
10711
10712         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
10713         messages unique.
10714
10715 2014-04-01  Anton Blanchard  <anton@samba.org>
10716
10717         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10718         prepare_for_testing.
10719
10720 2014-04-01  Anton Blanchard  <anton@samba.org>
10721
10722         * gdb.arch/ppc64-atomic-inst.c: Remove.
10723         * gdb.arch/ppc64-atomic-inst.S: New file.
10724         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10725
10726 2014-03-31  Doug Evans  <dje@google.com>
10727
10728         * gdb.base/print-symbol-loading-lib.c: New file.
10729         * gdb.base/print-symbol-loading-main.c: New file.
10730         * gdb.base/print-symbol-loading.exp: New file.
10731
10732 2014-03-31  Yao Qi  <yao@codesourcery.com>
10733
10734         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10735
10736 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
10737
10738         * gdb.ada/mi_dyn_arr: New testcase.
10739
10740 2014-03-27  Doug Evans  <dje@google.com>
10741
10742         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10743
10744 2014-03-27  Yao Qi  <yao@codesourcery.com>
10745
10746         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10747         if target is nios2-*-*.
10748
10749 2014-03-26  Yao Qi  <yao@codesourcery.com>
10750
10751         * lib/gdb.exp (readline_is_used): New proc.
10752         * gdb.base/completion.exp: Move tests on command complete up.
10753         Skip the rest of tests if readline is not used.
10754         * gdb.ada/complete.exp: Skp the test if readline is not
10755         used.
10756         * gdb.base/filesym.exp: Likewise.
10757         * gdb.base/macscp.exp: Likewise.
10758         * gdb.base/readline-ask.exp: Likewise.
10759         * gdb.base/readline.exp: Likewise.
10760         * gdb.python/py-cmd.exp: Likewise.
10761         * gdb.trace/tfile.exp: Likewise.
10762
10763 2014-03-26  Yao Qi  <yao@codesourcery.com>
10764
10765         * gdb.base/macscp.exp: Fix code format issues.
10766
10767 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
10768
10769         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10770         * gdb.asm/powerpc64le.inc: New file.
10771
10772 2014-03-25  Pedro Alves  <palves@redhat.com>
10773             Doug Evans  <dje@google.com>
10774
10775         * gdb.base/source-execution.c: New file.
10776         * gdb.base/source-execution.exp: New file.
10777         * gdb.base/source-execution.gdb: New file.
10778
10779 2014-03-24  Doug Evans  <dje@google.com>
10780
10781         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10782         using fission.
10783
10784 2014-03-24  Hui Zhu  <hui@codesourcery.com>
10785             Pedro Alves  <palves@redhat.com>
10786
10787         PR breakpoints/16101
10788         * gdb.base/dprintf.exp: Use unsupported rather than changing the
10789         test pass/fail messages.  Detect missing support for dprintf when
10790         breakpoints are actually inserted.
10791         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10792         breakpoints are actually inserted.
10793         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10794         fails.
10795
10796 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10797
10798         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10799
10800 2014-03-22  Doug Evans  <xdje42@gmail.com>
10801
10802         * gdb.python/python.exp (python not supported): Verify multi-line
10803         python command issues an error.
10804         * gdb.guile/guile.exp (guile not supported): Verify multi-line
10805         guile command issues an error.
10806
10807 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
10808
10809         * gdb.threads/thread-specific.exp: Handle the lack of usable
10810         $this_breakpoint and $this_thread.
10811
10812 2014-03-21  Hui Zhu  <hui@codesourcery.com>
10813
10814         * gdb.base/attach.exp (do_command_attach_tests): New.
10815
10816 2014-03-20  Tom Tromey  <tromey@redhat.com>
10817             Pedro Alves  <palves@redhat.com>
10818
10819         PR cli/15718
10820         * gdb.base/condbreak-call-false.c: New file.
10821         * gdb.base/condbreak-call-false.exp: New file.
10822
10823 2014-03-20  Pedro Alves  <palves@redhat.com>
10824
10825         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10826         Delete.
10827         (block_signals, unblock_signals): Delete.
10828         (child_function_2, main): Remove references to deleted variable
10829         and functions.
10830
10831 2014-03-20  Pedro Alves  <palves@redhat.com>
10832
10833         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10834         Use pthread_kill to signal thread 2.
10835         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10836         Adjust to make the test send itself a signal rather than using the
10837         host's "kill" command.
10838
10839 2014-03-20  Pedro Alves  <palves@redhat.com>
10840
10841         * gdb.threads/multiple-step-overs.c: New file.
10842         * gdb.threads/multiple-step-overs.exp: New file.
10843         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10844         Adjust expected infrun debug output.
10845
10846 2014-03-20  Pedro Alves  <palves@redhat.com>
10847
10848         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10849         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10850
10851 2014-03-20  Pedro Alves  <palves@redhat.com>
10852
10853         PR breakpoints/7143
10854         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10855         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
10856         of gdb_test_multiple.
10857         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10858         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10859
10860 2014-03-20  Pedro Alves  <palves@redhat.com>
10861
10862         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10863         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10864
10865 2014-03-19  Pedro Alves  <palves@redhat.com>
10866
10867         * gdb.base/async.exp: Remove early return.
10868
10869 2014-03-19  Pedro Alves  <palves@redhat.com>
10870
10871         * gdb.base/async.exp (step& tests): Pass explicit test messages.
10872
10873 2014-03-19  Pedro Alves  <palves@redhat.com>
10874
10875         * gdb.base/async.exp (test_background): Expect \r\n after
10876         "completed." in the fail pattern.
10877
10878 2014-03-19  Pedro Alves  <palves@redhat.com>
10879
10880         * gdb.base/async.exp (test_background): New procedure.
10881         Use it for all background execution command tests.
10882
10883 2014-03-19  Pedro Alves  <palves@redhat.com>
10884
10885         * gdb.base/async.exp: Use prepare_for_testing.
10886
10887 2014-03-19  Pedro Alves  <palves@redhat.com>
10888
10889         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
10890         the same line.
10891
10892 2014-03-19  Pedro Alves  <palves@redhat.com>
10893
10894         * gdb.base/async.c (main): Add "jump here" and "until here" line
10895         marker comments.
10896         * gdb.base/async.exp (jump_here): New global.
10897         (jump& test): Use it.
10898         (until_here): New global.
10899         (until& test): Use it.
10900
10901 2014-03-19  Pedro Alves  <palves@redhat.com>
10902
10903         * gdb.base/async.exp: Don't frob gdb_protocol.
10904
10905 2014-03-18  Doug Evans  <xdje42@gmail.com>
10906
10907         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
10908         Fix spelling of exec-done-display.
10909
10910 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10911
10912         PR gdb/15358
10913         * gdb.base/gdb-sigterm.c: New file.
10914         * gdb.base/gdb-sigterm.exp: New file.
10915
10916 2014-03-18  Pedro Alves  <palves@redhat.com>
10917
10918         PR gdb/13860
10919         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10920         * lib/mi-support.exp (mi_expect_stop): Add special handling for
10921         solib-event.
10922
10923 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
10924
10925         * gdb.ada/pckd_arr_ren: New testcase.
10926
10927 2014-03-13  Doug Evans  <xdje42@gmail.com>
10928
10929         PR guile/16612
10930         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10931         collect after discarding symbols.
10932
10933 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
10934             Doug Evans  <xdje42@gmail.com>
10935
10936         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10937         to history survives a gc.
10938
10939 2014-03-13  Pedro Alves  <palves@redhat.com>
10940
10941         * gdb.base/default.exp: Don't test "target procfs".
10942
10943 2014-03-13  Pedro Alves  <palves@redhat.com>
10944
10945         * gdb.base/default.exp: Update "target child" and "target procfs"
10946         tests to not expect "Unix".
10947
10948 2014-03-12  Tom Tromey  <tromey@redhat.com>
10949
10950         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10951         New procs.  Add target-async tests.
10952         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10953         Add target-async tests.
10954
10955 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10956
10957         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10958         'func_start' and 'func_end' for the beginning and end of the
10959         function code, respectively.
10960         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10961         'func_end' instead of 'func' and 'main'.
10962
10963 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10964
10965         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10966         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10967         generate the debug info assembler source.
10968
10969 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10970
10971         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10972         * gdb.dwarf2/arr-subrange.exp: Likewise.
10973         * gdb.dwarf2/dwz.exp: Likewise.
10974         * gdb.dwarf2/method-ptr.exp: Likewise.
10975         * gdb.dwarf2/missing-sig-type.exp: Likewise.
10976         * gdb.dwarf2/subrange.exp: Likewise.
10977         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10978         * gdb.dwarf2/implptrpiece.exp: Likewise.
10979         * gdb.dwarf2/nostaticblock.exp: Likewise.
10980
10981 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10982
10983         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10984         directory to absolute path name arguments.
10985
10986 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
10987
10988         * gdb.ada/tagged_access: New testcase.
10989
10990 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
10991
10992         * gdb.btrace/data.exp: Update expected output.
10993
10994 2014-03-06  Yao Qi  <yao@codesourcery.com>
10995
10996         * gdb.trace/pr16508.exp: New file.
10997
10998 2014-03-05  Pedro Alves  <palves@redhat.com>
10999
11000         PR gdb/16575
11001         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11002         procedure.
11003         (top level): Adjust to use it.  Add tests that exercise breakpoint
11004         interaction with the code-cache.
11005
11006 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
11007
11008         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11009         test for 'history-append!'.
11010
11011 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
11012
11013         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11014         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11015         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11016         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11017         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11018         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11019
11020 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
11021
11022         * testsuite/gdb.python/py-pp-re-notag.c: New file.
11023         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11024         * testsuite/gdb.python/py-pp-re-notag.p: New file.
11025
11026 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
11027
11028         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11029
11030 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
11031
11032         * gdb.dwarf2/arr-stride.c: New file.
11033         * gdb.dwarf2/arr-stride.exp: New file.
11034
11035 2014-02-26  Pedro Alves  <palves@redhat.com>
11036
11037         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11038         that won't ever trigger.  Make sure that GDB reports the correct
11039         breakpoint that caused the stop.
11040
11041 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
11042
11043         PR gdb/16626
11044         * gdb.base/auto-load-script: New file.
11045         * gdb.base/auto-load.c: New file.
11046         * gdb.base/auto-load.exp: New file.
11047
11048         PR gdb/16626
11049         * gdb.base/auto-load.exp: Fix out-of-srctree run.
11050
11051 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
11052
11053         Fix dw2-icycle.exp -fsanitize=address GDB crash.
11054         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11055
11056 2014-02-24  Doug Evans  <dje@google.com>
11057
11058         * lib/gdb.exp (run_on_host): Log error output if program fails.
11059
11060 2014-02-21  Pedro Alves  <palves@redhat.com>
11061
11062         * gdb.threads/step-after-sr-lock.c: Rename to ...
11063         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11064         * gdb.threads/step-after-sr-lock.exp: Rename to ...
11065         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11066         ... this.
11067
11068 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11069
11070         PR tdep/16397
11071         * gdb.arch/amd64-stap-special-operands.exp: New file.
11072         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11073         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11074         * gdb.arch/amd64-stap-triplet.S: Likewise.
11075         * gdb.arch/amd64-stap-triplet.c: Likewise.
11076
11077 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
11078
11079         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11080         in .section pseudo-op.
11081
11082 2014-02-20  lin zuojian  <manjian2006@gmail.com>
11083             Joel Brobecker  <brobecker@adacore.com>
11084             Doug Evans  <xdje42@gmail.com>
11085
11086         PR symtab/16581
11087         * gdb.dwarf2/dw2-icycle.S: New file.
11088         * gdb.dwarf2/dw2-icycle.c: New file.
11089         * gdb.dwarf2/dw2-icycle.exp: New file.
11090
11091 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
11092
11093         * gdb.python/py-value-cc.cc: Improve test case to enable testing
11094         operations on gdb.Value objects.
11095         * gdb.python/py-value-cc.exp: Add new test to test operations on
11096         gdb.Value objects.
11097
11098 2014-02-18  Doug Evans  <dje@google.com>
11099
11100         * Makefile.in (TESTS): New variable.
11101         (expanded_tests, expanded_tests_or_none): New variables
11102         (check-single): Pass $(expanded_tests_or_none) to runtest.
11103         (check-parallel): Only run tests in $(TESTS) if non-empty.
11104         (check/no-matching-tests-found): New rule.
11105         * README: Document TESTS makefile variable.
11106
11107 2014-02-18  Doug Evans  <dje@google.com>
11108
11109         * Makefile.in (check-parallel): rm -rf outputs temp.
11110
11111 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11112
11113         Fix "ERROR: no fileid for" in the testsuite.
11114         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11115
11116 2014-02-12  Doug Evans  <dje@google.com>
11117
11118         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11119         (MISCELLANEOUS): New variable.
11120         (clean): rm -rf $(MISCELLANEOUS).
11121         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11122         dwp live in the same directory as symlinks, with each symlink pointed
11123         to a differently named file in a different directory.
11124
11125 2014-02-11  Doug Evans  <dje@google.com>
11126
11127         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11128         of Tcl file commands.
11129
11130 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
11131
11132         * gdb.threads/step-after-sr-lock.exp: Avoid executing
11133         "kill -SIGUSR1 -1".
11134
11135 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
11136
11137         * gdb.ada/tick_length_array_enum_idx: New testcase.
11138
11139 2014-02-10  Doug Evans  <xdje42@gmail.com>
11140
11141         * configure.ac (AC_OUTPUT): Add gdb.guile.
11142         * configure: Regenerate.
11143         * lib/gdb-guile.exp: New file.
11144         * lib/gdb.exp (get_target_charset): New function.
11145         * gdb.base/help.exp: Update expected output from "apropos apropos".
11146         * gdb.guile/Makefile.in: New file.
11147         * gdb.guile/guile.exp: New file.
11148         * gdb.guile/scm-arch.c: New file.
11149         * gdb.guile/scm-arch.exp: New file.
11150         * gdb.guile/scm-block.c: New file.
11151         * gdb.guile/scm-block.exp: New file.
11152         * gdb.guile/scm-breakpoint.c: New file.
11153         * gdb.guile/scm-breakpoint.exp: New file.
11154         * gdb.guile/scm-disasm.c: New file.
11155         * gdb.guile/scm-disasm.exp: New file.
11156         * gdb.guile/scm-equal.c: New file.
11157         * gdb.guile/scm-equal.exp: New file.
11158         * gdb.guile/scm-error.exp: New file.
11159         * gdb.guile/scm-error.scm: New file.
11160         * gdb.guile/scm-frame-args.c: New file.
11161         * gdb.guile/scm-frame-args.exp: New file.
11162         * gdb.guile/scm-frame-args.scm: New file.
11163         * gdb.guile/scm-frame-inline.c: New file.
11164         * gdb.guile/scm-frame-inline.exp: New file.
11165         * gdb.guile/scm-frame.c: New file.
11166         * gdb.guile/scm-frame.exp: New file.
11167         * gdb.guile/scm-generics.exp: New file.
11168         * gdb.guile/scm-gsmob.exp: New file.
11169         * gdb.guile/scm-iterator.c: New file.
11170         * gdb.guile/scm-iterator.exp: New file.
11171         * gdb.guile/scm-math.c: New file.
11172         * gdb.guile/scm-math.exp: New file.
11173         * gdb.guile/scm-objfile-script-gdb.in: New file.
11174         * gdb.guile/scm-objfile-script.c: New file.
11175         * gdb.guile/scm-objfile-script.exp: New file.
11176         * gdb.guile/scm-objfile.c: New file.
11177         * gdb.guile/scm-objfile.exp: New file.
11178         * gdb.guile/scm-ports.exp: New file.
11179         * gdb.guile/scm-pretty-print.c: New file.
11180         * gdb.guile/scm-pretty-print.exp: New file.
11181         * gdb.guile/scm-pretty-print.scm: New file.
11182         * gdb.guile/scm-section-script.c: New file.
11183         * gdb.guile/scm-section-script.exp: New file.
11184         * gdb.guile/scm-section-script.scm: New file.
11185         * gdb.guile/scm-symbol.c: New file.
11186         * gdb.guile/scm-symbol.exp: New file.
11187         * gdb.guile/scm-symtab-2.c: New file.
11188         * gdb.guile/scm-symtab.c: New file.
11189         * gdb.guile/scm-symtab.exp: New file.
11190         * gdb.guile/scm-type.c: New file.
11191         * gdb.guile/scm-type.exp: New file.
11192         * gdb.guile/scm-value-cc.cc: New file.
11193         * gdb.guile/scm-value-cc.exp: New file.
11194         * gdb.guile/scm-value.c: New file.
11195         * gdb.guile/scm-value.exp: New file.
11196         * gdb.guile/source2.scm: New file.
11197         * gdb.guile/types-module.cc: New file.
11198         * gdb.guile/types-module.exp: New file.
11199
11200 2014-02-10  Yao Qi  <yao@codesourcery.com>
11201
11202         PR testsuite/16543
11203         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11204         * configure: Regenerated.
11205         * Makefile.in: New file.
11206
11207 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
11208
11209         * gdb.python/py-framefilter.exp: Fix typo.
11210
11211 2014-02-08  Yao Qi  <yao@codesourcery.com>
11212
11213         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11214         that no =breakpoint-modified is emitted when breakpoints are
11215         modified through MI commands.
11216
11217 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
11218             Pedro Alves  <palves@redhat.com>
11219
11220         * gdb.threads/step-after-sr-lock.c: New file.
11221         * gdb.threads/step-after-sr-lock.exp: New file.
11222
11223 2014-02-07  Pedro Alves  <palves@redhat.com>
11224
11225         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11226
11227 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
11228
11229         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11230         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11231
11232 2014-02-06  Doug Evans  <xdje42@gmail.com>
11233
11234         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11235         output.
11236
11237         * gdb.gdb/python-interrupts.exp: New file.
11238
11239 2014-02-05  Yao Qi  <yao@codesourcery.com>
11240
11241         * gdb.trace/report.exp (use_collected_data): Test the output
11242         of "info threads" and "info inferiors".
11243
11244 2014-02-05  Yao Qi  <yao@codesourcery.com>
11245
11246         Revert this patch:
11247
11248         2013-05-24  Yao Qi  <yao@codesourcery.com>
11249
11250         * gdb.trace/tfile.exp: Test inferior and thread.
11251
11252 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11253
11254         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11255         on a function.
11256         * gdb.base/step-bt.c: Call hello via function pointer to make
11257         sure its first instruction is executed on powerpc64le-linux.
11258
11259 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11260
11261         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11262
11263 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11264
11265         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
11266         of the test patterns for use on little-endian systems.
11267
11268 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11269
11270         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11271         (decimal_vector): Fix for little-endian.
11272
11273 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
11274
11275         * gdb.arch/sparc-sysstep.exp: New file.
11276         * gdb.arch/sparc-sysstep.c: Likewise.
11277
11278         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11279
11280 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
11281
11282         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11283
11284 2014-01-23  Tom Tromey  <tromey@redhat.com>
11285
11286         * gdb.ada/array_char_idx: New testcase.
11287
11288 2014-01-23  Tom Tromey  <tromey@redhat.com>
11289
11290         PR python/16487:
11291         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11292         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11293         classes.
11294
11295 2014-01-23  Tom Tromey  <tromey@redhat.com>
11296
11297         PR python/16491:
11298         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11299         string from an inferior frame.
11300         * gdb.python/py-framefilter-mi.exp: Update.
11301
11302 2014-01-22  Doug Evans  <dje@google.com>
11303
11304         * gdb.server/server-mon.exp: Add tests for "set debug-format".
11305
11306 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11307
11308         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11309
11310 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11311
11312         * gdb.trace/entry-values.exp: Remove excess space character from
11313         regex patterns.  Handle s390 call instruction.
11314
11315 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11316
11317         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11318         define "*_start" label.  Make "name" static.
11319         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11320         ${name} by references to ${name}_start.
11321
11322 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11323
11324         * gdb.base/info-macros.exp: Remove "debug" from the compile
11325         options.
11326
11327 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11328
11329         * gdb.dlang/demangle.exp: New file.
11330
11331 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11332
11333         * gdb.dlang/primitive-types.exp: New file.
11334
11335 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11336
11337         * configure.ac: Create gdb.dlang/Makefile.
11338         * configure: Regenerate.
11339         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11340         * gdb.dlang/Makefile.in: New file.
11341         * lib/d-support.exp: New file.
11342         * lib/gdb.exp (skip_d_tests): New proc.
11343
11344 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11345
11346         * gdb.btrace/delta.exp: Check reverse stepi.
11347         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
11348         * gdb.btrace/finish.exp: New.
11349         * gdb.btrace/next.exp: New.
11350         * gdb.btrace/nexti.exp: New.
11351         * gdb.btrace/record_goto.c: Add comments.
11352         * gdb.btrace/step.exp: New.
11353         * gdb.btrace/stepi.exp: New.
11354         * gdb.btrace/multi-thread-step.c: New.
11355         * gdb.btrace/multi-thread-step.exp: New.
11356         * gdb.btrace/rn-dl-bind.c: New.
11357         * gdb.btrace/rn-dl-bind.exp: New.
11358         * gdb.btrace/data.c: New.
11359         * gdb.btrace/data.exp: New.
11360         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11361
11362 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11363
11364         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11365         * gdb.btrace/exception.exp: Update.
11366         * gdb.btrace/instruction_history.exp: Update.
11367         * gdb.btrace/record_goto.exp: Update.
11368         * gdb.btrace/tailcall.exp: Update.
11369         * gdb.btrace/unknown_functions.exp: Update.
11370         * gdb.btrace/delta.exp: New.
11371
11372 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11373
11374         * gdb.btrace/record_goto.exp: Add backtrace test.
11375         * gdb.btrace/tailcall.exp: Add backtrace test.
11376
11377 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11378
11379         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11380         * gdb.btrace/record_goto.c: New.
11381         * gdb.btrace/record_goto.exp: New.
11382         * gdb.btrace/x86-record_goto.S: New.
11383
11384 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11385
11386         * gdb.btrace/function_call_history.exp: Update tests.
11387         * gdb.btrace/instruction_history.exp: Update tests.
11388
11389 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11390
11391         * gdb.btrace/function_call_history.exp: Fix expected field
11392         order for "record function-call-history".
11393         Add new tests for "record function-call-history /c".
11394         * gdb.btrace/exception.cc: New.
11395         * gdb.btrace/exception.exp: New.
11396         * gdb.btrace/tailcall.exp: New.
11397         * gdb.btrace/x86-tailcall.S: New.
11398         * gdb.btrace/x86-tailcall.c: New.
11399         * gdb.btrace/unknown_functions.c: New.
11400         * gdb.btrace/unknown_functions.exp: New.
11401         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11402
11403 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11404
11405         * gdb.btrace/instruction_history.exp: Update.
11406         * gdb.btrace/function_call_history.exp: Update.
11407
11408 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11409
11410         * gdb.btrace/function_call_history.exp: Fix expected function
11411         trace.
11412         * gdb.btrace/instruction_history.exp: Initialize traced.
11413         Remove traced_functions.
11414
11415 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11416
11417         * gdb.btrace/function_call_history.exp: Update
11418         * gdb.btrace/instruction_history.exp: Update.
11419
11420 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11421
11422         * gdb.btrace/enable.exp: Update expected text.
11423
11424 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
11425
11426         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11427         bytes.
11428
11429 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
11430
11431         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11432
11433 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
11434
11435         * lib/gdb.exp (supports_process_record): Return true for
11436         arm*-linux*.  (supports_reverse): Likewise.
11437
11438 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
11439
11440         PR python/15464
11441         PR python/16113
11442         * gdb.python/py-type.c: Enhance test case.
11443         * gdb.python/py-value-cc.cc: Likewise
11444         * gdb.python/py-type.exp: Add new tests.
11445         * gdb.python/py-value-cc.exp: Likewise
11446
11447 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11448             Pedro Alves <palves@redhat.com>
11449
11450         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11451         Make "name" extern.
11452         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11453         references to ${name}_start by references to ${name}.
11454
11455 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
11456
11457         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11458
11459 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
11460
11461         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11462
11463 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
11464             Pedro Alves  <palves@redhat.com>
11465
11466         * gdb.mi/mi-info-os.exp: Connect to the target with
11467         mi_gdb_target_load.
11468
11469 2014-01-08  Pedro Alves  <palves@redhat.com>
11470
11471         * gdb.threads/reconnect-signal.c: New file.
11472         * gdb.threads/reconnect-signal.exp: New file.
11473
11474 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11475
11476         * gdb.base/source-dir.exp: New file.
11477
11478 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11479
11480         * gdb.ada/mi_interface: New testcase.
11481
11482 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11483
11484         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11485         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11486         gdb.ada/pp-rec-component/pck.ads: New files.
11487
11488 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11489
11490         * gdb.python/py-pp-integral.c: New file.
11491         * gdb.python/py-pp-integral.py: New file.
11492         * gdb.python/py-pp-integral.exp: New file.
11493
11494 For older changes see ChangeLog-1993-2013.
11495 \f
11496 ;; Local Variables:
11497 ;; mode: change-log
11498 ;; left-margin: 8
11499 ;; fill-column: 74
11500 ;; version-control: never
11501 ;; End:
11502
11503     Copyright 2014-2017 Free Software Foundation, Inc.
11504   Copying and distribution of this file, with or without modification,
11505   are permitted provided the copyright notice and this notice are preserved.