Make environ.exp run on all platforms (and create info-program.exp)
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
2
3         PR testsuite/8595
4         * gdb.base/environ.exp: Make test available in all architectures.
5         Move bits related to "info program" testing to
6         gdb.base/info-program.exp.  Rewrite tests to use the two new
7         procedures mentione below.
8         (test_set_show_env_var) New procedure.
9         (test_set_show_env_var_equal): Likewise.
10         * gdb.base/info-program.exp: New file.
11
12 2017-04-27  Keith Seitz  <keiths@redhat.com>
13
14         * gdb.cp/oranking.cc (test15): New function.
15         (main): Call test15 and declare additional variables for testing.
16         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
17         "p foo101('abc')" tests.
18         Add tests for cv qualifier overloads.
19         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
20         "lvalue reference overload" test.
21         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
22         "print value of f1 on Child&& in f2" test.
23
24 2017-04-19  Pedro Alves  <palves@redhat.com>
25
26         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
27         procedure.
28         (top level): Call it.
29         * lib/gdb.exp (gdb_define_cmd): New procedure.
30
31 2017-04-12  Pedro Alves  <palves@redhat.com>
32
33         PR gdb/21323
34         * gdb.cp/wide_char_types.c: Include <wchar.h>.
35         (wchar): New global.
36         * gdb.cp/wide_char_types.exp (wide_char_types_program)
37         (do_test_wide_char, wide_char_types_no_program, top level): Add
38         wchar_t testing.
39
40 2017-04-12  Pedro Alves  <palves@redhat.com>
41
42         PR c++/21323
43         * gdb.cp/wide_char_types.c: New file.
44         * gdb.cp/wide_char_types.exp: New file.
45
46 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
47
48         PR gdb/21352
49         * gdb.trace/tsv.exp: Add test for "tsave -r".
50
51 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
52
53         * gdb.dlang/watch-loc.c: New file.
54         * gdb.dlang/watch-loc.exp: New file.
55
56 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
57
58         * gdb.python/py-section-script.exp (sepdebug): New testcases.
59
60 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
61
62         * gdb.arch/arc-analyze-prologue.S: New file.
63         * gdb.arch/arc-analyze-prologue.exp: Likewise.
64
65 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
66
67         * gdb.arch/arc-decode-insn.S: New file.
68         * gdb.arch/arc-decode-insn.exp: Likewise.
69
70 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
71
72         PR tdep/20928
73         * gdb.arch/sparc64-regs.exp: New file.
74         * gdb.arch/sparc64-regs.S: Likewise.
75
76 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
77
78         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
79         and memory view on Python 3.
80
81 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
82             Keith Seitz  <keiths@redhat.com>
83
84         PR gdb/14441
85         * gdb.cp/demangle.exp: Add rvalue reference tests.
86         * gdb.cp/rvalue-ref-casts.cc: New file.
87         * gdb.cp/rvalue-ref-casts.exp: New file.
88         * gdb.cp/rvalue-ref-overload.cc: New file.
89         * gdb.cp/rvalue-ref-overload.exp: New file.
90         * gdb.cp/rvalue-ref-params.cc: New file.
91         * gdb.cp/rvalue-ref-params.exp: New file.
92         * gdb.cp/rvalue-ref-sizeof.cc: New file.
93         * gdb.cp/rvalue-ref-sizeof.exp: New file.
94         * gdb.cp/rvalue-ref-types.cc: New file.
95         * gdb.cp/rvalue-ref-types.exp: New file.
96         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
97         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
98
99 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
100
101         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
102         New procedure.
103
104 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
105
106         * lib/mi-support.exp (mi_gdb_test): Add additional message
107         for unexpected output.
108
109 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
110
111         * gdb.base/examine-backward.c (Barrier): New character array
112         constant, to ensure that TestStrings is preceded by a string
113         terminator.
114
115 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
116
117         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
118         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
119         and implicit pointer into such a location.
120
121 2017-03-16  Doug Evans  <dje@google.com>
122
123         * gdb.python/py-lazy-string (pointer): Really add new typedef.
124
125 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
126
127         * gdb.cp/m-static.exp: Fix expectation for prototype of
128         test5.single_constructor and single_constructor::single_constructor.
129
130 2017-03-16  Doug Evans  <dje@google.com>
131
132         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
133         * gdb.guile/scm-lazy-string.c: New file.
134         * gdb.guile/scm-value.exp: Move lazy string tests to ...
135         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
136         for pointer, array, typedef lazy strings.
137
138 2017-03-16  Doug Evans  <dje@google.com>
139
140         PR python/17728, python/18439, python/18779
141         * gdb.python/py-value.c (main) Delete locals sptr, sn.
142         * gdb.python/py-lazy-string.c (pointer): New typedef.
143         (main): New locals ptr, array, typedef_ptr.
144         * gdb.python/py-value.exp: Move lazy string tests to ...
145         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
146         array, typedef lazy strings.
147
148 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
149
150         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
151           Add optional 'test' parameter.
152
153 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
154
155         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
156         Skip for versions of DejaGnu < 1.5.
157
158 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
159
160         * lib/gdb.exp (dejagnu_version): New proc.
161         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
162         Use dejagnu_version.
163
164 2017-03-10  Keith Seitz  <keiths@redhat.com>
165
166         PR c++/8128
167         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
168         type from destructor regexps.
169         Add a branch which actually passes the test.
170         Adjust "ptype t5i" test names.
171
172 2017-03-08  Pedro Alves  <palves@redhat.com>
173
174         * gdb.base/step-over-exit.exp: Add explicit test message.
175
176 2017-03-08  Pedro Alves  <palves@redhat.com>
177
178         PR gdb/18360
179         * gdb.threads/interrupt-while-step-over.c: New file.
180         * gdb.threads/interrupt-while-step-over.exp: New file.
181
182 2017-03-08  Pedro Alves  <palves@redhat.com>
183
184         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
185         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
186
187 2017-03-08  Pedro Alves  <palves@redhat.com>
188
189         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
190         PKRU as not supported as a PASS.
191
192 2017-03-08  Pedro Alves  <palves@redhat.com>
193
194         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
195         prefix instead of $binfile1/$binfile2.
196         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
197         in test message.
198         * gdb.python/py-completion.exp: Use "load python file" as test
199         messages instead of unstable path names.
200
201 2017-03-08  Pedro Alves  <palves@redhat.com>
202             Jan Kratochvil  <jan.kratochvil@redhat.com>
203
204         PR cli/21218
205         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
206         New proc.
207         (top level): Call it.
208
209 2017-03-08  Pedro Alves  <palves@redhat.com>
210
211         PR tui/21216
212         * gdb.tui/tui-nl-filtered-output.exp: New file.
213
214 2017-03-08  Pedro Alves  <palves@redhat.com>
215
216         * gdb.base/completion.exp: Move TUI completion tests to ...
217         * gdb.tui/completion.exp: ... this new file.
218
219 2017-03-08  Pedro Alves  <palves@redhat.com>
220
221         * gdb.base/tui-disasm-long-lines.c,
222         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
223         gdb.base/tui-layout.exp: Move to ...
224         * gdb.tui/: ... this new directory.
225
226 2017-03-07  Pedro Alves  <palves@redhat.com>
227
228         * gdb.base/tui-layout.c: New file.
229         * gdb.base/tui-layout.exp: New file.
230
231 2017-03-07  Pedro Alves  <palves@redhat.com>
232
233         * gdb.base/tui-layout.c: Rename to ...
234         * gdb.base/tui-disasm-long-lines.c: ... this.
235         * gdb.base/tui-layout.exp: Rename to ...
236         * gdb.base/tui-disasm-long-lines.exp: ... this.
237
238 2017-03-07  Pedro Alves  <palves@redhat.com>
239
240         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
241
242 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
243
244         * i386-mpx-call.c: New file.
245         * i386-mpx-call.exp: New file.
246
247 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
248
249         * gdb.arch/powerpc-power.exp: Delete test.
250         * gdb.arch/powerpc-power.s: Likewise.
251         * gdb.disasm/disassembler-options.exp: New test.
252         * gdb.arch/powerpc-altivec.exp: Likewise.
253         * gdb.arch/powerpc-altivec.s: Likewise.
254         * gdb.arch/powerpc-altivec2.exp: Likewise.
255         * gdb.arch/powerpc-altivec2.s: Likewise.
256         * gdb.arch/powerpc-altivec3.exp: Likewise.
257         * gdb.arch/powerpc-altivec3.s: Likewise.
258         * gdb.arch/powerpc-power7.exp: Likewise.
259         * gdb.arch/powerpc-power7.s: Likewise.
260         * gdb.arch/powerpc-power8.exp: Likewise.
261         * gdb.arch/powerpc-power8.s: Likewise.
262         * gdb.arch/powerpc-power9.exp: Likewise.
263         * gdb.arch/powerpc-power9.s: Likewise.
264         * gdb.arch/powerpc-vsx.exp: Likewise.
265         * gdb.arch/powerpc-vsx.s: Likewise.
266         * gdb.arch/powerpc-vsx2.exp: Likewise.
267         * gdb.arch/powerpc-vsx2.s: Likewise.
268         * gdb.arch/powerpc-vsx3.exp: Likewise.
269         * gdb.arch/powerpc-vsx3.s: Likewise.
270         * gdb.arch/arm-disassembler-options.exp: Likewise.
271         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
272         * gdb.arch/s390-disassembler-options.exp: Likewise.
273
274 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
275
276         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
277         (check_supported_features): ... this. Changed return type to void.
278         (supports_rdseed): New static global.
279         (rdseed): Check supports_rdseed.
280         (initialize): Call check_supported_features.
281
282 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
283
284         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
285         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
286         and lqarx/stqcx.
287         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
288         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
289
290 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
291
292         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
293         uppercase.
294
295 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
296
297         * gdb.dwarf2/formdata16.c: New file.
298         * gdb.dwarf2/formdata16.exp: New file.
299         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
300
301 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
302
303         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
304         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
305         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
306         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
307         DW_AT_GNU_*.
308
309 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
310
311         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
312
313 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
314
315         PR gdb/21164
316         * gdb.base/maint.exp: Add testcases for when the commands do
317         not have arguments.
318
319 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
320
321         * gdb.cp/chained-calls.exp: Use p instead of P.
322
323 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
324
325         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
326         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
327
328 2017-02-14  Tom Tromey  <tom@tromey.com>
329
330         PR python/13598:
331         * gdb.python/py-events.exp: Add before_prompt event tests.
332
333 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
334
335         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
336
337 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
338
339         * gdb.linespec/explicit.c (my_unique_function_name): New function.
340         (main): Call my_unique_function_name.
341         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
342         completion of patterns with a single match.
343         Add missing -re switches to gdb_test_multiple calls.
344
345 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
346
347         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
348         return if core file is not recognized.
349
350 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
351
352         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
353         and extra UIs.
354
355 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
356
357         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
358         proc_with_prefix.
359
360 2017-02-10  Tom Tromey  <tom@tromey.com>
361
362         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
363
364 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
365
366         PR gdb/21122
367         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
368
369 2017-02-08  Jerome Guitton  <guitton@adacore.com>
370
371         * gdb.base/define.exp: Add test for command abbreviations
372         in define.
373
374 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
375
376         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
377         * gdb.reverse/insn-reverse-x86.c: New file.
378
379 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
380
381         PR tdep/20936
382         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
383
384 2017-02-03  Tom Tromey  <tom@tromey.com>
385
386         PR rust/21097:
387         * gdb.rust/simple.exp: Add new tests.
388
389 2017-02-02  Pedro Alves  <palves@redhat.com>
390
391         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
392         tests.
393
394 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
395
396         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
397         taking a 2-byte value out of a 4-byte DWARF implicit value on
398         big-endian targets.
399         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
400         logic.  Add test cases for DW_OP_implicit.
401
402 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
403
404         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
405
406 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
407
408         * gdb.btrace/enable.exp: Call gdb_exit before
409         skip_gdbserver_tests.
410
411 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
412
413         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
414         GDBFLAGS.
415
416 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
417
418         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
419         the test is skipped.
420         * gdb.btrace/data.exp: Likewise.
421         * gdb.btrace/delta.exp: Likewise.
422         * gdb.btrace/dlopen.exp: Likewise.
423         * gdb.btrace/enable-running.exp: Likewise.
424         * gdb.btrace/enable.exp: Likewise.
425         * gdb.btrace/exception.exp: Likewise.
426         * gdb.btrace/function_call_history.exp: Likewise.
427         * gdb.btrace/gcore.exp: Likewise.
428         * gdb.btrace/instruction_history.exp: Likewise.
429         * gdb.btrace/multi-thread-step.exp: Likewise.
430         * gdb.btrace/nohist.exp: Likewise.
431         * gdb.btrace/non-stop.exp: Likewise.
432         * gdb.btrace/reconnect.exp: Likewise.
433         * gdb.btrace/record_goto-step.exp: Likewise.
434         * gdb.btrace/record_goto.exp: Likewise.
435         * gdb.btrace/rn-dl-bind.exp: Likewise.
436         * gdb.btrace/segv.exp: Likewise.
437         * gdb.btrace/step.exp: Likewise.
438         * gdb.btrace/stepi.exp: Likewise.
439         * gdb.btrace/tailcall-only.exp: Likewise.
440         * gdb.btrace/tailcall.exp: Likewise.
441         * gdb.btrace/tsx.exp: Likewise.
442         * gdb.btrace/unknown_functions.exp: Likewise.
443         * gdb.btrace/vdso.exp: Likewise.
444
445 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
446
447         * gdb.btrace/enable-running.c: New.
448         * gdb.btrace/enable-running.exp: New.
449
450 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
451
452         * gdb.arch/amd64-gs_base.c: New file.
453         * gdb.arch/amd64-gs_base.exp: New file.
454
455 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
456
457         * lib/memory.exp: Remove spurious empty newlines.
458
459 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
460
461         * gdb.python/py-bad-printers.exp: Load python file using "source".
462         * gdb.python/py-events.exp: Likewise.
463         * gdb.python/py-evsignal.exp: Likewise.
464         * gdb.python/py-evthreads.exp: Likewise.
465         * gdb.python/py-frame-args.exp: Likewise.
466         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
467         * gdb.python/py-framefilter-mi.exp: Likewise.
468         * gdb.python/py-framefilter.exp: Likewise.
469         * gdb.python/py-mi.exp: Likewise.
470         * gdb.python/py-pp-maint.exp: Likewise.
471         * gdb.python/py-pp-registration.exp: Likewise.
472         * gdb.python/py-prettyprint.exp: Likewise.
473         (run_lang_tests): Likewise.
474         * gdb.python/py-typeprint.exp: Likewise.
475
476 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
477
478         * lib/memory.exp: New file.
479         * lib/gdb.exp: Load memory.exp.
480         * gdb.base/memattr.exp (delete_memory): Move proc to
481         lib/memory.exp and rename to delete_memory_regions.
482         Replace delete_memory with delete_memory_regions.
483         Cleanup memory regions before tests.
484         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
485         before tests.
486
487 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
488
489         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
490         files.
491         (initialize): New function conditionally defined.
492         (testcases): Move within conditional block.
493         (main): Call initialize.
494         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
495         of gdb.reverse/insn-reverse.c.
496         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
497         gdb.reverse/insn-reverse.c.
498
499 2017-01-26  Yao Qi  <yao.qi@linaro.org>
500
501         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
502         disassemble on address 0.
503
504 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
505             Yao Qi  <yao.qi@linaro.org>
506
507         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
508         * gdb.dwarf2/implptr-64bit.S: Remove.
509         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
510         variables in caller's context.  Add DW_OP_implicit_value.
511
512 2017-01-25  Yao Qi  <yao.qi@linaro.org>
513
514         * lib/dwarf.exp (Dwarf::_location): Handle
515         DW_OP_GNU_implicit_pointer with proper size.
516
517 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
518
519         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
520         and add untested calls.
521
522 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
523
524         * gdb.python/python.exp: Check line number against what GDB thinks
525         the line number is for func1.
526
527 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
528
529         * gdb.dlang/debug-expr.exp: New file.
530
531 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
532
533         Fix test names for the following files:
534
535         * gdb.ada/exec_changed.exp
536         * gdb.ada/info_types.exp
537         * gdb.arch/aarch64-atomic-inst.exp
538         * gdb.arch/aarch64-fp.exp
539         * gdb.arch/altivec-abi.exp
540         * gdb.arch/altivec-regs.exp
541         * gdb.arch/amd64-byte.exp
542         * gdb.arch/amd64-disp-step.exp
543         * gdb.arch/amd64-dword.exp
544         * gdb.arch/amd64-entry-value-inline.exp
545         * gdb.arch/amd64-entry-value-param.exp
546         * gdb.arch/amd64-entry-value-paramref.exp
547         * gdb.arch/amd64-entry-value.exp
548         * gdb.arch/amd64-i386-address.exp
549         * gdb.arch/amd64-invalid-stack-middle.exp
550         * gdb.arch/amd64-invalid-stack-top.exp
551         * gdb.arch/amd64-optimout-repeat.exp
552         * gdb.arch/amd64-prologue-skip.exp
553         * gdb.arch/amd64-prologue-xmm.exp
554         * gdb.arch/amd64-stap-special-operands.exp
555         * gdb.arch/amd64-stap-wrong-subexp.exp
556         * gdb.arch/amd64-tailcall-cxx.exp
557         * gdb.arch/amd64-tailcall-noret.exp
558         * gdb.arch/amd64-tailcall-ret.exp
559         * gdb.arch/amd64-tailcall-self.exp
560         * gdb.arch/amd64-word.exp
561         * gdb.arch/arm-bl-branch-dest.exp
562         * gdb.arch/arm-disp-step.exp
563         * gdb.arch/arm-neon.exp
564         * gdb.arch/arm-single-step-kernel-helper.exp
565         * gdb.arch/avr-flash-qualifier.exp
566         * gdb.arch/disp-step-insn-reloc.exp
567         * gdb.arch/e500-abi.exp
568         * gdb.arch/e500-regs.exp
569         * gdb.arch/ftrace-insn-reloc.exp
570         * gdb.arch/i386-avx512.exp
571         * gdb.arch/i386-bp_permanent.exp
572         * gdb.arch/i386-byte.exp
573         * gdb.arch/i386-cfi-notcurrent.exp
574         * gdb.arch/i386-disp-step.exp
575         * gdb.arch/i386-dr3-watch.exp
576         * gdb.arch/i386-float.exp
577         * gdb.arch/i386-gnu-cfi.exp
578         * gdb.arch/i386-mpx-map.exp
579         * gdb.arch/i386-mpx-sigsegv.exp
580         * gdb.arch/i386-mpx-simple_segv.exp
581         * gdb.arch/i386-mpx.exp
582         * gdb.arch/i386-permbkpt.exp
583         * gdb.arch/i386-prologue.exp
584         * gdb.arch/i386-signal.exp
585         * gdb.arch/i386-size-overlap.exp
586         * gdb.arch/i386-unwind.exp
587         * gdb.arch/i386-word.exp
588         * gdb.arch/mips-fcr.exp
589         * gdb.arch/powerpc-d128-regs.exp
590         * gdb.arch/powerpc-stackless.exp
591         * gdb.arch/ppc64-atomic-inst.exp
592         * gdb.arch/s390-stackless.exp
593         * gdb.arch/s390-tdbregs.exp
594         * gdb.arch/s390-vregs.exp
595         * gdb.arch/sparc-sysstep.exp
596         * gdb.arch/thumb-bx-pc.exp
597         * gdb.arch/thumb-singlestep.exp
598         * gdb.arch/thumb2-it.exp
599         * gdb.arch/vsx-regs.exp
600         * gdb.asm/asm-source.exp
601         * gdb.base/a2-run.exp
602         * gdb.base/advance.exp
603         * gdb.base/all-bin.exp
604         * gdb.base/anon.exp
605         * gdb.base/args.exp
606         * gdb.base/arithmet.exp
607         * gdb.base/async-shell.exp
608         * gdb.base/async.exp
609         * gdb.base/attach-pie-noexec.exp
610         * gdb.base/attach-twice.exp
611         * gdb.base/auto-load.exp
612         * gdb.base/bang.exp
613         * gdb.base/bitfields.exp
614         * gdb.base/break-always.exp
615         * gdb.base/break-caller-line.exp
616         * gdb.base/break-entry.exp
617         * gdb.base/break-inline.exp
618         * gdb.base/break-on-linker-gcd-function.exp
619         * gdb.base/break-probes.exp
620         * gdb.base/break.exp
621         * gdb.base/breakpoint-shadow.exp
622         * gdb.base/call-ar-st.exp
623         * gdb.base/call-sc.exp
624         * gdb.base/call-signal-resume.exp
625         * gdb.base/call-strs.exp
626         * gdb.base/callfuncs.exp
627         * gdb.base/catch-fork-static.exp
628         * gdb.base/catch-gdb-caused-signals.exp
629         * gdb.base/catch-load.exp
630         * gdb.base/catch-signal-fork.exp
631         * gdb.base/catch-signal.exp
632         * gdb.base/catch-syscall.exp
633         * gdb.base/charset.exp
634         * gdb.base/checkpoint.exp
635         * gdb.base/chng-syms.exp
636         * gdb.base/code-expr.exp
637         * gdb.base/code_elim.exp
638         * gdb.base/commands.exp
639         * gdb.base/completion.exp
640         * gdb.base/complex.exp
641         * gdb.base/cond-expr.exp
642         * gdb.base/condbreak.exp
643         * gdb.base/consecutive.exp
644         * gdb.base/continue-all-already-running.exp
645         * gdb.base/coredump-filter.exp
646         * gdb.base/corefile.exp
647         * gdb.base/dbx.exp
648         * gdb.base/debug-expr.exp
649         * gdb.base/define.exp
650         * gdb.base/del.exp
651         * gdb.base/disabled-location.exp
652         * gdb.base/disasm-end-cu.exp
653         * gdb.base/disasm-optim.exp
654         * gdb.base/display.exp
655         * gdb.base/duplicate-bp.exp
656         * gdb.base/ena-dis-br.exp
657         * gdb.base/ending-run.exp
658         * gdb.base/enumval.exp
659         * gdb.base/environ.exp
660         * gdb.base/eu-strip-infcall.exp
661         * gdb.base/eval-avoid-side-effects.exp
662         * gdb.base/eval-skip.exp
663         * gdb.base/exitsignal.exp
664         * gdb.base/expand-psymtabs.exp
665         * gdb.base/filesym.exp
666         * gdb.base/find-unmapped.exp
667         * gdb.base/finish.exp
668         * gdb.base/float.exp
669         * gdb.base/foll-exec-mode.exp
670         * gdb.base/foll-exec.exp
671         * gdb.base/foll-fork.exp
672         * gdb.base/fortran-sym-case.exp
673         * gdb.base/freebpcmd.exp
674         * gdb.base/func-ptr.exp
675         * gdb.base/func-ptrs.exp
676         * gdb.base/funcargs.exp
677         * gdb.base/gcore-buffer-overflow.exp
678         * gdb.base/gcore-relro-pie.exp
679         * gdb.base/gcore-relro.exp
680         * gdb.base/gcore.exp
681         * gdb.base/gdb1090.exp
682         * gdb.base/gdb11530.exp
683         * gdb.base/gdb11531.exp
684         * gdb.base/gdb1821.exp
685         * gdb.base/gdbindex-stabs.exp
686         * gdb.base/gdbvars.exp
687         * gdb.base/hbreak.exp
688         * gdb.base/hbreak2.exp
689         * gdb.base/included.exp
690         * gdb.base/infcall-input.exp
691         * gdb.base/inferior-died.exp
692         * gdb.base/infnan.exp
693         * gdb.base/info-macros.exp
694         * gdb.base/info-os.exp
695         * gdb.base/info-proc.exp
696         * gdb.base/info-shared.exp
697         * gdb.base/info-target.exp
698         * gdb.base/infoline.exp
699         * gdb.base/interp.exp
700         * gdb.base/interrupt.exp
701         * gdb.base/jit-reader.exp
702         * gdb.base/jit-simple.exp
703         * gdb.base/kill-after-signal.exp
704         * gdb.base/kill-detach-inferiors-cmd.exp
705         * gdb.base/label.exp
706         * gdb.base/langs.exp
707         * gdb.base/ldbl_e308.exp
708         * gdb.base/line-symtabs.exp
709         * gdb.base/linespecs.exp
710         * gdb.base/list.exp
711         * gdb.base/long_long.exp
712         * gdb.base/longest-types.exp
713         * gdb.base/maint.exp
714         * gdb.base/max-value-size.exp
715         * gdb.base/memattr.exp
716         * gdb.base/mips_pro.exp
717         * gdb.base/morestack.exp
718         * gdb.base/moribund-step.exp
719         * gdb.base/multi-forks.exp
720         * gdb.base/nested-addr.exp
721         * gdb.base/nextoverexit.exp
722         * gdb.base/noreturn-finish.exp
723         * gdb.base/noreturn-return.exp
724         * gdb.base/nostdlib.exp
725         * gdb.base/offsets.exp
726         * gdb.base/opaque.exp
727         * gdb.base/pc-fp.exp
728         * gdb.base/permissions.exp
729         * gdb.base/print-symbol-loading.exp
730         * gdb.base/prologue-include.exp
731         * gdb.base/psymtab.exp
732         * gdb.base/ptype.exp
733         * gdb.base/random-signal.exp
734         * gdb.base/randomize.exp
735         * gdb.base/range-stepping.exp
736         * gdb.base/readline-ask.exp
737         * gdb.base/recpar.exp
738         * gdb.base/recurse.exp
739         * gdb.base/relational.exp
740         * gdb.base/restore.exp
741         * gdb.base/return-nodebug.exp
742         * gdb.base/return.exp
743         * gdb.base/run-after-attach.exp
744         * gdb.base/save-bp.exp
745         * gdb.base/scope.exp
746         * gdb.base/sect-cmd.exp
747         * gdb.base/set-lang-auto.exp
748         * gdb.base/set-noassign.exp
749         * gdb.base/setvar.exp
750         * gdb.base/sigall.exp
751         * gdb.base/sigbpt.exp
752         * gdb.base/siginfo-addr.exp
753         * gdb.base/siginfo-infcall.exp
754         * gdb.base/siginfo-obj.exp
755         * gdb.base/siginfo.exp
756         * gdb.base/signals-state-child.exp
757         * gdb.base/signest.exp
758         * gdb.base/sigstep.exp
759         * gdb.base/sizeof.exp
760         * gdb.base/skip.exp
761         * gdb.base/solib-corrupted.exp
762         * gdb.base/solib-nodir.exp
763         * gdb.base/solib-search.exp
764         * gdb.base/stack-checking.exp
765         * gdb.base/stale-infcall.exp
766         * gdb.base/stap-probe.exp
767         * gdb.base/start.exp
768         * gdb.base/step-break.exp
769         * gdb.base/step-bt.exp
770         * gdb.base/step-line.exp
771         * gdb.base/step-over-exit.exp
772         * gdb.base/step-over-syscall.exp
773         * gdb.base/step-resume-infcall.exp
774         * gdb.base/step-test.exp
775         * gdb.base/store.exp
776         * gdb.base/structs3.exp
777         * gdb.base/sym-file.exp
778         * gdb.base/symbol-without-target_section.exp
779         * gdb.base/term.exp
780         * gdb.base/testenv.exp
781         * gdb.base/ui-redirect.exp
782         * gdb.base/until.exp
783         * gdb.base/unwindonsignal.exp
784         * gdb.base/value-double-free.exp
785         * gdb.base/vla-datatypes.exp
786         * gdb.base/vla-ptr.exp
787         * gdb.base/vla-sideeffect.exp
788         * gdb.base/volatile.exp
789         * gdb.base/watch-cond-infcall.exp
790         * gdb.base/watch-cond.exp
791         * gdb.base/watch-non-mem.exp
792         * gdb.base/watch-read.exp
793         * gdb.base/watch-vfork.exp
794         * gdb.base/watchpoint-cond-gone.exp
795         * gdb.base/watchpoint-delete.exp
796         * gdb.base/watchpoint-hw-hit-once.exp
797         * gdb.base/watchpoint-hw.exp
798         * gdb.base/watchpoint-stops-at-right-insn.exp
799         * gdb.base/watchpoints.exp
800         * gdb.base/wchar.exp
801         * gdb.base/whatis-exp.exp
802         * gdb.btrace/buffer-size.exp
803         * gdb.btrace/data.exp
804         * gdb.btrace/delta.exp
805         * gdb.btrace/dlopen.exp
806         * gdb.btrace/enable.exp
807         * gdb.btrace/exception.exp
808         * gdb.btrace/function_call_history.exp
809         * gdb.btrace/gcore.exp
810         * gdb.btrace/instruction_history.exp
811         * gdb.btrace/nohist.exp
812         * gdb.btrace/reconnect.exp
813         * gdb.btrace/record_goto-step.exp
814         * gdb.btrace/record_goto.exp
815         * gdb.btrace/rn-dl-bind.exp
816         * gdb.btrace/segv.exp
817         * gdb.btrace/step.exp
818         * gdb.btrace/stepi.exp
819         * gdb.btrace/tailcall-only.exp
820         * gdb.btrace/tailcall.exp
821         * gdb.btrace/tsx.exp
822         * gdb.btrace/unknown_functions.exp
823         * gdb.btrace/vdso.exp
824         * gdb.compile/compile-ifunc.exp
825         * gdb.compile/compile-ops.exp
826         * gdb.compile/compile-print.exp
827         * gdb.compile/compile-setjmp.exp
828         * gdb.cp/abstract-origin.exp
829         * gdb.cp/ambiguous.exp
830         * gdb.cp/annota2.exp
831         * gdb.cp/annota3.exp
832         * gdb.cp/anon-ns.exp
833         * gdb.cp/anon-struct.exp
834         * gdb.cp/anon-union.exp
835         * gdb.cp/arg-reference.exp
836         * gdb.cp/baseenum.exp
837         * gdb.cp/bool.exp
838         * gdb.cp/breakpoint.exp
839         * gdb.cp/bs15503.exp
840         * gdb.cp/call-c.exp
841         * gdb.cp/casts.exp
842         * gdb.cp/chained-calls.exp
843         * gdb.cp/class2.exp
844         * gdb.cp/classes.exp
845         * gdb.cp/cmpd-minsyms.exp
846         * gdb.cp/converts.exp
847         * gdb.cp/cp-relocate.exp
848         * gdb.cp/cpcompletion.exp
849         * gdb.cp/cpexprs.exp
850         * gdb.cp/cplabel.exp
851         * gdb.cp/cplusfuncs.exp
852         * gdb.cp/cpsizeof.exp
853         * gdb.cp/ctti.exp
854         * gdb.cp/derivation.exp
855         * gdb.cp/destrprint.exp
856         * gdb.cp/dispcxx.exp
857         * gdb.cp/enum-class.exp
858         * gdb.cp/exception.exp
859         * gdb.cp/exceptprint.exp
860         * gdb.cp/expand-psymtabs-cxx.exp
861         * gdb.cp/expand-sals.exp
862         * gdb.cp/extern-c.exp
863         * gdb.cp/filename.exp
864         * gdb.cp/formatted-ref.exp
865         * gdb.cp/fpointer.exp
866         * gdb.cp/gdb1355.exp
867         * gdb.cp/gdb2495.exp
868         * gdb.cp/hang.exp
869         * gdb.cp/impl-this.exp
870         * gdb.cp/infcall-dlopen.exp
871         * gdb.cp/inherit.exp
872         * gdb.cp/iostream.exp
873         * gdb.cp/koenig.exp
874         * gdb.cp/local.exp
875         * gdb.cp/m-data.exp
876         * gdb.cp/m-static.exp
877         * gdb.cp/mb-ctor.exp
878         * gdb.cp/mb-inline.exp
879         * gdb.cp/mb-templates.exp
880         * gdb.cp/member-name.exp
881         * gdb.cp/member-ptr.exp
882         * gdb.cp/meth-typedefs.exp
883         * gdb.cp/method.exp
884         * gdb.cp/method2.exp
885         * gdb.cp/minsym-fallback.exp
886         * gdb.cp/misc.exp
887         * gdb.cp/namelessclass.exp
888         * gdb.cp/namespace-enum.exp
889         * gdb.cp/namespace-nested-import.exp
890         * gdb.cp/namespace.exp
891         * gdb.cp/nextoverthrow.exp
892         * gdb.cp/no-dmgl-verbose.exp
893         * gdb.cp/non-trivial-retval.exp
894         * gdb.cp/noparam.exp
895         * gdb.cp/nsdecl.exp
896         * gdb.cp/nsimport.exp
897         * gdb.cp/nsnested.exp
898         * gdb.cp/nsnoimports.exp
899         * gdb.cp/nsrecurs.exp
900         * gdb.cp/nsstress.exp
901         * gdb.cp/nsusing.exp
902         * gdb.cp/operator.exp
903         * gdb.cp/oranking.exp
904         * gdb.cp/overload-const.exp
905         * gdb.cp/overload.exp
906         * gdb.cp/ovldbreak.exp
907         * gdb.cp/ovsrch.exp
908         * gdb.cp/paren-type.exp
909         * gdb.cp/parse-lang.exp
910         * gdb.cp/pass-by-ref.exp
911         * gdb.cp/pr-1023.exp
912         * gdb.cp/pr-1210.exp
913         * gdb.cp/pr-574.exp
914         * gdb.cp/pr10687.exp
915         * gdb.cp/pr12028.exp
916         * gdb.cp/pr17132.exp
917         * gdb.cp/pr17494.exp
918         * gdb.cp/pr9067.exp
919         * gdb.cp/pr9167.exp
920         * gdb.cp/pr9631.exp
921         * gdb.cp/printmethod.exp
922         * gdb.cp/psmang.exp
923         * gdb.cp/psymtab-parameter.exp
924         * gdb.cp/ptype-cv-cp.exp
925         * gdb.cp/ptype-flags.exp
926         * gdb.cp/re-set-overloaded.exp
927         * gdb.cp/ref-types.exp
928         * gdb.cp/rtti.exp
929         * gdb.cp/scope-err.exp
930         * gdb.cp/shadow.exp
931         * gdb.cp/smartp.exp
932         * gdb.cp/static-method.exp
933         * gdb.cp/static-print-quit.exp
934         * gdb.cp/temargs.exp
935         * gdb.cp/templates.exp
936         * gdb.cp/try_catch.exp
937         * gdb.cp/typedef-operator.exp
938         * gdb.cp/typeid.exp
939         * gdb.cp/userdef.exp
940         * gdb.cp/using-crash.exp
941         * gdb.cp/var-tag.exp
942         * gdb.cp/virtbase.exp
943         * gdb.cp/virtfunc.exp
944         * gdb.cp/virtfunc2.exp
945         * gdb.cp/vla-cxx.exp
946         * gdb.disasm/t01_mov.exp
947         * gdb.disasm/t02_mova.exp
948         * gdb.disasm/t03_add.exp
949         * gdb.disasm/t04_sub.exp
950         * gdb.disasm/t05_cmp.exp
951         * gdb.disasm/t06_ari2.exp
952         * gdb.disasm/t07_ari3.exp
953         * gdb.disasm/t08_or.exp
954         * gdb.disasm/t09_xor.exp
955         * gdb.disasm/t10_and.exp
956         * gdb.disasm/t11_logs.exp
957         * gdb.disasm/t12_bit.exp
958         * gdb.disasm/t13_otr.exp
959         * gdb.dlang/circular.exp
960         * gdb.dwarf2/arr-stride.exp
961         * gdb.dwarf2/arr-subrange.exp
962         * gdb.dwarf2/atomic-type.exp
963         * gdb.dwarf2/bad-regnum.exp
964         * gdb.dwarf2/bitfield-parent-optimized-out.exp
965         * gdb.dwarf2/callframecfa.exp
966         * gdb.dwarf2/clztest.exp
967         * gdb.dwarf2/corrupt.exp
968         * gdb.dwarf2/data-loc.exp
969         * gdb.dwarf2/dup-psym.exp
970         * gdb.dwarf2/dw2-anon-mptr.exp
971         * gdb.dwarf2/dw2-anonymous-func.exp
972         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
973         * gdb.dwarf2/dw2-bad-unresolved.exp
974         * gdb.dwarf2/dw2-basic.exp
975         * gdb.dwarf2/dw2-canonicalize-type.exp
976         * gdb.dwarf2/dw2-case-insensitive.exp
977         * gdb.dwarf2/dw2-common-block.exp
978         * gdb.dwarf2/dw2-compdir-oldgcc.exp
979         * gdb.dwarf2/dw2-compressed.exp
980         * gdb.dwarf2/dw2-const.exp
981         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
982         * gdb.dwarf2/dw2-cu-size.exp
983         * gdb.dwarf2/dw2-dup-frame.exp
984         * gdb.dwarf2/dw2-entry-value.exp
985         * gdb.dwarf2/dw2-icycle.exp
986         * gdb.dwarf2/dw2-ifort-parameter.exp
987         * gdb.dwarf2/dw2-inline-break.exp
988         * gdb.dwarf2/dw2-inline-param.exp
989         * gdb.dwarf2/dw2-intercu.exp
990         * gdb.dwarf2/dw2-intermix.exp
991         * gdb.dwarf2/dw2-lexical-block-bare.exp
992         * gdb.dwarf2/dw2-linkage-name-trust.exp
993         * gdb.dwarf2/dw2-minsym-in-cu.exp
994         * gdb.dwarf2/dw2-noloc.exp
995         * gdb.dwarf2/dw2-op-call.exp
996         * gdb.dwarf2/dw2-op-out-param.exp
997         * gdb.dwarf2/dw2-opt-structptr.exp
998         * gdb.dwarf2/dw2-param-error.exp
999         * gdb.dwarf2/dw2-producer.exp
1000         * gdb.dwarf2/dw2-ranges-base.exp
1001         * gdb.dwarf2/dw2-ref-missing-frame.exp
1002         * gdb.dwarf2/dw2-reg-undefined.exp
1003         * gdb.dwarf2/dw2-regno-invalid.exp
1004         * gdb.dwarf2/dw2-restore.exp
1005         * gdb.dwarf2/dw2-restrict.exp
1006         * gdb.dwarf2/dw2-single-line-discriminators.exp
1007         * gdb.dwarf2/dw2-strp.exp
1008         * gdb.dwarf2/dw2-undefined-ret-addr.exp
1009         * gdb.dwarf2/dw2-unresolved.exp
1010         * gdb.dwarf2/dw2-var-zero-addr.exp
1011         * gdb.dwarf2/dw4-sig-types.exp
1012         * gdb.dwarf2/dwz.exp
1013         * gdb.dwarf2/dynarr-ptr.exp
1014         * gdb.dwarf2/enum-type.exp
1015         * gdb.dwarf2/gdb-index.exp
1016         * gdb.dwarf2/implptr-64bit.exp
1017         * gdb.dwarf2/implptr-optimized-out.exp
1018         * gdb.dwarf2/implptr.exp
1019         * gdb.dwarf2/implref-array.exp
1020         * gdb.dwarf2/implref-const.exp
1021         * gdb.dwarf2/implref-global.exp
1022         * gdb.dwarf2/implref-struct.exp
1023         * gdb.dwarf2/mac-fileno.exp
1024         * gdb.dwarf2/main-subprogram.exp
1025         * gdb.dwarf2/member-ptr-forwardref.exp
1026         * gdb.dwarf2/method-ptr.exp
1027         * gdb.dwarf2/missing-sig-type.exp
1028         * gdb.dwarf2/nonvar-access.exp
1029         * gdb.dwarf2/opaque-type-lookup.exp
1030         * gdb.dwarf2/pieces-optimized-out.exp
1031         * gdb.dwarf2/pieces.exp
1032         * gdb.dwarf2/pr10770.exp
1033         * gdb.dwarf2/pr13961.exp
1034         * gdb.dwarf2/staticvirtual.exp
1035         * gdb.dwarf2/subrange.exp
1036         * gdb.dwarf2/symtab-producer.exp
1037         * gdb.dwarf2/trace-crash.exp
1038         * gdb.dwarf2/typeddwarf.exp
1039         * gdb.dwarf2/valop.exp
1040         * gdb.dwarf2/watch-notconst.exp
1041         * gdb.fortran/array-element.exp
1042         * gdb.fortran/charset.exp
1043         * gdb.fortran/common-block.exp
1044         * gdb.fortran/complex.exp
1045         * gdb.fortran/derived-type-function.exp
1046         * gdb.fortran/derived-type.exp
1047         * gdb.fortran/logical.exp
1048         * gdb.fortran/module.exp
1049         * gdb.fortran/multi-dim.exp
1050         * gdb.fortran/nested-funcs.exp
1051         * gdb.fortran/print-formatted.exp
1052         * gdb.fortran/subarray.exp
1053         * gdb.fortran/vla-alloc-assoc.exp
1054         * gdb.fortran/vla-datatypes.exp
1055         * gdb.fortran/vla-history.exp
1056         * gdb.fortran/vla-ptr-info.exp
1057         * gdb.fortran/vla-ptype-sub.exp
1058         * gdb.fortran/vla-ptype.exp
1059         * gdb.fortran/vla-sizeof.exp
1060         * gdb.fortran/vla-type.exp
1061         * gdb.fortran/vla-value-sub-arbitrary.exp
1062         * gdb.fortran/vla-value-sub-finish.exp
1063         * gdb.fortran/vla-value-sub.exp
1064         * gdb.fortran/vla-value.exp
1065         * gdb.fortran/whatis_type.exp
1066         * gdb.go/chan.exp
1067         * gdb.go/handcall.exp
1068         * gdb.go/hello.exp
1069         * gdb.go/integers.exp
1070         * gdb.go/methods.exp
1071         * gdb.go/package.exp
1072         * gdb.go/strings.exp
1073         * gdb.go/types.exp
1074         * gdb.go/unsafe.exp
1075         * gdb.guile/scm-arch.exp
1076         * gdb.guile/scm-block.exp
1077         * gdb.guile/scm-breakpoint.exp
1078         * gdb.guile/scm-cmd.exp
1079         * gdb.guile/scm-disasm.exp
1080         * gdb.guile/scm-equal.exp
1081         * gdb.guile/scm-frame-args.exp
1082         * gdb.guile/scm-frame-inline.exp
1083         * gdb.guile/scm-frame.exp
1084         * gdb.guile/scm-iterator.exp
1085         * gdb.guile/scm-math.exp
1086         * gdb.guile/scm-objfile.exp
1087         * gdb.guile/scm-ports.exp
1088         * gdb.guile/scm-symbol.exp
1089         * gdb.guile/scm-symtab.exp
1090         * gdb.guile/scm-value-cc.exp
1091         * gdb.guile/types-module.exp
1092         * gdb.linespec/break-ask.exp
1093         * gdb.linespec/cpexplicit.exp
1094         * gdb.linespec/explicit.exp
1095         * gdb.linespec/keywords.exp
1096         * gdb.linespec/linespec.exp
1097         * gdb.linespec/ls-dollar.exp
1098         * gdb.linespec/ls-errs.exp
1099         * gdb.linespec/skip-two.exp
1100         * gdb.linespec/thread.exp
1101         * gdb.mi/mi-async.exp
1102         * gdb.mi/mi-basics.exp
1103         * gdb.mi/mi-break.exp
1104         * gdb.mi/mi-catch-load.exp
1105         * gdb.mi/mi-cli.exp
1106         * gdb.mi/mi-cmd-param-changed.exp
1107         * gdb.mi/mi-console.exp
1108         * gdb.mi/mi-detach.exp
1109         * gdb.mi/mi-disassemble.exp
1110         * gdb.mi/mi-eval.exp
1111         * gdb.mi/mi-file-transfer.exp
1112         * gdb.mi/mi-file.exp
1113         * gdb.mi/mi-fill-memory.exp
1114         * gdb.mi/mi-inheritance-syntax-error.exp
1115         * gdb.mi/mi-linespec-err-cp.exp
1116         * gdb.mi/mi-logging.exp
1117         * gdb.mi/mi-memory-changed.exp
1118         * gdb.mi/mi-read-memory.exp
1119         * gdb.mi/mi-record-changed.exp
1120         * gdb.mi/mi-reg-undefined.exp
1121         * gdb.mi/mi-regs.exp
1122         * gdb.mi/mi-return.exp
1123         * gdb.mi/mi-reverse.exp
1124         * gdb.mi/mi-simplerun.exp
1125         * gdb.mi/mi-solib.exp
1126         * gdb.mi/mi-stack.exp
1127         * gdb.mi/mi-stepi.exp
1128         * gdb.mi/mi-syn-frame.exp
1129         * gdb.mi/mi-until.exp
1130         * gdb.mi/mi-var-block.exp
1131         * gdb.mi/mi-var-child.exp
1132         * gdb.mi/mi-var-cmd.exp
1133         * gdb.mi/mi-var-cp.exp
1134         * gdb.mi/mi-var-display.exp
1135         * gdb.mi/mi-var-invalidate.exp
1136         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1137         * gdb.mi/mi-vla-fortran.exp
1138         * gdb.mi/mi-watch.exp
1139         * gdb.mi/mi2-var-child.exp
1140         * gdb.mi/user-selected-context-sync.exp
1141         * gdb.modula2/unbounded-array.exp
1142         * gdb.multi/dummy-frame-restore.exp
1143         * gdb.multi/multi-arch-exec.exp
1144         * gdb.multi/multi-arch.exp
1145         * gdb.multi/tids.exp
1146         * gdb.multi/watchpoint-multi.exp
1147         * gdb.opencl/callfuncs.exp
1148         * gdb.opencl/convs_casts.exp
1149         * gdb.opencl/datatypes.exp
1150         * gdb.opencl/operators.exp
1151         * gdb.opencl/vec_comps.exp
1152         * gdb.opt/clobbered-registers-O2.exp
1153         * gdb.opt/inline-break.exp
1154         * gdb.opt/inline-bt.exp
1155         * gdb.opt/inline-cmds.exp
1156         * gdb.opt/inline-locals.exp
1157         * gdb.pascal/case-insensitive-symbols.exp
1158         * gdb.pascal/floats.exp
1159         * gdb.pascal/gdb11492.exp
1160         * gdb.python/lib-types.exp
1161         * gdb.python/py-arch.exp
1162         * gdb.python/py-as-string.exp
1163         * gdb.python/py-bad-printers.exp
1164         * gdb.python/py-block.exp
1165         * gdb.python/py-breakpoint-create-fail.exp
1166         * gdb.python/py-breakpoint.exp
1167         * gdb.python/py-caller-is.exp
1168         * gdb.python/py-cmd.exp
1169         * gdb.python/py-explore-cc.exp
1170         * gdb.python/py-explore.exp
1171         * gdb.python/py-finish-breakpoint.exp
1172         * gdb.python/py-finish-breakpoint2.exp
1173         * gdb.python/py-frame-args.exp
1174         * gdb.python/py-frame-inline.exp
1175         * gdb.python/py-frame.exp
1176         * gdb.python/py-framefilter-mi.exp
1177         * gdb.python/py-infthread.exp
1178         * gdb.python/py-lazy-string.exp
1179         * gdb.python/py-linetable.exp
1180         * gdb.python/py-mi-events.exp
1181         * gdb.python/py-mi-objfile.exp
1182         * gdb.python/py-mi.exp
1183         * gdb.python/py-objfile.exp
1184         * gdb.python/py-pp-integral.exp
1185         * gdb.python/py-pp-maint.exp
1186         * gdb.python/py-pp-re-notag.exp
1187         * gdb.python/py-pp-registration.exp
1188         * gdb.python/py-recurse-unwind.exp
1189         * gdb.python/py-strfns.exp
1190         * gdb.python/py-symbol.exp
1191         * gdb.python/py-symtab.exp
1192         * gdb.python/py-sync-interp.exp
1193         * gdb.python/py-typeprint.exp
1194         * gdb.python/py-unwind-maint.exp
1195         * gdb.python/py-unwind.exp
1196         * gdb.python/py-value-cc.exp
1197         * gdb.python/py-xmethods.exp
1198         * gdb.reverse/amd64-tailcall-reverse.exp
1199         * gdb.reverse/break-precsave.exp
1200         * gdb.reverse/break-reverse.exp
1201         * gdb.reverse/consecutive-precsave.exp
1202         * gdb.reverse/consecutive-reverse.exp
1203         * gdb.reverse/finish-precsave.exp
1204         * gdb.reverse/finish-reverse-bkpt.exp
1205         * gdb.reverse/finish-reverse.exp
1206         * gdb.reverse/fstatat-reverse.exp
1207         * gdb.reverse/getresuid-reverse.exp
1208         * gdb.reverse/i386-precsave.exp
1209         * gdb.reverse/i386-reverse.exp
1210         * gdb.reverse/i386-sse-reverse.exp
1211         * gdb.reverse/i387-env-reverse.exp
1212         * gdb.reverse/i387-stack-reverse.exp
1213         * gdb.reverse/insn-reverse.exp
1214         * gdb.reverse/machinestate-precsave.exp
1215         * gdb.reverse/machinestate.exp
1216         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1217         * gdb.reverse/pipe-reverse.exp
1218         * gdb.reverse/readv-reverse.exp
1219         * gdb.reverse/recvmsg-reverse.exp
1220         * gdb.reverse/rerun-prec.exp
1221         * gdb.reverse/s390-mvcle.exp
1222         * gdb.reverse/step-precsave.exp
1223         * gdb.reverse/step-reverse.exp
1224         * gdb.reverse/time-reverse.exp
1225         * gdb.reverse/until-precsave.exp
1226         * gdb.reverse/until-reverse.exp
1227         * gdb.reverse/waitpid-reverse.exp
1228         * gdb.reverse/watch-precsave.exp
1229         * gdb.reverse/watch-reverse.exp
1230         * gdb.rust/generics.exp
1231         * gdb.rust/methods.exp
1232         * gdb.rust/modules.exp
1233         * gdb.rust/simple.exp
1234         * gdb.server/connect-with-no-symbol-file.exp
1235         * gdb.server/ext-attach.exp
1236         * gdb.server/ext-restart.exp
1237         * gdb.server/ext-wrapper.exp
1238         * gdb.server/file-transfer.exp
1239         * gdb.server/server-exec-info.exp
1240         * gdb.server/server-kill.exp
1241         * gdb.server/server-mon.exp
1242         * gdb.server/wrapper.exp
1243         * gdb.stabs/exclfwd.exp
1244         * gdb.stabs/gdb11479.exp
1245         * gdb.threads/clone-new-thread-event.exp
1246         * gdb.threads/corethreads.exp
1247         * gdb.threads/current-lwp-dead.exp
1248         * gdb.threads/dlopen-libpthread.exp
1249         * gdb.threads/gcore-thread.exp
1250         * gdb.threads/sigstep-threads.exp
1251         * gdb.threads/watchpoint-fork.exp
1252         * gdb.trace/actions-changed.exp
1253         * gdb.trace/backtrace.exp
1254         * gdb.trace/change-loc.exp
1255         * gdb.trace/circ.exp
1256         * gdb.trace/collection.exp
1257         * gdb.trace/disconnected-tracing.exp
1258         * gdb.trace/ftrace.exp
1259         * gdb.trace/mi-trace-frame-collected.exp
1260         * gdb.trace/mi-trace-unavailable.exp
1261         * gdb.trace/mi-traceframe-changed.exp
1262         * gdb.trace/mi-tsv-changed.exp
1263         * gdb.trace/no-attach-trace.exp
1264         * gdb.trace/passc-dyn.exp
1265         * gdb.trace/qtro.exp
1266         * gdb.trace/range-stepping.exp
1267         * gdb.trace/read-memory.exp
1268         * gdb.trace/save-trace.exp
1269         * gdb.trace/signal.exp
1270         * gdb.trace/status-stop.exp
1271         * gdb.trace/tfile.exp
1272         * gdb.trace/trace-break.exp
1273         * gdb.trace/trace-buffer-size.exp
1274         * gdb.trace/trace-condition.exp
1275         * gdb.trace/tracefile-pseudo-reg.exp
1276         * gdb.trace/tstatus.exp
1277         * gdb.trace/unavailable.exp
1278         * gdb.trace/while-dyn.exp
1279         * gdb.trace/while-stepping.exp
1280
1281 2016-12-22  Doug Evans  <xdje42@gmail.com>
1282
1283         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1284         and msymbols.
1285
1286 2016-12-19  Yao Qi  <yao.qi@linaro.org>
1287
1288         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1289         (test_with_self): Don't call do_steps_and_nexts, and remove
1290         code about stepping into xmalloc.
1291
1292 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1293
1294         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1295
1296 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1297
1298         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1299
1300 2016-12-09  Pedro Alves  <palves@redhat.com>
1301
1302         * gdb.base/all-architectures-0.exp: New file.
1303         * gdb.base/all-architectures-1.exp: New file.
1304         * gdb.base/all-architectures-2.exp: New file.
1305         * gdb.base/all-architectures-3.exp: New file.
1306         * gdb.base/all-architectures-4.exp: New file.
1307         * gdb.base/all-architectures-5.exp: New file.
1308         * gdb.base/all-architectures-6.exp: New file.
1309         * gdb.base/all-architectures-7.exp: New file.
1310         * gdb.base/all-architectures.exp.in: New file.
1311
1312 2016-12-09  Yao Qi  <yao.qi@linaro.org>
1313
1314         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1315
1316 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
1317
1318         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1319         possible.
1320         Remove useless pattern-matching code.
1321
1322 2016-12-02  Pedro Alves  <palves@redhat.com>
1323
1324         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1325         procedure.
1326         (top level): Call it.
1327
1328 2016-12-02  Pedro Alves  <palves@redhat.com>
1329
1330         * gdb.base/commands.exp (user_defined_command_args_stack_test):
1331         New procedure.
1332         (top level): Call it.
1333
1334 2016-12-02  Pedro Alves  <palves@redhat.com>
1335
1336         PR cli/20559
1337         * gdb.base/commands.exp (user_defined_command_args_eval): New
1338         procedure.
1339         (top level): Call it.
1340
1341 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
1342
1343         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1344         timeout handling.
1345
1346 2016-12-02  Tom Tromey  <tom@tromey.com>
1347
1348         * gdb.dwarf2/main-subprogram.c: New file.
1349         * gdb.dwarf2/main-subprogram.exp: New file.
1350
1351 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1352
1353         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1354         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1355         gdb_test_no_output for a couple of cases.
1356         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1357
1358 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1359
1360         Fix test names and standardize compilation error messages throughout
1361         the following files:
1362
1363         * gdb.ada/start.exp
1364         * gdb.arch/alpha-step.exp
1365         * gdb.arch/e500-prologue.exp
1366         * gdb.arch/ftrace-insn-reloc.exp
1367         * gdb.arch/gdb1291.exp
1368         * gdb.arch/gdb1431.exp
1369         * gdb.arch/gdb1558.exp
1370         * gdb.arch/i386-dr3-watch.exp
1371         * gdb.arch/i386-sse-stack-align.exp
1372         * gdb.arch/ia64-breakpoint-shadow.exp
1373         * gdb.arch/pa-nullify.exp
1374         * gdb.arch/powerpc-aix-prologue.exp
1375         * gdb.arch/thumb-bx-pc.exp
1376         * gdb.base/annota1.exp
1377         * gdb.base/annota3.exp
1378         * gdb.base/arrayidx.exp
1379         * gdb.base/assign.exp
1380         * gdb.base/attach.exp
1381         * gdb.base/auxv.exp
1382         * gdb.base/bang.exp
1383         * gdb.base/bfp-test.exp
1384         * gdb.base/bigcore.exp
1385         * gdb.base/bitfields2.exp
1386         * gdb.base/break-fun-addr.exp
1387         * gdb.base/break-probes.exp
1388         * gdb.base/call-rt-st.exp
1389         * gdb.base/callexit.exp
1390         * gdb.base/catch-fork-kill.exp
1391         * gdb.base/charset.exp
1392         * gdb.base/checkpoint.exp
1393         * gdb.base/comprdebug.exp
1394         * gdb.base/constvars.exp
1395         * gdb.base/coredump-filter.exp
1396         * gdb.base/cursal.exp
1397         * gdb.base/cvexpr.exp
1398         * gdb.base/detach.exp
1399         * gdb.base/display.exp
1400         * gdb.base/dmsym.exp
1401         * gdb.base/dprintf-pending.exp
1402         * gdb.base/dso2dso.exp
1403         * gdb.base/dtrace-probe.exp
1404         * gdb.base/dump.exp
1405         * gdb.base/enum_cond.exp
1406         * gdb.base/exe-lock.exp
1407         * gdb.base/exec-invalid-sysroot.exp
1408         * gdb.base/execl-update-breakpoints.exp
1409         * gdb.base/exprs.exp
1410         * gdb.base/fileio.exp
1411         * gdb.base/find.exp
1412         * gdb.base/finish.exp
1413         * gdb.base/fixsection.exp
1414         * gdb.base/foll-vfork.exp
1415         * gdb.base/frame-args.exp
1416         * gdb.base/gcore.exp
1417         * gdb.base/gdb1250.exp
1418         * gdb.base/global-var-nested-by-dso.exp
1419         * gdb.base/gnu-ifunc.exp
1420         * gdb.base/hashline1.exp
1421         * gdb.base/hashline2.exp
1422         * gdb.base/hashline3.exp
1423         * gdb.base/hbreak-in-shr-unsupported.exp
1424         * gdb.base/huge.exp
1425         * gdb.base/infcall-input.exp
1426         * gdb.base/info-fun.exp
1427         * gdb.base/info-shared.exp
1428         * gdb.base/jit-simple.exp
1429         * gdb.base/jit-so.exp
1430         * gdb.base/jit.exp
1431         * gdb.base/jump.exp
1432         * gdb.base/label.exp
1433         * gdb.base/lineinc.exp
1434         * gdb.base/logical.exp
1435         * gdb.base/longjmp.exp
1436         * gdb.base/macscp.exp
1437         * gdb.base/miscexprs.exp
1438         * gdb.base/new-ui-echo.exp
1439         * gdb.base/new-ui-pending-input.exp
1440         * gdb.base/new-ui.exp
1441         * gdb.base/nodebug.exp
1442         * gdb.base/nofield.exp
1443         * gdb.base/offsets.exp
1444         * gdb.base/overlays.exp
1445         * gdb.base/pending.exp
1446         * gdb.base/pointers.exp
1447         * gdb.base/pr11022.exp
1448         * gdb.base/printcmds.exp
1449         * gdb.base/prologue.exp
1450         * gdb.base/ptr-typedef.exp
1451         * gdb.base/realname-expand.exp
1452         * gdb.base/relativedebug.exp
1453         * gdb.base/relocate.exp
1454         * gdb.base/remote.exp
1455         * gdb.base/reread.exp
1456         * gdb.base/return2.exp
1457         * gdb.base/savedregs.exp
1458         * gdb.base/sep.exp
1459         * gdb.base/sepdebug.exp
1460         * gdb.base/sepsymtab.exp
1461         * gdb.base/set-inferior-tty.exp
1462         * gdb.base/setshow.exp
1463         * gdb.base/shlib-call.exp
1464         * gdb.base/sigaltstack.exp
1465         * gdb.base/siginfo-addr.exp
1466         * gdb.base/signals.exp
1467         * gdb.base/signull.exp
1468         * gdb.base/sigrepeat.exp
1469         * gdb.base/so-impl-ld.exp
1470         * gdb.base/solib-display.exp
1471         * gdb.base/solib-overlap.exp
1472         * gdb.base/solib-search.exp
1473         * gdb.base/solib-symbol.exp
1474         * gdb.base/structs.exp
1475         * gdb.base/structs2.exp
1476         * gdb.base/symtab-search-order.exp
1477         * gdb.base/twice.exp
1478         * gdb.base/unload.exp
1479         * gdb.base/varargs.exp
1480         * gdb.base/watchpoint-solib.exp
1481         * gdb.base/watchpoint.exp
1482         * gdb.base/whatis.exp
1483         * gdb.base/wrong_frame_bt_full.exp
1484         * gdb.btrace/dlopen.exp
1485         * gdb.cell/ea-standalone.exp
1486         * gdb.cell/ea-test.exp
1487         * gdb.cp/dispcxx.exp
1488         * gdb.cp/gdb2384.exp
1489         * gdb.cp/method2.exp
1490         * gdb.cp/nextoverthrow.exp
1491         * gdb.cp/pr10728.exp
1492         * gdb.disasm/am33.exp
1493         * gdb.disasm/h8300s.exp
1494         * gdb.disasm/mn10300.exp
1495         * gdb.disasm/sh3.exp
1496         * gdb.dwarf2/dw2-dir-file-name.exp
1497         * gdb.fortran/complex.exp
1498         * gdb.fortran/library-module.exp
1499         * gdb.guile/scm-pretty-print.exp
1500         * gdb.guile/scm-symbol.exp
1501         * gdb.guile/scm-type.exp
1502         * gdb.guile/scm-value.exp
1503         * gdb.linespec/linespec.exp
1504         * gdb.mi/gdb701.exp
1505         * gdb.mi/gdb792.exp
1506         * gdb.mi/mi-breakpoint-changed.exp
1507         * gdb.mi/mi-dprintf-pending.exp
1508         * gdb.mi/mi-dprintf.exp
1509         * gdb.mi/mi-exit-code.exp
1510         * gdb.mi/mi-pending.exp
1511         * gdb.mi/mi-solib.exp
1512         * gdb.mi/new-ui-mi-sync.exp
1513         * gdb.mi/pr11022.exp
1514         * gdb.mi/user-selected-context-sync.exp
1515         * gdb.opt/solib-intra-step.exp
1516         * gdb.python/py-events.exp
1517         * gdb.python/py-finish-breakpoint.exp
1518         * gdb.python/py-mi.exp
1519         * gdb.python/py-prettyprint.exp
1520         * gdb.python/py-shared.exp
1521         * gdb.python/py-symbol.exp
1522         * gdb.python/py-template.exp
1523         * gdb.python/py-type.exp
1524         * gdb.python/py-value.exp
1525         * gdb.reverse/solib-precsave.exp
1526         * gdb.reverse/solib-reverse.exp
1527         * gdb.server/solib-list.exp
1528         * gdb.stabs/weird.exp
1529         * gdb.threads/reconnect-signal.exp
1530         * gdb.threads/stepi-random-signal.exp
1531         * gdb.trace/actions.exp
1532         * gdb.trace/ax.exp
1533         * gdb.trace/backtrace.exp
1534         * gdb.trace/change-loc.exp
1535         * gdb.trace/deltrace.exp
1536         * gdb.trace/ftrace-lock.exp
1537         * gdb.trace/ftrace.exp
1538         * gdb.trace/infotrace.exp
1539         * gdb.trace/mi-tracepoint-changed.exp
1540         * gdb.trace/packetlen.exp
1541         * gdb.trace/passcount.exp
1542         * gdb.trace/pending.exp
1543         * gdb.trace/range-stepping.exp
1544         * gdb.trace/report.exp
1545         * gdb.trace/stap-trace.exp
1546         * gdb.trace/tfind.exp
1547         * gdb.trace/trace-break.exp
1548         * gdb.trace/trace-condition.exp
1549         * gdb.trace/trace-enable-disable.exp
1550         * gdb.trace/trace-mt.exp
1551         * gdb.trace/tracecmd.exp
1552         * gdb.trace/tspeed.exp
1553         * gdb.trace/tsv.exp
1554         * lib/perftest.exp
1555
1556 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1557
1558         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1559         with gdb_test_no_output.
1560         Use command as test name.
1561
1562 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1563
1564         Fix test names starting with uppercase throughout the files.
1565
1566         * gdb.ada/assign_1.exp
1567         * gdb.ada/boolean_expr.exp
1568         * gdb.base/arrayidx.exp
1569         * gdb.base/del.exp
1570         * gdb.base/gcore-buffer-overflow.exp
1571         * gdb.base/testenv.exp
1572         * gdb.compile/compile.exp
1573         * gdb.python/py-framefilter-invalidarg.exp
1574         * gdb.python/py-framefilter.exp
1575
1576 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1577
1578         Fix test names starting with uppercase throughout the files.
1579
1580         * gdb.ada/array_return.exp
1581         * gdb.ada/expr_delims.exp
1582         * gdb.ada/mi_dyn_arr.exp
1583         * gdb.ada/mi_interface.exp
1584         * gdb.ada/mi_var_array.exp
1585         * gdb.ada/watch_arg.exp
1586         * gdb.arch/alpha-step.exp
1587         * gdb.arch/altivec-regs.exp
1588         * gdb.arch/e500-regs.exp
1589         * gdb.arch/powerpc-d128-regs.exp
1590         * gdb.base/arrayidx.exp
1591         * gdb.base/break.exp
1592         * gdb.base/checkpoint.exp
1593         * gdb.base/debug-expr.exp
1594         * gdb.base/dmsym.exp
1595         * gdb.base/radix.exp
1596         * gdb.base/sepdebug.exp
1597         * gdb.base/testenv.exp
1598         * gdb.base/watch_thread_num.exp
1599         * gdb.base/watchpoint-cond-gone.exp
1600         * gdb.cell/break.exp
1601         * gdb.cell/ea-cache.exp
1602         * gdb.compile/compile.exp
1603         * gdb.cp/gdb2495.exp
1604         * gdb.gdb/selftest.exp
1605         * gdb.gdb/xfullpath.exp
1606         * gdb.go/hello.exp
1607         * gdb.go/integers.exp
1608         * gdb.objc/basicclass.exp
1609         * gdb.pascal/hello.exp
1610         * gdb.pascal/integers.exp
1611         * gdb.python/py-breakpoint.exp
1612         * gdb.python/py-cmd.exp
1613         * gdb.python/py-linetable.exp
1614         * gdb.python/py-xmethods.exp
1615         * gdb.python/python.exp
1616         * gdb.reverse/consecutive-precsave.exp
1617         * gdb.reverse/finish-precsave.exp
1618         * gdb.reverse/i386-precsave.exp
1619         * gdb.reverse/machinestate-precsave.exp
1620         * gdb.reverse/sigall-precsave.exp
1621         * gdb.reverse/solib-precsave.exp
1622         * gdb.reverse/step-precsave.exp
1623         * gdb.reverse/until-precsave.exp
1624         * gdb.reverse/watch-precsave.exp
1625         * gdb.threads/leader-exit.exp
1626         * gdb.threads/pthreads.exp
1627         * gdb.threads/wp-replication.exp
1628         * gdb.trace/actions.exp
1629         * gdb.trace/mi-tsv-changed.exp
1630         * gdb.trace/tsv.exp
1631
1632 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1633
1634         Fix test names starting with uppercase throughout the files.
1635
1636         * gdb.arch/i386-bp_permanent.exp
1637         * gdb.arch/i386-gnu-cfi.exp
1638         * gdb.base/disasm-end-cu.exp
1639         * gdb.base/macscp.exp
1640         * gdb.base/pending.exp
1641         * gdb.base/watch_thread_num.exp
1642         * gdb.cp/exception.exp
1643         * gdb.cp/gdb2495.exp
1644         * gdb.cp/local.exp
1645         * gdb.python/py-evsignal.exp
1646         * gdb.python/python.exp
1647         * gdb.trace/tracecmd.exp
1648
1649 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1650
1651         Fix test names starting with uppercase throughout the files.
1652
1653         * gdb.base/charset.exp
1654         * gdb.base/eval.exp
1655         * gdb.base/multi-forks.exp
1656         * gdb.guile/scm-progspace.exp
1657         * gdb.opencl/datatypes.exp
1658         * gdb.python/py-block.exp
1659         * gdb.python/py-function.exp
1660         * gdb.python/py-symbol.exp
1661         * gdb.python/py-symtab.exp
1662         * gdb.python/py-xmethods.exp
1663         * gdb.reverse/break-precsave.exp
1664         * gdb.reverse/break-reverse.exp
1665         * gdb.reverse/consecutive-precsave.exp
1666         * gdb.reverse/consecutive-reverse.exp
1667         * gdb.reverse/finish-precsave.exp
1668         * gdb.reverse/finish-reverse-bkpt.exp
1669         * gdb.reverse/finish-reverse.exp
1670         * gdb.reverse/fstatat-reverse.exp
1671         * gdb.reverse/getresuid-reverse.exp
1672         * gdb.reverse/i386-precsave.exp
1673         * gdb.reverse/i386-reverse.exp
1674         * gdb.reverse/i386-sse-reverse.exp
1675         * gdb.reverse/i387-stack-reverse.exp
1676         * gdb.reverse/insn-reverse.exp
1677         * gdb.reverse/machinestate-precsave.exp
1678         * gdb.reverse/machinestate.exp
1679         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1680         * gdb.reverse/pipe-reverse.exp
1681         * gdb.reverse/readv-reverse.exp
1682         * gdb.reverse/recvmsg-reverse.exp
1683         * gdb.reverse/rerun-prec.exp
1684         * gdb.reverse/s390-mvcle.exp
1685         * gdb.reverse/sigall-precsave.exp
1686         * gdb.reverse/sigall-reverse.exp
1687         * gdb.reverse/solib-precsave.exp
1688         * gdb.reverse/solib-reverse.exp
1689         * gdb.reverse/step-precsave.exp
1690         * gdb.reverse/step-reverse.exp
1691         * gdb.reverse/time-reverse.exp
1692         * gdb.reverse/until-precsave.exp
1693         * gdb.reverse/until-reverse.exp
1694         * gdb.reverse/waitpid-reverse.exp
1695         * gdb.reverse/watch-precsave.exp
1696         * gdb.reverse/watch-reverse.exp
1697
1698 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1699
1700         Fix test names starting with uppercase throughout the files.
1701
1702         * gdb.arch/i386-mpx-simple_segv.exp
1703         * gdb.arch/i386-mpx.exp
1704         * gdb.arch/i386-permbkpt.exp
1705         * gdb.arch/pa-nullify.exp
1706         * gdb.arch/powerpc-d128-regs.exp
1707         * gdb.arch/vsx-regs.exp
1708         * gdb.base/bfp-test.exp
1709         * gdb.base/break.exp
1710         * gdb.base/breakpoint-shadow.exp
1711         * gdb.base/callfuncs.exp
1712         * gdb.base/charset.exp
1713         * gdb.base/commands.exp
1714         * gdb.base/completion.exp
1715         * gdb.base/dfp-test.exp
1716         * gdb.base/echo.exp
1717         * gdb.base/ending-run.exp
1718         * gdb.base/eval.exp
1719         * gdb.base/expand-psymtabs.exp
1720         * gdb.base/float128.exp
1721         * gdb.base/floatn.exp
1722         * gdb.base/foll-exec-mode.exp
1723         * gdb.base/gdb1056.exp
1724         * gdb.base/gdb11531.exp
1725         * gdb.base/kill-after-signal.exp
1726         * gdb.base/multi-forks.exp
1727         * gdb.base/overlays.exp
1728         * gdb.base/pending.exp
1729         * gdb.base/sepdebug.exp
1730         * gdb.base/testenv.exp
1731         * gdb.base/valgrind-db-attach.exp
1732         * gdb.base/watch_thread_num.exp
1733         * gdb.base/watchpoint-cond-gone.exp
1734         * gdb.base/watchpoint.exp
1735         * gdb.base/watchpoints.exp
1736         * gdb.cp/arg-reference.exp
1737         * gdb.cp/baseenum.exp
1738         * gdb.cp/operator.exp
1739         * gdb.cp/shadow.exp
1740         * gdb.dwarf2/dw2-op-out-param.exp
1741         * gdb.dwarf2/dw2-reg-undefined.exp
1742         * gdb.go/chan.exp
1743         * gdb.go/hello.exp
1744         * gdb.go/integers.exp
1745         * gdb.go/methods.exp
1746         * gdb.go/package.exp
1747         * gdb.guile/scm-parameter.exp
1748         * gdb.guile/scm-progspace.exp
1749         * gdb.guile/scm-value.exp
1750         * gdb.mi/mi-pending.exp
1751         * gdb.mi/user-selected-context-sync.exp
1752         * gdb.multi/multi-attach.exp
1753         * gdb.multi/tids.exp
1754         * gdb.opt/clobbered-registers-O2.exp
1755         * gdb.pascal/floats.exp
1756         * gdb.pascal/integers.exp
1757         * gdb.python/py-block.exp
1758         * gdb.python/py-events.exp
1759         * gdb.python/py-parameter.exp
1760         * gdb.python/py-symbol.exp
1761         * gdb.python/py-symtab.exp
1762         * gdb.python/py-type.exp
1763         * gdb.python/py-value.exp
1764         * gdb.python/py-xmethods.exp
1765         * gdb.python/python.exp
1766         * gdb.reverse/break-precsave.exp
1767         * gdb.reverse/consecutive-precsave.exp
1768         * gdb.reverse/finish-precsave.exp
1769         * gdb.reverse/i386-precsave.exp
1770         * gdb.reverse/machinestate-precsave.exp
1771         * gdb.reverse/sigall-precsave.exp
1772         * gdb.reverse/solib-precsave.exp
1773         * gdb.reverse/step-precsave.exp
1774         * gdb.reverse/until-precsave.exp
1775         * gdb.reverse/watch-precsave.exp
1776         * gdb.server/ext-attach.exp
1777         * gdb.server/ext-restart.exp
1778         * gdb.server/ext-run.exp
1779         * gdb.server/ext-wrapper.exp
1780         * gdb.stabs/gdb11479.exp
1781         * gdb.stabs/weird.exp
1782         * gdb.threads/attach-many-short-lived-threads.exp
1783         * gdb.threads/kill.exp
1784         * gdb.threads/watchpoint-fork.exp
1785
1786 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1787
1788         Fix test names starting with uppercase throughout all the files below.
1789
1790         * gdb.ada/array_return.exp
1791         * gdb.ada/catch_ex.exp
1792         * gdb.ada/info_exc.exp
1793         * gdb.ada/mi_catch_ex.exp
1794         * gdb.ada/mi_dyn_arr.exp
1795         * gdb.ada/mi_ex_cond.exp
1796         * gdb.ada/mi_exc_info.exp
1797         * gdb.ada/mi_interface.exp
1798         * gdb.ada/mi_task_arg.exp
1799         * gdb.ada/mi_task_info.exp
1800         * gdb.ada/mi_var_array.exp
1801         * gdb.arch/alpha-step.exp
1802         * gdb.arch/amd64-disp-step.exp
1803         * gdb.arch/arm-disp-step.exp
1804         * gdb.arch/disp-step-insn-reloc.exp
1805         * gdb.arch/e500-prologue.exp
1806         * gdb.arch/ftrace-insn-reloc.exp
1807         * gdb.arch/gdb1558.exp
1808         * gdb.arch/i386-bp_permanent.exp
1809         * gdb.arch/i386-disp-step.exp
1810         * gdb.arch/i386-float.exp
1811         * gdb.arch/i386-gnu-cfi.exp
1812         * gdb.arch/ia64-breakpoint-shadow.exp
1813         * gdb.arch/mips16-thunks.exp
1814         * gdb.arch/pa-nullify.exp
1815         * gdb.arch/powerpc-aix-prologue.exp
1816         * gdb.arch/powerpc-power.exp
1817         * gdb.arch/ppc-dfp.exp
1818         * gdb.arch/s390-tdbregs.exp
1819         * gdb.arch/spu-info.exp
1820         * gdb.arch/spu-ls.exp
1821         * gdb.arch/thumb-bx-pc.exp
1822         * gdb.base/advance.exp
1823         * gdb.base/annota-input-while-running.exp
1824         * gdb.base/arrayidx.exp
1825         * gdb.base/asmlabel.exp
1826         * gdb.base/async.exp
1827         * gdb.base/attach-wait-input.exp
1828         * gdb.base/auto-connect-native-target.exp
1829         * gdb.base/batch-preserve-term-settings.exp
1830         * gdb.base/bfp-test.exp
1831         * gdb.base/bigcore.exp
1832         * gdb.base/bp-permanent.exp
1833         * gdb.base/break-always.exp
1834         * gdb.base/break-fun-addr.exp
1835         * gdb.base/break-idempotent.exp
1836         * gdb.base/break-main-file-remove-fail.exp
1837         * gdb.base/break-probes.exp
1838         * gdb.base/break-unload-file.exp
1839         * gdb.base/break.exp
1840         * gdb.base/call-ar-st.exp
1841         * gdb.base/call-rt-st.exp
1842         * gdb.base/call-sc.exp
1843         * gdb.base/call-signal-resume.exp
1844         * gdb.base/call-strs.exp
1845         * gdb.base/callexit.exp
1846         * gdb.base/callfuncs.exp
1847         * gdb.base/catch-gdb-caused-signals.exp
1848         * gdb.base/catch-signal-siginfo-cond.exp
1849         * gdb.base/catch-syscall.exp
1850         * gdb.base/compare-sections.exp
1851         * gdb.base/cond-eval-mode.exp
1852         * gdb.base/condbreak-call-false.exp
1853         * gdb.base/consecutive-step-over.exp
1854         * gdb.base/cursal.exp
1855         * gdb.base/disabled-location.exp
1856         * gdb.base/disasm-end-cu.exp
1857         * gdb.base/display.exp
1858         * gdb.base/double-prompt-target-event-error.exp
1859         * gdb.base/dprintf-bp-same-addr.exp
1860         * gdb.base/dprintf-detach.exp
1861         * gdb.base/dprintf-next.exp
1862         * gdb.base/dprintf-non-stop.exp
1863         * gdb.base/dprintf-pending.exp
1864         * gdb.base/dso2dso.exp
1865         * gdb.base/ending-run.exp
1866         * gdb.base/enum_cond.exp
1867         * gdb.base/examine-backward.exp
1868         * gdb.base/exe-lock.exp
1869         * gdb.base/exec-invalid-sysroot.exp
1870         * gdb.base/execl-update-breakpoints.exp
1871         * gdb.base/execution-termios.exp
1872         * gdb.base/fileio.exp
1873         * gdb.base/fixsection.exp
1874         * gdb.base/foll-exec-mode.exp
1875         * gdb.base/foll-exec.exp
1876         * gdb.base/fork-running-state.exp
1877         * gdb.base/frame-args.exp
1878         * gdb.base/fullpath-expand.exp
1879         * gdb.base/func-ptr.exp
1880         * gdb.base/gcore-relro-pie.exp
1881         * gdb.base/gdb1090.exp
1882         * gdb.base/gdb1555.exp
1883         * gdb.base/global-var-nested-by-dso.exp
1884         * gdb.base/gnu-ifunc.exp
1885         * gdb.base/hbreak-in-shr-unsupported.exp
1886         * gdb.base/hbreak-unmapped.exp
1887         * gdb.base/hook-stop.exp
1888         * gdb.base/infcall-input.exp
1889         * gdb.base/info-fun.exp
1890         * gdb.base/info-shared.exp
1891         * gdb.base/interrupt-noterm.exp
1892         * gdb.base/jit-so.exp
1893         * gdb.base/jit.exp
1894         * gdb.base/line-symtabs.exp
1895         * gdb.base/list.exp
1896         * gdb.base/longjmp.exp
1897         * gdb.base/macscp.exp
1898         * gdb.base/max-value-size.exp
1899         * gdb.base/nodebug.exp
1900         * gdb.base/nofield.exp
1901         * gdb.base/overlays.exp
1902         * gdb.base/paginate-after-ctrl-c-running.exp
1903         * gdb.base/paginate-bg-execution.exp
1904         * gdb.base/paginate-inferior-exit.exp
1905         * gdb.base/pending.exp
1906         * gdb.base/pr11022.exp
1907         * gdb.base/printcmds.exp
1908         * gdb.base/ptr-typedef.exp
1909         * gdb.base/ptype.exp
1910         * gdb.base/randomize.exp
1911         * gdb.base/range-stepping.exp
1912         * gdb.base/realname-expand.exp
1913         * gdb.base/relativedebug.exp
1914         * gdb.base/remote.exp
1915         * gdb.base/savedregs.exp
1916         * gdb.base/sepdebug.exp
1917         * gdb.base/set-noassign.exp
1918         * gdb.base/shlib-call.exp
1919         * gdb.base/shreloc.exp
1920         * gdb.base/sigaltstack.exp
1921         * gdb.base/sigbpt.exp
1922         * gdb.base/siginfo-addr.exp
1923         * gdb.base/siginfo-obj.exp
1924         * gdb.base/siginfo-thread.exp
1925         * gdb.base/signest.exp
1926         * gdb.base/signull.exp
1927         * gdb.base/sigrepeat.exp
1928         * gdb.base/skip.exp
1929         * gdb.base/so-impl-ld.exp
1930         * gdb.base/solib-corrupted.exp
1931         * gdb.base/solib-disc.exp
1932         * gdb.base/solib-display.exp
1933         * gdb.base/solib-overlap.exp
1934         * gdb.base/solib-search.exp
1935         * gdb.base/solib-symbol.exp
1936         * gdb.base/source-execution.exp
1937         * gdb.base/sss-bp-on-user-bp-2.exp
1938         * gdb.base/sss-bp-on-user-bp.exp
1939         * gdb.base/stack-checking.exp
1940         * gdb.base/stale-infcall.exp
1941         * gdb.base/step-break.exp
1942         * gdb.base/step-line.exp
1943         * gdb.base/step-over-exit.exp
1944         * gdb.base/step-test.exp
1945         * gdb.base/structs.exp
1946         * gdb.base/sym-file.exp
1947         * gdb.base/symtab-search-order.exp
1948         * gdb.base/term.exp
1949         * gdb.base/type-opaque.exp
1950         * gdb.base/unload.exp
1951         * gdb.base/until-nodebug.exp
1952         * gdb.base/until.exp
1953         * gdb.base/unwindonsignal.exp
1954         * gdb.base/watch-cond.exp
1955         * gdb.base/watch-non-mem.exp
1956         * gdb.base/watch_thread_num.exp
1957         * gdb.base/watchpoint-reuse-slot.exp
1958         * gdb.base/watchpoint-solib.exp
1959         * gdb.base/watchpoint.exp
1960         * gdb.btrace/dlopen.exp
1961         * gdb.cell/arch.exp
1962         * gdb.cell/break.exp
1963         * gdb.cell/bt.exp
1964         * gdb.cell/core.exp
1965         * gdb.cell/data.exp
1966         * gdb.cell/dwarfaddr.exp
1967         * gdb.cell/ea-cache.exp
1968         * gdb.cell/ea-standalone.exp
1969         * gdb.cell/ea-test.exp
1970         * gdb.cell/f-regs.exp
1971         * gdb.cell/fork.exp
1972         * gdb.cell/gcore.exp
1973         * gdb.cell/mem-access.exp
1974         * gdb.cell/ptype.exp
1975         * gdb.cell/registers.exp
1976         * gdb.cell/sizeof.exp
1977         * gdb.cell/solib-symbol.exp
1978         * gdb.cell/solib.exp
1979         * gdb.compile/compile-tls.exp
1980         * gdb.cp/exception.exp
1981         * gdb.cp/gdb2495.exp
1982         * gdb.cp/local.exp
1983         * gdb.cp/mb-inline.exp
1984         * gdb.cp/mb-templates.exp
1985         * gdb.cp/pr10687.exp
1986         * gdb.cp/pr9167.exp
1987         * gdb.cp/scope-err.exp
1988         * gdb.cp/templates.exp
1989         * gdb.cp/virtfunc.exp
1990         * gdb.dwarf2/dw2-dir-file-name.exp
1991         * gdb.dwarf2/dw2-single-line-discriminators.exp
1992         * gdb.fortran/complex.exp
1993         * gdb.fortran/library-module.exp
1994         * gdb.guile/guile.exp
1995         * gdb.guile/scm-cmd.exp
1996         * gdb.guile/scm-frame-inline.exp
1997         * gdb.guile/scm-objfile.exp
1998         * gdb.guile/scm-pretty-print.exp
1999         * gdb.guile/scm-symbol.exp
2000         * gdb.guile/scm-type.exp
2001         * gdb.guile/scm-value.exp
2002         * gdb.linespec/keywords.exp
2003         * gdb.linespec/ls-errs.exp
2004         * gdb.linespec/macro-relative.exp
2005         * gdb.linespec/thread.exp
2006         * gdb.mi/mi-breakpoint-changed.exp
2007         * gdb.mi/mi-dprintf-pending.exp
2008         * gdb.mi/mi-fullname-deleted.exp
2009         * gdb.mi/mi-logging.exp
2010         * gdb.mi/mi-pending.exp
2011         * gdb.mi/mi-solib.exp
2012         * gdb.mi/new-ui-mi-sync.exp
2013         * gdb.mi/user-selected-context-sync.exp
2014         * gdb.multi/dummy-frame-restore.exp
2015         * gdb.multi/multi-arch-exec.exp
2016         * gdb.multi/remove-inferiors.exp
2017         * gdb.multi/watchpoint-multi-exit.exp
2018         * gdb.opt/solib-intra-step.exp
2019         * gdb.perf/backtrace.exp
2020         * gdb.perf/single-step.exp
2021         * gdb.perf/skip-command.exp
2022         * gdb.perf/skip-prologue.exp
2023         * gdb.perf/solib.exp
2024         * gdb.python/lib-types.exp
2025         * gdb.python/py-as-string.exp
2026         * gdb.python/py-bad-printers.exp
2027         * gdb.python/py-block.exp
2028         * gdb.python/py-breakpoint.exp
2029         * gdb.python/py-cmd.exp
2030         * gdb.python/py-events.exp
2031         * gdb.python/py-evthreads.exp
2032         * gdb.python/py-finish-breakpoint.exp
2033         * gdb.python/py-finish-breakpoint2.exp
2034         * gdb.python/py-frame-inline.exp
2035         * gdb.python/py-frame.exp
2036         * gdb.python/py-inferior.exp
2037         * gdb.python/py-infthread.exp
2038         * gdb.python/py-mi.exp
2039         * gdb.python/py-objfile.exp
2040         * gdb.python/py-pp-maint.exp
2041         * gdb.python/py-pp-registration.exp
2042         * gdb.python/py-prettyprint.exp
2043         * gdb.python/py-recurse-unwind.exp
2044         * gdb.python/py-shared.exp
2045         * gdb.python/py-symbol.exp
2046         * gdb.python/py-symtab.exp
2047         * gdb.python/py-template.exp
2048         * gdb.python/py-type.exp
2049         * gdb.python/py-unwind-maint.exp
2050         * gdb.python/py-unwind.exp
2051         * gdb.python/py-value.exp
2052         * gdb.python/python.exp
2053         * gdb.reverse/finish-reverse-bkpt.exp
2054         * gdb.reverse/insn-reverse.exp
2055         * gdb.reverse/next-reverse-bkpt-over-sr.exp
2056         * gdb.reverse/solib-precsave.exp
2057         * gdb.reverse/solib-reverse.exp
2058         * gdb.stabs/gdb11479.exp
2059         * gdb.stabs/weird.exp
2060         * gdb.threads/fork-child-threads.exp
2061         * gdb.threads/fork-plus-threads.exp
2062         * gdb.threads/fork-thread-pending.exp
2063         * gdb.threads/forking-threads-plus-breakpoint.exp
2064         * gdb.threads/hand-call-in-threads.exp
2065         * gdb.threads/interrupted-hand-call.exp
2066         * gdb.threads/linux-dp.exp
2067         * gdb.threads/local-watch-wrong-thread.exp
2068         * gdb.threads/next-while-other-thread-longjmps.exp
2069         * gdb.threads/non-ldr-exit.exp
2070         * gdb.threads/pending-step.exp
2071         * gdb.threads/print-threads.exp
2072         * gdb.threads/process-dies-while-detaching.exp
2073         * gdb.threads/process-dies-while-handling-bp.exp
2074         * gdb.threads/pthreads.exp
2075         * gdb.threads/queue-signal.exp
2076         * gdb.threads/reconnect-signal.exp
2077         * gdb.threads/signal-command-handle-nopass.exp
2078         * gdb.threads/signal-command-multiple-signals-pending.exp
2079         * gdb.threads/signal-delivered-right-thread.exp
2080         * gdb.threads/signal-sigtrap.exp
2081         * gdb.threads/sigthread.exp
2082         * gdb.threads/staticthreads.exp
2083         * gdb.threads/stepi-random-signal.exp
2084         * gdb.threads/thread-unwindonsignal.exp
2085         * gdb.threads/thread_check.exp
2086         * gdb.threads/thread_events.exp
2087         * gdb.threads/tid-reuse.exp
2088         * gdb.threads/tls-nodebug.exp
2089         * gdb.threads/tls-shared.exp
2090         * gdb.threads/tls-so_extern.exp
2091         * gdb.threads/tls.exp
2092         * gdb.threads/wp-replication.exp
2093         * gdb.trace/actions-changed.exp
2094         * gdb.trace/actions.exp
2095         * gdb.trace/backtrace.exp
2096         * gdb.trace/change-loc.exp
2097         * gdb.trace/collection.exp
2098         * gdb.trace/deltrace.exp
2099         * gdb.trace/disconnected-tracing.exp
2100         * gdb.trace/entry-values.exp
2101         * gdb.trace/ftrace-lock.exp
2102         * gdb.trace/ftrace.exp
2103         * gdb.trace/infotrace.exp
2104         * gdb.trace/mi-trace-frame-collected.exp
2105         * gdb.trace/mi-trace-unavailable.exp
2106         * gdb.trace/mi-traceframe-changed.exp
2107         * gdb.trace/mi-tracepoint-changed.exp
2108         * gdb.trace/mi-tsv-changed.exp
2109         * gdb.trace/no-attach-trace.exp
2110         * gdb.trace/packetlen.exp
2111         * gdb.trace/passc-dyn.exp
2112         * gdb.trace/passcount.exp
2113         * gdb.trace/pending.exp
2114         * gdb.trace/pr16508.exp
2115         * gdb.trace/qtro.exp
2116         * gdb.trace/range-stepping.exp
2117         * gdb.trace/read-memory.exp
2118         * gdb.trace/report.exp
2119         * gdb.trace/save-trace.exp
2120         * gdb.trace/signal.exp
2121         * gdb.trace/stap-trace.exp
2122         * gdb.trace/status-stop.exp
2123         * gdb.trace/strace.exp
2124         * gdb.trace/tfile.exp
2125         * gdb.trace/tfind.exp
2126         * gdb.trace/trace-break.exp
2127         * gdb.trace/trace-condition.exp
2128         * gdb.trace/trace-enable-disable.exp
2129         * gdb.trace/trace-mt.exp
2130         * gdb.trace/tracecmd.exp
2131         * gdb.trace/tracefile-pseudo-reg.exp
2132         * gdb.trace/tspeed.exp
2133         * gdb.trace/tstatus.exp
2134         * gdb.trace/tsv.exp
2135         * gdb.trace/unavailable.exp
2136         * gdb.trace/while-dyn.exp
2137         * gdb.trace/while-stepping.exp
2138         * lib/gdb-guile.exp
2139         * lib/gdb.exp
2140         * lib/mi-support.exp
2141         * lib/pascal.exp
2142         * lib/perftest.exp
2143         * lib/prelink-support.exp
2144         * lib/selftest-support.exp
2145
2146 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
2147
2148         * Makefile.in: Include disable-implicit-rules.mk.
2149
2150 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2151
2152         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2153         non-byte-aligned bit fields.
2154
2155 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2156
2157         PR gdb/12616
2158         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
2159         respects the DW_AT_data_bit_offset attribute.
2160
2161 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
2162
2163         * gdb.base/default.exp: Fix output of "set language".
2164
2165 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
2166
2167         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2168         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
2169         make.
2170         * configure.ac: Remove checks for the make program.
2171         * configure: Re-generate.
2172
2173 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
2174
2175         * gdb.python/py-recurse-unwind.c (main): Add loop.
2176         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2177         to read_register() and gdb.parse_and_eval().  Make each code
2178         call a separate case that can be individually tested.
2179         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2180         proc. Call cont_and_backtrace for each of the code paths that
2181         we want to test in the unwinder.
2182
2183 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2184
2185         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2186         the definition of struct S.
2187
2188 2016-11-11  Catherine Moore  <clm@codesourcery.com>
2189
2190         * gdb.base/dump.exp: Identify verilog format dump tests as such.
2191
2192 2016-11-09  Pedro Alves  <palves@redhat.com>
2193
2194         * gdb.base/commands.exp (runto_or_return): New procedure.
2195         (gdbvar_simple_if_test, gdbvar_simple_while_test)
2196         (gdbvar_complex_if_while_test, progvar_simple_if_test)
2197         (progvar_simple_while_test, progvar_complex_if_while_test)
2198         (if_while_breakpoint_command_test)
2199         (infrun_breakpoint_command_test, breakpoint_command_test)
2200         (user_defined_command_test, watchpoint_command_test)
2201         (test_command_prompt_position, redefine_hook_test)
2202         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2203         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2204         multi_line_input and multi_line.  Remove gdb_expect and
2205         gdb_stop_suppressing_tests uses.
2206         * lib/gdb.exp (valnum_re): New global.
2207         (multi_line_input): New procedure.
2208
2209 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
2210
2211         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2212         Remove.
2213         (test_setup): Define with proc_with_prefix.
2214         (test_cli_inferior): Likewise.
2215         (test_cli_thread): Likewise.
2216         (test_cli_frame): Likewise.
2217         (test_cli_select_frame): Likewise.
2218         (test_cli_up_down): Likewise.
2219         (test_mi_thread_select): Likewise.
2220         (test_mi_stack_select_frame): Likewise.
2221         (test_cli_in_mi_inferior): Likewise.
2222         (test_cli_in_mi_thread): Likewise.
2223         (test_cli_in_mi_frame): Likewise.
2224         (top level): Do not use with_test_prefix_procname.
2225
2226 2016-11-09  Pedro Alves  <palves@redhat.com>
2227
2228         * gdb.base/commands.exp (gdbvar_simple_if_test)
2229         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2230         (progvar_simple_if_test, progvar_simple_while_test)
2231         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2232         (infrun_breakpoint_command_test, breakpoint_command_test)
2233         (user_defined_command_test, watchpoint_command_test)
2234         (test_command_prompt_position, deprecated_command_test)
2235         (bp_deleted_in_command, temporary_breakpoint_commands)
2236         (stray_arg0_test, source_file_with_indented_comment)
2237         (recursive_source_test, if_commands_test)
2238         (error_clears_commands_left, redefine_hook_test)
2239         (redefine_backtrace_test): Use proc_with_prefix.
2240         * lib/gdb.exp (proc_with_prefix): New proc.
2241
2242 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2243
2244         * gdb.base/tui-layout.c: New file.
2245         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2246         disassembly window contains very long lines.
2247
2248 2016-11-08  Tom Tromey  <tom@tromey.com>
2249
2250         * gdb.python/py-value.exp (test_value_creation): Make "long" test
2251         depend on Python 2.
2252
2253 2016-11-08  Tom Tromey  <tom@tromey.com>
2254
2255         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2256         New method.
2257
2258 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
2259
2260         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2261
2262 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
2263
2264         * gdb.rust/simple.rs: Add test for univariant enums without
2265         discriminants and for encoded struct-like enums.
2266
2267 2016-10-28  Pedro Alves  <palves@redhat.com>
2268
2269         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2270         gdb_test_multiple, tighten regexps and match symtabs and line
2271         tables incrementally.
2272
2273 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
2274
2275         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2276         general.
2277
2278 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
2279
2280         * gdb.base/exec-invalid-sysroot.exp: New file.
2281
2282 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2283
2284         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2285
2286 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2287
2288         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2289
2290 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
2291
2292         * gdb.base/killed-outside.exp: Remove $options from a call to
2293         `prepare_for_testing'.
2294
2295 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2296
2297         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2298         Change test message.
2299
2300 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2301
2302         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2303         Update comment.
2304
2305 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2306
2307         * gdb.trace/mi-trace-save.exp: New file.
2308
2309 2016-10-13  Yao Qi  <yao.qi@linaro.org>
2310
2311         * gdb.base/code_elim.exp (get_var_address): Remove.
2312         * gdb.base/relocate.exp: Likewise.
2313         * gdb.base/shreloc.exp: Likewise.
2314         * lib/gdb.exp (get_var_address): New.
2315
2316 2016-10-13  Yao Qi  <yao.qi@linaro.org>
2317
2318         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2319         floating point tests if $skip_float_test is false.
2320
2321 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
2322
2323         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2324         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2325         argc values.
2326         Add 1 to argc so we guarantee distinct initial/modified argc values.
2327
2328 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2329
2330         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2331
2332 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2333
2334         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2335         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2336         * gdb.arch/vsx-regs.exp: Likewise.
2337
2338 2016-10-07  Yao Qi  <yao.qi@linaro.org>
2339
2340         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2341
2342 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
2343
2344         * gdb.python/python.exp: Test decode_line("*0").
2345
2346 2016-10-06  Doug Evans  <dje@google.com>
2347
2348         * gdb.python/py-value.exp (test_value_creation): Add test for large
2349         unsigned 64-bit value.
2350
2351 2016-10-06  Tom Tromey  <tom@tromey.com>
2352
2353         * gdb.compile/compile.exp: Change java tests to rust.
2354         * gdb.base/setshow.exp: Change java tests to rust.
2355         * gdb.base/default.exp: Remove java from language list.
2356         * README (Examples): Update language example.
2357         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2358         test.
2359         * lib/gdb.exp (skip_java_tests): Remove.
2360         * lib/java.exp: Remove.
2361         * gdb.java: Remove.
2362
2363 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
2364
2365         * gdb.arch/mips-fcr.exp: New test.
2366         * gdb.arch/mips-fcr.c: Source for the new test.
2367
2368 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
2369
2370         * gdb.base/solib-disc.exp: Use `standard_output_file'
2371         throughout.
2372
2373 2016-10-06  Pedro Alves  <palves@redhat.com>
2374
2375         * gdb.base/jit-simple-dl.c: New file.
2376         * gdb.base/jit-simple-jit.c: New file, factored out from ...
2377         * gdb.base/jit-simple.c: ... this.
2378         * gdb.base/jit-simple.exp (jit_run): Delete.
2379         (build_jit): New proc.
2380         (jit_test_reread): Recompile either the main program or the shared
2381         library, depending on what is being tested.  Skip changing address
2382         if caller wants to.  Compare before/after addresses.  If testing
2383         standalone, explicitly load the binary.  Test "maint info
2384         breakpoints".
2385         (top level): Add "standalone vs shared lib" and "change address"
2386         vs "same address" axes.
2387
2388 2016-10-06  Pedro Alves  <palves@redhat.com>
2389
2390         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2391         call.
2392         (jit_run): Delete.
2393         (jit_test_reread): Use with_test_prefix.  Reload the main binary
2394         explicitly.  Compare the before/after addresses of the JIT
2395         descriptor.
2396
2397 2016-08-15  Doug Evans  <dje@google.com>
2398
2399         * gdb.xml/extra-regs.xml: Update, end field now required, default type
2400         for single bitfields is bool.
2401         * gdb.xml/tdesc-regs.exp: Ditto.
2402
2403 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2404
2405         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2406
2407 2016-10-05  Yao Qi  <yao.qi@linaro.org>
2408
2409         * lib/gdb.exp (support_complex_tests): Return zero if
2410         gdb_skip_float_test return true.
2411
2412 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2413             Simon Marchi  <simon.marchi@ericsson.com>
2414
2415         PR gdb/20487
2416         * gdb.mi/user-selected-context-sync.exp: New file.
2417         * gdb.mi/user-selected-context-sync.c: New file.
2418
2419 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2420             Simon Marchi  <simon.marchi@ericsson.com>
2421
2422         PR gdb/20487
2423         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2424         =thread-select-event check.
2425
2426 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
2427
2428         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2429         the compulsory L operand changes.
2430         * gdb.arch/powerpc-power.s: Likewise.
2431
2432 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2433
2434         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2435         * gdb.base/jit-attach-pie.c: New file.
2436         * gdb.base/jit-attach-pie.exp: New file.
2437
2438 2016-09-28  Pedro Alves  <palves@redhat.com>
2439
2440         * gdb.base/infcall-input.c: New file.
2441         * gdb.base/infcall-input.exp: New file.
2442
2443 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2444
2445         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2446         (gdb_exit): Rename it to ...
2447         (gdbserver_gdb_exit): ...  Close GDBserver.
2448         (gdb_exit): New proc, call gdbserver_gdb_exit.
2449         (mi_gdb_exit): Likewise.
2450
2451 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2452
2453         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2454         path.
2455         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2456         Remove duplication.
2457
2458 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2459
2460         * lib/gdbserver-support.exp: Check the existence of
2461         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2462
2463 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
2464
2465         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2466
2467 2016-09-21  Tom Tromey  <tom@tromey.com>
2468
2469         PR gdb/20604:
2470         * gdb.base/quit.exp: New file.
2471
2472 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2473
2474         * .gitignore: New file.
2475
2476 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
2477
2478         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2479         throughout.
2480
2481 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2482
2483         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2484
2485 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2486
2487         * gdb.cp/casts.cc (decltype): Move it ...
2488         (main): ... with its call to ...
2489         * gdb.cp/casts03.cc: ... a new file.
2490         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2491
2492 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2493
2494         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2495
2496 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
2497
2498         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2499         and sync up the test with tests in gas/testsuite/gas/ppc.
2500         * gdb.arch/powerpc-power.exp: Likewise.
2501
2502 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2503
2504         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2505
2506 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2507             Jan Kratochvil  <jan.kratochvil@redhat.com>
2508
2509         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2510         make m1's definition to be different from m2's.  Use 'dummy' as an
2511         argument for probe 'two'.
2512
2513 2016-09-10  Jon Beniston  <jon@beniston.com>
2514
2515         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2516         for sim target.
2517
2518 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2519
2520         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2521         variable declaration.
2522         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
2523         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2524         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2525         received HWCAP as its argument.
2526
2527 2016-09-06  Pedro Alves  <palves@redhat.com>
2528
2529         * gdb.base/new-ui-pending-input.c: New file.
2530         * gdb.base/new-ui-pending-input.exp: New file.
2531         * gdb.exp (clear_gdb_spawn_id): New procedure.
2532         (with_spawn_id): Check whether gdb_spawn_id exists before
2533         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
2534         on exit.
2535
2536 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2537
2538         * gdb.base/float128.c: New file.
2539         * gdb.base/float128.exp: Likewise.
2540         * gdb.base/floatn.c: Likewise.
2541         * gdb.base/floatn.exp: Likewise.
2542
2543 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2544
2545         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2546
2547 2016-09-05  Pedro Alves  <palves@redhat.com>
2548
2549         PR backtrace/19927
2550         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2551         unwinders are immediately called as side effect of "source" or
2552         "disable unwinder" commands.
2553         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2554
2555 2016-09-02  Yao Qi  <yao.qi@linaro.org>
2556
2557         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2558         is true and $type is "float" or "double".
2559
2560 2016-09-02  Yao Qi  <yao.qi@linaro.org>
2561
2562         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2563         true.
2564         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2565         * gdb.base/call-rt-st.exp: Likewise.
2566         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2567         return value instead of gdb,skip_float_test.
2568         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2569         (do_function_calls): Use its return value instead of
2570         gdb,skip_float_test.
2571         * gdb.base/finish.exp: Likewise.
2572         * gdb.base/funcargs.exp: Likewise.
2573         * gdb.base/return.exp: Likewise.
2574         * gdb.base/return2.exp: Likewise.
2575         * gdb.base/varargs.exp: Likewise.
2576         * lib/gdb.exp (gdb_skip_float_test): Change it to
2577         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
2578
2579 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2580
2581         * gdb.multi/tids.exp: Test "thread apply all".
2582
2583 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2584
2585         * gdb.base/default.exp (tty): Remove.
2586
2587 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
2588
2589         * gdb.python/py-recurse-unwind.c: New file.
2590         * gdb.python/py-recurse-unwind.py: New file.
2591         * gdb.python/py-recurse-unwind.exp: New file.
2592
2593 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
2594
2595         * gdb.base/set-inferior-tty.exp: New file.
2596         * gdb.base/set-inferior-tty.c: New file.
2597
2598 2016-08-23  Pedro Alves  <palves@redhat.com>
2599
2600         PR gdb/20494
2601         * gdb.base/new-ui-echo.c: New file.
2602         * gdb.base/new-ui-echo.exp: New file.
2603
2604 2016-08-23  Yao Qi  <yao.qi@linaro.org>
2605
2606         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2607         gdbserver_spawn.
2608         * gdb.server/connect-without-multi-process.exp (do_test):
2609         Likewise.
2610
2611 2016-08-23  Yao Qi  <yao.qi@linaro.org>
2612
2613         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2614         standalone_txt.  Delete gdb_txt and standalone_txt on host
2615         and target.  Spawn the binary on target.  Copy files from
2616         target to host.
2617
2618 2016-08-22  Pedro Alves  <palves@redhat.com>
2619
2620         PR gdb/20505
2621         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
2622         with_test_prefix.  Factor out bits to ...
2623         (test_no_vdso): ... this new procedure.
2624
2625 2016-08-19  Carl Love  <cel@us.ibm.com>
2626
2627         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2628         maintaining separate logic for constructing the output path.
2629         * gdb.arch/powerpc-d128-regs.exp: Likewise.
2630         * gdb.arch/ppc-dfp.exp: Likewise.
2631         * gdb.arch/ppc-fp.exp: Likewise.
2632         * gdb.arch/vsx-regs.exp: Likewise.
2633         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2634         binprefix for generating the additional binary files.
2635
2636 2016-08-19  Pedro Alves  <palves@redhat.com>
2637
2638         * gdb.trace/mi-trace-frame-collected.exp
2639         (test_trace_frame_collected): On x32, expect two registers.
2640
2641 2016-08-18  Carl Love  <cel@us.ibm.com>
2642
2643         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2644         and sync up the test with tests in gas/testsuite/gas/ppc.
2645         * gdb.arch/powerpc-power.exp: Likewise.
2646
2647 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
2648
2649         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2650         expected error message.
2651
2652 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
2653
2654         * gdb.multi/remove-inferiors.exp: New file.
2655         * gdb.multi/remove-inferiors.c: New file.
2656
2657 2016-08-12  Yao Qi  <yao.qi@linaro.org>
2658
2659         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2660         argument list.
2661
2662 2016-08-10  Pedro Alves  <palves@redhat.com>
2663
2664         PR gdb/19187
2665         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2666         setup_kfails.
2667
2668 2016-08-09  Pedro Alves  <palves@redhat.com>
2669             Simon Marchi  <simon.marchi@ericsson.com>
2670
2671         PR gdb/20418
2672         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2673         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2674
2675 2016-08-09  Pedro Alves  <palves@redhat.com>
2676
2677         PR mi/20431
2678         * gdb.mi/mi-cmd-error.exp: New file.
2679
2680 2016-08-09  Pedro Alves  <palves@redhat.com>
2681
2682         PR gdb/18653
2683         * gdb.base/signals-state-child.c: New file.
2684         * gdb.base/signals-state-child.exp: New file.
2685         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2686
2687 2016-08-09  Pedro Alves  <palves@redhat.com>
2688
2689         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2690
2691 2016-08-03  Tom Tromey  <tom@tromey.com>
2692
2693         PR python/18565:
2694         * gdb.python/py-frame-inline.exp: Add Frame.function test.
2695
2696 2016-08-01  Yao Qi  <yao.qi@linaro.org>
2697
2698         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2699         variable mode to "multi-process" if $multi_process is 1, otherwise
2700         set it to "single-process".
2701
2702 2016-08-01  Yao Qi  <yao.qi@linaro.org>
2703
2704         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2705         * gdb.cp/cpexprs.exp: Likewise.
2706         * gdb.cp/m-static.exp: Likewise.
2707
2708 2016-07-26  Tom Tromey  <tom@tromey.com>
2709
2710         PR python/20190:
2711         * gdb.threads/tls.exp (check_thread_local): Add python symbol
2712         test.
2713
2714 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2715
2716         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2717         selecting assembly source files.
2718         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2719         assembly source files.
2720         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2721         assembly source files.
2722         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2723         selecting assembly source files.
2724
2725 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
2726
2727         * gdb.base/new-ui.exp (do_test_invalid_args): New
2728         procedure.
2729
2730 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
2731
2732         * gdb.btrace/reconnect.c: New file.
2733         * gdb.btrace/reconnect.exp: New file.
2734
2735 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
2736
2737         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2738         to test_catch_syscall_group.
2739         (test_catch_syscall_group): New.
2740
2741 2016-07-21  Tom Tromey  <tom@tromey.com>
2742
2743         * gdb.rust/simple.rs (main): Use empty struct expression.
2744         * gdb.rust/simple.exp: Add tests for empty struct expression.
2745
2746 2016-07-21  Yao Qi  <yao.qi@linaro.org>
2747
2748         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2749         if gdb_skip_xml_test is true on some targets.
2750
2751 2016-07-21  Yao Qi  <yao.qi@linaro.org>
2752
2753         * gdb.server/solib-list.exp: Unset last_loaded_file.
2754
2755 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2756
2757         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2758         "step into captured_main (args)".
2759
2760 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2761
2762         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2763
2764 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2765
2766         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2767
2768 2016-07-19  Pedro Alves  <palves@redhat.com>
2769
2770         * gdb.opt/inline-break.exp: Remove optimize=-O2.
2771         * gdb.opt/inline-bt.exp: Likewise.
2772         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2773         additional_flags=-Winline.
2774         * gdb.opt/inline-locals.exp: Likewise.
2775         * gdb.opt/inline-markers.c (ATTR): Define.
2776         (inlined_fn): Use it.
2777
2778 2016-07-19  Yao Qi  <yao.qi@linaro.org>
2779
2780         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2781         (test_with_self): Remove some code.  Remove argument executable.
2782         (top-level): Use do_self_tests.
2783
2784 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
2785             Don Breazeal <donb@codesourcery.com>
2786
2787         * gdb.base/maint.exp: Escape paths used in regular expressions.
2788         * gdb.stabs/weird.exp: Likewise.
2789
2790 2016-07-13  Tom Tromey  <tom@tromey.com>
2791
2792         PR python/15620, PR python/18620:
2793         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2794         (test_bkpt_events): New procs.
2795
2796 2016-07-13  Tom Tromey  <tom@tromey.com>
2797
2798         PR python/17698:
2799         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2800         test.
2801         (test_watchpoints): Likewise.
2802         (test_bkpt_pending): New proc.
2803
2804 2016-07-13  Tom Tromey  <tom@tromey.com>
2805
2806         PR cli/18053:
2807         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2808         completion test.
2809
2810 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2811
2812         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2813         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2814         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2815         f_label.
2816         (g): Rename g_end_lbl to g_label.
2817         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2818         low_pc and high_pc.
2819         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2820
2821 2016-07-12  Tom Tromey  <tom@tromey.com>
2822
2823         PR python/19293:
2824         * gdb.python/py-unwind-maint.exp: Update tests.
2825
2826 2016-07-12  Yao Qi  <yao.qi@linaro.org>
2827
2828         * lib/selftest-support.exp (selftest_setup): Match the output
2829         when captured_main is inlined.
2830
2831 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2832
2833         * gdb.fortran/derived-types.exp (result_line, result_line_2):
2834         New variables.
2835         (print this%a, print this%b, print this): New tests.
2836         * gdb.fortran/derived-types.f90 (this): New object and
2837         initialization.
2838
2839 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
2840
2841         * gdb.ada/arraydim.exp: Remove extra directory level in build
2842         directory.
2843
2844 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
2845
2846         * lib/ada.exp: Remove extra directory level in build directory.
2847         * gdb.ada/cond_lang.exp: Likewise.
2848         * gdb.ada/exec_changed.exp: Likewise.
2849         * gdb.ada/lang_switch.exp: Likewise.
2850
2851 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
2852
2853         * simple.rs: Add test for raw pointer subscripting.
2854         * simple.exp: Add test expectations.
2855
2856 2016-07-05  Yao Qi  <yao.qi@linaro.org>
2857
2858         * gdb.mi/mi-reverse.exp: Match =record-started output.
2859
2860 2016-07-01  Pedro Alves  <palves@redhat.com>
2861
2862         * gdb.base/jit-reader.exp (info_registers_current_frame): New
2863         procedure.
2864         (jit_reader_test): Test the jit reader's unwinder.
2865         * gdb.base/jithost.c (jit_function_00_code): New global.
2866         (main): Use memcpy to fill in the mmapped code, instead of poking
2867         bytes manually here.
2868         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2869         value.
2870         (read_debug_info): Save the function's range.
2871         (read_sp): New function.
2872         (unwind_frame): Use it.  Also unwind RBP.
2873         (get_frame_id): Use read_sp.
2874         (gdb_init_reader): Use calloc instead of malloc.
2875         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2876         parameter.  Use gdb_test_multiple.
2877
2878 2016-07-01  Pedro Alves  <palves@redhat.com>
2879             Antoine Tremblay  <antoine.tremblay@ericsson.com>
2880
2881         * gdb.threads/process-dies-while-detaching.c: New file.
2882         * gdb.threads/process-dies-while-detaching.exp: New file.
2883
2884 2016-07-01  Pedro Alves  <palves@redhat.com>
2885
2886         * gdb.multi/watchpoint-multi-exit.c: New file.
2887         * gdb.multi/watchpoint-multi-exit.exp: New file.
2888
2889 2016-06-30  Pedro Alves  <palves@redhat.com>
2890
2891         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2892         unset inferior_spawn_id.
2893
2894 2016-06-30  Pedro Alves  <palves@redhat.com>
2895
2896         * lib/mi-support.exp (default_mi_gdb_start): Declare global
2897         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2898
2899 2016-06-29  Yao Qi  <yao.qi@linaro.org>
2900
2901         * gdb.base/return.c: Add copyright header.
2902
2903 2016-06-29  Tom Tromey  <tom@tromey.com>
2904
2905         PR python/20129:
2906         * gdb.python/py-framefilter.exp: Add tests for setting priority
2907         and disabling of non-existent frame filter.
2908
2909 2016-06-29  Yao Qi  <yao.qi@linaro.org>
2910
2911         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2912         0x0f07ff.
2913
2914 2016-06-28  Yao Qi  <yao.qi@linaro.org>
2915
2916         * gdb.base/catch-syscall.exp: Remove check on isnative and target
2917         triplets.  Start gdb, execute catch syscall, and continue.  Check
2918         gdb's output to determine catch syscall is supported.
2919
2920 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
2921
2922         * gdb.rust/simple.rs: Add test for returning unit in a function.
2923         * gdb.rust/simple.exp: Add expectation for functions returning
2924         unit.
2925
2926 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
2927
2928         * gdb.python/py-breakpoint-create-fail.c,
2929         gdb.python/py-breakpoint-create-fail.exp,
2930         gdb.python/py-breakpoint-create-fail.py: New testcase.
2931
2932 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
2933
2934         PR gdb/20239
2935         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2936         * gdb.rust/simple.exp: Add test expectations for new NonZero
2937         tests.
2938
2939 2016-06-24  David Taylor  <dtaylor@emc.com>
2940
2941         * gdb.base/offsets.exp: New file.
2942         * gdb.base/offsets.c: New file.
2943
2944 2016-06-23  Tom Tromey  <tom@tromey.com>
2945
2946         PR gdb/16483:
2947         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2948         before any filters are loaded.
2949
2950 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2951
2952         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2953         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2954         structs.
2955         * gdb.fortran/derived-type-function.exp: New file.
2956         * gdb.fortran/derived-type-function.f90: New file.
2957
2958
2959 2016-06-21  Pedro Alves  <palves@redhat.com>
2960
2961         * gdb.base/new-ui.exp: New file.
2962         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2963         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2964         (with_spawn_id): New procedure.
2965
2966 2016-06-21  Pedro Alves  <palves@redhat.com>
2967
2968         * gdb.mi/mi-exec-run.exp: New file.
2969
2970 2016-06-21  Pedro Alves  <palves@redhat.com>
2971
2972         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2973         breakpoint command's output on the main UI.
2974         (test_break): New procedure, factored out from calls in the top
2975         level.
2976         (top level): Use foreach_with_prefix to test MI as main UI and as
2977         separate UI.
2978
2979 2016-06-21  Pedro Alves  <palves@redhat.com>
2980
2981         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2982         (test_awatch_creation_and_listing)
2983         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2984         Remove 'type' parameter.
2985         (test_watchpoint_all): New parameter mi_mode.  Remove
2986         with_test_prefix.
2987         (top level): Use foreach_with_prefix, and add main/separate UI MI
2988         testing axis.
2989
2990 2016-06-21  Pedro Alves  <palves@redhat.com>
2991
2992         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2993         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2994         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2995         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2996         (gdb_main_spawn_id, mi_spawn_id): Declare and
2997         comment.
2998         (mi_create_inferior_pty): New procedure,
2999         factored out from default_mi_gdb_start.
3000         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3001         procedures.
3002         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3003         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3004         Use mi_create_inferior_pty.
3005         (mi_gdb_start): Use eval to pass down args list.
3006
3007 2016-06-21  Pedro Alves  <palves@redhat.com>
3008
3009         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3010         * gdb.opt/inline-cmds.exp: Add MI tests.
3011
3012 2016-06-21  Pedro Alves  <palves@redhat.com>
3013
3014         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3015
3016 2016-06-21  Pedro Alves  <palves@redhat.com>
3017
3018         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3019         (top level): Use it instead of mi_execute_to.
3020
3021 2016-06-21  Pedro Alves  <palves@redhat.com>
3022
3023         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3024         (cont_handler_str): New.
3025         (signal_stop_handler): Set stop_handler_str instead of printing to
3026         stdout.
3027         (continue_handler): Set cont_handler_str instead of printing to
3028         stdout.
3029         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3030         mi_send_resuming_command.  Print stop_handler_str and
3031         cont_handler_str instead of expecting the python events print
3032         directly.
3033
3034 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
3035
3036         * gdb.base/jit-reader.exp: New file.
3037         * gdb.base/jithost.c: New file.
3038         * gdb.base/jithost.h: New file.
3039         * gdb.base/jitreader.c : New file.
3040         * gdb.base/jit-protocol.h: New file.
3041
3042 2016-06-17  Yao Qi  <yao.qi@linaro.org>
3043
3044         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3045         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
3046         and detach-on-fork.  Adjust tests.
3047         (top level): Invoke break_cond_on_syscall with combinations of
3048         syscall, follow-fork-mode and detach-on-fork.
3049
3050 2016-06-17  Yao Qi  <yao.qi@linaro.org>
3051
3052         * gdb.base/step-over-exit.c: New.
3053         * gdb.base/step-over-exit.exp: New.
3054
3055 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
3056
3057         * gdb.base/float.exp: Add target check for nds32*-*-*.
3058         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3059
3060 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
3061
3062         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3063         for unsupported target features.
3064         * gdb.base/call-rt-st.exp: Likewise.
3065         * gdb.base/call-sc.exp: Likewise.
3066         * gdb.base/call-signal-resume.exp: Likewise.
3067         * gdb.base/call-strs.exp: Likewise.
3068         * gdb.base/callexit.exp: Likewise.
3069         * gdb.base/callfuncs.exp: Likewise.
3070         * gdb.base/nodebug.exp: Likewise.
3071         * gdb.base/printcmds.exp: Likewise.
3072         * gdb.base/ptype.exp: Likewise.
3073         * gdb.base/structs.exp: Likewise.
3074         * gdb.base/unwindonsignal.exp: Likewise.
3075         * gdb.cp/gdb2495.exp: Likewise.
3076         * gdb.cp/templates.exp: Likewise.
3077         * gdb.cp/virtfunc.exp: Likewise.
3078         * gdb.threads/hand-call-in-threads.exp: Likewise.
3079         * gdb.threads/interrupted-hand-call.exp: Likewise.
3080         * gdb.threads/thread-unwindonsignal.exp: Likewise.
3081
3082 2016-06-10  Tom Tromey  <tom@tromey.com>
3083
3084         PR rust/20110:
3085         * gdb.rust/expr.exp: Add test for integer constant larger than
3086         i32.
3087
3088 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
3089
3090         * gdb.fortran/nested-funcs.exp: New.
3091         * gdb.fortran/nested-funcs.f90: New.
3092
3093 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
3094
3095         * gdb.base/examine-backward.c: New file.
3096         * gdb.base/examine-backward.exp: New file.
3097
3098 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
3099
3100         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3101         matching.
3102
3103 2016-06-02  Tom Tromey  <tom@tromey.com>
3104
3105         PR python/18984:
3106         * gdb.python/py-shared.exp: Add solib_name test.
3107
3108 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
3109
3110         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3111
3112 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
3113
3114         PR c++/19893
3115         * gdb.dwarf2/implref.exp: Rename to...
3116         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
3117         * gdb.dwarf2/implref-array.c: New file.
3118         * gdb.dwarf2/implref-array.exp: Likewise.
3119         * gdb.dwarf2/implref-global.c: Likewise.
3120         * gdb.dwarf2/implref-global.exp: Likewise.
3121         * gdb.dwarf2/implref-struct.c: Likewise.
3122         * gdb.dwarf2/implref-struct.exp: Likewise.
3123
3124 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3125
3126         * gdb.trace/trace-condition.exp: Add 64bit tests.
3127
3128 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3129
3130         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3131         bits types.
3132         (main): Adapt to 8 to 64 bits types.
3133         * gdb.trace/trace-condition.exp: Add new tests.
3134
3135 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3136
3137         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3138
3139 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3140
3141         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3142         Move condition tests...
3143         * gdb.trace/trace-condition.exp: Here.
3144
3145 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3146
3147         * gdb.trace/trace-condition.exp: Add counter-case tests.
3148
3149 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
3150
3151         PR c++/15231
3152         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3153         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3154
3155 2016-05-27  Pedro Alves  <palves@redhat.com>
3156
3157         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3158         New procedure.
3159         (top level): Call it, and bail out of DejaGnu is known to be bad.
3160
3161 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
3162
3163         * gdb.base/whatis.c: Extend the test case.
3164         * gdb.base/whatis.exp: Add additional tests.
3165
3166 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3167
3168 * gdb.fortran/type.f90: Add pointer variable.
3169 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3170
3171 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3172
3173         * gdb.fortran/vla-type.exp: Fix testcase name.
3174
3175 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3176
3177         * gdb.fortran/vla-type.exp: Access elements in nested structs.
3178
3179 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3180
3181         * gdb.fortran/type.f90: Add nested structures.
3182         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3183         * gdb.fortran/derived-type.exp: Adapt expected output.
3184         * gdb.fortran/vla-type.exp: Adapt expected output.
3185
3186 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3187
3188         * gdb.fortran/whatis_type.exp: Adapt expected output.
3189
3190 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3191
3192         * gdb.fortran/print_type.exp: Fix expected output.
3193         * gdb.fortran/whatis_type.exp: Fix expected output.
3194
3195 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
3196
3197         * gdb.fortran/whatis_type.exp: Use multi_line.
3198
3199 2016-05-24  Tom Tromey  <tom@tromey.com>
3200
3201         PR python/17386:
3202         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3203         use value as an index.
3204
3205 2016-05-23  Tom Tromey  <tom@tromey.com>
3206
3207         PR python/17981:
3208         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3209         no-breakpoint case.
3210
3211 2016-05-24  Pedro Alves  <palves@redhat.com>
3212
3213         PR gdb/19828
3214         * gdb.threads/clone-attach-detach.c: New file.
3215         * gdb.threads/clone-attach-detach.exp: New file.
3216
3217 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
3218
3219         * gdb.base/annota-input-while-running.exp: Fix syntax error.
3220
3221 2016-05-23  Tom Tromey  <tom@tromey.com>
3222
3223         PR python/19438, PR python/18393:
3224         * gdb.python/py-progspace.exp: Add "dir" test.
3225         * gdb.python/py-objfile.exp: Add "dir" test.
3226
3227 2016-05-23  Yao Qi  <yao.qi@linaro.org>
3228
3229         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3230         * gdb.arch/thumb2-it.exp: Likewise.
3231
3232 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
3233
3234         * gdb.mi/mi-threads-interrupt.c: New file.
3235         * gdb.mi/mi-threads-interrupt.exp: New file.
3236
3237 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3238
3239         PR gdb/18077
3240         * gdb.mi/mi-async-run.exp: New file.
3241         * gdb.mi/mi-async-run.c: New file.
3242
3243 2016-05-17  Tom Tromey  <tom@tromey.com>
3244             Manish Goregaokar <manishsmail@gmail.com>
3245
3246         * lib/rust-support.exp: New file.
3247         * lib/gdb.exp (skip_rust_tests): New proc.
3248         (build_executable_from_specs): Handle rust.
3249         * lib/future.exp (gdb_find_rustc): New proc.
3250         (gdb_default_target_compile): Handle rust.
3251         * gdb.rust/expr.exp: New file.
3252         * gdb.rust/generics.exp: New file.
3253         * gdb.rust/generics.rs: New file.
3254         * gdb.rust/methods.exp: New file.
3255         * gdb.rust/methods.rs: New file.
3256         * gdb.rust/modules.exp: New file.
3257         * gdb.rust/modules.rs: New file.
3258         * gdb.rust/simple.exp: New file.
3259         * gdb.rust/simple.rs: New file.
3260
3261 2016-05-17  Tom Tromey  <tom@tromey.com>
3262
3263         * gdb.base/default.exp (set language): Add rust.
3264
3265 2016-05-17  Tom Tromey  <tom@tromey.com>
3266
3267         * gdb.gdb/unittest.exp: New file.
3268
3269 2016-05-16  Yao Qi  <yao.qi@linaro.org>
3270
3271         * gdb.base/batch-preserve-term-settings.exp: Remove variable
3272         shell_prompt.  Update shell_prompt_re.
3273
3274 2016-05-12  Doug Evans  <dje@google.com>
3275
3276         PR symtab/19999
3277         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3278         $options when building executable.
3279         * gdb.dwarf2/fission-loclists-pie.S: New file.
3280         * gdb.dwarf2/fission-loclists-pie.exp: New file.
3281
3282 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
3283
3284         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3285         of [is_remote target],
3286
3287 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
3288
3289         * lib/gdb.exp (use_gdb_stub): New procedure.
3290
3291 2016-05-03  Yunlian Jiang <yunlian@google.com>
3292             Doug Evans  <dje@google.com>
3293
3294         PR symtab/19914
3295         * gdb.dwarf2/dwp-sepdebug.c: New file.
3296         * gdb.dwarf2/dwp-sepdebug.exp: New file.
3297
3298 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
3299
3300         * gdb.base/detach.exp: Remove is_remote check.
3301
3302 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
3303
3304         * gdb.base/annota-input-while-running.exp: Don't check for
3305         [is_remote target].  Enable annotations after running to main.
3306         Remove unused "set test..." line.
3307
3308 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
3309
3310         * gdb.trace/trace-enable-disable.exp: New file.
3311         * gdb.trace/trace-enable-disable.c: New file.
3312
3313 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
3314
3315         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3316         use it in info sharedlibrary test.
3317         * gdb.trace/ftrace-lock.exp: Likewise.
3318         * gdb.trace/ftrace.exp: Likewise.
3319         * gdb.trace/range-stepping.exp: Likewise.
3320         * gdb.trace/trace-break.exp: Likewise.
3321         * gdb.trace/trace-condition.exp: Likewise.
3322         * gdb.trace/trace-mt.exp: Likewise.
3323
3324 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
3325
3326         * lib/gdb.exp (gdb_load_shlibs): Rename to...
3327         (gdb_load_shlib): ... this.
3328         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3329         gdb_load_shlib.
3330         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3331         * gdb.base/ctxobj.exp: Likewise.
3332         * gdb.base/dprintf-pending.exp: Likewise.
3333         * gdb.base/dso2dso.exp: Likewise.
3334         * gdb.base/fixsection.exp: Likewise.
3335         * gdb.base/gcore-relro.exp: Likewise.
3336         * gdb.base/gdb1555.exp: Likewise.
3337         * gdb.base/global-var-nested-by-dso.exp: Likewise.
3338         * gdb.base/gnu-ifunc.exp: Likewise.
3339         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3340         * gdb.base/jit-so.exp (one_jit_test): Likewise.
3341         * gdb.base/pending.exp: Likewise.
3342         * gdb.base/print-file-var.exp: Likewise.
3343         * gdb.base/print-symbol-loading.exp: Likewise.
3344         * gdb.base/shlib-call.exp: Likewise.
3345         * gdb.base/shreloc.exp: Likewise.
3346         * gdb.base/so-impl-ld.exp: Likewise.
3347         * gdb.base/solib-disc.exp: Likewise.
3348         * gdb.base/solib-nodir.exp: Likewise.
3349         * gdb.base/solib-overlap.exp: Likewise.
3350         * gdb.base/solib-symbol.exp: Likewise.
3351         * gdb.base/solib-weak.exp (do_test): Likewise.
3352         * gdb.base/sym-file.exp: Likewise.
3353         * gdb.base/symtab-search-order.exp: Likewise.
3354         * gdb.base/type-opaque.exp: Likewise.
3355         * gdb.base/unload.exp: Likewise.
3356         * gdb.base/watchpoint-solib.exp: Likewise.
3357         * gdb.compile/compile.exp: Likewise.
3358         * gdb.cp/gdb2384.exp: Likewise.
3359         * gdb.cp/infcall-dlopen.exp: Likewise.
3360         * gdb.cp/re-set-overloaded.exp: Likewise.
3361         * gdb.fortran/library-module.exp: Likewise.
3362         * gdb.opt/solib-intra-step.exp: Likewise.
3363         * gdb.python/py-finish-breakpoint.exp: Likewise.
3364         * gdb.python/py-shared.exp: Likewise.
3365         * gdb.reverse/solib-precsave.exp: Likewise.
3366         * gdb.reverse/solib-reverse.exp: Likewise.
3367         * gdb.server/solib-list.exp: Likewise.
3368         * gdb.threads/dlopen-libpthread.exp: Likewise.
3369         * gdb.threads/tls-shared.exp: Likewise.
3370         * gdb.threads/tls-so_extern.exp: Likewise.
3371         * gdb.trace/change-loc.exp: Likewise.
3372         * gdb.trace/ftrace-lock.exp: Likewise.
3373         * gdb.trace/ftrace.exp: Likewise.
3374         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3375         * gdb.trace/pending.exp: Likewise.
3376         * gdb.trace/range-stepping.exp: Likewise.
3377         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3378         (strace_info_marker): Likewise.
3379         (strace_probe_marker): Likewise.
3380         (strace_trace_on_same_addr): Likewise.
3381         (strace_trace_on_diff_addr): Likewise.
3382         * gdb.trace/trace-break.exp: Likewise.
3383         * gdb.trace/trace-condition.exp: Likewise.
3384         * gdb.trace/trace-mt.exp: Likewise.
3385
3386 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
3387
3388         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
3389         result of gdb_remote_download.
3390         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3391         * gdb.base/dso2dso.exp: Likewise.
3392         * gdb.base/global-var-nested-by-dso.exp: Likewise.
3393         * gdb.base/print-file-var.exp: Likewise.
3394         * gdb.base/shlib-call.exp: Likewise.
3395         * gdb.base/shreloc.exp: Likewise.
3396         * gdb.base/solib-overlap.exp: Likewise.
3397         * gdb.base/solib-weak.exp (do_test): Likewise.
3398         * gdb.base/unload.exp: Likewise.
3399
3400 2016-04-27  Yao Qi  <yao.qi@linaro.org>
3401
3402         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3403         exists.
3404
3405 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3406
3407         * vla-type.exp: Print structure from toplevel.
3408
3409 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3410
3411         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3412         of dynamic types.
3413         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3414         of dynamic types.
3415
3416 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3417
3418         * gdb.fortran/vla-type.f90: New file.
3419         * gdb.fortran/vla-type.exp: New file.
3420
3421 2016-04-25  Yao Qi  <yao.qi@linaro.org>
3422
3423         * gdb.base/branch-to-self.c: New file.
3424         * gdb.base/branch-to-self.exp: New file.
3425
3426 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3427
3428         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3429         more after $hex.
3430
3431 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3432
3433         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3434         * gdb.base/annota3.exp: Likewise.
3435
3436 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3437
3438         * gdb.reverse/step-precsave.exp: Do one step and test program
3439         stops in "callee" and do multiple steps until program goes out
3440         of "callee".
3441         * gdb.reverse/step-reverse.exp: Likewise.
3442
3443 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3444
3445         * gdb.trace/signal.exp: Also pass if
3446         $tracepoint_hits($i) > $iterations.
3447
3448 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3449
3450         * gdb.trace/signal.c: New file.
3451         * gdb.trace/signal.exp: New file.
3452
3453 2016-04-19  Doug Evans  <xdje42@gmail.com>
3454
3455         * gdb.base/bad-file.exp: New file.
3456
3457 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
3458
3459         * gdb.dwarf2/implref.exp: New file.
3460
3461 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
3462
3463         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3464         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3465         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3466         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3467         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3468         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3469         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3470         * lib/fortran.exp (fortran_int4): New procedure.
3471         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3472         (fortran_logical4): Likewise.
3473
3474 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
3475
3476         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3477
3478 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
3479
3480         * lib/compiler.c: Add Intel specific preprocessor macros.
3481         * lib/compiler.cc: Likewise.
3482
3483 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
3484
3485         * gdb.server/connect-with-no-symbol-file.c: New file.
3486         * gdb.server/connect-with-no-symbol-file.exp: New file.
3487
3488 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
3489
3490         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3491
3492 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
3493
3494         * boards/gdbserver-base.exp (${board}_download): Copy source file to
3495         standard output directory.
3496
3497 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3498
3499         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3500
3501 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3502
3503         * gdb.btrace/instruction_history.c (loop): Add declaration.
3504
3505 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3506
3507         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3508
3509 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
3510
3511         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3512         parentheses to print.
3513         (continue_handler): Likewise.
3514
3515 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
3516
3517         * gdb.server/solib-list.exp: Remove is_remote check.
3518         Pass shlib= to gdb_compile.  Don't link shared library with
3519         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
3520         Run binary filename through "readlink -f" on the target.
3521
3522 2016-04-08  Pedro Alves  <palves@redhat.com>
3523
3524         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
3525         interpreter filename as argument to gdbserver_spawn.
3526         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3527         Return empty if $last_loaded_file does not exist.
3528
3529 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3530
3531         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3532         * gdb.base/jit-main.c: Use exit after usage.
3533
3534 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3535
3536         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3537         GDBHISTSIZE prior to the tests.
3538         * gdb.base/gdbinit-history.exp: Likewise.
3539
3540 2016-04-07  Pedro Alves  <palves@redhat.com>
3541
3542         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3543         instead of build_executable.  Use gdb_load_shlibs.
3544
3545 2016-04-07  Yao Qi  <yao.qi@linaro.org>
3546
3547         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3548         Execute "si" command.
3549
3550 2016-04-07  Yao Qi  <yao.qi@linaro.org>
3551
3552         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3553         number instead of the comments on some line.
3554
3555 2016-04-06  Don Breazeal  <donb@codesourcery.com>
3556
3557         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3558         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3559
3560 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
3561
3562         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3563         standard_output_file.  Remove unused binfile variable.
3564
3565 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
3566
3567         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3568         * gdb.python/py-mi-objfile.exp: Match "list main" output
3569         in console format.
3570
3571 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
3572
3573         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3574         absolute.
3575
3576 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
3577
3578         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3579         absolute.
3580         * gdb.trace/ftrace.exp: Likewise.
3581         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3582         targets as well.
3583         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3584         (gdb_load_shlibs): Copy libraries to test directory when testing
3585         natively.  Only set solib-search-path if testing remotely.
3586         * lib/mi-support.exp (mi_load_shlibs): Likewise.
3587
3588 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
3589
3590         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3591         gdb_download.  Use it even if the target is not remote.
3592         * gdb.base/jit.exp (compile_jit_test): Likewise.
3593         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3594         output directory if the destination board is local, otherwise use
3595         the standard remote_download from DejaGnu.
3596         (gdb_download): Remove.
3597         (gdb_load_shlibs): Use gdb_remote_download instead of
3598         gdb_download.
3599         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3600         Use gdb_remote_download instead of gdb_download.  Use it even if
3601         the target is not remote.
3602         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3603         instead of gdb_download.
3604
3605 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
3606
3607         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3608         (test_insert_delete_modify): Call mi_load_shlibs before trying to
3609         run.
3610
3611 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
3612
3613         PR gdb/19820
3614         * gdb.base/printcmds.exp: Add artificial arrays tests.
3615
3616 2016-03-31  Pedro Alves  <palves@redhat.com>
3617
3618         PR gdb/19858
3619         * gdb.base/jit-main.c: Include unistd.h.
3620         (ATTACH): Define to 0 if not already defined.
3621         (wait_for_gdb, mypid): New globals.
3622         (WAIT_FOR_GDB): New macro.
3623         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
3624         some breakpoint locations.
3625         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3626         New procedures.
3627         (one_jit_test): Add REATTACH parameter, and handle it.  Use
3628         continue_to_test_location.
3629         (top level): Test attach, and adjusts calls to one_jit_test.
3630
3631 2016-03-31  Pedro Alves  <palves@redhat.com>
3632
3633         PR gdb/19858
3634         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
3635         BINSUFFIX parameter, and handle it.
3636         (top level): Adjust calls compile_jit_test.
3637
3638 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
3639
3640         PR python/19743
3641         * gdb.python/py-mi-events-gdb.py: New file.
3642         * gdb.python/py-mi-events.c: New file.
3643         * gdb.python/py-mi-events.exp: New file.
3644
3645 2016-03-30  Yao Qi  <yao.qi@linaro.org>
3646
3647         * gdb.reverse/until-precsave.exp: Match function name only.
3648         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3649         Move malloc to a condition block.
3650         * gdb.reverse/until-reverse.exp: Match function name only.
3651
3652 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3653
3654         * gdb.trace/ftrace.exp: Set arg0exp for s390.
3655         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3656         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3657         variable for GPR 0 instead of assuming it is register 0.
3658         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3659         * lib/trace-support.exp: Add s390 registers.
3660
3661 2016-03-29  Yao Qi  <yao.qi@linaro.org>
3662
3663         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3664
3665 2016-03-24  Yao Qi  <yao.qi@linaro.org>
3666
3667         * gdb.reverse/break-reverse.exp: Add quotation mark in the
3668         test message.
3669
3670 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3671
3672         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3673         maintaining separate logic for constructing the output path.
3674
3675 2016-03-16  Don Breazeal  <donb@codesourcery.com>
3676
3677         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3678         Retry fork and waitpid on interrupted system call errors.
3679         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3680         Use with_timeout_factor to increase timeout by factor of 10.
3681
3682 2016-03-15  Don Breazeal  <donb@codesourcery.com>
3683
3684         * gdb.cp/scope-err.cc: New test program.
3685         * gdb.cp/scope-err.exp: New test script.
3686         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3687         lines and "set breakpoint here" comment.
3688         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3689         Fixed some whitespace and format issues.
3690         * gdb.mi/mi-linespec-err-cp.cc: New test program.
3691         * gdb.mi/mi-linespec-err-cp.exp: New test script.
3692
3693 2016-03-15  Doug Evans  <dje@google.com>
3694
3695         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3696         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3697         All callers updated.  Add tests for enums, mixed flags register.
3698
3699 2016-03-15  Doug Evans  <dje@google.com>
3700
3701         * gdb.base/skip.c (main): Call test_skip_file_and_function.
3702         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3703
3704 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
3705
3706         * gdb.base/default.exp: Add $_as_string to the list of expected
3707         convenience functions.
3708
3709 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
3710
3711         * gdb.base/maint.exp: New tests for 'maint info line-table'.
3712
3713 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
3714
3715         * gdb.python/py-as-string.exp: New file.
3716         * gdb.python/py-as-string.c: New file.
3717
3718 2016-03-09  Pedro Alves  <palves@redhat.com>
3719
3720         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3721         signal" -> "Thread NN received signal" output change.
3722         * gdb.threads/ia64-sigill.exp: Likewise.
3723         * gdb.threads/linux-dp.exp: Likewise.
3724         * gdb.threads/manythreads.exp: Likewise.
3725         * gdb.threads/pending-step.exp: Likewise.
3726         * gdb.threads/print-threads.exp: Likewise.
3727         * gdb.threads/sigstep-threads.exp: Likewise.
3728         * gdb.threads/staticthreads.exp: Likewise.
3729         * gdb.threads/tls.exp: Likewise.
3730
3731 2016-03-09  Pedro Alves  <palves@redhat.com>
3732
3733         * gdb.base/command-line-input.exp: New file.
3734
3735 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3736
3737         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3738         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3739         * gdb.trace/pending.exp: Accept leading dot before function name.
3740         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3741         * lib/trace-support.exp: Set registers for ppc.
3742
3743 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3744
3745         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3746         use it for disassembly; accept .main in addition to main in backtrace.
3747
3748 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
3749             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3750
3751         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3752         (gdb_recursion_test_ptr): New global variable.
3753         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3754         gdb_recursion_test.
3755         (gdb_c_test): Ditto.
3756
3757 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3758
3759         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3760         ordering.
3761
3762 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3763
3764         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3765         (bar): Add bar_start_lbl label.
3766         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3767         of foo/bar for emitting DWARF and tracing.
3768
3769 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
3770
3771         * analyze-racy-logs.py: Set executable bit.
3772
3773 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3774
3775         * Makefile.in (DEFAULT_RACY_ITER): New variable.
3776         (CHECK_TARGET_TMP): Likewise.
3777         (check-single-racy): New rule.
3778         (check-parallel-racy): Likewise.
3779         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3780         (do-check-parallel-racy): New rule.
3781         (check-racy/%.exp): Likewise.
3782         * README (Racy testcases): New section.
3783         * analyze-racy-logs.py: New file.
3784
3785 2016-03-03  Doug Evans  <dje@google.com>
3786
3787         * gdb.base/skip.exp: Use with_test_prefix.
3788
3789 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3790
3791         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3792         Invoke step_over_syscall "clone" and break_cond_on_syscall
3793         "clone".
3794         * gdb.base/step-over-clone.c: New file.
3795
3796 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3797
3798         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3799         code format.
3800
3801 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3802
3803         * gdb.base/disp-step-fork.c: Rename to ...
3804         * gdb.base/step-over-fork.c: ... it.  New file.
3805         * gdb.base/disp-step-vfork.c: Rename to ...
3806         * gdb.base/step-over-vfork.c: ... it.  New file.
3807         * gdb.base/disp-step-syscall.exp: Rename to ...
3808         * gdb.base/step-over-syscall.exp: ... it.  New file.
3809         (disp_step_cross_syscall): Rename to ...
3810         (step_over_syscall): ... it.
3811
3812 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3813
3814         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3815         If target supports condition evaluation on target, invoke
3816         break_cond_on_syscall for fork and vfork.
3817
3818 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3819
3820         * gdb.base/disp-step-syscall.exp: Don't invoke
3821         support_displaced_stepping.
3822         (disp_step_cross_syscall): Test with displaced stepping off and
3823         on if supported.
3824
3825 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3826
3827         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3828         proc.
3829         (setup): New proc.
3830         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3831         and setup.
3832
3833 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3834
3835         * gdb.fortran/vla-history.exp: Remove breakpoint.
3836
3837 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3838
3839         * gdb.fortran/vla-history.exp: Lookup array elements and printing
3840         exceeds timeout.
3841
3842 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3843
3844         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3845         breakpoint.
3846
3847 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3848
3849         * gdb.mi/vla.f90: Nullify pointer after declaration.
3850
3851 2016-03-01  Pedro Alves  <palves@redhat.com>
3852
3853         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3854
3855 2016-03-01  Pedro Alves  <palves@redhat.com>
3856
3857         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3858         before anything else.
3859         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
3860         _GNU_SOURCE here.
3861         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3862         before anything else.
3863         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3864
3865 2016-03-01  Pedro Alves  <palves@redhat.com>
3866
3867         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3868
3869 2016-03-01  Yao Qi  <yao.qi@linaro.org>
3870
3871         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3872         prepare_for_testing.
3873
3874 2016-03-01  Yao Qi  <yao.qi@linaro.org>
3875
3876         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3877
3878 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3879
3880         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3881         manually constructing the output path.
3882
3883 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3884
3885         * gdb.arch/s390-stackless.S: New.
3886         * gdb.arch/s390-stackless.exp: New.
3887
3888 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
3889
3890         * gdb.dlang/circular.c: New file.
3891         * gdb.dlang/circular.exp: New file.
3892
3893 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3894
3895         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3896         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3897         (testcases): Update.
3898
3899 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3900
3901         * gdb.reverse/aarch64.c: Rename to ...
3902         * gdb.reverse/insn-reverse.c: ... it.
3903         * gdb.reverse/aarch64.exp: Rename to ...
3904         * gdb.reverse/insn-reverse.exp: ... it.
3905
3906 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3907
3908         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3909         (testcase_ftype): New.
3910         (testcases): New array.
3911         (n_testcases): New.
3912         (main): Call each element in testcases.
3913         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3914         (read_testcase): New.
3915         Do the tests in a loop.
3916
3917 2016-02-25  Yao Qi  <yao.qi@linaro.org>
3918
3919         * gdb.base/branches.c: Remove.
3920
3921 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3922
3923         PR gdb/13808
3924         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3925
3926 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3927
3928         * gdb.trace/ftrace.exp: Remove unnecessary target check.
3929
3930 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3931
3932         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3933         change x86_64 call_insn to 'callq'.
3934
3935 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3936
3937         * gdb.trace/tfile-avx.c: Move to...
3938         * gdb.trace/tracefile-pseudo-reg.c: Here.
3939         * gdb.trace/tfile-avx.exp: Move to...
3940         * gdb.trace/tracefile-pseudo-reg.exp: Here.
3941
3942 2016-02-24  Gary Benson <gbenson@redhat.com>
3943
3944         * gdb.base/attach-pie-noexec.exp: Do not expect an error
3945         message on attach.
3946
3947 2016-02-23  Doug Evans  <dje@google.com>
3948
3949         * gdb.base/skip.c (test_skip): New function.
3950         (end_test_skip_file_and_function): New function.
3951         (test_skip_file_and_function): New function.
3952         * gdb.base/skip1.c (test_skip): New function.
3953         (skip1_test_skip_file_and_function): New function.
3954         * gdb.base/skip.exp: Add tests for new skip options.
3955         * gdb.base/skip-solib.exp: Update expected output.
3956         * gdb.perf/skip-command.cc: New file.
3957         * gdb.perf/skip-command.exp: New file.
3958         * gdb.perf/skip-command.py: New file.
3959
3960 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3961
3962         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3963         info registers pattern.
3964
3965 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
3966
3967         * lib/future.exp: Add D support.
3968         (gdb_find_gdc): New proc.
3969         (gdb_default_target_compile): Add D support.
3970
3971 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
3972
3973         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3974         user+system time.
3975         (trace_speed_test): Determine the iteration count for a time
3976         between 15..30 seconds.
3977
3978 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3979
3980         * gdb.arch/i386-mpx-sigsegv.c: New file.
3981         * gdb.arch/i386-mpx-sigsegv.exp: New file.
3982         * gdb.arch/i386-mpx-simple_segv.c: New file.
3983         * gdb.arch/i386-mpx-simple_segv.exp: New file.
3984
3985 2016-02-18  Yao Qi  <yao.qi@linaro.org>
3986
3987         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3988         Don't call setup_kfail.
3989
3990 2016-02-18  Yao Qi  <yao.qi@linaro.org>
3991
3992         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3993         Set "set breakpoint condition-evaluation" per $cond_bp_target.
3994
3995 2016-02-16  Doug Evans  <dje@google.com>
3996
3997         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
3998         * gdb.base/skip1.c: Ditto.
3999         * gdb.base/skip.exp: Whitespace cleanup.
4000
4001 2016-02-16  Don Breazeal  <donb@codesourcery.com>
4002
4003         PR remote/19496
4004         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4005         Remove kfail for PR remote/19496.
4006
4007 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
4008
4009         * lib/gdb.exp (standard_temp_file): Return a path specific to
4010         the runtest invocation.
4011
4012 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
4013
4014         * gdb.trace/save-trace.exp: Change relative path to be in the
4015         standard output directory.
4016
4017 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4018
4019         * gdb.arch/i386-prologue.c: Add missing prototypes.
4020
4021 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4022
4023         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4024         * gdb.arch/i386-prologue.exp: Likewise.
4025         * gdb.arch/i386-size.exp: Likewise.
4026
4027 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
4028
4029         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4030         define object file path.
4031         * gdb.btrace/gcore.exp: Use standard_output_file to define core
4032         file path.
4033         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4034         standard_output_file to define binfile.
4035
4036 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4037
4038         Fix compatibility with recent gfortran-5.3.1.
4039         * gdb.fortran/vla-history.exp (print vla1 allocated)
4040         (print vla2 allocated, print $2, print $3): Remove
4041         (print $4): Rename to ...
4042         (print $2): ... here.
4043         (print $9): Rename to ...
4044         (print $5): ... here.
4045         (print $10): Rename to ...
4046         (print $6): ... here.
4047         * gdb.fortran/vla.f90: Add pvla initialization.
4048
4049 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
4050
4051         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4052         New test.
4053         * gdb.fortran/vla-value-sub.exp: Likewise.
4054
4055 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4056
4057         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4058
4059 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
4060
4061         * i386-biarch-core.exp: Define corefile using
4062         standard_output_file.
4063
4064 2016-02-12  Yao Qi  <yao.qi@linaro.org>
4065
4066         * gdb.arch/arm-single-step-kernel-helper.c: New.
4067         * gdb.arch/arm-single-step-kernel-helper.exp: New.
4068
4069 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
4070
4071         * gdb.btrace/tailcall-only.exp: New.
4072         * gdb.btrace/tailcall-only.c: New.
4073         * gdb.btrace/x86_64-tailcall-only.S: New.
4074         * gdb.btrace/i686-tailcall-only.S: New.
4075
4076 2016-02-11  Pedro Alves  <palves@redhat.com>
4077
4078         * README (Parallel testing): Add missing double quotes.
4079
4080 2016-02-11  Pedro Alves  <palves@redhat.com>
4081
4082         * README (Parallel testing): New section.
4083         (GDB_PARALLEL): Rewrite.
4084         (FORCE_PARALLEL): Document.
4085
4086 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4087
4088         * gdb.trace/tfile-avx.c: New test.
4089         * gdb.trace/tfile-avx.exp: New test.
4090
4091 2016-02-09  Keith Seitz  <keiths@redhat.com>
4092
4093         PR breakpoints/19546
4094         * gdb.base/infcall-exec.c: New file.
4095         * gdb.base/infcall-exec2.c: New file.
4096         * gdb.base/infcall-exec.exp: New file.
4097
4098 2016-02-09  Keith Seitz  <keiths@redhat.com>
4099
4100         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4101         (toplevel): Call test_bkpt_address.
4102
4103 2016-02-09  Keith Seitz  <keiths@redhat.com>
4104
4105         PR python/19506
4106         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4107         (toplevel): Call test_bkpt_address.
4108
4109 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
4110
4111         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4112         to AC_OUTPUT.
4113         * configure: Regenerate.
4114
4115 2016-02-09  Pedro Alves  <palves@redhat.com>
4116
4117         PR breakpoints/19548
4118         * gdb.base/execl-update-breakpoints.c (some_function): New
4119         function.
4120         (main): Call it.
4121         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4122         Tighten expected GDB output.
4123
4124 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
4125
4126         * Makefile.in (ALL_SUBDIRS): Remove.
4127         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4128         (distclean maintainer-clean realclean): Likewise.
4129         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4130         * configure: Regenerate.
4131         * gdb.ada/Makefile.in: Delete.
4132         * gdb.arch/Makefile.in: Likewise.
4133         * gdb.asm/Makefile.in: Likewise.
4134         * gdb.base/Makefile.in: Likewise.
4135         * gdb.btrace/Makefile.in: Likewise.
4136         * gdb.cell/Makefile.in: Likewise.
4137         * gdb.compile/Makefile.in: Likewise.
4138         * gdb.cp/Makefile.in: Likewise.
4139         * gdb.disasm/Makefile.in: Likewise.
4140         * gdb.dlang/Makefile.in: Likewise.
4141         * gdb.dwarf2/Makefile.in: Likewise.
4142         * gdb.fortran/Makefile.in: Likewise.
4143         * gdb.gdb/Makefile.in: Likewise.
4144         * gdb.go/Makefile.in: Likewise.
4145         * gdb.guile/Makefile.in: Likewise.
4146         * gdb.java/Makefile.in: Likewise.
4147         * gdb.linespec/Makefile.in: Likewise.
4148         * gdb.mi/Makefile.in: Likewise.
4149         * gdb.modula2/Makefile.in: Likewise.
4150         * gdb.multi/Makefile.in: Likewise.
4151         * gdb.objc/Makefile.in: Likewise.
4152         * gdb.opencl/Makefile.in: Likewise.
4153         * gdb.opt/Makefile.in: Likewise.
4154         * gdb.pascal/Makefile.in: Likewise.
4155         * gdb.perf/Makefile.in: Likewise.
4156         * gdb.python/Makefile.in: Likewise.
4157         * gdb.reverse/Makefile.in: Likewise.
4158         * gdb.server/Makefile.in: Likewise.
4159         * gdb.stabs/Makefile.in: Likewise.
4160         * gdb.threads/Makefile.in: Likewise.
4161         * gdb.trace/Makefile.in: Likewise.
4162         * gdb.xml/Makefile.in: Likewise.
4163         * lib/gdb.exp (make_gdb_parallel_path): Add check for
4164         GDB_PARALLEL.
4165         (standard_output_file): Remove check for GDB_PARALLEL, always
4166         return path in outputs/$subdir/$testname.
4167
4168 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
4169
4170         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4171         (site.exp): Assign abs_srcdir to tcl's srcdir.
4172
4173 2016-02-04  Yao Qi  <yao.qi@linaro.org>
4174
4175         * gdb.base/foll-exec-mode.c: Include limits.h.
4176         (main): Add parameters argc and argv.  Get directory from
4177         argv[0].
4178         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4179         compilation.
4180         * gdb.base/foll-exec.c: Include limits.h.
4181         (main): Add parameters argc and argv.
4182         Get directory from argv[0].
4183         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4184         Adjust tests on the number of lines as source code changed.
4185         * gdb.base/foll-vfork-exit.c: Include limits.h.
4186         (main): Add one line of statement before vfork.
4187         * gdb.base/foll-vfork.c: Include limits.h and string.h.
4188         (main): Add parameters argc and argv.  Get directory from
4189         argv[0].
4190         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4191         (setup_gdb): Set tbreak to skip some source lines.
4192         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4193         (main): Add parameters argc and argv.  Get directory from
4194         argv[0].
4195         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4196         compilation.
4197         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4198         (main): Add parameters argc and argv.  Get directory from
4199         argv[0].
4200         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4201         compilation.
4202
4203 2016-02-01  Doug Evans  <dje@google.com>
4204
4205         * gdb.base/skip.exp: Clean up multiple references to same test name.
4206
4207 2016-02-01  Pedro Alves  <palves@redhat.com>
4208
4209         PR remote/19496
4210         * gdb.threads/forking-threads-plus-breakpoint.exp
4211         (displaced_stepping_supported): New global.
4212         (probe_displaced_stepping_support): New procedure.
4213         (do_test): Add 'displaced' parameter, and use it.
4214         (top level): Check for displaced stepping support.  Add displaced
4215         stepping on/off testing axis.
4216
4217 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
4218
4219         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4220         pointer.  Don't perform further tests on the unassociated pointer
4221         if the first test fails.
4222
4223 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
4224
4225         * gdb.base/max-value-size.c: New file.
4226         * gdb.base/max-value-size.exp: New file.
4227         * gdb.base/huge.exp: Disable max-value-size for this test.
4228
4229 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
4230
4231         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4232
4233 2016-01-28  Yao Qi  <yao.qi@linaro.org>
4234
4235         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4236
4237 2016-01-25  Pedro Alves  <palves@redhat.com>
4238
4239         PR threads/19461
4240         * gdb.base/fork-running-state.c: New file.
4241         * gdb.base/fork-running-state.exp: New file.
4242
4243 2016-01-25  Pedro Alves  <palves@redhat.com>
4244
4245         PR gdb/19494
4246         * gdb.base/catch-fork-kill.c: New file.
4247         * gdb.base/catch-fork-kill.exp: New file.
4248
4249 2016-01-25  Pedro Alves  <palves@redhat.com>
4250
4251         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4252         Delete, moved to lib/gdb.exp.
4253         * gdb.threads/forking-threads-plus-breakpoint.exp
4254         (foreach_with_prefix): Likewise.
4255         * gdb.threads/process-dies-while-handling-bp.exp
4256         (foreach_with_prefix): Likewise.
4257         * lib/gdb.exp (foreach_with_prefix): New procedure.
4258
4259 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4260
4261         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4262         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4263
4264 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4265
4266         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4267         endian targets.
4268
4269 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4270             Pedro Alves  <palves@redhat.com>
4271
4272         Fix testsuite compatibility with Guile.
4273         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4274         number.
4275
4276 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4277
4278         Fix testsuite compatibility with Guile.
4279         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4280         (thread 1): New test for backtrace through signal handler.
4281
4282 2016-01-22  Yao Qi  <yao.qi@linaro.org>
4283
4284         PR testsuite/19491
4285         * gdb.base/multi-forks.c: Include
4286         ../lib/unbuffer_output.c
4287         (main): Call gdb_unbuffer_output.
4288
4289 2016-01-21  Doug Evans  <dje@google.com>
4290
4291         * lib/ada.exp (gdb_compile_ada): Fix typo.
4292
4293 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
4294
4295         * gdb.base/break-fun-addr.exp: New file.
4296         * gdb.base/break-fun-addr1.c: New file.
4297         * gdb.base/break-fun-addr2.c: New file.
4298
4299 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
4300
4301         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4302         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4303         enum flag values.
4304
4305 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4306
4307         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4308         when GDB can not set the vector return value.  Add more comments
4309         for clarification.
4310
4311 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
4312
4313         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
4314         command.
4315
4316 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4317
4318         * Makefile.in (DO_RUNTEST): Add --status and update usages.
4319
4320 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4321
4322         * Makefile.in (check-single): Pass --status to runtest.
4323         (check/%.exp): Likewise.
4324
4325 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
4326
4327         * Makefile.in (check-parallel): Propagate return code from make
4328         do-check-parallel.
4329
4330 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4331
4332         * gdb.trace/ftrace.exp: Fix expected message on continue.
4333         * gdb.trace/pending.exp: Fix expected message on continue.
4334         * gdb.trace/trace-break.exp: Fix expected message on continue.
4335
4336 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
4337
4338         * lib/gdb.exp (gdb_test): Remove unused global references.
4339
4340 2016-01-18  Pedro Alves  <palves@redhat.com>
4341
4342         * gdb.base/async-shell.exp: Adjust expected output.
4343         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4344         * gdb.base/siginfo-thread.exp: Adjust expected output.
4345         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4346         * gdb.java/jnpe.exp: Adjust expected output.
4347         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4348         * gdb.threads/continue-pending-status.exp: Adjust expected output.
4349         * gdb.threads/leader-exit.exp: Adjust expected output.
4350         * gdb.threads/manythreads.exp: Adjust expected output.
4351         * gdb.threads/pthreads.exp: Adjust expected output.
4352         * gdb.threads/schedlock.exp: Adjust expected output.
4353         * gdb.threads/siginfo-threads.exp: Adjust expected output.
4354         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4355         expected output.
4356         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4357         output.
4358         * gdb.threads/sigthread.exp: Adjust expected output.
4359         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4360
4361 2016-01-18  Yao Qi  <yao.qi@linaro.org>
4362
4363         * gdb.guile/scm-section-script.c: Replace @progbits with
4364         %progbits.
4365         * gdb.python/py-section-script.c: Likewise.
4366
4367 2016-01-15  Pedro Alves  <palves@redhat.com>
4368
4369         * gdb.multi/tids.exp: Test star wildcard ranges.
4370
4371 2016-01-15  Pedro Alves  <palves@redhat.com>
4372
4373         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4374         command from "thread apply" invocation.
4375         (thr_apply_info_thr_invalid): Default the expected output to the
4376         input tid list.
4377         (top level): Add tests that use convenience variables.  Add tests
4378         for "thread apply" with a valid TID list, but missing the command.
4379
4380 2016-01-13  Pedro Alves  <palves@redhat.com>
4381
4382         * gdb.base/default.exp: Expect $_gthread as well.
4383         * gdb.multi/tids.exp: Test $_gthread.
4384         * gdb.threads/thread-specific.exp: Test $_gthread.
4385
4386 2016-01-13  Pedro Alves  <palves@redhat.com>
4387
4388         * gdb.multi/tids.exp: Test "info threads -gid".
4389
4390 2016-01-13  Pedro Alves  <palves@redhat.com>
4391
4392         * gdb.multi/tids.exp: Test InferiorThread.global_num and
4393         Breakpoint.thread.
4394         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4395
4396 2016-01-07  Pedro Alves  <palves@redhat.com>
4397
4398         * gdb.base/break.exp: Adjust to output changes.
4399         * gdb.base/hbreak2.exp: Likewise.
4400         * gdb.base/sepdebug.exp: Likewise.
4401         * gdb.base/watch_thread_num.exp: Likewise.
4402         * gdb.linespec/keywords.exp: Likewise.
4403         * gdb.multi/info-threads.exp: Likewise.
4404         * gdb.threads/thread-find.exp: Likewise.
4405         * gdb.multi/tids.c: New file.
4406         * gdb.multi/tids.exp: New file.
4407
4408 2016-01-13  Pedro Alves  <palves@redhat.com>
4409
4410         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4411
4412 2016-01-13  Pedro Alves  <palves@redhat.com>
4413
4414         * gdb.base/default.exp: Expect $_inferior as well.
4415         * gdb.multi/base.exp: Test $_inferior.
4416
4417 2016-01-13  Pedro Alves  <palves@redhat.com>
4418
4419         PR breakpoints/19388
4420         * gdb.base/catch-signal-siginfo-cond.c: New file.
4421         * gdb.base/catch-signal-siginfo-cond.exp: New file.
4422
4423 2016-01-12  Josh Stone  <jistone@redhat.com>
4424             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4425
4426         * gdb.base/catch-syscall.c (do_execve): New variable.
4427         (main): Conditionally trigger an execve.
4428         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4429         (test_catch_syscall_execve): New, check entry/return across execve.
4430         (do_syscall_tests): Call test_catch_syscall_execve.
4431
4432 2016-01-12  Pedro Alves  <palves@redhat.com>
4433
4434         * gdb.base/random-signal.exp (do_test): New procedure, with body
4435         of testcase moved in.
4436
4437 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4438             Pedro Alves  <palves@redhat.com>
4439
4440         * gdb.base/funcargs.exp (finish from indirectly called function):
4441         Reintroduce the case for 'First'.
4442
4443 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4444             Pedro Alves  <palves@redhat.com>
4445
4446         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4447         (tcatch_vfork_then_child_follow_exec)
4448         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4449         identification.
4450
4451 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4452
4453         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4454         and repeats to unlimited.
4455         * gdb.python/py-value.exp: Likewise.
4456         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4457         and repeats to unlimited.
4458
4459 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4460
4461         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4462         and reordering the functions.
4463         * gdb.multi/hangout.c: Likewise.
4464         * gdb.multi/hello.c: Likewise.
4465
4466 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
4467
4468         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4469         absolute.
4470         (SingleStatisticTestResult.report): Use dict.keys instead of
4471         dict.iterkeys.
4472
4473 2016-01-06  Pedro Alves  <palves@redhat.com>
4474
4475         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
4476
4477 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
4478
4479         * gdb.btrace/dlopen.exp: New.
4480         * gdb.btrace/dlopen.c: New.
4481         * gdb.btrace/dlopen-dso.c: New.
4482
4483 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
4484
4485         * lib/gdb.exp (gdb_test): Update comments to clarify that the
4486         PATTERN argument is optional.
4487
4488 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
4489
4490         * lib/ada.exp (target_compile_ada_from_dir): New function.
4491         (gdb_compile_ada): Reimplement avoiding the use of project files.
4492         * gdb.ada/gnat_ada.gpr: Delete.
4493         * gdb.ada/cond_lang.exp: Adjust test to make path before
4494         filename optional.
4495         * gdb.ada/small_reg_param.exp: Likewise.
4496
4497 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
4498
4499         * gdb.base/foll-vork.exp: Remove HP-UX special case.
4500
4501 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4502
4503         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4504         case.
4505
4506 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
4507
4508         * gdb.base/break.exp: Remove dead code.
4509         * gdb.base/sepdebug.exp: Likewise.
4510
4511 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
4512
4513         * gdb.asm/asm-source.exp: Remove HP-UX references.
4514         * gdb.base/annota1.exp: Likewise.
4515         * gdb.base/annota3.exp: Likewise.
4516         * gdb.base/attach.exp: Likewise.
4517         * gdb.base/bigcore.exp: Likewise.
4518         * gdb.base/break.exp: Likewise.
4519         * gdb.base/call-ar-st.exp: Likewise.
4520         * gdb.base/callfuncs.exp: Likewise.
4521         * gdb.base/catch-fork-static.exp: Likewise.
4522         * gdb.base/display.exp: Likewise.
4523         * gdb.base/foll-exec-mode.exp: Likewise.
4524         * gdb.base/foll-exec.exp: Likewise.
4525         * gdb.base/foll-fork.exp: Likewise.
4526         * gdb.base/foll-vfork.exp: Likewise.
4527         * gdb.base/funcargs.exp: Likewise.
4528         * gdb.base/hbreak2.exp: Likewise.
4529         * gdb.base/inferior-died.exp: Likewise.
4530         * gdb.base/interrupt.exp: Likewise.
4531         * gdb.base/multi-forks.exp: Likewise.
4532         * gdb.base/nodebug.exp: Likewise.
4533         * gdb.base/sepdebug.exp: Likewise.
4534         * gdb.base/solib1.c: Likewise.
4535         * gdb.base/step-test.exp: Likewise.
4536         * gdb.mi/non-stop.c: Likewise.
4537         * gdb.mi/pthreads.c: Likewise.
4538         * gdb.multi/bkpt-multi-exec.ex: Likewise.
4539         * gdb.threads/pthreads.c: Likewise.
4540         * gdb.threads/staticthreads.exp: Likewise.
4541         * lib/future.exp: Likewise.
4542         * lib/gdb.exp: Likewise.
4543         * gdb.base/so-indr-cl.c: Remove.
4544         * gdb.base/so-indr-cl.exp: Likewise.
4545         * gdb.base/solib.c: Likewise.
4546         * gdb.base/solib.exp: Likewise.
4547         * gdb.base/solib2.c: Likewise.
4548
4549 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
4550
4551         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4552         * gdb.base/call-ar-st.exp: Likewise.
4553         * gdb.base/callfuncs.exp: Likewise.
4554         * gdb.base/condbreak.exp: Likewise.
4555         * gdb.base/constvars.exp: Likewise.
4556         * gdb.base/hbreak2.exp: Likewise.
4557         * gdb.base/langs.exp: Likewise.
4558         * gdb.base/list.exp: Likewise.
4559         * gdb.base/long_long.exp: Likewise.
4560         * gdb.base/ptype.exp: Likewise.
4561         * gdb.base/scope.exp: Likewise.
4562         * gdb.base/signals.exp: Likewise.
4563         * gdb.base/so-impl-ld.exp: Likewise.
4564         * gdb.base/varargs.exp: Likewise.
4565         * gdb.base/volatile.exp: Likewise.
4566         * gdb.base/whatis.exp: Likewise.
4567         * gdb.cp/cplusfuncs.exp: Likewise.
4568         * gdb.cp/inherit.exp: Likewise.
4569         * gdb.cp/local.exp: Likewise.
4570         * gdb.cp/member-ptr.exp: Likewise.
4571         * gdb.cp/method.exp: Likewise.
4572         * gdb.cp/overload.exp: Likewise.
4573         * gdb.cp/templates.exp: Likewise.
4574         * gdb.stabs/weird.exp: Likewise.
4575         * lib/compiler.c: Likewise.
4576         * lib/compiler.cc: Likewise.
4577         * lib/cp-support.exp: Likewise.
4578         * lib/gdb.exp: Likewise.
4579
4580 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
4581
4582         * configure.ac: Remove HP-UX case.
4583         * configure: Regenerate.
4584
4585 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
4586
4587         * lib/gdb.exp (gdb_compile): Add function doc.
4588
4589 2015-12-17  Pedro Alves  <palves@redhat.com>
4590
4591         PR threads/19354
4592         * gdb.multi/info-threads.exp: New file.
4593
4594 2015-12-15  Yao Qi  <yao.qi@linaro.org>
4595
4596         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4597         is aarch64*-*-*.
4598
4599 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4600
4601         * gdb.base/history-duplicates.exp: Skip if no readline support.
4602
4603 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4604
4605         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4606
4607 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4608
4609         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4610
4611 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4612
4613         * gdb.base/completion.exp: Skip tests that interrupt GDB with
4614         ctrl-C if nointerrupts target property is set.
4615         * gdb.base/double-prompt-target-event-error.exp: Likewise.
4616         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4617         * gdb.base/paginate-bg-execution.exp: Likewise.
4618         * gdb.base/paginate-execution-startup.exp: Likewise.
4619         * gdb.base/random-signal.exp: Likewise.
4620         * gdb.base/range-stepping.exp: Likewise.
4621         * gdb.cp/annota2.exp: Likewise.
4622         * gdb.cp/annota3.exp: Likewise.
4623         * gdb.gdb/selftest.exp: Likewise.
4624         * gdb.threads/continue-pending-status.exp: Likewise.
4625         * gdb.threads/leader-exit.exp: Likewise.
4626         * gdb.threads/manythreads.exp: Likewise.
4627         * gdb.threads/pthreads.exp: Likewise.
4628         * gdb.threads/schedlock.exp: Likewise.
4629         * gdb.threads/sigthread.exp: Likewise.
4630
4631 2015-12-11  Don Breazeal  <donb@codesourcery.com>
4632
4633         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4634         remote.
4635         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4636         * gdb.base/foll-exec.exp (main): Enable for target remote.
4637         * gdb.base/foll-fork.exp (main): Likewise.
4638         * gdb.base/foll-vfork.exp (main): Likewise.
4639         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4640         (proc continue_to_exit_bp_loc): Use clean_restart.
4641         * gdb.base/pie-execl.exp (main): Disable for target remote.
4642         * gdb.base/watch-vfork.exp (main): Enable for target remote.
4643         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4644         * gdb.threads/execl.exp (main): Likewise.
4645         * gdb.threads/fork-child-threads.exp (main): Likewise.
4646         * gdb.threads/fork-plus-threads.exp (main): Disable for target
4647         remote.
4648         * gdb.threads/fork-thread-pending.exp (main): Enable for target
4649         remote.
4650         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4651         pid.tid style ptids, instead of just tid.
4652         * gdb.threads/thread-execl.exp (main): Enable for target remote.
4653         * gdb.threads/watchpoint-fork.exp (main): Likewise.
4654         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4655         ptids, instead of just tid.
4656
4657 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4658
4659         * gdb.base/list.exp (test_list_forward): Add end of file error
4660         test.
4661         (test_repeat_list_command): Add end of file error test.
4662         (test_list_backwards): Add beginning of file error test.
4663
4664 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4665
4666         * gdb.base/list.exp (test_list_invalid_args): New function,
4667         defined, and called.
4668
4669 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4670
4671         * gdb.base/list.exp (test_list): Make test names unique.
4672
4673 2015-12-11  Yao Qi  <yao.qi@linaro.org>
4674
4675         * gdb.base/coremaker2.c: Remove.
4676
4677 2015-12-10  Pedro Alves  <palves@redhat.com>
4678
4679         * gdb.multi/base.exp: Remove stale "spaces" references.
4680
4681 2015-12-10  Pedro Alves  <palves@redhat.com>
4682
4683         * gdb.multi/base.exp: Don't use nowarnings.
4684         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4685         * gdb.multi/hangout.c: Include stdio.h.
4686         * gdb.multi/hello.c: Include stdlib.h.
4687         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4688         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4689         * gdb.multi/multi-arch.exp: Don't use nowarnings.
4690
4691 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
4692
4693         * gdb.dwarf2/dw2-ranges-base.c: New file.
4694         * gdb.dwarf2/dw2-ranges-base.exp: New file.
4695         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4696         support additional line table, and debug ranges generation.
4697         (Dwarf::ranges): New function, generate .debug_ranges.
4698         (Dwarf::lines): Support generating simple line table programs.
4699         (Dwarf::assemble): Initialise new namespace variables.
4700
4701 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
4702
4703         * gdb.base/async.exp (proc test_background): Add case for
4704         asynchronous execution not supported.
4705
4706 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
4707
4708         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4709           format and change test names to make them unique.
4710
4711 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
4712             Pedro Alves  <pedro@redhat.com>
4713
4714         PR gdb/18702
4715         Add checking of floatformats setup on x86_64 hosts.
4716         * gdb.arch/i386-float.S (main): Load bigval and smallval.
4717         (smallval, bigval): New labels/constants.
4718         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4719         float" after loading bigval and smallval.
4720
4721 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
4722
4723         * gdb.ada/fun_overload_menu.exp: New testcase.
4724         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4725
4726 2015-12-04  Josh Stone  <jistone@redhat.com>
4727
4728         * gdb.base/catch-fork-static.exp: New.
4729
4730 2015-12-03  Yao Qi  <yao.qi@linaro.org>
4731
4732         * gdb.base/sizeof.c: Don't include stdio.h and
4733         ../lib/unbuffer_output.c.
4734         (main): New variable 'size' and 'value'.  Remove printf and
4735         gdb_unbuffer_output.  Assign return value to size and value.
4736         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4737         at the beginning.
4738         (check_sizeof): Check the result by printing variable 'size'.
4739         (check_valueof): Check the result by printing variable 'value'.
4740
4741 2015-12-01  Yao Qi  <yao.qi@linaro.org>
4742
4743         * gdb.base/disp-step-syscall.exp: Define syscall instruction
4744         for aarch64*-*-linux* target.
4745
4746 2015-11-30  Pedro Alves  <palves@redhat.com>
4747
4748         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4749
4750 2015-11-30  Pedro Alves  <palves@redhat.com>
4751
4752         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4753         Handle non-stop mode vCont replies.
4754
4755 2015-11-30  Pedro Alves  <palves@redhat.com>
4756
4757         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4758         prepare_for_testing.  Start gdb with "set non-stop on" appended to
4759         GDBFLAGS.  Lax expected stop output.
4760
4761 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4762
4763         * gdb.arch/arm-neon.exp: New.
4764         * gdb.arch/arm-neon.c: New.
4765
4766 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4767
4768         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4769
4770 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4771
4772         * gdb.cp/annota2.exp: Allow multiple occurrences of the
4773         frames-invalid annotation.
4774
4775 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4776
4777         * gdb.cp/annota2.exp: Use ${frames_invalid}.
4778
4779 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
4780
4781         * gdb.threads/names.exp: New file.
4782         * gdb.threads/names.c: New file.
4783         * README: Mention gdb,no_thread_names.
4784
4785 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
4786
4787         PR 19297
4788         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4789         support" error.
4790
4791 2015-11-24  Pedro Alves  <palves@redhat.com>
4792
4793         PR 17539
4794         * gdb.base/display.exp: Expect displays to be sorted in ascending
4795         order.  Use multi_line.
4796         * gdb.base/solib-display.exp: Likewise.
4797
4798 2015-11-24  Pedro Alves  <palves@redhat.com>
4799
4800         PR 17539
4801         * gdb.base/display.exp: Expect displays to be sorted in ascending
4802         order.  Use multi_line.
4803         * gdb.base/solib-display.exp: Likewise.
4804
4805 2015-11-24  Pedro Alves  <palves@redhat.com>
4806
4807         PR 17539
4808         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4809         threads in ascending order.
4810         * gdb.base/foll-fork.exp: Likewise.
4811         * gdb.base/foll-vfork.exp: Likewise.
4812         * gdb.base/multi-forks.exp: Likewise.
4813         * gdb.mi/mi-nonstop.exp: Likewise.
4814         * gdb.mi/mi-nsintrall.exp: Likewise.
4815         * gdb.multi/base.exp: Likewise.
4816         * gdb.multi/multi-arch.exp: Likewise.
4817         * gdb.python/py-inferior.exp: Likewise.
4818         * gdb.threads/break-while-running.exp: Likewise.
4819         * gdb.threads/execl.exp: Likewise.
4820         * gdb.threads/gcore-thread.exp: Likewise.
4821         * gdb.threads/info-threads-cur-sal.exp: Likewise.
4822         * gdb.threads/kill.exp: Likewise.
4823         * gdb.threads/linux-dp.exp: Likewise.
4824         * gdb.threads/multiple-step-overs.exp: Likewise.
4825         * gdb.threads/next-bp-other-thread.exp: Likewise.
4826         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4827         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4828         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4829         * gdb.threads/thread-find.exp: Likewise.
4830         * gdb.threads/tls.exp: Likewise.
4831         * lib/mi-support.exp (mi_reverse_list): Delete.
4832         (mi_check_thread_states): No longer reverse list.
4833
4834 2015-11-24  Pedro Alves  <palves@redhat.com>
4835
4836         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
4837         use lowercase.
4838
4839 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
4840
4841         * gdb.trace/actions.c: Include trace-common.h.
4842         (main): Add a location for a fast tracepoint.
4843         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4844         the normal tracepoints.
4845         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4846
4847 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
4848
4849         * save-trace.exp: Factor out code to these...
4850         (gdb_save_tracepoints): New.
4851         (gdb_load_tracepoints): New.
4852         (do_save_load_test): New.
4853
4854 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
4855
4856         * gdb.base/asmlabel.exp: New test.
4857         * gdb.base/asmlabel.c: New test case.
4858
4859 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
4860
4861         * gdb.base/wrong_frame_bt_full-main.c: New file.
4862         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4863         * gdb.base/wrong_frame_bt_full.exp: New file.
4864
4865 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
4866
4867         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4868
4869 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
4870
4871         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4872         pstate register when comparing registers values in
4873         sparc64-*-linux-gnu targets to avoid spurious differences.
4874
4875 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
4876
4877         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4878
4879 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
4880
4881         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4882         as type argument to gdb_compile.
4883         * gdb.base/nested-subp2.exp: Likewise.
4884         * gdb.base/nested-subp3.exp: Likewise.
4885
4886 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4887
4888         * lib/dwarf.exp (_note): Fix left shift of negative value.
4889         * gdb.trace/trace-condition.exp: Likewise.
4890
4891 2015-11-13  Yao Qi  <yao.qi@linaro.org>
4892
4893         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4894         comments about d10v.
4895         (test_scalar_returns): Likewise.
4896         * gdb.base/d10v.ld: Remove.
4897         * gdb.base/overlays.exp: Remove the target triplet checking for
4898         d10v-*-*.
4899         * gdb.base/structs.exp (test_struct_returns): Remove the
4900         comments about d10v.
4901         (test_struct_calls): Likewise.
4902
4903 2015-11-13  Yao Qi  <yao.qi@linaro.org>
4904
4905         * gdb.base/gnu_vector.exp: Check the return value by "p res".
4906         * gdb.base/gnu_vector.c: Don't include stdio.h.
4907         (main): Don't print res and call add_some_intvecs.
4908
4909 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4910
4911         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4912         macro.
4913         (func5): Removed.
4914         (func4): Use FAST_TRACEPOINT_LABEL.
4915         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4916         macro.
4917         (func): Removed.
4918         (thread_function): Use FAST_TRACEPOINT_LABEL.
4919         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4920         (func): Remove.
4921         (marker): Use FAST_TRACEPOINT_LABEL.
4922         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4923         (pendfunc1): Remove.
4924         (pendfunc): Use FAST_TRACEPOINT_LABEL.
4925         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4926         (foo): Remove.
4927         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4928         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4929         macro.
4930         (func): Remove.
4931         (marker): Use FAST_TRACEPOINT_LABEL.
4932         * gdb.trace/trace-common.h: New header.
4933         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4934         macro.
4935         (func): Remove.
4936         (marker): Use FAST_TRACEPOINT_LABEL.
4937         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4938         (func): Remove.
4939         (thread_function): Use FAST_TRACEPOINT_LABEL.
4940
4941 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4942
4943         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4944         in front.
4945         * gdb.trace/change-loc.exp: Use global pcreg definition.
4946         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4947         * gdb.trace/entry-values.exp: Use global spreg definition, add $
4948         in front.
4949         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4950         * gdb.trace/pending.exp: Likewise.
4951         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4952         * gdb.trace/trace-break.exp: Likewise.
4953         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4954         in front.
4955         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4956         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4957         in front.
4958         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4959
4960 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
4961
4962         * gdb.ada/fin_fun_out: New testcase.
4963
4964 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
4965
4966         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4967         value associated with DW_AT_byte_size.
4968         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4969         constants for DW_AT_byte_size, DW_AT_lower_bound, and
4970         DW_AT_upper_bound.
4971
4972 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
4973
4974         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4975         (gdb_target_symbol_prefix_flags): Define in terms of _asm
4976         version.
4977         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4978         gdb.dwarf2/dw2-canonicalize-type.exp,
4979         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4980         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4981         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4982         provided by gdb_target_symbol_prefix_flags_asm.
4983         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4984         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4985         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4986         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4987         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4988         macros where needed).  Use this macro for symbols which require
4989         the prefix provided by SYMBOL_PREFIX.
4990
4991 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
4992
4993         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4994         New procs.
4995         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4996         representing expressions, of more than one list element.
4997         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4998         to prepend linker symbol prefix to f.
4999         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5000         table_1 and table_2.
5001         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5002         Likewise, for f and g.
5003         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5004         for ptr.
5005         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5006         for main.
5007         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5008         table_1_ptr and table_2_ptr.
5009
5010 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5011             Joel Brobecker  <brobecker@adacore.com>
5012
5013         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5014
5015 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
5016
5017         * gdb.reverse/s390-mvcle.c: New test.
5018         * gdb.reverse/s390-mvcle.exp: New file.
5019         * lib/gdb.exp: Enable reverse tests on s390*-linux.
5020
5021 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
5022
5023         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5024
5025 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
5026
5027         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5028         reaching marker2.
5029         * gdb.reverse/getresuid-reverse.exp: Likewise.
5030         * gdb.reverse/pipe-reverse.exp: Likewise.
5031         * gdb.reverse/readv-reverse.exp: Likewise.
5032         * gdb.reverse/recvmsg-reverse.exp: Likewise.
5033         * gdb.reverse/time-reverse.exp: Likewise.
5034         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5035
5036 2015-10-30  Yao Qi  <yao.qi@linaro.org>
5037
5038         * gdb.threads/wp-replication.c (watch_count_done): Remove.
5039         (empty_cycle): Remove.
5040         (main): Don't call empty_cycle.  Don't use watch_count_done.
5041         * gdb.threads/wp-replication.exp: Don't set breakpoint on
5042         empty_cycle.  Rewrite the code counting HW watchpoints.
5043
5044 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
5045
5046         * gdb.reverse/fstatat-reverse.c: New test.
5047         * gdb.reverse/fstatat-reverse.exp: New file.
5048         * gdb.reverse/getresuid-reverse.c: New test.
5049         * gdb.reverse/getresuid-reverse.exp: New file.
5050         * gdb.reverse/pipe-reverse.c: New test.
5051         * gdb.reverse/pipe-reverse.exp: New file.
5052         * gdb.reverse/readv-reverse.c: New test.
5053         * gdb.reverse/readv-reverse.exp: New file.
5054         * gdb.reverse/recvmsg-reverse.c: New test.
5055         * gdb.reverse/recvmsg-reverse.exp: New file.
5056         * gdb.reverse/time-reverse.c: New test.
5057         * gdb.reverse/time-reverse.exp: New file.
5058         * gdb.reverse/waitpid-reverse.c: New test.
5059         * gdb.reverse/waitpid-reverse.exp: New file.
5060
5061 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5062
5063         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5064
5065 2015-10-26  Doug Evans  <dje@google.com>
5066
5067         PR symtab/17391
5068         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5069         * gdb.dwarf2/bad-regnum.c: New file.
5070         * gdb.dwarf2/bad-regnum.exp: New file.
5071
5072 2015-10-26  Doug Evans  <dje@google.com>
5073
5074         PR python/18938
5075         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5076         file.
5077
5078 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5079
5080         * gdb.compile/compile.exp (compile code globalvar): Update expectation
5081         for a change by "Mention language in compile error message".
5082
5083 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
5084
5085         PR python/18073
5086         * gdb.python/py-type.c (C::a_method): New.
5087         (C::a_const_method): New.
5088         (C::a_static_method): New.
5089         (a_function): New.
5090         * gdb.python/py-type.exp (test_fields): Test getting fields
5091         from function and method.
5092
5093 2015-10-21  Keven Boell  <keven.boell@intel.com>
5094
5095         * gdb.fortran/vla-alloc-assoc.exp: New file.
5096         * gdb.fortran/vla-datatypes.exp: New file.
5097         * gdb.fortran/vla-datatypes.f90: New file.
5098         * gdb.fortran/vla-history.exp: New file.
5099         * gdb.fortran/vla-ptype-sub.exp: New file.
5100         * gdb.fortran/vla-ptype.exp: New file.
5101         * gdb.fortran/vla-sizeof.exp: New file.
5102         * gdb.fortran/vla-sub.f90: New file.
5103         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5104         * gdb.fortran/vla-value-sub-finish.exp: New file.
5105         * gdb.fortran/vla-value-sub.exp: New file.
5106         * gdb.fortran/vla-value.exp: New file.
5107         * gdb.fortran/vla-ptr-info.exp: New file.
5108         * gdb.mi/mi-vla-fortran.exp: New file.
5109         * gdb.mi/vla.f90: New file.
5110
5111 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
5112
5113         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5114         of hardwired timeout value.
5115
5116 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5117             Pedro Alves  <palves@redhat.com>
5118
5119         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5120         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5121
5122 2015-10-19  Josh Stone  <jistone@redhat.com>
5123
5124         * gdb.base/catch-syscall.c: Include <sched.h>.
5125         (unknown_syscall): New variable.
5126         (main): Trigger a vfork and an unknown syscall.
5127         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5128         (unknown_syscall_number): Likewise.
5129         (check_call_to_syscall): Accept an optional syscall pattern.
5130         (check_return_from_syscall): Likewise.
5131         (check_continue): Likewise.
5132         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5133         (test_catch_syscall_skipping_return): New test toggling off 'catch
5134         syscall' to step over the syscall return, then toggling back on.
5135         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5136         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5137         (do_syscall_tests): Call test_catch_syscall_without_args and
5138         test_catch_syscall_mid_vfork.
5139         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5140         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5141
5142 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
5143
5144         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5145         print g_vE): Add new pass patterns.
5146         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5147         print various symbol names for vptr fields.
5148
5149 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
5150
5151         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5152         results.
5153
5154 2015-10-12  Yao Qi  <yao.qi@linaro.org>
5155
5156         * gdb.arch/disp-step-insn-reloc.exp: New test case.
5157
5158 2015-10-12  Yao Qi  <yao.qi@linaro.org>
5159
5160         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5161         is aarch64*-*-linux*.
5162
5163 2015-10-12  Yao Qi  <yao.qi@linaro.org>
5164
5165         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5166         (can_relocate_bcond_true): ... it.
5167         (can_relocate_bcond_false): New function.
5168         (foo): Likewise.
5169         (can_relocate_bl): Likewise.
5170         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5171         can_relocate_bl.
5172
5173 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
5174
5175         * gdb.base/nested-addr.c: New file.
5176         * gdb.base/nested-addr.exp: New testcase.
5177
5178 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
5179
5180         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5181         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5182         its output.  Ignore the output of "record goto begin" and instead
5183         check that GDB is replaying.
5184
5185 2015-10-09  Pedro Alves  <palves@redhat.com>
5186
5187         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5188         (top level): Use it in the run with no args test.
5189
5190 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
5191
5192         * gdb.dlang/properties.exp: New file.
5193
5194 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
5195
5196         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5197         whether or not address 0x1000 is mapped on the target.
5198
5199 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
5200
5201         * gdb.python/py-type.exp: Do not run tests if binaries fail to
5202         build.
5203
5204 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
5205
5206         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5207         instruction-history test.
5208
5209 2015-09-28  Doug Evans  <dje@google.com>
5210
5211         * gdb.base/gcore.c (array_func): Add reference to static_array.
5212
5213 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
5214
5215         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5216         source line.
5217
5218 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5219
5220         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5221         short or char as base type.
5222
5223 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5224
5225         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5226         to allow any size enum.
5227
5228 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5229
5230         * gdb.ada/array_ptr_renaming.exp: New testcase.
5231         * gdb.ada/array_ptr_renaming/foo.adb: New file.
5232         * gdb.ada/array_ptr_renaming/pack.ads: New file.
5233
5234 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5235
5236         * gdb.trace/ftrace-lock.c: New file.
5237         * gdb.trace/ftrace-lock.exp: New file.
5238
5239 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5240
5241         * gdb.arch/insn-reloc.c: New file.
5242         * gdb.arch/ftrace-insn-reloc.exp: New file.
5243
5244 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
5245
5246         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5247         instruction.
5248         * gdb.trace/pendshr1.c (pendfunc): Likewise.
5249         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5250         * gdb.trace/range-stepping.c: Likewise.
5251         * gdb.trace/trace-break.c: Likewise.
5252         * gdb.trace/trace-mt.c (thread_function): Likewise.
5253         * gdb.trace/ftrace.c (marker): Likewise.
5254         * gdb.trace/trace-condition.c (marker): Likewise.
5255         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5256         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5257         is_aarch64_target.
5258
5259 2015-09-18  Doug Evans  <xdje42@gmail.com>
5260
5261         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5262         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5263
5264 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5265
5266         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5267         the breakpoint.
5268
5269 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5270
5271         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5272         the pending breakpoint.  Remove timeout override for "Run till
5273         MI pending breakpoint on pendfunc3 on thread 2" test.
5274
5275 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5276
5277         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5278         filename pattern.
5279
5280 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5281
5282         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5283         in breakpoint filename pattern.
5284
5285 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5286
5287         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5288
5289 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
5290
5291         * gdb.linespec/explicit.exp: Check for readline support for
5292         tab-completion tests.  Fix obvious typo.
5293
5294 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
5295
5296         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5297         and replay.
5298
5299 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
5300
5301         * gdb.btrace/non-stop.c: New.
5302         * gdb.btrace/non-stop.exp: New.
5303
5304 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
5305             Yao Qi  <yao.qi@linaro.org>
5306
5307         * gdb.trace/trace-condition.c: New file.
5308         * gdb.trace/trace-condition.exp: New file.
5309
5310 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
5311
5312         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5313         for testing bytecode compilation.
5314
5315 2015-09-16  Pedro Alves  <palves@redhat.com>
5316             Sandra Loosemore <sandra@codesourcery.com>
5317
5318         * gdb.threads/non-stop-fair-events.c (timeout): New global.
5319         (SECONDS): Redefine.
5320         (main): Call pthread_kill and alarm early.
5321         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5322         support.
5323         (test): If the target can't hardware step and doesn't support
5324         displaced stepping, increase the timeout.
5325
5326 2015-09-16  Pedro Alves  <palves@redhat.com>
5327
5328         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5329         (enable_debug): New procedures.
5330         (test): Use them.  Bail out if waiting for threads fails.
5331         (top level): Bail out if a test fails.
5332
5333 2015-09-16  Yao Qi  <yao.qi@linaro.org>
5334
5335         * gdb.asm/asm-source.exp: Set asm-arch for
5336         aarch64*-*-* target.
5337         * gdb.asm/aarch64.inc: New file.
5338
5339 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
5340
5341         * gdb.ada/array_of_variable_length.exp: New testcase.
5342         * gdb.ada/array_of_variable_length/foo.adb: New file.
5343         * gdb.ada/array_of_variable_length/pck.adb: New file.
5344         * gdb.ada/array_of_variable_length/pck.ads: New file.
5345
5346 2015-09-15  Doug Evans  <dje@google.com>
5347
5348         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5349         of function static local variable.
5350
5351 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
5352
5353         * gdb.threads/tls-so_extern.exp: New test file.
5354         * gdb.threads/tls-so_extern.c: New test file.
5355         * gdb.threads/tls-so_extern_main.c: New test file.
5356
5357 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5358
5359         * gdb.opt/solib-intra-step-lib.c: New file.
5360         * gdb.opt/solib-intra-step-main.c: New file.
5361         * gdb.opt/solib-intra-step.exp: New file.
5362
5363 2015-09-15  Pedro Alves  <palves@redhat.com>
5364
5365         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5366         gdb_continue_to_breakpoint instead of gdb_test_multiple.
5367
5368 2015-09-14  Pedro Alves  <palves@redhat.com>
5369
5370         * gdb.base/hook-stop-continue.c: Delete.
5371         * gdb.base/hook-stop-continue.exp: Delete.
5372         * gdb.base/hook-stop-frame.c: Delete.
5373         * gdb.base/hook-stop-frame.exp: Delete.
5374         * gdb.base/hook-stop.c: New file.
5375         * gdb.base/hook-stop.exp: New file.
5376
5377 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
5378
5379         * gdb.ada/access_to_packed_array.exp: New testcase.
5380         * gdb.ada/access_to_packed_array/foo.adb: New file.
5381         * gdb.ada/access_to_packed_array/pack.adb: New file.
5382         * gdb.ada/access_to_packed_array/pack.ads: New file.
5383
5384 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
5385
5386         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5387         buffer size test.
5388
5389 2015-09-11  Don Breazeal  <donb@codesourcery.com>
5390
5391         * gdb.base/foll-exec.c: Add copyright header.  Fix
5392         formatting issues.
5393         * gdb.base/foll-exec.exp (zap_session): Delete proc.
5394         (do_exec_tests): Use clean_restart in place of zap_session,
5395         and for test initialization.  Fix formatting issues.  Use
5396         fail in place of perror.
5397         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5398         an expect statement to match an expression with output from
5399         the program under debug.
5400         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5401         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5402         * gdb.threads/non-ldr-exc-2.exp: Likewise.
5403         * gdb.threads/non-ldr-exc-3.exp: Likewise.
5404         * gdb.threads/non-ldr-exc-4.exp: Likewise.
5405
5406 2015-09-09  Doug Evans  <dje@google.com>
5407
5408         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5409
5410 2015-09-09  Doug Evans  <dje@google.com>
5411
5412         * gdb.base/pie-execl.exp: Fix result test of build_executable.
5413
5414 2015-09-09  Doug Evans  <dje@google.com>
5415
5416         * gdb.base/savedregs.exp: Fix typo.
5417
5418 2015-09-09  Pedro Alves  <palves@redhat.com>
5419
5420         * gdb.mi/mi-cli.exp: Add CLI finish tests.
5421
5422 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
5423
5424         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5425         command actually switches threads.  Give up on remaining
5426         tests if target fails to stop at breakpoint.
5427
5428 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
5429
5430         * gdb.ada/funcall_char.exp: New testcase.
5431         * gdb.ada/funcall_char/foo.adb: New file.
5432
5433 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5434
5435         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5436         expected outputs.  Add two testcases for completing ambiguous
5437         functions.
5438         * gdb.ada/complete/aux_pck.adb: New file.
5439         * gdb.ada/complete/aux_pck.ads: New file.
5440         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5441         Ambiguous_Func functions.
5442         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5443         * gdb.ada/complete/pck.adb: Likewise.
5444
5445 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
5446
5447         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5448         failures to run the test program under GDB.
5449
5450 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
5451
5452         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5453         to C.
5454
5455 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
5456
5457         * gdb.base/run-after-attach.exp: New test file.
5458         * gdb.base/run-after-attach.c: New test file.
5459
5460 2015-08-26  Don Breazeal  <donb@codesourcery.com>
5461
5462         * gdb.base/foll-exec-2.c: New test program.
5463         * gdb.base/foll-exec-2.exp: New test.
5464
5465 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
5466
5467         * gdb.base/nested-subp1.exp: New file.
5468         * gdb.base/nested-subp1.c: New file.
5469         * gdb.base/nested-subp2.exp: New file.
5470         * gdb.base/nested-subp2.c: New file.
5471         * gdb.base/nested-subp3.exp: New file.
5472         * gdb.base/nested-subp3.c: New file.
5473
5474 2015-08-24  Pedro Alves  <palves@redhat.com>
5475
5476         * gdb.server/connect-without-multi-process.c: New file.
5477         * gdb.server/connect-without-multi-process.exp: New file.
5478
5479 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5480
5481         * gdb.opt/inline-markers.c: Make z int.
5482
5483 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5484
5485         * gdb.opt/inline-markers.c: Make z volatile.
5486
5487 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5488
5489         * gdb.opt/inline-bt.c: New volatile global z.
5490         * gdb.opt/inline-cmds.c: Likewise.
5491         * gdb.opt/inline-locals.c: Likewise.
5492         * gdb.opt/inline-markers.c: New extern global z.
5493         (marker): Use z.
5494         (inline_fn): Likewise.
5495
5496 2015-08-24  Pedro Alves  <palves@redhat.com>
5497
5498         * config/m32r-stub.exp: Remove file.
5499         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5500         * gdb.base/call-rt-st.exp: Likewise.
5501         * gdb.base/call-strs.exp: Likewise.
5502         * gdb.base/default.exp: Remove references to h8300-*-hms and
5503         *-*-udi*.
5504         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5505
5506 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5507
5508         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5509         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
5510         and "return" use KFAIL when GDB can not read/write the vector
5511         return value.
5512
5513 2015-08-21  Gary Benson <gbenson@redhat.com>
5514
5515         * gdb.trace/pending.exp: Cope with remote transfer warnings.
5516
5517 2015-08-20  Pedro Alves  <palves@redhat.com>
5518
5519         * gdb.server/solib-list.exp: No longer expect an interior stop in
5520         non-stop mode.
5521
5522 2015-08-20  Pedro Alves  <palves@redhat.com>
5523
5524         * gdb.server/connect-stopped-target.c: New file.
5525         * gdb.server/connect-stopped-target.exp: New file.
5526
5527 2015-08-20  Pedro Alves  <palves@redhat.com>
5528
5529         * gdb.dwarf2/comp-unit-lang.exp: New file.
5530         * gdb.dwarf2/comp-unit-lang.c: New file.
5531
5532 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
5533
5534         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5535         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5536
5537 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
5538
5539         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5540         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5541
5542 2015-08-18  Doug Evans  <dje@google.com>
5543             Adrian Sendroiu <adrian.sendroiu@freescale.com>
5544
5545         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5546         skip_python_tests.  New arg prompt_regexp.
5547         (skip_python_tests): New function.
5548         * lib/mi-support.exp (mi_skip_python_tests): New function.
5549         * gdb.python/py-mi-objfile-gdb.py: New file.
5550         * gdb.python/py-mi-objfile.c: New file.
5551         * gdb.python/py-mi-objfile.exp: New file.
5552
5553 2015-08-17  Keith Seitz  <keiths@redhat.com>
5554
5555         * gdb.linespec/explicit.exp: Move strace test from here ...
5556         * gdb.trace/strace.exp: ... to here.
5557
5558 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
5559
5560         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5561         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5562
5563 2015-08-14  Doug Evans  <xdje42@gmail.com>
5564
5565         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5566         inferior before selecting a new file.
5567
5568 2015-08-14  Doug Evans  <xdje42@gmail.com>
5569
5570         * gdb.mi/mi-disassemble.exp: Update.
5571         * gdb.base/disasm-optim.S: New file.
5572         * gdb.base/disasm-optim.c: New file.
5573         * gdb.base/disasm-optim.h: New file.
5574         * gdb.base/disasm-optim.exp: New file.
5575
5576 2015-08-14  Keith Seitz  <keiths@redhat.com>
5577
5578         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5579         "evaluated-by".
5580
5581 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
5582
5583         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5584
5585 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
5586
5587         * gdb.ada/fun_renaming.exp: New testcase.
5588         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5589         * gdb.ada/fun_renaming/pack.adb: New file.
5590         * gdb.ada/fun_renaming/pack.ads: New file.
5591
5592 2015-08-12  Keith Seitz  <keiths@redhat.com>
5593
5594         * gdb.base/dso2dso.exp: Pass basename of source file in call to
5595         gdb_get_line_number.
5596
5597 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
5598
5599         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5600         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5601         gdb.base/dso2dso.exp: New files.
5602
5603 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
5604             Pedro Alves  <palves@redhat.com>
5605             Keith Seitz  <keiths@redhat.com>
5606
5607         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5608         GDBFLAGS.
5609
5610 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
5611
5612         * gdb.base/gdbhistsize-history.exp
5613         (test_histsize_history_setting): Use save_vars.
5614         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5615         Use save_vars.
5616         (test_no_truncation_of_unlimited_history_file): Use save_vars.
5617         * gdb.base/readline.exp: Use save_vars.
5618
5619 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
5620
5621         * lib/gdb.exp (save_vars): New proc.
5622
5623 2015-08-11  Keith Seitz  <keiths@redhat.com>
5624
5625         * gdb.base/help.exp: Update help_breakpoint_text.
5626
5627 2015-08-11  Keith Seitz  <keiths@redhat.com>
5628
5629         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5630         (at toplevel): Call test_explicit_breakpoints.
5631         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5632         breakpoints.
5633         * lib/mi-support.exp (mi_make_breakpoint): Add support for
5634         breakpoint conditions, "-cond".
5635
5636 2015-08-11  Keith Seitz  <keiths@redhat.com>
5637
5638         * gdb.linespec/3explicit.c: New file.
5639         * gdb.linespec/cpexplicit.cc: New file.
5640         * gdb.linespec/cpexplicit.exp: New file.
5641         * gdb.linespec/explicit.c: New file.
5642         * gdb.linespec/explicit.exp: New file.
5643         * gdb.linespec/explicit2.c: New file.
5644         * gdb.linespec/ls-errs.exp: Add explicit location tests.
5645         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5646         before using in the matching pattern.
5647         Clarify that `prefix' is a regular expression.
5648
5649 2015-08-11  Keith Seitz  <keiths@redhat.com>
5650
5651         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5652         test.
5653         Add tests for missing ",FMT" and ",".
5654
5655 2015-08-10  Doug Evans  <dje@google.com>
5656             Keith Seitz  <keiths@redhat.com>
5657
5658         PR gdb/17960
5659         * gdb.base/completion.exp: Add location completer tests.
5660
5661 2015-08-07  Pedro Alves  <palves@redhat.com>
5662
5663         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5664         tests here.
5665         (top level): Run do_test with and without displaced stepping.
5666
5667 2015-08-07  Pedro Alves  <palves@redhat.com>
5668
5669         * gdb.base/valgrind-disp-step.c: New file.
5670         * gdb.base/valgrind-disp-step.exp: New file.
5671
5672 2015-08-07  Pedro Alves  <palves@redhat.com>
5673
5674         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5675         Delete function.
5676         (main): Add alarm.  Run an infinite loop instead of calling
5677         wait_threads.
5678         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5679         comment.
5680         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5681         Delete function.
5682         (main): Add alarm.  Run an infinite loop instead of calling
5683         wait_threads.
5684         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5685         comment.
5686
5687 2015-08-07  Pedro Alves  <palves@redhat.com>
5688
5689         * gdb.base/checkpoint-ns.exp: New file.
5690         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5691         standard_testfile.
5692
5693 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5694
5695         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5696         * gdb.btrace/instruction_history.exp: Update.
5697         * gdb.btrace/tsx.exp: New.
5698         * gdb.btrace/tsx.c: New.
5699
5700 2015-08-06  Pedro Alves <palves@redhat.com>
5701
5702         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5703         increase timeout.
5704         * gdb.reverse/until-precsave.exp: Bump timeouts.
5705
5706 2015-08-06  Pedro Alves  <palves@redhat.com>
5707
5708         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5709
5710 2015-08-06  Pedro Alves  <palves@redhat.com>
5711
5712         PR gdb/18749
5713         * gdb.threads/process-dies-while-handling-bp.c: New file.
5714         * gdb.threads/process-dies-while-handling-bp.exp: New file.
5715
5716 2015-08-06  Pedro Alves  <palves@redhat.com>
5717
5718         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5719         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5720
5721 2015-08-05  Pedro Alves  <palves@redhat.com>
5722
5723         * gdb.threads/next-while-other-thread-longjmps.c: New file.
5724         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5725
5726 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5727
5728         * gdb.base/bp-permanent.exp: Report test as unsupported if
5729         the target cannot stop at the permanent breakpoint.
5730
5731 2015-08-03  Doug Evans  <dje@google.com>
5732
5733         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5734         10000.
5735
5736 2015-08-03  Doug Evans  <dje@google.com>
5737
5738         * Makefile.in (workers/%.worker, build-perf): New rule.
5739         (GDB_PERFTEST_MODE): New variable.
5740         (check-perf): Use it.
5741         (clean): Clean up gdb.perf parallel build subdirs.
5742         * lib/build-piece.exp: New file.
5743         * lib/gdb.exp (make_gdb_parallel_path): New function
5744         (standard_output_file, standard_temp_file): Call it.
5745         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5746         of $GDB_PARALLEL.
5747         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5748
5749 2015-08-03  Doug Evans  <dje@google.com>
5750
5751         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5752         (LOG_FILE_NAME): New global.
5753         (TextReporter.__init__): Initialize self.txt_sum.
5754         (TextReporter.report): Add support for multiple data-points.
5755         Move report to perftest.sum, put raw data in perftest.log.
5756         (TextReporter.start): Open sum and log files.
5757         (TextReporter.end): Close sum and log files.
5758         * gdb.perf/lib/perftest/testresult.py
5759         (SingleStatisticTestResult.record): Handle multiple data-points.
5760
5761 2015-07-31  Pedro Alves  <palves@redhat.com>
5762
5763         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5764         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
5765         kill_wait_spawned_process instead of explicit "kill -9".
5766         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5767         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
5768         kill_wait_spawned_process.
5769         * gdb.base/attach-twice.exp: Likewise.
5770         * gdb.base/attach.exp: Likewise.
5771         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5772         gdb_test_multiple.
5773         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5774         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
5775         kill_wait_spawned_process.
5776         * gdb.base/valgrind-infcall.exp: Likewise.
5777         * gdb.multi/multi-attach.exp: Likewise.
5778         * gdb.python/py-prompt.exp: Likewise.
5779         * gdb.python/py-sync-interp.exp: Likewise.
5780         * gdb.server/ext-attach.exp: Likewise.
5781         * gdb.threads/attach-into-signal.exp (corefunc): Use
5782         spawn_wait_for_attach, spawn_id_get_pid and
5783         kill_wait_spawned_process.
5784         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5785         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
5786         spawn_id_get_pid and kill_wait_spawned_process.
5787         * gdb.threads/attach-stopped.exp (corefunc): Use
5788         spawn_wait_for_attach, spawn_id_get_pid and
5789         kill_wait_spawned_process.
5790         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5791         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
5792         kill_wait_spawned_process instead of explicit "kill -9".
5793         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5794         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5795         (spawn_wait_for_attach): Use spawn instead of exec to spawn
5796         processes.  Don't map cygwin/windows pids here.  Now returns a
5797         spawn id list.
5798
5799 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5800
5801         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5802         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5803         correct patch.
5804
5805 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5806
5807         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5808
5809 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5810
5811         Reapply:
5812         2014-05-21  Mark Wielaard  <mjw@redhat.com>
5813
5814         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5815
5816 2015-07-30  Pedro Alves  <palves@redhat.com>
5817
5818         * linux-low.c (handle_extended_wait): Set the child's last
5819         reported status to TARGET_WAITKIND_STOPPED.
5820
5821 2015-07-30  Pedro Alves  <palves@redhat.com>
5822
5823         PR threads/18600
5824         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5825         only shows inferior 1.
5826
5827 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
5828             Pedro Alves  <palves@redhat.com>
5829
5830         PR threads/18600
5831         * gdb.threads/fork-plus-threads.c: New file.
5832         * gdb.threads/fork-plus-threads.exp: New file.
5833
5834 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5835
5836         * gdb.base/batch-preserve-term-settings.exp
5837         (test_terminal_settings_preserved_after_cli_exit): Use
5838         send_quit_command.
5839
5840 2015-07-29  Pedro Alves  <palves@redhat.com>
5841             Don Breazeal  <donb@codesourcery.com>
5842
5843         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5844         output from both inferior_spawn_id and gdb_spawn_id.
5845
5846 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5847
5848         * gdb.threads/attach-into-signal.exp (corefunc): Use
5849         with_test_prefix on nested loops, uniquefying the test messages.
5850
5851 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5852
5853         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5854         commit.
5855
5856 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5857
5858         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5859         New proc.
5860         (test_terminal_settings_preserved_after_sigterm): New test.
5861
5862 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5863
5864         * gdb.base/batch-preserve-term-settings.exp
5865         (test_terminal_settings_preserved_after_cli_exit): New test.
5866
5867 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5868
5869         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5870         manipulation of saved_gdbflags.
5871         (test_terminal_settings_preserved): Remove global declaration of
5872         the unused variable pagination_prompt.  Remove manipulation of
5873         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
5874         GDBFLAGS.
5875
5876 2015-07-29  Pedro Alves  <palves@redhat.com>
5877
5878         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5879
5880 2015-07-29  Pedro Alves  <palves@redhat.com>
5881
5882         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5883         at the top.
5884
5885 2015-07-29  Pedro Alves  <palves@redhat.com>
5886
5887         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5888         (main): Call gdb_unbuffer_output.
5889         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5890         (main): Call gdb_unbuffer_output.
5891         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5892         (main): Call gdb_unbuffer_output.
5893         * gdb.base/call-strs.exp: Adjust to step over the
5894         gdb_unbuffer_output call.
5895         * gdb.base/catch-gdb-caused-signals.c: Include
5896         "../lib/unbuffer_output.c".
5897         (main): Call gdb_unbuffer_output.
5898         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5899         (main): Call gdb_unbuffer_output.
5900         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5901         (main): Call gdb_unbuffer_output.
5902         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5903         (main): Call gdb_unbuffer_output.
5904         * gdb.base/shlib-call.exp: Adjust to step over the
5905         gdb_unbuffer_output call.
5906         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5907         (main): Call gdb_unbuffer_output.
5908         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5909         (main): Call gdb_unbuffer_output.
5910         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5911         (main): Rename to ...
5912         (test): ... this.
5913         (main): Reimplement.
5914         * gdb.base/varargs.exp: Run to test instead of to main.
5915         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5916         (main): Call gdb_unbuffer_output.
5917
5918 2015-07-29  Pedro Alves  <palves@redhat.com>
5919
5920         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5921         factore out from mi_continue_dprintf.  For call-style dprintfs,
5922         expect dprintf output out of $inferior_spawn_id.
5923         (mi_continue_dprintf): Use mi_expect_dprintf.
5924         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5925         (main): Call gdb_unbuffer_output.
5926
5927 2015-07-29  Pedro Alves  <palves@redhat.com>
5928
5929         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5930         (default_mi_gdb_start): Set inferior_spawn_id instead of
5931         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
5932         gdb_spawn_id.
5933         (mi_gdb_test): Always expect inferior output from both
5934         $inferior_spawn_id and $gdb_spawn_id.
5935
5936 2015-07-29  Pedro Alves  <palves@redhat.com>
5937
5938         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
5939         send_inferior and $inferior_spawn_id.
5940
5941 2015-07-29  Pedro Alves  <palves@redhat.com>
5942
5943         * gdb.gdb/complaints.exp (test_initial_complaints)
5944         (test_serial_complaints, test_short_complaints): Use
5945         gdb_test_stdio.
5946         (test_empty_complaint): Handle $inferior_spawn_id !=
5947         $gdb_spawn_id.
5948
5949 2015-07-29  Pedro Alves  <palves@redhat.com>
5950
5951         * gdb.base/varargs.exp: Use gdb_test_stdio.
5952
5953 2015-07-29  Pedro Alves  <palves@redhat.com>
5954
5955         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5956
5957 2015-07-29  Pedro Alves  <palves@redhat.com>
5958
5959         * gdb.base/ending-run.exp: Use gdb_test_stdio.
5960
5961 2015-07-29  Pedro Alves  <palves@redhat.com>
5962
5963         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5964         parameter into two new parameters, "inf_result" and "gdb_result".
5965         Expect inferior output and gdb output from $inferior_spawn_id and
5966         $gdb_spawn_id, respectively.  Adjust all callers.
5967
5968 2015-07-29  Pedro Alves  <palves@redhat.com>
5969
5970         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5971         of gdb_test_sequence.
5972
5973 2015-07-29  Pedro Alves  <palves@redhat.com>
5974
5975         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5976         (saw_spurious_output): Expect inferior output from
5977         $inferior_spawn_id.  Use gdb_test_stdio.
5978
5979 2015-07-29  Pedro Alves  <palves@redhat.com>
5980
5981         * gdb.base/dprintf.exp: Use standard_testfile.  Change
5982         prepare_for_testing call.
5983         (srcfile): Don't set.
5984         (restart): New procedure.
5985         (test_dprintf): New procecure, use to continue over dprintfs.
5986         (test_call, test_agent): New procedures, tests moved here.
5987         Restart gdb and recreate dprintfs.  Adjust expected output.
5988
5989 2015-07-29  Pedro Alves  <palves@redhat.com>
5990
5991         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5992
5993 2015-07-29  Pedro Alves  <palves@redhat.com>
5994
5995         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5996
5997 2015-07-29  Pedro Alves  <palves@redhat.com>
5998
5999         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6000         gdb_test_stdio.
6001
6002 2015-07-29  Pedro Alves  <palves@redhat.com>
6003
6004         * lib/gdb.exp (gdb_test_stdio): New procedure.
6005
6006 2015-07-29  Pedro Alves  <palves@redhat.com>
6007
6008         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6009
6010 2015-07-29  Pedro Alves  <palves@redhat.com>
6011
6012         * gdb.base/call-signal-resume.exp: Remove check for
6013         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
6014         * gdb.base/unwindonsignal.exp: Likewise.
6015         * gdb.base/call-signals.c (gen_signal): Remove printf call.
6016         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6017
6018 2015-07-29  Pedro Alves  <palves@redhat.com>
6019
6020         * gdb.base/siginfo-addr.c (pass): New function.
6021         (handler): Call it iff si_addr is correct.
6022         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6023         Set a breakpoint at "pass" and continue to it.
6024
6025 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
6026
6027         * gdb.python/py-objfile.exp: Make some tests have unique names.
6028         * gdb.python/py-pp-registration.exp: Likewise.
6029
6030 2015-07-28  Pedro Alves  <palves@redhat.com>
6031
6032         * gdb.server/server-exec-info.exp: Issue a "disconnect".
6033
6034 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6035
6036         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6037
6038 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6039
6040         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6041
6042 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6043
6044         * gdb.base/gdb-sigterm-2.exp: New test.
6045
6046 2015-07-25  Doug Evans  <xdje42@gmail.com>
6047
6048         Revert:
6049         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6050         (workers/%.worker, build-perf): New rule.
6051         (GDB_PERFTEST_MODE): New variable.
6052         (check-perf): Use it.
6053         (clean): Clean up gdb.perf parallel build subdirs.
6054         * lib/build-piece.exp: New file.
6055         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6056         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6057         name.
6058         (standard_temp_file): Ditto.
6059         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6060         of $GDB_PARALLEL.
6061
6062 2015-07-24  Doug Evans  <dje@google.com>
6063
6064         * gdb.perf/lib/perftest/utils.py: New file.
6065         * gdb.perf/gm-hello.cc: New file.
6066         * gdb.perf/gm-pervasive-typedef.cc: New file.
6067         * gdb.perf/gm-pervasive-typedef.h: New file.
6068         * gdb.perf/gm-std.cc: New file.
6069         * gdb.perf/gm-std.h: New file.
6070         * gdb.perf/gm-use-cerr.cc: New file.
6071         * gdb.perf/gm-utils.h: New file.
6072         * gdb.perf/gmonster-null-lookup.py: New file.
6073         * gdb.perf/gmonster-pervasive-typedef.py: New file.
6074         * gdb.perf/gmonster-print-cerr.py: New file.
6075         * gdb.perf/gmonster-ptype-string.py: New file.
6076         * gdb.perf/gmonster-runto-main.py: New file.
6077         * gdb.perf/gmonster-select-file.py: New file.
6078         * gdb.perf/gmonster1-null-lookup.exp: New file.
6079         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6080         * gdb.perf/gmonster1-print-cerr.exp: New file.
6081         * gdb.perf/gmonster1-ptype-string.exp: New file.
6082         * gdb.perf/gmonster1-runto-main.exp: New file.
6083         * gdb.perf/gmonster1-select-file.exp: New file.
6084         * gdb.perf/gmonster1.cc: New file.
6085         * gdb.perf/gmonster1.exp: New file.
6086         * gdb.perf/gmonster2-null-lookup.exp: New file.
6087         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6088         * gdb.perf/gmonster2-print-cerr.exp: New file.
6089         * gdb.perf/gmonster2-ptype-string.exp: New file.
6090         * gdb.perf/gmonster2-runto-main.exp: New file.
6091         * gdb.perf/gmonster2-select-file.exp: New file.
6092         * gdb.perf/gmonster2.cc: New file.
6093         * gdb.perf/gmonster2.exp: New file.
6094
6095 2015-07-24  Doug Evans  <dje@google.com>
6096
6097         * gdb.perf/README: New file.
6098         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6099         * lib/gen-perf-test.exp: New file.
6100
6101 2015-07-24  Doug Evans  <dje@google.com>
6102
6103         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6104         (PerfTest::startup): New function.
6105         (PerfTest::run): Return result of calling body.
6106         (PerfTest::assemble): Rewrite.
6107         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6108         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6109         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6110         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6111         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6112
6113 2015-07-24  Doug Evans  <dje@google.com>
6114
6115         * lib/gdb.exp (clean_restart): Make executable optional.
6116
6117 2015-07-24  Doug Evans  <dje@google.com>
6118
6119         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6120         compiler_info references.
6121         * gdb.cp/temargs.exp: Ditto.
6122         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6123         (get_compiler_info): Early exit if already computed.  Set compiler_info
6124         to "unknown" if there was a problem.
6125         (test_compiler_info): Add function comment.  Call get_compiler_info.
6126
6127 2015-07-24  Doug Evans  <dje@google.com>
6128
6129         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6130         (workers/%.worker, build-perf): New rule.
6131         (GDB_PERFTEST_MODE): New variable.
6132         (check-perf): Use it.
6133         (clean): Clean up gdb.perf parallel build subdirs.
6134         * lib/build-piece.exp: New file.
6135         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6136         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6137         name.
6138         (standard_temp_file): Ditto.
6139         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6140         of $GDB_PARALLEL.
6141
6142 2015-07-24  Doug Evans  <dje@google.com>
6143
6144         * lib/future.exp (gdb_default_target_compile): New option
6145         "early_flags".
6146         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6147         --as-needed.
6148
6149 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6150
6151         * gdb.base/catch-syscall.exp: Call gdb_exit before
6152         gdb_skip_xml_test.
6153
6154 2015-07-24  Pedro Alves  <palves@redhat.com>
6155
6156         * gdb.python/py-events.exp: Accept output between the stop event
6157         and the prompt.
6158         * gdb.python/py-evsignal.exp: Likewise.
6159         * gdb.python/py-evthreads.exp: Likewise.
6160
6161 2015-07-24  Pedro Alves  <palves@redhat.com>
6162
6163         PR gdb/18717
6164         * gdb.threads/non-ldr-exit.c: New file.
6165         * gdb.threads/non-ldr-exit.exp: New file.
6166
6167 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6168
6169         * gdb.server/ext-wrapper.exp: Test --wrapper option when
6170         restarting process.
6171
6172 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6173
6174         * gdb.server/ext-restart.exp: New file.
6175
6176 2015-07-24  Yao Qi  <yao.qi@linaro.org>
6177
6178         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6179         argument options.
6180         * gdb.server/ext-wrapper.exp: New file.
6181
6182 2015-07-23  Doug Evans  <dje@google.com>
6183
6184         * gdb.dwarf2/dw2-dummy-cu.S: New file.
6185         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6186
6187 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6188
6189         * gdb.ada/var_arr_typedef.exp: New testcase.
6190         * gdb.ada/var_arr_typedef/pack.adb: New file.
6191         * gdb.ada/var_arr_typedef/pack.ads: New file.
6192         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6193
6194 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
6195
6196         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6197
6198 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6199
6200         * gdb.arch/i386-biarch-core.exp: Replace istarget
6201         by "complete set gnutarget". Remove expectation for the "core-file"
6202         command.
6203
6204 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6205
6206         Revert the previous commit:
6207         Tests for validate symbol file using build-id.
6208
6209 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6210
6211         Tests for validate symbol file using build-id.
6212         * gdb.base/solib-mismatch-lib.c: New file.
6213         * gdb.base/solib-mismatch-libmod.c: New file.
6214         * gdb.base/solib-mismatch.c: New file.
6215         * gdb.base/solib-mismatch.exp: New file.
6216
6217 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
6218
6219         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6220         nios2-*-linux*.
6221         * gdb.base/sigbpt.exp (stepi_out): Likewise.
6222         * gdb.base/siginfo.exp: Likewise.
6223         * gdb.base/sigstep.exp (advance, advancei): Likewise.
6224
6225 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
6226
6227         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6228         Move it to ...
6229         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6230         ... here.
6231         * gdb.trace/range-stepping.exp: Check that the target supports
6232         range stepping.
6233
6234 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6235
6236         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6237
6238 2015-07-14  Pedro Alves  <palves@redhat.com>
6239
6240         * gdb.base/killed-outside.exp: New file.
6241         * gdb.base/killed-outside.c: New file.
6242
6243 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6244
6245         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6246         (n at main): New.
6247         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6248
6249 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6250
6251         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6252         infcall tests instead of setting up for KFAIL.
6253
6254 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6255
6256         * gdb.btrace/record_goto-step.exp: New.
6257
6258 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6259
6260         PR compile/18484
6261         * gdb.compile/compile.c (struct struct_type): Add volatile to
6262         selffield's type.
6263         * gdb.compile/compile.exp
6264         (compile code struct_object.selffield = &struct_object): Skip further
6265         struct_object tests if this one xfails.
6266
6267 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6268
6269         PR exp/18617
6270         * gdb.trace/ax.exp: Add test.
6271
6272 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6273
6274         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6275         instead of istarget "aarch64*-*-*".
6276         * gdb.arch/aarch64-fp.exp: Likewise.
6277         * gdb.base/float.exp: Likewise.
6278         * gdb.reverse/aarch64.exp: Likewise.
6279         * lib/gdb.exp (is_aarch64_target): New proc.
6280
6281 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6282
6283         * lib/gdb.exp (is_aarch32_target): New proc.
6284         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6285         instead of "istarget "arm*-*-*"".
6286         * gdb.arch/arm-disp-step.exp: Likewise.
6287         * gdb.arch/thumb-bx-pc.exp: Likewise.
6288         * gdb.arch/thumb-prologue.exp: Likewise.
6289         * gdb.arch/thumb-singlestep.exp: Likewise.
6290         * gdb.base/disp-step-syscall.exp: Likewise.
6291         * gdb.base/float.exp: Likewise.
6292
6293 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6294
6295         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6296         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6297
6298 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6299
6300         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6301         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6302         if it exists.
6303         * gdb.multi/multi-arch.exp: Likewise.
6304
6305 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
6306
6307         * gdb.python/py-lazy-string.exp: Add missing parentheses to
6308         print.
6309
6310 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6311
6312         * gdb.arch/thumb-singlestep.exp: Do one more single step.
6313
6314 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
6315
6316         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6317         '[' and ']' characters.
6318
6319 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
6320
6321         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6322
6323 2015-06-29  Pedro Alves  <palves@redhat.com>
6324
6325         PR threads/18127
6326         * gdb.threads/hand-call-new-thread.c: New file.
6327         * gdb.threads/hand-call-new-thread.c: New file.
6328
6329 2015-06-26  Keith Seitz  <keiths@redhat.com>
6330             Doug Evans  <dje@google.com>
6331
6332         PR 16253
6333         * gdb.cp/var-tag-2.cc: New file.
6334         * gdb.cp/var-tag-3.cc: New file.
6335         * gdb.cp/var-tag-4.cc: New file.
6336         * gdb.cp/var-tag.cc: New file.
6337         * gdb.cp/var-tag.exp: New file.
6338
6339 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6340
6341         * gdb.base/history-duplicates.exp: New test.
6342
6343 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
6344
6345         * gdb.base/completion.exp: Test the completion of the "focus"
6346         command.
6347
6348 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
6349
6350         * gdb.arch/amd64-prologue-skip.S: New file.
6351         * gdb.arch/amd64-prologue-skip.exp: New file.
6352
6353 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
6354
6355         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6356         is_address_zero_readable check.
6357
6358 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
6359
6360         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6361         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6362
6363 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6364
6365         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6366         linux targets.
6367
6368 2015-06-24  Yao Qi  <yao.qi@linaro.org>
6369
6370         * lib/gdb.exp (supports_get_siginfo_type): New proc.
6371         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6372         * gdb.base/siginfo-thread.exp: Likewise.
6373
6374 2015-06-22  Yao Qi  <yao.qi@linaro.org>
6375
6376         * boards/remote-gdbserver-on-localhost.exp: Add comments.
6377
6378 2015-06-22  Yao Qi  <yao.qi@linaro.org>
6379
6380         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6381         aarch64*-*-*.
6382         (skip_hw_watchpoint_tests): Likewise.
6383
6384 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
6385
6386         * gdb.base/gdbinit-history.exp: Test the interaction between
6387         setting GDBHISTSIZE and setting the history size via .gdbinit.
6388
6389 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6390
6391         PR gdb/16999
6392         * gdb.base/gdbhistsize-history.exp: New test.
6393
6394 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6395
6396         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6397         with GDBHISTSIZE.
6398         * gdb.base/readline.exp: Likewise.
6399
6400 2015-06-17  Yao Qi  <yao.qi@linaro.org>
6401
6402         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6403         line.
6404
6405 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6406
6407         * gdb.base/gdbinit-history.exp: Add test case to check that
6408         an unlimited history file does not get truncated on exit.
6409
6410 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6411
6412         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6413         (VECTOR): New macro.  Use it...
6414         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6415         ...for these typedefs.
6416         (int8, char1, int1, double1): New typedefs.
6417         (struct just_int2, struct two_int2): New structures.
6418         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6419         (add_structvecs, add_singlevecs): New functions.
6420         (main): Call add_some_intvecs twice.
6421         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6422         the compile and exit upon failure.  Try compiling for the "native"
6423         architecture.  Test inferior function calls with vector arguments
6424         and vector return value handling with "finish" and "return".
6425
6426 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
6427
6428         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6429         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6430         PE file.
6431         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6432
6433 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6434
6435         PR breakpoints/16465
6436         * gdb.mi/mi-dprintf-pending.c: New file.
6437         * gdb.mi/mi-dprintf-pending.exp: New test.
6438         * gdb.mi/mi-dprintf-pendshr.c: New file.
6439
6440 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6441             Mircea Gherzan  <mircea.gherzan@intel.com>
6442
6443         * gdb.arch/i386-mpx-map.c: New file.
6444         * gdb.arch/i386-mpx-map.exp: New File.
6445
6446 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6447
6448         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6449         * gdb.arch/i386-mpx.exp: Indentation fixed.
6450
6451 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6452
6453         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6454         function and improved indentation.
6455         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6456         gdb_test_multiple. Added additional tests to skip the test.
6457
6458 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6459
6460         * gdb.arch/i386-avx512.c: Change path in include file.
6461         * gdb.arch/i386-avx512.exp: Change include dir path
6462         compilation flag.
6463         * gdb.arch/i386-mpx.c: Change path in include file.
6464         * gdb.arch/i386-mpx.exp: Change include dir path compilation
6465         flag.
6466
6467 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6468
6469         * gdb.compile/compile-print.exp (compile print *vararray@3)
6470         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6471
6472 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6473
6474         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6475         (do not keep jit in memory): ... this.
6476         (expect 5): Change it to ...
6477         (expect no 5): ... this.
6478
6479 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6480
6481         PR gdb/15564
6482         * gdb.mi/mi-detach.exp: New file.
6483
6484 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6485
6486         PR symtab/18392
6487         * gdb.arch/amd64-tailcall-self.S: New file.
6488         * gdb.arch/amd64-tailcall-self.c: New file.
6489         * gdb.arch/amd64-tailcall-self.exp: New file.
6490
6491 2015-05-28  Don Breazeal  <donb@codesourcery.com>
6492
6493         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6494         tests for remote targets by checking is_target_gdbserver.
6495
6496 2015-05-27  Doug Evans  <dje@google.com>
6497
6498         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6499         * gdb.dwarf2/opaque-type-lookup.c: New file.
6500         * gdb.dwarf2/opaque-type-lookup.exp: New file.
6501
6502 2015-05-26  Doug Evans  <dje@google.com>
6503
6504         * gdb.cp/iostream.cc: New file.
6505         * gdb.cp/iostream.exp: New file.
6506
6507 2015-05-26  Doug Evans  <dje@google.com>
6508
6509         * gdb.dwarf2/dw2-op-call.exp: Update.
6510         * gdb.dwarf2/dw4-sig-types.exp: Update.
6511         * gdb.dwarf2/implptr.exp: Update.
6512         * gdb.mi/mi-cmd-param-changed.exp: Update.
6513
6514 2015-05-26  Doug Evans  <dje@google.com>
6515
6516         * gdb.python/py-lazy-string.c: New file.
6517         * gdb.python/py-lazy-string.exp: New file.
6518         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6519         (main): Update.  Add estring3.
6520         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6521         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6522
6523 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
6524             Yao Qi  <yao.qi@linaro.org>
6525
6526         * gdb.reverse/aarch64.c: New.
6527         * gdb.reverse/aarch64.exp: New.
6528
6529 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
6530
6531         * lib/gdb.exp (supports_process_record): Return true for
6532         aarch64*-linux*.
6533         (supports_reverse): Likewise.
6534
6535 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
6536
6537         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6538         Use with_test_prefix.
6539
6540 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6541
6542         * gdb.base/completion.exp: Add test for completion of layout
6543         names.
6544
6545 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
6546
6547         * lib/gdb.exp (skip_tui_tests): New proc.
6548         * gdb.base/tui-layout.exp: Check skip_tui_tests.
6549
6550 2015-05-19  Pedro Alves  <palves@redhat.com>
6551
6552         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6553         Save the whole env array instead of just HOME.  Unset HISTSIZE in
6554         the environment while testing.  Restore whole environment
6555         afterwards.
6556
6557 2015-05-16  Doug Evans  <xdje42@gmail.com>
6558
6559         * gdb.guile/scm-ports.c: New file.
6560         * gdb.guile/scm-ports.exp: Add memory port tests.
6561
6562 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6563
6564         * gdb.compile/compile-print.c: New file.
6565         * gdb.compile/compile-print.exp: New file.
6566
6567 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6568
6569         * gdb.compile/compile-ops.exp: Cast param to void.
6570         * gdb.compile/compile.exp: Complete type for _gdb_expr.
6571         (compile code struct_object.selffield = &struct_object): Add xfail.
6572
6573 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6574
6575         * gdb.ada/arr_enum_with_gap: New testcase.
6576
6577 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6578
6579         * gdb.ada/byte_packed_arr: New testcase.
6580
6581 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6582
6583         * gdb.ada/pckd_neg: New testcase.
6584
6585 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
6586
6587         PR gdb/17820
6588         * gdb.base/gdbinit-history.exp: New test.
6589         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6590         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6591
6592 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
6593
6594         * gdb.python/py-xmethods.cc: Enhance test case.
6595         * gdb.python/py-xmethods.exp: New tests.
6596         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6597         function.
6598         (B_indexoper): Likewise.
6599         (global_dm_list) : Add new xmethod worker functions.
6600
6601 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
6602
6603         * gdb.base/coredump-filter.exp: Correctly unset
6604         "coredump_var_addr" array.
6605
6606 2015-05-08  Pedro Alves  <palves@redhat.com>
6607
6608         * gdb.server/non-existing-program.exp: Unset spawn_id.
6609
6610 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
6611
6612         PR python/18291
6613         * gdb.python/py-xmethods.exp: Add tests.
6614
6615 2015-05-08  Yao Qi  <yao.qi@linaro.org>
6616
6617         PR gdb/18208
6618         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6619         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6620         function set_coredump_filter, and remove remote_exec call.
6621         Remove argument ipid.  Callers update.
6622         (top level): Don't get inferior's PID.
6623
6624 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6625
6626         * gdb.base/watch_thread_num.exp: Skip test on targets without
6627         access watchpoints.
6628
6629 2015-05-06  Pedro Alves  <palves@redhat.com>
6630
6631         PR server/18081
6632         * gdb.server/non-existing-program.exp: New file.
6633
6634 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6635
6636         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6637
6638 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6639
6640         * gdb.ada/out_of_line_in_inlined: New testcase.
6641
6642 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6643
6644         * gdb.ada/var_rec_arr: New testcase.
6645
6646 2015-04-30  Yao Qi  <yao.qi@linaro.org>
6647
6648         * gdb.base/break-idempotent.exp: If
6649         skip_hw_watchpoint_multi_tests returns true, skip the tests
6650         on "rwatch" and "awatch".
6651
6652 2015-04-30  Yao Qi  <yao.qi@linaro.org>
6653
6654         * gdb.base/relativedebug.exp: Invoke gdb command
6655         "info sharedlibrary", and if libc.so doesn't have debug info,
6656         skip the test.
6657
6658 2015-04-29  Doug Evans  <dje@google.com>
6659
6660         * gdb.python/py-xmethods.exp: Add ptype tests.
6661         * gdb.python/py-xmethods.py (E_method_char_worker): Add
6662         get_result_type method.
6663
6664 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
6665
6666         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6667         the target does not support hardware watchpoints.
6668
6669 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
6670
6671         * gdb.base/break-always.exp: Abort testing if writing to memory
6672         causes an error.
6673
6674 2015-04-28  Doug Evans  <dje@google.com>
6675
6676         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6677         * gdb.python/py-pp-registration.exp: ... here.  New file.
6678         * gdb.python/py-pp-registration.c: New file.
6679         * gdb.python/py-pp-registration.py: New file.
6680
6681 2015-04-28  Doug Evans  <dje@google.com>
6682
6683         * gdb.python/py-bad-printers.c: New file.
6684         * gdb.python/py-bad-printers.py: New file.
6685         * gdb.python/py-bad-printers.exp: New file.
6686
6687 2015-04-28  Sasha Smundak  <asmundak@google.com>
6688
6689         * gdb.python/py-type.exp: New test.
6690
6691 2015-04-28  Andy Wingo  <wingo@igalia.com>
6692
6693         * gdb.python/py-parameter.exp:
6694         * gdb.guile/scm-parameter.exp: Escape the path that we are
6695         matching against, as it might contain characters that are special
6696         to regular expressions.
6697
6698 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
6699
6700         * gdb.ada/rec_comp: New testcase.
6701
6702 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
6703
6704         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6705         before using it.
6706
6707 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
6708
6709         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
6710         new tests for verilog output.
6711
6712 2015-04-24  Yao Qi  <yao.qi@linaro.org>
6713
6714         * boards/remote-gdbserver-on-localhost.exp: New file.
6715
6716 2015-04-23  Pedro Alves  <palves@redhat.com>
6717
6718         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6719         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
6720         "end of file", remove $inferior_spawn_id from the indirect list.
6721
6722 2015-04-23  Pedro Alves  <palves@redhat.com>
6723
6724         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6725
6726 2015-04-23  Pedro Alves  <palves@redhat.com>
6727
6728         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6729         on $any_spawn_id instead of only on $gdb_spawn_id.
6730
6731 2015-04-21  Pierre Muller  <muller@sourceware.org>
6732
6733         PR pascal/17815
6734         * lib/pascal.exp (gpc_compile): Add new option "class".
6735         (fpc_compile): Likewise.
6736         * gdb.pascal/case-insensitive-symbols.pas: New file.
6737         * gdb.pascal/case-insensitive-symbols.exp: New file.
6738
6739 2015-04-20  Gary Benson <gbenson@redhat.com>
6740
6741         * gdb.base/attach.exp: Fix three extended remote failures.
6742
6743 2015-04-17  Gary Benson <gbenson@redhat.com>
6744
6745         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6746         the main executable over the remote protocol.
6747
6748 2015-04-16  Pedro Alves  <palves@redhat.com>
6749
6750         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6751         a new gdbserver if gdbserver_reconnect_p is set.
6752
6753 2015-04-16  Pedro Alves  <palves@redhat.com>
6754
6755         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6756         is set, don't exit gdbserver.
6757
6758 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6759
6760         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6761         appropriate .insn, such that an older assembler can be used.
6762         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6763         the z/Architecture instruction set on 31-bit targets as well.
6764
6765 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6766
6767         * gdb.go/handcall.exp: Remove all logic related to the first
6768         breakpoint and rely on go_runto_main instead.
6769         * gdb.go/strings.exp: Likewise.
6770         * gdb.go/unsafe.exp: Likewise.
6771         * gdb.go/hello.exp: Likewise.  Also rename the remaining
6772         breakpoint marker to "breakpoint 1".
6773         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6774         * gdb.go/strings.go: Likewise.
6775         * gdb.go/unsafe.go: Likewise.
6776         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
6777         "set breakpoint 2 here" and rename the remaining breakpoint marker
6778         to "breakpoint 1".
6779
6780 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
6781
6782         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6783         if itertools.imap is not present.
6784         * gdb.python/py-objfile.exp: Add parentheses.
6785         * gdb.python/py-type.exp: Same.
6786         * gdb.python/py-unwind-maint.py: Same.
6787
6788 2015-04-15  Yao Qi  <yao.qi@linaro.org>
6789
6790         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6791         of ":$ptr_size" and set its form explicitly.
6792
6793 2015-04-15  Pedro Alves  <palves@redhat.com>
6794             Yao Qi  <yao.qi@linaro.org>
6795
6796         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6797         timeout by factor of 4.
6798         (test_regular_watch): Likewise.
6799         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6800         * gdb.reverse/sigall-reverse.exp: Likewise.
6801         * gdb.reverse/until-precsave.exp: Likewise.
6802         * lib/gdb.exp (with_timeout_factor): New proc.
6803         (gdb_expect): Move some code to ...
6804         (get_largest_timeout): ... here.  New procedure.
6805
6806 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
6807
6808         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6809
6810 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
6811
6812         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6813         to write to the .text section.
6814
6815 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
6816
6817         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6818         Handle the case of targets that do not provide PID information.
6819
6820 2015-04-13  Yao Qi  <yao.qi@linaro.org>
6821
6822         * lib/gdbserver-support.exp (gdb_exit): Catch exception
6823         and use expect instead of gdb_expect.
6824
6825 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
6826
6827         * gdb.base/coredump-filter.exp: Rename variable "addr" to
6828         "coredump_var_addr" to avoid naming conflict with other testcases.
6829
6830 2015-04-10  Pedro Alves  <palves@redhat.com>
6831
6832         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6833         gdb_test_sequence and gdb_assert.
6834
6835 2015-04-10  Pedro Alves  <palves@redhat.com>
6836
6837         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6838         test messages that don't include the breakpoint address.
6839
6840 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6841
6842         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6843         false for some offset and width combinations which aren't
6844         supported by linux kernel.
6845
6846 2015-04-10  Pedro Alves  <palves@redhat.com>
6847
6848         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6849         procedure, factored out from ...
6850         (top level): ... here.  Add "set displaced-stepping" testing axis.
6851         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6852         parameter "displaced".  Use it.
6853         (top level): Use foreach and add "set displaced-stepping" testing
6854         axis.
6855
6856 2015-04-10  Pedro Alves  <palves@redhat.com>
6857
6858         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6859         Remove comment.
6860         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6861         both the address of the instruction that triggers the watchpoint
6862         and the address of the instruction immediately after, and use
6863         those addresses for the test.  Fix comment.
6864
6865 2015-04-10  Pedro Alves  <palves@redhat.com>
6866
6867         * gdb.base/sigstep.exp (breakpoint_to_handler)
6868         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
6869         Test "backtrace" in handler.
6870         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
6871         (top level): Add new "displaced" test axis to
6872         breakpoint_to_handler, breakpoint_to_handler_entry and
6873         breakpoint_over_handler.
6874
6875 2015-04-10  Pedro Alves  <palves@redhat.com>
6876
6877         PR gdb/18216
6878         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6879
6880 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6881
6882         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6883         (test_add_rn_pc): New function.
6884         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6885         (top level): Invoke test_add_rn_pc.
6886
6887 2015-04-10  Pedro Alves  <palves@redhat.com>
6888
6889         PR gdb/13858
6890         * gdb.base/step-over-no-symbols.exp: New file.
6891
6892 2015-04-09  Andy Wingo  <wingo@igalia.com>
6893
6894         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6895         after the Python tests.
6896
6897 2015-04-08  Keith Seitz  <keiths@redhat.com>
6898
6899         PR python/16699
6900         * gdb.python/py-completion.exp: New tests for completion.
6901         * gdb.python/py-completion.py (CompleteLimit1): New class.
6902         (CompleteLimit2): Likewise.
6903         (CompleteLimit3): Likewise.
6904         (CompleteLimit4): Likewise.
6905         (CompleteLimit5): Likewise.
6906         (CompleteLimit6): Likewise.
6907         (CompleteLimit7): Likewise.
6908
6909 2015-04-08  Pedro Alves  <palves@redhat.com>
6910
6911         PR gdb/18214
6912         PR gdb/18216
6913         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6914         function.
6915         (main): Install it as SIGUSR1 handler.
6916         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6917         parameter.  Always use "setup" as prefix.  Toggle "set
6918         displaced-stepping" off/on depending on global.  Don't switch to
6919         thread 1 here.
6920         (top level): Add displaced stepping "off/on" test axis.  Update
6921         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
6922         continuing with a queued signal in each thread.
6923
6924 2015-04-08  Pedro Alves  <palves@redhat.com>
6925
6926         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6927         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
6928         gdb_breakpoint instead of gdb_test that doesn't expect anything.
6929         Return early if running to main fails.
6930         * gdb.trace/while-stepping.exp: Likewise.
6931
6932 2015-04-07  Pedro Alves  <palves@redhat.com>
6933
6934         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6935         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
6936         interact with inferior program.
6937
6938 2015-04-07  Pedro Alves  <palves@redhat.com>
6939
6940         * lib/gdb.exp (inferior_spawn_id): New global.
6941         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
6942         spawn id after processing the user code.
6943         (default_gdb_start): Set inferior_spawn_id.
6944         (send_inferior): New procedure.
6945         * lib/gdbserver-support.exp (gdbserver_start): Set
6946         inferior_spawn_id.
6947         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6948
6949 2015-04-07  Pedro Alves  <palves@redhat.com>
6950
6951         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6952         * lib/gdbserver-support.exp (gdbserver_start): Make
6953         $server_spawn_id global.
6954         (gdbserver_start): Don't wait for gdbserver's spawn id with
6955         expect_background.
6956         (close_gdbserver): New procedure.
6957         (gdb_exit): Rename the default version and reimplement.
6958
6959 2015-04-07  Pedro Alves  <palves@redhat.com>
6960
6961         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6962         append the substituted item, not the original item.
6963
6964 2015-04-07  Pedro Alves  <palves@redhat.com>
6965
6966         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6967         gdb_expect.
6968
6969 2015-04-07  Pedro Alves  <palves@redhat.com>
6970
6971         * gdb.base/interrupt.exp: Don't handle the case of the inferior
6972         output appearing once only.
6973
6974 2015-04-07  Pedro Alves  <palves@redhat.com>
6975
6976         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6977         that doesn't expect anything.  Return early if running to main
6978         fails.
6979
6980 2015-04-07  Yao Qi  <yao.qi@linaro.org>
6981
6982         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6983         (child_function): Call alarm.
6984         (main): Move call to alarm into the loop.
6985         * gdb.threads/non-stop-fair-events.exp: Build program with
6986         -DTIMEOUT=$timeout.
6987
6988 2015-04-06  Doug Evans  <xdje42@gmail.com>
6989
6990         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6991         Fix dest parameter to board_info.
6992         (fpc_compile): Ditto.
6993         (gdb_compile_pascal): Rename dest arg to destfile.
6994
6995 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6996
6997         * gdb.ada/funcall_ref.exp: New file.
6998         * gdb.ada/funcall_ref/foo.adb: New file.
6999
7000 2015-04-02  Yao Qi  <yao.qi@linaro.org>
7001
7002         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7003         is remote.
7004
7005 2015-04-02  Gary Benson <gbenson@redhat.com>
7006
7007         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7008
7009 2015-04-01  Sasha Smundak  <asmundak@google.com>
7010
7011         * gdb.python/py-unwind-maint.c: New file.
7012         * gdb.python/py-unwind-maint.exp: New test.
7013         * gdb.python/py-unwind-maint.py: New file.
7014         * gdb.python/py-unwind.c: New file.
7015         * gdb.python/py-unwind.exp: New test.
7016         * gdb.python/py-unwind.py: New test.
7017
7018 2015-04-01  Pedro Alves  <palves@redhat.com>
7019
7020         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7021         to fail instead of non-existent $test.
7022
7023 2015-04-01  Pedro Alves  <palves@redhat.com>
7024
7025         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7026         GDBFLAGS if not empty.
7027
7028 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
7029
7030         * gdb.ada/complete.exp: Remove "multi_line".
7031         * gdb.ada/info_exc.exp: Remove "multi_line".
7032         * gdb.ada/packed_tagged.exp: Remove "multi_line".
7033         * gdb.ada/ptype_field.exp: Remove "multi_line".
7034         * gdb.ada/sym_print_name.exp: Remove "multi_line".
7035         * gdb.ada/tagged.exp: Remove "multi_line".
7036         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7037         [multi_line ...]
7038         * gdb.btrace/delta.exp: Likewise.
7039         * gdb.btrace/exception.exp: Likewise.
7040         * gdb.btrace/function_call_history.exp: Likewise.
7041         * gdb.btrace/instruction_history.exp: Likewise.
7042         * gdb.btrace/nohist.exp: Likewise.
7043         * gdb.btrace/record_goto.exp: Likewise.
7044         * gdb.btrace/segv.exp: Likewise.
7045         * gdb.btrace/stepi.exp: Likewise.
7046         * gdb.btrace/tailcall.exp: Likewise.
7047         * gdb.btrace/unknown_functions.exp: Likewise.
7048         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7049         * lib/gdb.exp: Add the "multi_line" helper.
7050
7051 2015-04-01  Pedro Alves  <palves@redhat.com>
7052
7053         * gdb.threads/tid-reuse.c: New file.
7054         * gdb.threads/tid-reuse.exp: New file.
7055
7056 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
7057
7058         PR corefiles/16092
7059         * gdb.base/coredump-filter.c: New file.
7060         * gdb.base/coredump-filter.exp: Likewise.
7061
7062 2015-03-27  Petr Machata  <pmachata@redhat.com>
7063
7064         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7065         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7066         (Dwarf::assemble): Initialize them.
7067         (Dwarf::lines): New function.
7068
7069 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
7070
7071         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7072         SYMBOL_PREFIX for x86_64-*-cygwin.
7073
7074 2015-03-26  Andy Wingo  <wingo@igalia.com>
7075
7076         PR symtab/18148
7077         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7078         const_value but not a location.
7079         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7080         location defined in non-main CUs are visible.
7081
7082 2015-03-26  Yao Qi  <yao.qi@linaro.org>
7083
7084         PR testsuite/18139
7085         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7086         Add a line number entry for the same line.
7087         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7088         Add a line number entry for the same line.
7089
7090 2015-03-26  Yao Qi  <yao.qi@linaro.org>
7091
7092         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7093         .int 0.
7094         (func): Likewise.  Add .Lfunc_1 label.
7095         Use .Lfunc_1 label.
7096         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7097         .int 0.
7098         (func): Likewise.
7099         Use .Lfunc_1 label.
7100
7101 2015-03-26  Yao Qi  <yao.qi@linaro.org>
7102
7103         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7104         Call gdb_compile instead to compile each .s files without debug
7105         information.
7106
7107 2015-03-26  Yao Qi  <yao.qi@linaro.org>
7108
7109         * gdb.base/savedregs.exp (process_saved_regs): Make
7110         "Saved registers:" optional in the pattern.
7111
7112 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
7113
7114         * gdb.btrace/next.exp: Merged into step.exp.
7115         * gdb.btrace/finish.exp: Merged into step.exp.
7116         * gdb.btrace/nexti.exp: Merged into stepi.exp.
7117         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
7118         "record goto" and checking the exact replay position.
7119         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
7120         check for "Recording format" in "info record" output.
7121         * gdb.btrace/record_goto.exp: Choose test file based on target.
7122         * gdb.btrace/x86-record_goto.S: Renamed into ...
7123         * gdb.btrace/x86_64-record_goto.S: ... this.
7124         * gdb.btrace/i686-record_goto.S: New.
7125         * gdb.btrace/x86-tailcall.S: Renamed into ...
7126         * gdb.btrace/x86_64-tailcall.S: ... this.
7127         * gdb.btrace/i686-tailcall.S: New.
7128         * gdb.btrace/x86-tailcall.c: Renamed into ...
7129         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
7130         separate statements.  Update test.
7131         * gdb.btrace/delta.exp: Use record_goto.c as test file.
7132         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7133         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7134         * gdb.btrace/tailcall.exp: Choose test file based on target.
7135         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7136
7137 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
7138
7139         * gdb.btrace/exception.exp: Increase BTS buffer size.
7140
7141 2015-03-24  Pedro Alves  <palves@redhat.com>
7142
7143         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7144
7145 2015-03-24  Pedro Alves  <palves@redhat.com>
7146
7147         * gdb.threads/schedlock.exp (test_step): No longer expect that
7148         "set scheduler-locking step" with "next" over a function call runs
7149         threads unlocked.
7150
7151 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7152
7153         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7154
7155 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7156
7157         PR breakpoints/16466
7158         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7159         * gdb.mi/mi-pending.c (thread_func): New function.
7160         (int main): Add threading support required.
7161         * gdb.mi/mi-pending.exp: Add tests for this issue.
7162         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7163         (pendfunc2): Remove stdio dependency.
7164         * gdb.mi/mi-pendshr2.c: New file.
7165
7166 2015-03-23  Keith Seitz  <keiths@redhat.com>
7167
7168         * gdb.linespec/keywords.c: New file.
7169         * gdb.linespec/keywords.exp: New file.
7170
7171 2015-03-23  Keith Seitz  <keiths@redhat.com>
7172
7173         PR gdb/18021
7174         * gdb.dwarf2/staticvirtual.exp: New test.
7175
7176 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7177
7178         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7179         * README: Remove HP-UX and gdb.hp.
7180         (configuration):
7181         * configure: Regenerate.
7182         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7183         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7184         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7185         gdb.hp/gdb.defects/Makefile.
7186         * gdb.hp/Makefile.in: File deleted.
7187         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7188         * gdb.hp/gdb.aCC/optimize.c: File deleted.
7189         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7190         * gdb.hp/gdb.aCC/run.c: File deleted.
7191         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7192         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7193         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7194         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7195         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7196         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7197         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7198         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7199         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7200         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7201         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7202         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7203         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7204         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7205         * gdb.hp/gdb.base-hp/reg.s: File deleted.
7206         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7207         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7208         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7209         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7210         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7211         * gdb.hp/gdb.compat/Makefile.in: File deleted.
7212         * gdb.hp/gdb.compat/average.c: File deleted.
7213         * gdb.hp/gdb.compat/sum.c: File deleted.
7214         * gdb.hp/gdb.compat/xdb.c: File deleted.
7215         * gdb.hp/gdb.compat/xdb0.c: File deleted.
7216         * gdb.hp/gdb.compat/xdb0.h: File deleted.
7217         * gdb.hp/gdb.compat/xdb1.c: File deleted.
7218         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7219         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7220         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7221         * gdb.hp/gdb.defects/Makefile.in: File deleted.
7222         * gdb.hp/gdb.defects/bs14602.c: File deleted.
7223         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7224         * gdb.hp/gdb.defects/solib-d.c: File deleted.
7225         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7226         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7227         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7228         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7229         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7230         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7231         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7232         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7233         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7234         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7235         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7236         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7237         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7238         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7239         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7240         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7241         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7242         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7243         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7244         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7245         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7246         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7247         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7248         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7249         * gdb.hp/tools/odump: File deleted.
7250
7251 2015-03-19  Pedro Alves  <palves@redhat.com>
7252
7253         * gdb.threads/continue-pending-status.exp (saw_thread_2)
7254         (saw_thread_3): New globals.
7255         (top level): Increment them when an event for the corresponding
7256         thread is seen.
7257         (no thread starvation): New test.
7258
7259 2015-03-19  Pedro Alves  <palves@redhat.com>
7260
7261         * gdb.threads/continue-pending-status.c: New file.
7262         * gdb.threads/continue-pending-status.exp: New file.
7263
7264 2015-03-18  Pedro Alves  <palves@redhat.com>
7265
7266         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7267         Use gdb_is_target_remote instead of is_remote.  Use
7268         gdb_test_multiple instead of gdb_expect.  Exit early if
7269         gdb_test_multiple hits its internal matches.  Tighten stepi tests
7270         expected output.  Fail on exit with any signal, instead of just
7271         SIGILL.
7272
7273 2015-03-18  Yao Qi  <yao.qi@linaro.org>
7274
7275         PR tdep/18107
7276         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7277         variable.
7278         * gdb.base/catch-syscall.exp: Don't skip it on
7279         aarch64*-*-linux* target.  Remove elements in all_syscalls.
7280         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7281         target.
7282         (setup_all_syscalls): New proc.
7283
7284 2015-03-16  Yao Qi  <yao.qi@linaro.org>
7285
7286         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7287         (top level): Skip tests if valid_addr_p returns false for
7288         $cmd1 or $cmd2.
7289
7290 2015-03-11  Andy Wingo  <wingo@igalia.com>
7291
7292         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7293
7294 2015-03-11  Yao Qi  <yao.qi@linaro.org>
7295
7296         * gdb.base/catch-syscall.exp: Fix typo in comments.
7297
7298 2015-03-11  Yao Qi  <yao.qi@linaro.org>
7299
7300         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7301
7302 2015-03-09  Pedro Alves  <palves@redhat.com>
7303
7304         * dg-extract-results.py: Delete.
7305
7306 2015-03-09  Pedro Alves  <palves@redhat.com>
7307
7308         Merge dg-extract-results.sh from GCC upstream (r218843).
7309
7310         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
7311                 * dg-extract-results.sh: Use --text with grep to avoid issues with
7312                 binary files.  Fall back to cat -v, if that doesn't work.
7313
7314 2015-03-05  Pedro Alves  <palves@redhat.com>
7315
7316         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7317
7318 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
7319
7320         * lib/mi-support.exp (mi_expect_interrupt): Accept
7321         alternative event for when in all-stop mode.
7322
7323 2015-03-04  Pedro Alves  <palves@redhat.com>
7324
7325         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7326
7327 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
7328
7329         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7330
7331 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7332
7333         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7334         regexps for GDB's current line display, accept a hex address
7335         preceding the line number.
7336
7337 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7338
7339         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7340         the 'arch1' variable for "s390*-linux*" targets.
7341
7342 2015-03-04  Pedro Alves  <palves@redhat.com>
7343
7344         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7345         (main): Pass missing retval argument to pthread_join call.
7346
7347 2015-03-02  Pedro Alves  <palves@redhat.com>
7348
7349         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7350         (top level): Call do_test with non-stop as well.
7351
7352 2015-03-02  Pedro Alves  <palves@redhat.com>
7353
7354         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7355         -1.
7356
7357 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7358
7359         * gdb.arch/s390-vregs.exp: New test.
7360         * gdb.arch/s390-vregs.S: New file.
7361
7362 2015-02-27  Pedro Alves  <palves@redhat.com>
7363
7364         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7365         call to catch_command_errors.
7366         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7367         catch_command_errors.
7368
7369 2015-02-27  Pedro Alves  <palves@redhat.com>
7370
7371         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7372         "true" for boolean result.
7373         * gdb.gdb/selftest.exp (test_with_self): Also accept full
7374         prototype of main.
7375
7376 2015-02-27  Pedro Alves  <palves@redhat.com>
7377
7378         * lib/unbuffer_output.c: New file.
7379         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7380         (main): Call gdb_unbuffer_output.
7381
7382 2015-02-27  Yao Qi  <yao.qi@linaro.org>
7383
7384         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7385         target.
7386
7387 2015-02-26  Doug Evans  <dje@google.com>
7388
7389         * gdb.cp/class2.cc (Dbase, D): New classes.
7390         (main): New local delta.
7391         * gdb.cp/class2.exp: Test printing delta.
7392         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7393         (dynbar): New global.
7394         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7395
7396 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7397
7398         * gdb.compile/compile-ifunc.c: New file.
7399         * gdb.compile/compile-ifunc.exp: New file.
7400
7401 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7402
7403         * gdb.base/structs.exp: Check for correct struct on finish.
7404
7405 2015-02-26  Yao Qi  <yao.qi@linaro.org>
7406
7407         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7408         is zero.
7409
7410 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7411
7412         * gdb.arch/cordic.ko.bz2: New file.
7413         * gdb.arch/cordic.ko.debug.bz2: New file.
7414         * gdb.arch/ppc64-symtab-cordic.exp: New file.
7415
7416 2015-02-25  Yao Qi  <yao.qi@linaro.org>
7417
7418         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7419         aarch64*-*-* target.
7420
7421 2015-02-23  Pedro Alves  <palves@redhat.com>
7422
7423         * lib/gdb.exp (delete_breakpoints): Rewrite using
7424         gdb_test_multiple.
7425
7426 2015-02-23  Pedro Alves  <palves@redhat.com>
7427
7428         * gdb.base/info-os.c: Include stdlib.h.
7429
7430 2015-02-22  Doug Evans  <xdje42@gmail.com>
7431
7432         PR symtab/17855
7433         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7434         is read after symbols have been re-read.
7435         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7436         * gdb.ada/exec_changed/second.adb (Second): Ditto.
7437
7438 2015-02-21  Doug Evans  <dje@google.com>
7439
7440         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7441
7442 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7443
7444         PR corefiles/17808
7445         * gdb.arch/i386-biarch-core.core.bz2: New file.
7446         * gdb.arch/i386-biarch-core.exp: New file.
7447
7448 2015-02-21  Pedro Alves  <palves@redhat.com>
7449
7450         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7451         runto_main fails.
7452
7453 2015-02-20  Pedro Alves  <palves@redhat.com>
7454
7455         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7456         info probes.
7457
7458 2015-02-20  Pedro Alves  <palves@redhat.com>
7459
7460         * gdb.threads/multi-create-ns-info-thr.exp: New file.
7461
7462 2015-02-20  Pedro Alves  <palves@redhat.com>
7463
7464         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
7465         clean_restart before gdb_target_supports_trace.
7466
7467 2015-02-20  Pedro Alves  <palves@redhat.com>
7468
7469         PR threads/18006
7470         * gdb.threads/clone-thread_db.c: New file.
7471         * gdb.threads/clone-thread_db.exp: New file.
7472
7473 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7474
7475         PR breakpoints/16812
7476         * gdb.base/catch-gdb-caused-signals.c: New file.
7477         * gdb.base/catch-gdb-caused-signals.exp: New file.
7478
7479 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
7480
7481         * configure: Regenerated.
7482         * configure.ac: Use GDB_AC_TRANSFORM.
7483         * aclocal.m4: sinclude ../transform.m4.
7484
7485 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7486
7487         * lib/dtrace.exp: New file.
7488         * gdb.base/dtrace-probe.exp: Likewise.
7489         * gdb.base/dtrace-probe.d: Likewise.
7490         * gdb.base/dtrace-probe.c: Likewise.
7491         * lib/pdtrace.in: Likewise.
7492         * configure.ac: Output variables with the transformed names of
7493         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
7494         * configure: Regenerated.
7495
7496 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7497
7498         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7499         expected message when trying to access $_probe_* convenience
7500         variables while not on a probe.
7501
7502 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7503
7504         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7505
7506 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
7507
7508         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7509         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7510
7511 2015-02-10  Doug Evans  <xdje42@gmail.com>
7512
7513         * lib/gdb.exp (gdb_load): Always return a result.
7514
7515 2015-02-10  Pedro Alves  <palves@redhat.com>
7516
7517         * gdb.threads/signal-sigtrap.c: New file.
7518         * gdb.threads/signal-sigtrap.exp: New file.
7519
7520 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
7521
7522         * gdb.trace/no-attach-trace.c: New file.
7523         * gdb.trace/no-attach-trace.exp: New file.
7524
7525 2015-02-09  Mark Wielaard  <mjw@redhat.com>
7526
7527         * gdb.dwarf2/atomic.c: New file.
7528         * gdb.dwarf2/atomic-type.exp: Likewise.
7529
7530 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7531
7532         * gdb.btrace/buffer-size.exp: Update "info record" output.
7533         * gdb.btrace/delta.exp: Update "info record" output.
7534         * gdb.btrace/enable.exp: Update "info record" output.
7535         * gdb.btrace/finish.exp: Update "info record" output.
7536         * gdb.btrace/instruction_history.exp: Update "info record" output.
7537         * gdb.btrace/next.exp: Update "info record" output.
7538         * gdb.btrace/nexti.exp: Update "info record" output.
7539         * gdb.btrace/step.exp: Update "info record" output.
7540         * gdb.btrace/stepi.exp: Update "info record" output.
7541         * gdb.btrace/nohist.exp: Update "info record" output.
7542
7543 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7544
7545         * gdb.btrace/buffer-size: New.
7546
7547 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7548
7549         * gdb.btrace/delta.exp: Update "info record" output.
7550         * gdb.btrace/enable.exp: Update "info record" output.
7551         * gdb.btrace/finish.exp: Update "info record" output.
7552         * gdb.btrace/instruction_history.exp: Update "info record" output.
7553         * gdb.btrace/next.exp: Update "info record" output.
7554         * gdb.btrace/nexti.exp: Update "info record" output.
7555         * gdb.btrace/step.exp: Update "info record" output.
7556         * gdb.btrace/stepi.exp: Update "info record" output.
7557         * gdb.btrace/nohist.exp: Update "info record" output.
7558
7559 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
7560
7561         PR gdb/15678
7562         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7563
7564 2015-02-06  Pedro Alves  <palves@redhat.com>
7565
7566         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7567         macro.
7568         (seconds_left, again): New globals.
7569         (main): Wait seconds_left in a 1-second sleep loop instead of
7570         sleeping 180 seconds.  If 'again' is set, reset the seconds
7571         counter.
7572         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7573         'again' in the inferior before detaching.  Print the seconds left.
7574         (options): New global.
7575         (top level): Build program with -DTIMEOUT=$timeout.
7576
7577 2015-02-06  Pedro Alves  <palves@redhat.com>
7578
7579         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7580         determine how many seconds to pass to 'alarm'.
7581         * gdb.base/gdb-sigterm.exp (top level): Build program with
7582         -DTIMEOUT=$timeout.
7583         (do_test): Return success/failure indication.  Add more verbose
7584         logging.  Don't fail if 200 single steps are seen.  Instead, fail
7585         when the test times out.
7586         (passes): New global.
7587         (top level): Break the testing loop if testing fails on any
7588         iteration.  Use gdb_assert.
7589
7590 2015-02-04  Don Breazeal  <donb@codesourcery.com>
7591
7592         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7593         and initialize them.
7594         (ipc_cleanup): New function.
7595         (main): Don't declare shmid, semid, and msqid.  Add a call to
7596         atexit so that we call ipc_cleanup on exit.
7597
7598 2015-02-04  Pedro Alves  <palves@redhat.com>
7599
7600         * boards/native-extended-gdbserver.exp: Remove any target variant
7601         specifications from the board name before clearing the isremote
7602         flag from board_info.
7603
7604 2015-01-31  Doug Evans  <xdje42@gmail.com>
7605
7606         * gdb.base/maint.exp <maint print type argc>: Update expected output.
7607
7608 2015-01-31  Gary Benson <gbenson@redhat.com>
7609
7610         * gdb.base/completion.exp: Disable completion limiting for
7611         existing tests.  Add new tests to check completion limiting.
7612         * gdb.linespec/ls-errs.exp: Disable completion limiting.
7613
7614 2015-01-31  Doug Evans  <xdje42@gmail.com>
7615
7616         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7617
7618 2015-01-31  Doug Evans  <xdje42@gmail.com>
7619
7620         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7621         entries.  Duplicate file section script entries.
7622         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7623         inlined entries.  Add test for safe-path rejection.
7624         * gdb.python/py-section-script.c: Add duplicate inlined section script
7625         entries.  Duplicate file section script entries.
7626         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7627         inlined entries.  Add test for safe-path rejection.
7628
7629 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
7630
7631         * gdb.ada/disc_arr_bound: New testcase.
7632
7633 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
7634
7635         * gdb.ada/mi_var_array: New testcase.
7636
7637 2015-01-27  Doug Evans  <dje@google.com>
7638
7639         * gdb.python/py-objfile.exp: Add tests for objfile.username.
7640         Add test for objfile.filename, objfile.username after objfile
7641         has been unloaded.
7642
7643 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
7644
7645         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7646         the second test to print the name attribute of value
7647         returned by the call to gdb.lookup_type, and adjust
7648         the expected output accordingly.
7649
7650 2015-01-25  Mark Wielaard  <mjw@redhat.com>
7651
7652         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7653         * gdb.base/disp-step-fork.c: Include unistd.h.
7654         * gdb.base/siginfo-obj.c: Include stdio.h.
7655         * gdb.base/siginfo-thread.c: Likewise.
7656         * gdb.mi/non-stop.c: Include unistd.h.
7657         * gdb.mi/nsthrexec.c: Include stdio.h.
7658         * gdb.mi/pthreads.c: Include unistd.h.
7659         * gdb.modula2/unbounded1.c (main): Declare returns int.
7660         * gdb.reverse/consecutive-reverse.c: Likewise.
7661         * gdb.threads/create-fail.c: Include unistd.h.
7662         * gdb.threads/killed.c: Likewise.
7663         * gdb.threads/linux-dp.c: Likewise.
7664         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7665         * gdb.threads/non-ldr-exc-2.c: Likewise.
7666         * gdb.threads/non-ldr-exc-3.c: Likewise.
7667         * gdb.threads/non-ldr-exc-4.c: Likewise.
7668         * gdb.threads/pthreads.c: Include unistd.h.
7669         (main): Declare returns int.
7670         * gdb.threads/tls-main.c (foo): New declaration.
7671         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7672
7673 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
7674
7675         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7676         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7677
7678 2015-01-15  Mark Wielaard  <mjw@redhat.com>
7679
7680         * gdb.base/noreturn-return.c: New file.
7681         * gdb.base/noreturn-return.exp: New file.
7682         * gdb.base/noreturn-finish.c: New file.
7683         * gdb.base/noreturn-finish.exp: New file.
7684
7685 2015-01-23  Pedro Alves  <palves@redhat.com>
7686
7687         * gdb.threads/continue-pending-after-query.c: New file.
7688         * gdb.threads/continue-pending-after-query.exp: New file.
7689
7690 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
7691             Simon Marchi  <simon.marchi@ericsson.com>
7692
7693         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7694         * gdb.base/valgrind-db-attach.exp: Same.
7695         * gdb.base/valgrind-infcall.exp: Same.
7696         * lib/mi-support.exp (default_mi_gdb_start): Same.
7697         * lib/prompt.exp (default_prompt_gdb_start): Same.
7698         * lib/gdb.exp (default_gdb_spawn): Same.
7699         (gdb_interact): New.
7700
7701
7702 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7703
7704         * gdb.compile/compile.exp (pointer to jit function): New test.
7705
7706 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
7707
7708         * lib/gdb.exp (supports_process_record): Return true for
7709         powerpc*-*-linux*.
7710         (supports_reverse): Likewise.
7711
7712 2015-01-15  Don Breazeal  <donb@codesourcery.com>
7713
7714         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7715         instead of checking whether the target board is remote and
7716         use spawn_wait_for_attach instead of exec/sleep.
7717         * gdb.base/attach-twice.exp: Likewise.
7718
7719 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
7720
7721         * gdb.ada/var_arr_attrs: New testcase.
7722
7723 2015-01-14  Pedro Alves  <palves@redhat.com>
7724             Joel Brobecker  <brobecker@adacore.com>
7725
7726         PR gdb/17525
7727         * gdb.base/bp-cmds-execution-x-script.c: New file.
7728         * gdb.base/bp-cmds-execution-x-script.exp: New file.
7729         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7730
7731 2015-01-14  Pedro Alves  <palves@redhat.com>
7732
7733         PR cli/17828
7734         * gdb.base/batch-preserve-term-settings.c: New file.
7735         * gdb.base/batch-preserve-term-settings.exp: New file.
7736
7737 2015-01-13  Doug Evans  <dje@google.com>
7738
7739         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7740         binary.
7741
7742 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
7743
7744         * Makefile.in (clean mostlyclean): Do not delete *.py.
7745
7746 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
7747
7748         * gdb.python/py-lookup-type.exp: New file.
7749
7750 2015-01-12  Pedro Alves  <palves@redhat.com>
7751
7752         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7753         restore GDBFLAGS before returning.
7754
7755 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7756
7757         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7758         is_amd64_regs_target and is_x86_like_target.
7759
7760 2015-01-11  Doug Evans  <xdje42@gmail.com>
7761
7762         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7763         is given without an explicit form.
7764         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7765         attributes.
7766         * gdb.dwarf/corrupt.exp: Ditto.
7767         * gdb.dwarf2/enum-type.exp: Ditto.
7768         * gdb.trace/entry-values.exp: Ditto.
7769         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7770
7771 2015-01-11  Doug Evans  <xdje42@gmail.com>
7772
7773         PR gdb/15830
7774         * gdb.base/maint.exp: Remove references to "maint demangle".
7775         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
7776         Add tests for explicitly specifying language to demangle.
7777         * gdb.dlang/demangle.exp: Ditto.
7778
7779 2015-01-09  Pedro Alves  <palves@redhat.com>
7780
7781         * gdb.threads/non-stop-fair-events.c: New file.
7782         * gdb.threads/non-stop-fair-events.exp: New file.
7783
7784 2015-01-09  Pedro Alves  <palves@redhat.com>
7785
7786         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7787         the global scope.  Set a breakpoint after all threads are started
7788         rather than stepping over two source lines.  Expect the prompt.
7789         * gdb.base/watch_thread_num.c (threads_started_barrier): New
7790         global.
7791         (NUM): Now 15.
7792         (main): Use threads_started_barrier to wait for all threads to
7793         start.  Main thread no longer calls thread_function.  Exit after
7794         180 seconds.
7795         (loop): New function.
7796         (thread_function): Wait on threads_started_barrier barrier.  Call
7797         'loop' at each iteration.
7798         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7799         threads have started, instead of hardcoding number of "next"
7800         steps.  Use an access watchpoint instead of a write watchpoint.
7801
7802 2015-01-09  Pedro Alves  <palves@redhat.com>
7803
7804         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7805         (thread_func): Wait on barrier.
7806         (main): Wait for all threads to start before stopping GDB.
7807         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7808         global.
7809         (thread1_func, thread2_func): Wait on barrier.
7810         (main): Wait for all threads to start before stopping GDB.
7811         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7812         New global.
7813         (thread1_func, thread2_func): Wait on barrier.
7814         (main): Wait for all threads to start before stopping GDB.
7815
7816 2015-01-09  Pedro Alves  <palves@redhat.com>
7817
7818         * gdb.threads/attach-many-short-lived-threads.c: New file.
7819         * gdb.threads/attach-many-short-lived-threads.exp: New file.
7820
7821 2014-01-09  Pedro Alves  <palves@redhat.com>
7822
7823         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7824         instead of to thread 2.
7825         * gdb.threads/signal-command-multiple-signals-pending.c (main):
7826         Add barrier around each pthread_create call instead of around all
7827         calls.
7828         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7829         Set a break on thread_function and have the child threads hit it
7830         one at at a time.
7831
7832 2015-01-09  Pedro Alves  <palves@redhat.com>
7833
7834         * lib/gdb.exp (can_spawn_for_attach): New procedure.
7835         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7836         false.
7837         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7838         checking whether the target board is remote.
7839         * gdb.multi/multi-attach.exp: Likewise.
7840         * gdb.python/py-sync-interp.exp: Likewise.
7841         * gdb.server/ext-attach.exp: Likewise.
7842         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7843         tests that need to attach, instead of checking whether the target
7844         board is remote at the top of the file.
7845
7846 2015-01-08  Yao Qi  <yao@codesourcery.com>
7847
7848         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7849
7850 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7851
7852         Fix testcase compilation.
7853         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7854
7855 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
7856
7857         * gdb.python/py-type.exp: Add a couple test about empty
7858         array creation, and negative-length array creation.
7859
7860 2015-01-02  Doug Evans  <xdje42@gmail.com>
7861
7862         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7863
7864 2015-01-02  Doug Evans  <dje@google.com>
7865
7866         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7867
7868 2014-12-29  Yao Qi  <yao@codesourcery.com>
7869
7870         * gdb.trace/entry-values.exp: Update comments.  Rename variable
7871         bar_call_foo to returned_from_foo.
7872
7873 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
7874
7875         PR gdb/17394
7876         * gdb.linespec/break-asm-file.c: New file.
7877         * gdb.linespec/break-asm-file.exp: New file.
7878         * gdb.linespec/break-asm-file0.s: New file.
7879         * gdb.linespec/break-asm-file1.s: New file.
7880
7881 2014-12-18  Nigel Stephens  <nigel@mips.com>
7882             Maciej W. Rozycki  <macro@codesourcery.com>
7883
7884         * gdb.base/float.exp: Handle the new output from "info float" on
7885         MIPS targets.
7886
7887 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7888
7889         Fix MinGW compilation.
7890         * gdb.compile/compile-ops.exp: Update untested message if
7891         !skip_compile_feature_tests.
7892         * gdb.compile/compile-setjmp.exp: Likewise.
7893         * gdb.compile/compile-tls.exp: Likewise.
7894         * gdb.compile/compile.exp: Likewise.
7895         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7896         supported on this host".
7897
7898 2014-12-16  Doug Evans  <xdje42@gmail.com>
7899
7900         * boards/stabs.exp: New file.
7901
7902 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
7903
7904         * gdb.base/completion.exp: Adjust to format changes of "maint
7905         print user-registers".
7906
7907 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
7908
7909         PR server/17457
7910         * gdb.arch/aarch64-fp.c: New file.
7911         * gdb.arch/aarch64-fp.exp: New file.
7912
7913 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
7914
7915         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7916         r210637, r210913, r211666, r215400, r215817).
7917
7918         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
7919                 * dg-extract-results.py: New file.
7920                 * dg-extract-results.sh: Use it if the environment seems
7921                 suitable.
7922
7923         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
7924
7925                 * dg-extract-results.py (parse_run): Handle warnings that
7926                 are printed before a test harness is run.
7927
7928         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
7929
7930                 * dg-extract-results.py (Named): Remove __cmp__ method.
7931                 (output_variation): Use a key to sort variation.harnesses.
7932
7933         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
7934
7935                 * dg-extract-results.py: For Python 3, force sys.stdout to
7936                 handle surrogate escape sequences.
7937                 (safe_open): New function.
7938                 (output_segment, main): Use it.
7939
7940         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
7941
7942                 * dg-extract-results.py (Prog.result_re): Include options
7943                 in test name.
7944
7945         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
7946
7947                 * dg-extract-results.py (output_variation): Always sort if
7948                 do_sum.
7949
7950 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
7951
7952         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7953         as long as we get pagination notifications.
7954
7955 2014-12-15  Jason Merrill  <jason@redhat.com>
7956
7957         * Makefile.in (check-gdb.%): Restore.
7958         * README: Mention it.
7959
7960 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
7961
7962         * gdb.ada/str_uninit: New testcase.
7963
7964 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7965
7966         PR symtab/17642
7967         * gdb.base/vla-stub-define.c: New file.
7968         * gdb.base/vla-stub.c: New file.
7969         * gdb.base/vla-stub.exp: New file.
7970
7971 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
7972             Jan Kratochvil  <jan.kratochvil@redhat.com>
7973             Tom Tromey  <tromey@redhat.com>
7974
7975         * configure.ac: Add gdb.compile/.
7976         * configure: Regenerate.
7977         * gdb.compile/Makefile.in: New file.
7978         * gdb.compile/compile-ops.exp: New file.
7979         * gdb.compile/compile-ops.c: New file.
7980         * gdb.compile/compile-tls.c: New file.
7981         * gdb.compile/compile-tls.exp: New file.
7982         * gdb.compile/compile-constvar.S: New file.
7983         * gdb.compile/compile-constvar.c: New file.
7984         * gdb.compile/compile-mod.c: New file.
7985         * gdb.compile/compile-nodebug.c: New file.
7986         * gdb.compile/compile-setjmp-mod.c: New file.
7987         * gdb.compile/compile-setjmp.c: New file.
7988         * gdb.compile/compile-setjmp.exp: New file.
7989         * gdb.compile/compile-shlib.c: New file.
7990         * gdb.compile/compile.c: New file.
7991         * gdb.compile/compile.exp: New file.
7992         * lib/gdb.exp (skip_compile_feature_tests): New proc.
7993
7994 2014-12-12  Tom Tromey  <tromey@redhat.com>
7995
7996         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
7997         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7998
7999 2014-12-12  Doug Evans  <dje@google.com>
8000
8001         * lib/gdb-python.exp (get_python_valueof): New function.
8002         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8003
8004 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8005
8006         * gdb.base/completion.exp: Add test for completion of "info
8007         registers ".
8008
8009 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
8010
8011         * gdb.base/func-ptrs.c: New file.
8012         * gdb.base/func-ptrs.exp: New file.
8013
8014 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
8015
8016         PR breakpoints/17012
8017         * gdb.base/dprintf-detach.c: New file.
8018         * gdb.base/dprintf-detach.exp: New file.
8019
8020 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
8021
8022         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8023         * lib/gdb.exp (target_is_gdbserver): New procedure.
8024
8025 2014-12-08  Doug Evans  <dje@google.com>
8026
8027         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8028
8029 2014-12-05  Yao Qi  <yao@codesourcery.com>
8030
8031         * gdb.guile/scm-error.exp: Remove the third argument to
8032         gdb_remote_download.
8033         * gdb.guile/scm-frame-args.exp: Likewise.
8034         * gdb.guile/scm-section-script.exp: Likewise.
8035
8036 2014-12-05  Yao Qi  <yao@codesourcery.com>
8037
8038         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8039
8040 2014-12-04  Doug Evans  <dje@google.com>
8041
8042         * gdb.python/py-objfile.exp: Add tests for
8043         objfile.add_separate_debug_file.
8044
8045 2014-12-04  Doug Evans  <dje@google.com>
8046
8047         * lib/gdb.exp (get_build_id): New function.
8048         (build_id_debug_filename_get): Rewrite to use it.
8049         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8050
8051 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
8052
8053         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8054         `method(long)', not just 0x0.
8055         * gdb.cp/nsalias.exp: Align code labels to 4.
8056         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8057         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8058         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8059         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8060         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8061         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8062
8063 2014-12-02  Doug Evans  <dje@google.com>
8064
8065         PR symtab/17602
8066         * gdb.cp/anon-ns.cc: Move guts of this file to ...
8067         * gdb.cp/anon-ns2.cc: ... here.  New file.
8068         * gdb.cp/anon-ns.exp: Update.
8069
8070 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
8071
8072         * gdb.python/py-events.py (inferior_call_handler): New.
8073         (register_changed_handler, memory_changed_handler): New.
8074         (test_events.invoke): Register new handlers.
8075         * gdb.python/py-events.exp: Add tests for inferior call,
8076         memory_changed and register_changed events.
8077
8078 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8079
8080         * gdb.base/execl-update-breakpoints.exp: Specify the link address
8081         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
8082         if the linker doesn't understand this.
8083
8084 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
8085
8086         * gdb.python/python.exp: Change expected reply to help().
8087
8088 2014-12-01  Yao Qi  <yao@codesourcery.com>
8089
8090         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
8091         AC_CONFIG_SUBDIRS(gdb.gdbtk).
8092         * configure: Re-generated.
8093
8094 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
8095
8096         * gdb.cp/chained-calls.cc: New file.
8097         * gdb.cp/chained-calls.exp: New file.
8098         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8099
8100 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
8101
8102         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8103         * gdb.dwarf2/symtab-producer.exp: Same.
8104         * gdb.gdb/python-interrupts.exp: Same.
8105         * gdb.gdb/python-selftest.exp: Same.
8106         * gdb.python/py-linetable.exp: Same.
8107         * gdb.python/py-type.exp: Same.
8108         * gdb.python/py-value-cc.exp: Same.
8109         * gdb.python/py-value.exp: Same.
8110
8111 2014-11-28  Yao Qi  <yao@codesourcery.com>
8112
8113         * gdb.base/break-probes.exp: Match library name prefixed with
8114         sysroot.
8115
8116 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
8117
8118         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8119         test expected output.  Add parentheses for the call to print.
8120         Remove L suffix from integers.
8121
8122 2014-11-26  Doug Evans  <dje@google.com>
8123
8124         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8125
8126 2014-11-22  Yao Qi  <yao@codesourcery.com>
8127
8128         * gdb.trace/entry-values.c: Remove asms.
8129         (foo): Add foo_label.
8130         (bar): Add bar_label.
8131         * gdb.trace/entry-values.exp: Remove code computing  foo's
8132         length and bar's length.
8133         (Dwarf::assemble): Invoke function_range for bar and use
8134         MACRO_AT_func for foo.
8135
8136 2014-11-22  Yao Qi  <yao@codesourcery.com>
8137
8138         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8139         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
8140         Use .Lgcc43_procstart instead of gcc43.
8141
8142 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
8143
8144         * gdb.ada/n_arr_bound: New testcase.
8145
8146 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8147
8148         PR breakpoints/10737
8149         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8150         test_catch_syscall_multi_arch.
8151         (test_catch_syscall_multi_arch): New function.
8152
8153 2014-11-20  Doug Evans  <xdje42@gmail.com>
8154
8155         * gdb.base/maint.exp: Update expected output.
8156
8157 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8158
8159         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8160         4-byte instruction on S390.
8161
8162 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
8163
8164         * gdb.ada/arr_arr: New testcase.
8165
8166 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
8167
8168         * gdb.ada/pkd_arr_elem: New Testcase.
8169
8170 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
8171
8172         * gdb.reverse/break-precsave: Expect completion message for
8173         core file reads.
8174         * gdb.reverse/consecutive-precsave.exp: Likewise.
8175         * gdb.reverse/finish-precsave.exp: Likewise.
8176         * gdb.reverse/i386-precsave.exp: Likewise.
8177         * gdb.reverse/machinestate-precsave.exp: Likewise.
8178         * gdb.reverse/sigall-precsave.exp: Likewise.
8179         * gdb.reverse/solib-precsave.exp: Likewise.
8180         * gdb.reverse/step-precsave.exp: Likewise.
8181         * gdb.reverse/until-precsave.exp: Likewise.
8182         * gdb.reverse/watch-precsave.exp: Likewise.
8183
8184 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8185
8186         * gdb.base/bp-permanent.c: Include unistd.h.
8187         * gdb.python/py-framefilter-mi.c (main): Add return type.
8188         * gdb.python/py-framefilter.c (main): Likewise.
8189         * gdb.trace/actions-changed.c (main): Likewise.
8190
8191 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8192
8193         * gdb.mi/until.c: Add eye-catchers.
8194         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8195         line numbers.
8196
8197 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8198
8199         * gdb.base/condbreak.exp: Drop references to removed non-prototype
8200         function header variants in break1.c.
8201         * gdb.base/ena-dis-br.exp: Likewise.
8202         * gdb.base/hbreak2.exp: Likewise.
8203         * gdb.reverse/until-precsave.exp: Drop references to removed
8204         non-prototype function header variants in ur1.c.
8205         * gdb.reverse/until-reverse.exp: Likewise.
8206
8207 2014-11-17  Petr Machata  <pmachata@redhat.com>
8208
8209         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
8210         ${_cu_offset_size} bytes abbrev offset.
8211
8212 2014-11-15  Doug Evans  <xdje42@gmail.com>
8213
8214         PR symtab/17559
8215         * gdb.base/line-symtabs.exp: New file.
8216         * gdb.base/line-symtabs.c: New file.
8217         * gdb.base/line-symtabs.h: New file.
8218
8219 2014-11-14  Yao Qi  <yao@codesourcery.com>
8220
8221         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8222         (func): Add label func_label.
8223         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8224         Replace low_pc and high_pc with MACRO_AT_range.
8225         Replace name, low_pc and high_pc with MACRO_AT_func.
8226
8227 2014-11-14  Yao Qi  <yao@codesourcery.com>
8228
8229         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8230         Replace name, low_pc and high_pc with MACRO_AT_func.
8231
8232 2014-11-14  Yao Qi  <yao@codesourcery.com>
8233
8234         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8235         produce debug information.
8236         * gdb.dwarf2/implptr-optimized-out.S: Removed.
8237
8238 2014-11-14  Yao Qi  <yao@codesourcery.com>
8239
8240         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8241         object and get function length.
8242         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8243         with MACRO_AT_func.
8244         (top-level): Replace gdb_compile and clean_restart with
8245         prepare_for_testing.
8246         * gdb.dwarf2/main.c (main): Add label main_label.
8247
8248 2014-11-14  Yao Qi  <yao@codesourcery.com>
8249
8250         * lib/dwarf.exp (function_range): New procedure.
8251         (Dwarf::_handle_macro_at_func): New procedure.
8252         (Dwarf::_handle_macro_at_range): New procedure.
8253         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8254
8255 2014-11-14  Yao Qi  <yao@codesourcery.com>
8256
8257         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8258         (_handle_attribute): New procedure.
8259
8260 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8261
8262         * gdb.ada/cond_lang/foo.c (callme): Add return type.
8263         * gdb.base/call-sc.c (zed): Likewise.
8264         * gdb.base/checkpoint.c (main): Likewise.
8265         * gdb.base/dump.c (main): Likewise.
8266         * gdb.base/gcore.c (main): Likewise.
8267         * gdb.base/huge.c (main): Likewise.
8268         * gdb.base/multi-forks.c (main): Likewise.
8269         * gdb.base/pr10179-a.c (main): Likewise.
8270         * gdb.base/savedregs.c (main): Likewise.
8271         * gdb.base/sigaltstack.c (main): Likewise.
8272         * gdb.base/siginfo.c (main): Likewise.
8273         * gdb.base/structs.c (zed): Likewise.
8274         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8275         * gdb.mi/mi-syn-frame.c (main): Likewise.
8276         * gdb.mi/until.c (foo, main): Likewise.
8277         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8278         * gdb.base/solib-weak.c (foo): Declare.
8279         * gdb.base/attach-twice.c: Include stdio.h.
8280         * gdb.base/weaklib1.c: Likewise.
8281         * gdb.base/weaklib2.c: Likewise.
8282         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8283         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8284         unistd.h.
8285         * gdb.base/attach-pie-misread.c: Include stdlib.h.
8286         * gdb.mi/mi-exit-code.c: Likewise.
8287         * gdb.base/break-interp-lib.c: Include string.h.
8288         * gdb.base/coremaker.c: Likewise.
8289         * gdb.base/testenv.c: Likewise.
8290         * gdb.python/py-finish-breakpoint.c: Likewise.
8291         * gdb.base/inferior-died.c: Include sys/wait.h.
8292         * gdb.base/fileio.c: Include time.h.
8293         * gdb.base/async-shell.c: Include unistd.h.
8294         * gdb.base/dprintf-non-stop.c: Likewise.
8295         * gdb.base/info-os.c: Likewise.
8296         * gdb.mi/mi-console.c: Likewise.
8297         * gdb.mi/watch-nonstop.c: Likewise.
8298         * gdb.python/py-events.c: Likewise.
8299         * gdb.base/async.c (baz): Move up before its invocation.
8300         * gdb.base/code_elim2.c (my_global_func): Likewise.
8301         * gdb.base/skip-solib-lib.c (multiply): Likewise.
8302         * gdb.base/advance.c (func2): Likewise.
8303
8304 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8305
8306         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8307         variant.
8308         * gdb.base/annota3.c: Likewise.
8309         * gdb.base/async.c: Likewise.
8310         * gdb.base/average.c: Likewise.
8311         * gdb.base/call-ar-st.c: Likewise.
8312         * gdb.base/call-rt-st.c: Likewise.
8313         * gdb.base/call-sc.c: Likewise.
8314         * gdb.base/call-strs.c: Likewise.
8315         * gdb.base/ending-run.c: Likewise.
8316         * gdb.base/execd-prog.c: Likewise.
8317         * gdb.base/exprs.c: Likewise.
8318         * gdb.base/foll-exec.c: Likewise.
8319         * gdb.base/foll-fork.c: Likewise.
8320         * gdb.base/foll-vfork.c: Likewise.
8321         * gdb.base/funcargs.c: Likewise.
8322         * gdb.base/gcore.c: Likewise.
8323         * gdb.base/jump.c: Likewise.
8324         * gdb.base/langs0.c: Likewise.
8325         * gdb.base/langs1.c: Likewise.
8326         * gdb.base/langs2.c: Likewise.
8327         * gdb.base/mips_pro.c: Likewise.
8328         * gdb.base/nodebug.c: Likewise.
8329         * gdb.base/opaque0.c: Likewise.
8330         * gdb.base/opaque1.c: Likewise.
8331         * gdb.base/recurse.c: Likewise.
8332         * gdb.base/run.c: Likewise.
8333         * gdb.base/scope0.c: Likewise.
8334         * gdb.base/scope1.c: Likewise.
8335         * gdb.base/setshow.c: Likewise.
8336         * gdb.base/setvar.c: Likewise.
8337         * gdb.base/shmain.c: Likewise.
8338         * gdb.base/shr1.c: Likewise.
8339         * gdb.base/shr2.c: Likewise.
8340         * gdb.base/sigall.c: Likewise.
8341         * gdb.base/signals.c: Likewise.
8342         * gdb.base/so-indr-cl.c: Likewise.
8343         * gdb.base/solib2.c: Likewise.
8344         * gdb.base/structs.c: Likewise.
8345         * gdb.base/sum.c: Likewise.
8346         * gdb.base/vforked-prog.c: Likewise.
8347         * gdb.base/watchpoint.c: Likewise.
8348         * gdb.reverse/shr2.c: Likewise.
8349         * gdb.reverse/until-reverse.c: Likewise.
8350         * gdb.reverse/ur1.c: Likewise.
8351         * gdb.reverse/watch-reverse.c: Likewise.
8352
8353 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8354
8355         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8356         variant.
8357         * gdb.base/sepdebug.exp: Drop references to removed code.
8358
8359 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8360
8361         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8362         variant.  Preserve original line numbering.
8363         * gdb.base/list1.c: Likewise.
8364
8365 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8366
8367         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8368         variant.
8369         * gdb.base/break1.c: Likewise.
8370         * gdb.base/break.exp: Drop references to removed code.
8371
8372 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8373
8374         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8375         variant.
8376
8377 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8378
8379         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8380
8381 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8382
8383         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
8384         logic into perform_all_tests() and invoke it with and without
8385         function header prototypes.
8386         (do_function_calls): Remove conditional XFAIL for PR 5318.
8387         (rerun_and_prepare): Remove duplicate code.
8388         (perform_all_tests): New.  Main logic moved here.
8389
8390 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8391
8392         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8393         code guarded by #ifdef NO_PROTOTYPES.
8394         (t_double_many_args): Likewise.
8395         (DEF_FUNC_MANY_ARGS_1): Likewise.
8396         (DEF_FUNC_VALUES_1): Likewise.
8397         (t_structs_ldc): Renamed from t_structs_fc in conditional code
8398         guarded by #ifdef PROTOTYPES.
8399
8400 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8401
8402         * gdb.mi/mi-console.c: Add eye-catcher.
8403         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8404         instead of literal line number.
8405
8406 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8407
8408         * gdb.base/shr2.c: Add eye-catcher.
8409         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8410         line number.
8411
8412 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8413
8414         * gdb.base/jump.c: Add eye-catchers.
8415         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8416         numbers.
8417
8418 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8419
8420         * gdb.base/execd-prog.c: Add eye-catchers.
8421         * gdb.base/foll-exec.c: Likewise.
8422         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8423         line numbers.
8424
8425 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8426
8427         * gdb.base/ending-run.c: Add eye-catchers.
8428         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8429         literal line numbers.
8430
8431 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8432
8433         * gdb.base/call-rt-st.c: Add eye-catchers.
8434         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8435         literal line numbers.
8436
8437 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8438
8439         * gdb.base/call-ar-st.c: Add eye-catchers.
8440         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8441         literal line numbers.
8442
8443 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8444
8445         * gdb.base/average.c: Add eye-catchers.
8446         * gdb.base/sum.c: Likewise.
8447         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8448         regexps dynamically.
8449
8450 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8451
8452         * gdb.base/solib1.c: Add eye-catchers.
8453         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8454         literal line numbers.
8455
8456 2014-11-12  Pedro Alves  <palves@redhat.com>
8457
8458         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8459         leader has exited.
8460
8461 2014-11-12  Pedro Alves  <palves@redhat.com>
8462
8463         * gdb.arch/i386-bp_permanent.c: New file.
8464         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8465         (srcfile): Set to i386-bp_permanent.c.
8466         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
8467         that stepi does not execute the 'leave' instruction, instead of
8468         testing it does execute.
8469         * gdb.base/bp-permanent.c: New file.
8470         * gdb.base/bp-permanent.exp: New file.
8471
8472 2014-11-10  Doug Evans  <xdje42@gmail.com>
8473
8474         PR symtab/17564
8475         * gdb.base/symtab-search-order.exp: New file.
8476         * gdb.base/symtab-search-order.c: New file.
8477         * gdb.base/symtab-search-order-1.c: New file.
8478         * gdb.base/symtab-search-order-shlib-1.c: New file.
8479
8480 2014-11-07  Pedro Alves  <palves@redhat.com>
8481
8482         PR gdb/17511
8483         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8484         i?86-*-linux*.
8485
8486 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
8487
8488         PR c++/17494
8489         * gdb.cp/pr17494.cc: New file.
8490         * gdb.cp/pr17494.exp: New file.
8491
8492 2014-11-02  Yao Qi  <yao@codesourcery.com>
8493
8494         * gdb.python/python.exp: Get working directory and match the
8495         output of "set extended-prompt \\w " with it.
8496
8497 2014-10-30  Doug Evans  <dje@google.com>
8498
8499         * gdb.python/py-objfile.exp: Add tests for setting random attributes
8500         in objfiles.
8501         * gdb.python/py-progspace.exp: Add tests for setting random attributes
8502         in progspaces.
8503
8504 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
8505
8506         * gdb.base/fullpath-expand.exp: Skip for a remote host.
8507         * gdb.base/realname-expand.exp: Likewise.
8508         * gdb.linespec/macro-relative.exp: Likewise.
8509
8510 2014-10-29  Pedro Alves  <palves@redhat.com>
8511
8512         PR gdb/17408
8513         * gdb.threads/schedlock.c (some_function): New function.
8514         (call_function): New global.
8515         (MAYBE_CALL_SOME_FUNCTION): New macro.
8516         (thread_function): Call it.
8517         * gdb.threads/schedlock.exp (get_args): Add description parameter,
8518         and use it instead of a global counter.  Adjust all callers.
8519         (get_current_thread): Use "find current thread" for test message
8520         here rather than having all callers pass down the same string.
8521         (goto_loop): New procedure, factored out from ...
8522         (my_continue): ... this.
8523         (step_ten_loops): Change parameter from test message to command to
8524         use.  Adjust.
8525         (list_count): Delete global.
8526         (check_result): New procedure, factored out from duplicate top
8527         level code.
8528         (continue tests): Wrap in with_test_prefix.
8529         (test_step): New procedure, factored out from duplicate top level
8530         code.
8531         (top level): Test "step" in combination with all scheduler-locking
8532         modes.  Test "next" in combination with all scheduler-locking
8533         modes, and in combination with stepping over a function call or
8534         not.
8535         * gdb.threads/next-bp-other-thread.c: New file.
8536         * gdb.threads/next-bp-other-thread.exp: New file.
8537
8538 2014-10-29  Pedro Alves  <palves@redhat.com>
8539
8540         PR python/17372
8541         * gdb.python/python.exp: Test a multi-line command that spawns
8542         interactive Python.
8543         * gdb.base/multi-line-starts-subshell.exp: New file.
8544
8545 2014-10-29  Yao Qi  <yao@codesourcery.com>
8546
8547         * gdb.base/fileio.exp: Make directories on host.
8548
8549 2014-10-29  Yao Qi  <yao@codesourcery.com>
8550
8551         * gdb.base/fileio.c (test_write): Close the file.
8552
8553 2014-10-28  Pedro Alves  <palves@redhat.com>
8554
8555         PR gdb/12623
8556         * gdb.base/sigstep.c (no_handler): New global.
8557         (main): If 'no_handler is true, set the signal handlers to
8558         SIG_IGN.
8559         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8560         with_sw_watch and no_handler parameters.  Handle them.
8561         (top level) <stepping over handler when stopped at a breakpoint
8562         test>: Add a test axis for testing with a software watchpoint, and
8563         another for testing with the signal handler set to SIG_IGN.
8564         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8565         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8566
8567 2014-10-28  Pedro Alves  <palves@redhat.com>
8568
8569         PR gdb/17511
8570         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8571         * gdb.base/sigstep.exp (other_handler_location): New global.
8572         (advance): Support stepping into the signal handler, and running
8573         commands while in the handler.
8574         (in_handler_map): New global.
8575         (top level): In the advance test, add combinations for getting
8576         into the handler with stepping commands, and for running commands
8577         in the handler.  Add comment descripting the advancei tests.
8578
8579 2014-10-28  Pedro Alves  <palves@redhat.com>
8580
8581         * gdb.base/sigstep.exp: Use build_executable instead of
8582         prepare_for_testing.
8583         (top level): Move code that starts GDB, runs to main and creates a
8584         display to ...
8585         (restart): ... this new procedure.
8586         (top level): Move backtrace from signal handler test to ...
8587         (validate_backtrace): ... this new procedure.
8588         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
8589         with_test_prefix.  Always restart GDB.
8590         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
8591         with_test_prefix.  Always restart GDB.  No need to delete
8592         breakpoints after the test.
8593         (test_skip_handler): Remove prefix parameter.
8594         (skip_over_handler, breakpoint_to_handler)
8595         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8596         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
8597         restart GDB.  No need to delete breakpoints after the test.
8598         (top level): Use foreach to call the test procedures with
8599         different commands.
8600
8601 2014-10-28  Pedro Alves  <palves@redhat.com>
8602
8603         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8604         instead of GNATS numbers.
8605         * gdb.base/sigbpt.exp: Likewise.
8606         * gdb.base/siginfo.exp: Likewise.
8607         * gdb.base/sigstep.exp: Likewise.
8608
8609 2014-10-27  Pedro Alves  <palves@redhat.com>
8610
8611         * gdb.base/sigstep.c (dummy): New global.
8612         (main): Issue a couple writes to the new global.
8613         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8614         procedures.
8615         (skip_over_handler): Use test_skip_handler.
8616         (top level): Call skip_over_handler for stepi and nexti too.
8617         (breakpoint_over_handler): Use test_skip_handler.
8618         (top level): Call breakpoint_over_handler for stepi and nexti too.
8619
8620 2014-10-27  Yao Qi  <yao@codesourcery.com>
8621
8622         * gdb.trace/tfile.c (adjust_function_address)
8623         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8624         function descriptor.
8625
8626 2014-10-24  Don Breazeal  <donb@codesourcery.com>
8627
8628         * gdb.base/foll-fork.exp (test_follow_fork,
8629         catch_fork_child_follow): Check for updated fork messages emitted
8630         from infrun.c.
8631         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8632         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8633         vfork_and_exec_child_follow_through_step): Check for updated vfork
8634         messages emitted from infrun.c.
8635
8636 2014-10-24  Pedro Alves  <palves@redhat.com>
8637
8638         * gdb.base/corefile.exp: Remove references to ultrix.
8639         * gdb.base/interrupt.exp: Likewise.
8640         * gdb.base/whatis.exp: Likewise.
8641         * gdb.gdb/selftest.exp: Likewise.
8642         * gdb.threads/manythreads.exp: Likewise.
8643         * gdb.threads/print-threads.exp: Likewise.
8644         * gdb.threads/pthreads.exp:: Likewise.
8645         * gdb.threads/schedlock.exp: Likewise.
8646
8647 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
8648
8649         * gdb.cp/non-trivial-retval.cc: Add a test case.
8650         * gdb.cp/non-trivial-retval.exp: Add a test.
8651
8652 2014-10-20  Yao Qi  <yao@codesourcery.com>
8653
8654         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8655         * gdb.python/py-objfile-script-gdb.py: New file.
8656         * gdb.python/py-objfile-script.exp: Update reference to
8657         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
8658         of remote_download.  Remove the dest file.
8659
8660 2014-10-20  Yao Qi  <yao@codesourcery.com>
8661
8662         * gdb.base/checkpoint.exp: Don't remove file copied on host.
8663         * gdb.base/step-line.exp: Likewise.
8664         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8665         * gdb.dwarf2/dw2-basic.exp: Likewise.
8666         * gdb.dwarf2/dw2-compressed.exp: Likewise.
8667         * gdb.dwarf2/dw2-filename.exp: Likewise.
8668         * gdb.dwarf2/dw2-intercu.exp: Likewise.
8669         * gdb.dwarf2/dw2-intermix.exp: Likewise.
8670         * gdb.dwarf2/dw2-producer.exp: Likewise.
8671         * gdb.dwarf2/mac-fileno.exp: Likewise.
8672         * gdb.python/py-frame-args.exp: Likewise.
8673         * gdb.python/py-framefilter.exp: Likewise.
8674         * gdb.python/py-mi.exp: Likewise.
8675         * gdb.python/py-objfile-script.exp: Likewise
8676         * gdb.python/py-pp-integral.exp: Likewise.
8677         * gdb.python/py-pp-re-notag.exp: Likewise.
8678         * gdb.python/py-prettyprint.exp: Likewise.
8679         * gdb.python/py-section-script.exp: Likewise.
8680         * gdb.python/py-typeprint.exp: Likewise.
8681         * gdb.python/py-xmethods.exp: Likewise.
8682         * gdb.stabs/weird.exp: Likewise.
8683         * gdb.xml/tdesc-regs.exp: Likewise.
8684
8685 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
8686
8687         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8688         (out_cu): Use addr_len for the size of addresses.
8689         (out_line): Likewise.  Size DW_LNE_set_address instruction
8690         according to addr_len.
8691         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8692         (FUNC): Add START_INSNS to definition.
8693
8694 2014-10-18  Yao Qi  <yao@codesourcery.com>
8695
8696         * gdb.base/argv0-symlink.exp: Check argv[0] value if
8697         gdb_has_argv0 return true.
8698         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8699         check [target_info exists noargs], check [gdb_has_argv0]
8700         instead.
8701         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8702         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8703         procedures.
8704
8705 2014-10-17  Doug Evans  <dje@google.com>
8706
8707         * gdb.python/py-events.exp: Update expected output for clear_objfiles
8708         event.
8709         * gdb.python/py-events.py: Add clear_objfiles event.
8710
8711 2014-10-17  Doug Evans  <dje@google.com>
8712
8713         * gdb.python/py-objfile.exp: Test progspace attribute.
8714
8715 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
8716
8717         * gdb.guile/scm-breakpoint.exp: Do not assume any
8718         directory separators when matching source file paths.
8719         * gdb.python/py-breakpoint.exp: Likewise.
8720         * gdb.reverse/break-precsave.exp: Likewise.
8721         * gdb.reverse/break-reverse.exp: Likewise.
8722         * gdb.reverse/consecutive-precsave.exp: Likewise.
8723         * gdb.reverse/finish-precsave.exp: Likewise.
8724         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8725         * gdb.reverse/finish-reverse.exp: Likewise.
8726         * gdb.reverse/i386-precsave.exp: Likewise.
8727         * gdb.reverse/i387-env-reverse.exp: Likewise.
8728         * gdb.reverse/i387-stack-reverse.exp: Likewise.
8729         * gdb.reverse/machinestate-precsave.exp: Likewise.
8730         * gdb.reverse/machinestate.exp: Likewise.
8731         * gdb.reverse/sigall-precsave.exp: Likewise.
8732         * gdb.reverse/solib-precsave.exp: Likewise.
8733         * gdb.reverse/step-precsave.exp: Likewise.
8734         * gdb.reverse/until-precsave.exp: Likewise.
8735         * gdb.reverse/watch-precsave.exp: Likewise.
8736         * gdb.reverse/watch-reverse.exp: Likewise.
8737
8738 2014-10-17  Yao Qi  <yao@codesourcery.com>
8739
8740         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8741         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8742
8743 2014-10-17  Pedro Alves  <palves@redhat.com>
8744
8745         PR gdb/17471
8746         * gdb.base/bg-execution-repeat.c: New file.
8747         * gdb.base/bg-execution-repeat.exp: New file.
8748
8749 2014-10-17  Pedro Alves  <palves@redhat.com>
8750
8751         PR gdb/17300
8752         * gdb.base/continue-all-already-running.c: New file.
8753         * gdb.base/continue-all-already-running.exp: New file.
8754
8755 2014-10-17  Pedro Alves  <palves@redhat.com>
8756
8757         PR gdb/17472
8758         * gdb.base/annota-input-while-running.c: New file.
8759         * gdb.base/annota-input-while-running.exp: New file.
8760
8761 2014-10-17  Pedro Alves  <palves@redhat.com>
8762
8763         * gdb.base/callfuncs.exp: emove references to osf.
8764         * gdb.base/sigall.exp: Likewise.
8765         * gdb.gdb/selftest.exp: Likewise.
8766         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8767         * gdb.mi/non-stop.c: Likewise.
8768         * gdb.mi/pthreads.c: Likewise.
8769         * gdb.reverse/sigall-precsave.exp: Likewise.
8770         * gdb.reverse/sigall-reverse.exp: Likewise.
8771         * gdb.threads/pthreads.c: Likewise.
8772         * gdb.threads/pthreads.exp: Likewise.
8773
8774 2014-10-17  Yao Qi  <yao@codesourcery.com>
8775
8776         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8777         check 'target_info exists noargs'.
8778         (test_command_prompt_position): Likewise.
8779         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8780         Remove "set args".
8781         (progvar_simple_while_test): Likewise.
8782         (progvar_complex_if_while_test): Likewise.
8783         (if_while_breakpoint_command_test): Likewise.
8784         (infrun_breakpoint_command_test): Likewise.
8785         (breakpoint_command_test): Likewise.
8786         (watchpoint_command_test): Likewise.
8787         (bp_deleted_in_command_test): Likewise.
8788         (temporary_breakpoint_commands): Likewise.
8789
8790 2014-10-16  Yao Qi  <yao@codesourcery.com>
8791
8792         * gdb.base/remotetimeout.exp: Remove noargs checking.
8793
8794 2014-10-15  Pedro Alves  <palves@redhat.com>
8795
8796         PR breakpoints/9649
8797         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8798         * gdb.base/breakpoint-in-ro-region.exp
8799         (probe_target_hardware_step): New procedure.
8800         (top level): Probe hardware stepping and hardware breakpoint
8801         support.  Test stepping through a read-only region, with both
8802         "breakpoint auto-hw" on and off and both "always-inserted" on and
8803         off.
8804
8805 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
8806
8807         * gdb.dlang/demangle.exp: Update for demangling changes.
8808
8809 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
8810
8811         * gdb.cp/non-trivial-retval.cc: Add new test cases.
8812         * gdb.cp/non-trivial-retval.exp: Add new tests.
8813
8814 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
8815
8816         PR c++/13403
8817         PR c++/15154
8818         * gdb.cp/non-trivial-retval.cc: New file.
8819         * gdb.cp/non-trivial-retval.exp: New file.
8820
8821 2014-10-15  Yao Qi  <yao@codesourcery.com>
8822
8823         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8824         remote host.
8825
8826 2014-10-15  Yao Qi  <yao@codesourcery.com>
8827
8828         * gdb.python/py-symbol.exp: Match file base name if host is
8829         remote, otherwise match file name with dir name.
8830         * gdb.python/py-symtab.exp: Likewise.
8831         * gdb.python/python.exp: Likewise.
8832
8833 2014-10-15  Yao Qi  <yao@codesourcery.com>
8834
8835         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8836         pattern.
8837         * gdb.python/py-symtab.exp: Likewise.
8838         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
8839         locationn.
8840
8841 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
8842
8843         * gdb.ada/addr_arith: New testcase.
8844
8845 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
8846
8847         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8848         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8849         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8850         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8851
8852 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
8853
8854         * gdb.arch/stap-eval-lang-ada.S: Likewise.
8855         * gdb.arch/stap-eval-lang-ada.c: Likewise.
8856         * gdb.arch/stap-eval-lang-ada.exp: New file.
8857
8858 2014-10-14  Yao Qi  <yao@codesourcery.com>
8859
8860         * gdb.mi/mi-var-child.c (nothing1): New function.
8861         (nothing2): New function.
8862         (do_children_tests): Set function pointers by nothing1 and
8863         nothing2.
8864         * gdb.mi/mi-var-child.exp: Step over new added statements.
8865         Update test to match the new output.
8866         * gdb.mi/var-cmd.c (nothing1): New function.
8867         (nothing2): New function.
8868         (do_children_tests): Set function pointers by  nothing1 and
8869         nothing2.
8870         * gdb.mi/mi-var-display.exp: Update test to match output.
8871         Step to the line specified by $line_dct_nothing.
8872         Increase the number of lines to step.
8873
8874 2014-10-14  Yao Qi  <yao@codesourcery.com>
8875
8876         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8877         tests.
8878         * gdb.mi/mi2-var-child.exp: Likewise.
8879
8880 2014-10-13  Doug Evans  <dje@google.com>
8881
8882         * gdb.python/py-objfile.exp: Change name of file name test.
8883
8884 2014-10-13  Doug Evans  <dje@google.com>
8885
8886         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8887         from the start of the CU.
8888
8889 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8890             Yao Qi  <yao@codesourcery.com>
8891
8892         Fix "save breakpoints" for "catch" command.
8893         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8894         Remove -nonewline.  Match also the added "main" line.
8895
8896 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8897
8898         Fix "save breakpoints" for "disable $bpnum" command.
8899         * gdb.base/save-bp.c (main): Add label.
8900         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
8901
8902 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8903
8904         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8905
8906 2014-10-11  Yao Qi  <yao@codesourcery.com>
8907
8908         * gdb.server/server-kill.exp: Execute command
8909         "set remote trace-status-packet on" before "tstatus".
8910
8911 2014-10-11  Yao Qi  <yao@codesourcery.com>
8912
8913         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8914         (main): Call getppid.
8915         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8916         and continue to it.  Read variable "server_pid".
8917
8918 2014-10-11  Yao Qi  <yao@codesourcery.com>
8919
8920         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8921
8922 2014-10-11  Yao Qi  <yao@codesourcery.com>
8923
8924         * gdb.threads/thread-find.exp: Don't execute command
8925         "info threads".
8926         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8927         * gdb.threads/linux-dp.exp: Don't check the condition
8928         $threads_created equals to zero.
8929
8930 2014-10-10  Pedro Alves  <palves@redhat.com>
8931
8932         * gdb.base/bigcore.exp: Remove references to IRIX.
8933         * gdb.base/funcargs.exp: Likewise.
8934         * gdb.base/interrupt.exp: Likewise.
8935         * gdb.base/mips_pro.exp: Likewise.
8936         * gdb.base/nodebug.exp: Likewise.
8937         * gdb.base/setvar.exp: Likewise.
8938         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8939
8940 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8941             Pedro Alves  <palves@redhat.com>
8942
8943         PR symtab/14466
8944         * gdb.base/vdso-warning.c: New file.
8945         * gdb.base/vdso-warning.exp: New file.
8946
8947 2014-10-02  Doug Evans  <dje@google.com>
8948
8949         * gdb.base/structs.c (main): Don't run forever.
8950
8951 2014-10-02  Pedro Alves  <palves@redhat.com>
8952
8953         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8954         (top level) <stop threads 1, stop threads 2>: Use it.
8955
8956 2014-10-02  Pedro Alves  <palves@redhat.com>
8957
8958         * gdb.threads/break-while-running.exp (test): Add new
8959         'update_thread_list' argument.  Skip "info threads" if false.
8960         (top level): Add new 'update_thread_list' axis.
8961
8962 2014-10-02  Pedro Alves  <palves@redhat.com>
8963
8964         PR breakpoints/17431
8965         * gdb.base/execl-update-breakpoints.c: New file.
8966         * gdb.base/execl-update-breakpoints.exp: New file.
8967
8968 2014-10-01  Pedro Alves  <palves@redhat.com>
8969
8970         * gdb.base/breakpoint-in-ro-region.c: New file.
8971         * gdb.base/breakpoint-in-ro-region.exp: New file.
8972
8973 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
8974
8975         * gdb.mi/mi-exit-code.exp: New file.
8976         * gdb.mi/mi-exit-code.c: New file.
8977
8978 2014-09-30  Yao Qi  <yao@codesourcery.com>
8979
8980         * lib/prelink-support.exp (build_executable_own_libs): Error if
8981         the target isn't native.
8982
8983 2014-09-30  Yao Qi  <yao@codesourcery.com>
8984
8985         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8986         false.
8987
8988 2014-09-22  Pedro Alves  <palves@redhat.com>
8989
8990         * gdb.threads/break-while-running.exp: New file.
8991         * gdb.threads/break-while-running.c: New file.
8992
8993 2014-09-19  Yao Qi  <yao@codesourcery.com>
8994
8995         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8996         Invoke test.  Restart GDB with --readnow and invoke test again.
8997
8998 2014-09-19  Yao Qi  <yao@codesourcery.com>
8999
9000         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9001         proc set_breakpoint_on_gcd_function.  Invoke
9002         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
9003         invoke set_breakpoint_on_gcd_function again.
9004
9005 2014-09-18  Doug Evans  <dje@google.com>
9006
9007         * gdb.dwarf2/symtab-producer.exp: New file.
9008
9009 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
9010
9011         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9012         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9013         * gdb.base/global-var-nested-by-dso.c: Likewise.
9014         * gdb.base/global-var-nested-by-dso.exp: Likewise.
9015
9016 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
9017             Pedro Alves  <palves@redhat.com>
9018
9019         * gdb.base/watch-bitfields.exp: Pass string other than test file
9020         name to prepare_for_testing.
9021         (watch): New procedure.
9022         (expect_watchpoint): Use with_test_prefix.
9023         (top level): Factor out tests to ...
9024         (test_watch_location, test_regular_watch): ... these new
9025         procedures, and use with_test_prefix and gdb_continue_to_end.
9026
9027 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
9028
9029         PR breakpoints/12526
9030         * gdb.base/watch-bitfields.exp: New file.
9031         * gdb.base/watch-bitfields.c: New file.
9032
9033 2014-09-16  Pedro Alves  <palves@redhat.com>
9034
9035         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9036         software and hardware addresses, not software address against
9037         itself.
9038
9039 2014-09-16  Pedro Alves  <palves@redhat.com>
9040
9041         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9042         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9043
9044 2014-09-16  Pedro Alves  <palves@redhat.com>
9045
9046         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9047         files.
9048         * gdb.base/a2-run.exp: Remove all code guarded by istarget
9049         "*-*-vxworks*" throughout.
9050         * gdb.base/break.exp: Likewise.
9051         * gdb.base/default.exp: Likewise.
9052         * gdb.base/scope.exp: Likewise.
9053         * gdb.base/sepdebug.exp: Likewise.
9054         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9055         throughout.
9056         * gdb.base/run.c: Likewise.
9057         * gdb.base/sepdebug.c: Likewise.
9058         * gdb.hp/gdb.aCC/run.c: Likewise.
9059         * gdb.reverse/until-reverse.c: Likewise.
9060         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9061
9062 2014-09-16  Yao Qi  <yao@codesourcery.com>
9063
9064         * boards/local-remote-host-native.exp: New file.
9065
9066 2014-09-14  Doug Evans  <xdje42@gmail.com>
9067
9068         * gdb.threads/queue-signal.c (thread_count): New variable.
9069         (thread_count_mutex, thread_count_condvar): New variables.
9070         (incr_thread_count, wait_all_threads_running): New functions.
9071         (main): Wait for all threads to be in their thread functions.
9072
9073 2014-09-13  Doug Evans  <xdje42@gmail.com>
9074
9075         * gdb.threads/queue-signal.c: New file.
9076         * gdb.threads/queue-signal.exp: New file.
9077
9078 2014-09-13  Doug Evans  <xdje42@gmail.com>
9079
9080         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9081         be consistent with what default_gdb_init uses.
9082         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9083         the plain text of the prompt.  Add some logging printfs.
9084         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9085
9086 2014-09-12  Pedro Alves  <palves@redhat.com>
9087
9088         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9089         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9090         * gdb.arch/i386-size-overlap.exp: Likewise.
9091         * gdb.arch/i386-size.exp: Likewise.
9092         * gdb.arch/i386-unwind.exp: Likewise.
9093         * gdb.base/a2-run.exp: Likewise.
9094         * gdb.base/break.exp: Likewise.
9095         * gdb.base/charset.exp: Likewise.
9096         * gdb.base/chng-syms.exp: Likewise.
9097         * gdb.base/commands.exp: Likewise.
9098         * gdb.base/dbx.exp: Likewise.
9099         * gdb.base/find.exp: Likewise.
9100         * gdb.base/funcargs.exp: Likewise.
9101         * gdb.base/jit-simple.exp: Likewise.
9102         * gdb.base/reread.exp: Likewise.
9103         * gdb.base/sepdebug.exp: Likewise.
9104         * gdb.base/step-bt.exp: Likewise.
9105         * gdb.cp/mb-inline.exp: Likewise.
9106         * gdb.cp/mb-templates.exp: Likewise.
9107         * gdb.objc/basicclass.exp: Likewise.
9108         * gdb.threads/killed.exp: Likewise.
9109
9110 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
9111
9112         PR tdep/17379
9113         * gdb.arch/powerpc-stackless.S: New file.
9114         * gdb.arch/powerpc-stackless.exp: New file.
9115
9116 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9117
9118         * gdb.base/attach.c: Include unistd.h.
9119         (main): Call alarm.  Add label postloop.
9120         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9121         gdb_breakpoint, gdb_continue_to_breakpoint.
9122         (test_command_line_attach_run): Kill ${testpid} in one exit path.
9123
9124 2014-09-11  Pedro Alves  <palves@redhat.com>
9125
9126         PR gdb/17347
9127         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9128         * gdb.base/attach.exp (test_command_line_attach_run): New
9129         procedure.
9130         (top level): Call it.
9131
9132 2014-09-11  Pedro Alves  <palves@redhat.com>
9133
9134         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9135         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9136         (do_command_attach_tests): Use spawn_wait_for_attach.
9137         * gdb.base/solib-overlap.exp: Likewise.
9138         * gdb.multi/multi-attach.exp: Likewise.
9139         * gdb.python/py-prompt.exp: Likewise.
9140         * gdb.python/py-sync-interp.exp: Likewise.
9141         * gdb.server/ext-attach.exp: Likewise.
9142
9143 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9144
9145         * gdb.fortran/array-element.exp: Remove unexpected "continue"
9146         command in testcase.  Simplify testcase.
9147
9148 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
9149
9150         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9151
9152 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
9153
9154         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9155
9156 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
9157
9158         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9159
9160 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
9161
9162         * gdb.dwarf2/dynarr-ptr.c: New file.
9163         * gdb.dwarf2/dynarr-ptr.exp: New file.
9164
9165 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9166
9167         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9168         of 30 rather than hardcoding 120 for a slow test case.  Take the
9169         `gdb,timeout' target setting into account for this calculation.
9170         Don't extend the timeout for the test cases that don't need it.
9171
9172 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9173
9174         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9175         a factor of 2 for a slow test case.  Take the `gdb,timeout'
9176         target setting into account for this calculation.
9177         * gdb.reverse/until-precsave.exp: Increase the timeout by
9178         a factor of 15 and 3 respectively rather than adding 120
9179         for a pair of slow test cases.  Take the `gdb,timeout'
9180         target setting into account for this calculation.
9181
9182 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9183
9184         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9185         timeout, don't pass one down to gdb_expect.
9186         (gdb_expect): Rework timeout selection.
9187
9188 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9189
9190         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9191         exception on timeout.
9192         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9193         (gdbserver_start_extended): Catch any `gdbserver_start' error
9194         exceptions.
9195         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9196         * lib/mi-support.exp (mi_gdb_target_load): Catch any
9197         `gdbserver_gdb_load' error exceptions.
9198
9199 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
9200
9201         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9202         120 on waiting for the TCP socket to open.
9203
9204 2014-09-09  Doug Evans  <xdje42@gmail.com>
9205
9206         * gdb.base/default.exp (show_conv_list): Add _caller_is,
9207         _caller_matches, _any_caller_is, _any_caller_matches.
9208
9209 2014-09-09  Doug Evans  <xdje42@gmail.com>
9210
9211         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9212
9213 2014-09-09  Yao Qi  <yao@codesourcery.com>
9214
9215         * gdb.mi/mi-var-display.exp: Set print symbol off.
9216
9217 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9218
9219         PR gdb/17035
9220         * gdb.base/commands.exp: Add tests to verify user-defined
9221         commands with empty bodies.
9222         * gdb.python/py-cmd.exp: Test that we don't show user-defined
9223         python commands in `show user command`.
9224         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9225         scheme commands in `show user command`.
9226
9227 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9228
9229         PR python/17355
9230         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9231         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9232         * gdb.python/py-framefilter-invalidarg.exp: New file.
9233         * gdb.python/py-framefilter-invalidarg.py: New file.
9234
9235 2014-09-06  Doug Evans  <xdje42@gmail.com>
9236
9237         PR 15276
9238         * gdb.python/py-caller-is.c: New file.
9239         * gdb.python/py-caller-is.exp: New file.
9240
9241 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
9242
9243         PR gdb/17235
9244         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9245         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9246
9247 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
9248
9249         PR fortran/17237
9250         * gdb.fortran/print-formatted.exp: New file.
9251         * gdb.fortran/print-formatted.f90: Likewise.
9252
9253 2014-09-03  Sasha Smundak  <asmundak@google.com>
9254
9255         * gdb.python/py-frame.exp: Test Frame.read_register.
9256
9257 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
9258
9259         PR python/16699
9260         * gdb.python/py-completion.exp: New file.
9261         * gdb.python/py-completion.py: Likewise.
9262
9263 2014-08-28  Doug Evans  <dje@google.com>
9264
9265         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9266         eax,etc. are live with values set by gdb and thus the compiler can't
9267         use them.
9268         * gdb.arch/i386-pseudo.c (main): Ditto.
9269
9270 2014-08-27  Doug Evans  <dje@google.com>
9271
9272         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9273
9274 2014-08-25  Doug Evans  <dje@google.com>
9275
9276         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9277         (main): Ditto.
9278
9279 2014-08-25  Doug Evans  <dje@google.com>
9280
9281         * gdb.threads/thread-execl.exp: #include <stdio.h>.
9282
9283 2014-08-24  Yao Qi  <yao@codesourcery.com>
9284
9285         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9286         symbol off.
9287         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9288
9289 2014-08-22  Doug Evans  <dje@google.com>
9290
9291         PR 17276
9292         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9293         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9294         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9295
9296 2014-08-22  Yao Qi  <yao@codesourcery.com>
9297
9298         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9299         * gdb.python/py-finish-breakpoint2.exp: Likewise.
9300         * gdb.python/python.exp: Likewise.  Use .py file on the host
9301         instead of the build.
9302
9303 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9304
9305         * gdb.threads/gcore-stale-thread.c: New file.
9306         * gdb.threads/gcore-stale-thread.exp: New file.
9307
9308 2014-08-21  Pedro Alves  <palves@redhat.com>
9309
9310         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9311         * gdb.base/gcore-relro-pie.exp: Likewise.
9312         * gdb.base/gcore-relro.exp: Likewise.
9313         * gdb.base/gcore.exp: Likewise.
9314         * gdb.base/print-symbol-loading.exp: Likewise.
9315         * gdb.threads/gcore-thread.exp: Likewise.
9316         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9317
9318 2014-08-20  Pedro Alves  <palves@redhat.com>
9319             Jan Kratochvil  <jan.kratochvil@redhat.com>
9320
9321         * Makefile.in (EXTRA_RULES, CC): New variables, get from
9322         configure.
9323         (EXPECT): Handle READ1 being set.
9324         (all): Depend on EXTRA_RULES.
9325         (check-read1, expect-read1, read1.so, read1): New rules.
9326         * README (Testsuite Parameters): Document the READ1 make variable.
9327         (Race detection): New section.
9328         * configure: Regenerate.
9329         * configure.ac: If build==host==target, and running under a
9330         GNU/glibc system, add read1 to the extra Makefile rules.
9331         (EXTRA_RULES): AC_SUBST it.
9332         * lib/read1.c: New file.
9333
9334 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
9335
9336         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9337         the handling of variables declared as a typedef to an array
9338         which a DW_AT_data_location attribute.
9339
9340 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
9341             Pedro Alves  <palves@redhat.com>
9342
9343         PR symtab/14604
9344         PR symtab/14605
9345         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9346         gdb_test.
9347
9348 2014-08-19  Pedro Alves  <palves@redhat.com>
9349
9350         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9351
9352 2014-08-19  Yao Qi  <yao@codesourcery.com>
9353
9354         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9355         right line.
9356
9357 2014-08-18  David Blaikie  <dblaikie@gmail.com>
9358
9359         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9360
9361 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
9362
9363         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9364         attribute in array range.
9365
9366 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
9367
9368         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9369
9370 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
9371
9372         PR c++/17132
9373         * gdb.cp/pr17132.cc: New file.
9374         * gdb.cp/pr17132.exp: New file.
9375
9376 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
9377
9378         * gdb.python/py-xmethods.py (A_getarrayind)
9379         (E_method_char_worker.__call__, E_method_int_worker.__call__):
9380         Use 'print' with function call syntax.
9381         (E_method_matcher.match): Fix tab vs space indentation mixup.
9382
9383 2014-08-15  Yao Qi  <yao@codesourcery.com>
9384
9385         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9386         false.
9387
9388 2014-08-15  Yao Qi  <yao@codesourcery.com>
9389
9390         * gdb.cp/casts.exp: Set print symbol off.
9391         * gdb.cp/class2.exp: Likewise.
9392         * gdb.cp/overload.exp: Likewise.
9393         * gdb.cp/templates.exp: Likewise.
9394
9395 2014-08-11  Doug Evans  <dje@google.com>
9396
9397         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9398         (test_load_shlib): Update.
9399
9400 2014-08-09  Yao Qi  <yao@codesourcery.com>
9401
9402         * gdb.base/display.exp: Invoke is_address_zero_readable.
9403         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9404         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9405         * gdb.base/hbreak-unmapped.exp: Return if
9406         is_address_zero_readable returns true.
9407         * gdb.base/signest.exp: Likewise.
9408         * gdb.base/signull.exp: Likewise.
9409         * gdb.base/sigbpt.exp: Likewise.
9410         * gdb.guile/scm-disasm.exp: Do the test if
9411         is_address_zero_readable returns false.
9412         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9413         * gdb.python/py-arch.exp: Likewise.
9414         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9415         * lib/gdb.exp (is_address_zero_readable): New proc.
9416
9417 2014-08-09  Yao Qi  <yao@codesourcery.com>
9418
9419         PR testsuite/13443
9420         * gdb.mi/mi-var-display.exp: Make test messages unique.
9421
9422 2014-08-04  Tom Tromey  <tromey@redhat.com>
9423
9424         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9425         target 0".
9426
9427 2014-08-04  Tom Tromey  <tromey@redhat.com>
9428
9429         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9430         "target_resume".
9431
9432 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
9433
9434         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9435         inner_vla_struct_object_size.
9436         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9437         as xfail.
9438
9439 2014-07-30  Pedro Alves  <palves@redhat.com>
9440
9441         * gdb.threads/signal-command-handle-nopass.exp (test): Add
9442         comment.
9443
9444 2014-07-29  Yao Qi  <yao@codesourcery.com>
9445
9446         PR gdb/17206
9447         * gdb.base/until-nodebug.exp: New.
9448
9449 2014-07-28  Doug Evans  <xdje42@gmail.com>
9450
9451         PR guile/17203
9452         * gdb.guile/scm-parameter.exp: Add tests for trying to create
9453         previously existing parameter, and previously ambiguously spelled
9454         parameter.
9455
9456 2014-07-28  Will Newton  <will.newton@linaro.org>
9457
9458         * gdb.base/varargs.exp: Remove KFAILs for ARM.
9459
9460 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
9461             Doug Evans  <xdje42@gmail.com>
9462
9463         PR guile/17146
9464         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9465
9466 2014-07-25  Pedro Alves  <palves@redhat.com>
9467
9468         * gdb.threads/signal-command-handle-nopass.c: New file.
9469         * gdb.threads/signal-command-handle-nopass.exp: New file.
9470         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9471         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9472         * gdb.threads/signal-delivered-right-thread.c: New file.
9473         * gdb.threads/signal-delivered-right-thread.exp: New file.
9474
9475 2014-07-25  Pedro Alves  <palves@redhat.com>
9476
9477         * gdb.base/double-prompt-target-event-error.exp
9478         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9479         match.
9480         (cancel_pagination_in_target_event): Rework double prompt
9481         detection.
9482         * gdb.base/paginate-after-ctrl-c-running.exp
9483         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9484         <return>' match.
9485         * gdb.base/paginate-bg-execution.exp
9486         (test_bg_execution_pagination_return)
9487         (test_bg_execution_pagination_cancel): Remove '-notransfer
9488         <return>' matches.
9489         * gdb.base/paginate-execution-startup.exp
9490         (test_fg_execution_pagination_return)
9491         (test_fg_execution_pagination_cancel): Remove '-notransfer
9492         <return>' matches.
9493         * gdb.base/paginate-inferior-exit.exp
9494         (test_paginate_inferior_exited): Remove '-notransfer <return>'
9495         match.
9496         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9497         * lib/gdb.exp (pagination_prompt): Run text through
9498         string_to_regexp.
9499         (gdb_test_multiple): Match $pagination_prompt instead of
9500         "<return>".
9501         (string_to_regexp): Move to lib/gdb-utils.exp.
9502
9503 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9504
9505         * gdb.arch/amd64-entry-value-paramref.S: New file.
9506         * gdb.arch/amd64-entry-value-paramref.cc: New file.
9507         * gdb.arch/amd64-entry-value-paramref.exp: New file.
9508         * gdb.arch/amd64-optimout-repeat.S: New file.
9509         * gdb.arch/amd64-optimout-repeat.c: New file.
9510         * gdb.arch/amd64-optimout-repeat.exp: New file.
9511
9512 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9513
9514         PR gdb/17170
9515         * gdb.base/statistics.exp: New file.
9516
9517 2014-07-17  Doug Evans  <dje@google.com>
9518
9519         PR gdb/17170
9520         * gdb.base/maint.exp: Update testing of per-command stats.
9521
9522 2014-07-16  Pedro Alves  <palves@redhat.com>
9523
9524         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9525         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9526         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9527         (tfile_write_buf): New functions.
9528         (add_memory_block): Rewrite using the above.
9529         (adjust_function_address): New function.
9530         (FUNCTION_ADDRESS): New macro.
9531         (write_basic_trace_file): Remove short_x local, and use
9532         tfile_write_16. Change type of func_addr local to unsigned long
9533         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
9534         here.  Cast argument of add_memory_block to char pointer.
9535         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
9536         (main): Remove parameters.
9537         * gdb.trace/tfile.exp: Remove nowarnings.
9538
9539 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
9540
9541         * gdb.base/debug-expr.exp: Test string evaluation with
9542         "debug expression" on.
9543
9544 2014-07-15  Pedro Alves  <palves@redhat.com>
9545
9546         * gdb.base/reread.exp: Use clean_restart.
9547
9548 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
9549
9550         * gdb.arch/avr-flash-qualifer.c: New.
9551         * gdb.arch/avr-flash-qualifer.exp: New.
9552
9553 2014-07-14  Pedro Alves  <palves@redhat.com>
9554
9555         * gdb.base/paginate-after-ctrl-c-running.c: New file.
9556         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9557
9558 2014-07-14  Pedro Alves  <palves@redhat.com>
9559
9560         * gdb.base/double-prompt-target-event-error.c: New file.
9561         * gdb.base/double-prompt-target-event-error.exp: New file.
9562
9563 2014-07-14  Pedro Alves  <palves@redhat.com>
9564
9565         PR gdb/17072
9566         * gdb.base/paginate-inferior-exit.c: New file.
9567         * gdb.base/paginate-inferior-exit.exp: New file.
9568
9569 2014-07-14  Pedro Alves  <palves@redhat.com>
9570
9571         PR gdb/17072
9572         * gdb.base/paginate-bg-execution.c: New file.
9573         * gdb.base/paginate-bg-execution.exp: New file.
9574
9575 2014-07-14  Pedro Alves  <palves@redhat.com>
9576
9577         PR gdb/17072
9578         * gdb.base/paginate-execution-startup.c: New file.
9579         * gdb.base/paginate-execution-startup.exp: New file.
9580         * lib/gdb.exp (pagination_prompt): New global.
9581         (default_gdb_spawn): New procedure, factored out from
9582         default_gdb_spawn.
9583         (default_gdb_start): Adjust to call default_gdb_spawn.
9584         (gdb_spawn): New procedure.
9585
9586 2014-07-14  Pedro Alves  <palves@redhat.com>
9587
9588         * lib/gdb.exp (gdb_assert): New procedure.
9589         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9590
9591 2014-07-14  Pedro Alves  <palves@redhat.com>
9592
9593         * gdb.base/execution-termios.c: New file.
9594         * gdb.base/execution-termios.exp: New file.
9595
9596 2014-07-14  Tom Tromey  <tromey@redhat.com>
9597
9598         * gdb.cp/vla-cxx.cc: New file.
9599         * gdb.cp/vla-cxx.exp: New file.
9600
9601 2014-07-14  Tom Tromey  <tromey@redhat.com>
9602
9603         * gdb.reverse/rerun-prec.c: New file.
9604         * gdb.reverse/rerun-prec.exp: New file.
9605
9606 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
9607             Maciej W. Rozycki  <macro@codesourcery.com>
9608
9609         * lib/gdb-utils.exp: New file.
9610         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9611         inline `gdb_init_command' processing.
9612         (gdb_start_cmd): Likewise.
9613         * lib/mi-support.exp (mi_run_cmd): Likewise.
9614         * README: Document `gdb_init_command' and `gdb_init_commands'.
9615
9616 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9617
9618         Fix false FAIL running under a very long directory name.
9619         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9620         and "set print elements 10000".  Twice.
9621
9622 2014-07-11  Yao Qi  <yao@codesourcery.com>
9623
9624         * gdb.base/exprs.exp: "set print symbol off".
9625
9626 2014-07-11  Pedro Alves  <palves@redhat.com>
9627
9628         * gdb.threads/kill.c: New file.
9629         * gdb.threads/kill.exp: New file.
9630
9631 2014-07-10  Yao Qi  <yao@codesourcery.com>
9632
9633         * gdb.trace/tfile.c (write_basic_trace_file)
9634         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9635         address written to trace file.
9636
9637 2014-07-09  Pedro Alves  <palves@redhat.com>
9638
9639         * gdb.base/attach-wait-input.exp: New file.
9640         * gdb.base/attach-wait-input.c: New file.
9641
9642 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
9643
9644         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9645         setting up test structures.
9646         (main): Call new test function.
9647         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9648         test function, continue into test function and walk test
9649         structures.
9650
9651 2014-07-02  Yao Qi  <yao@codesourcery.com>
9652
9653         * gdb.trace/entry-values.c: Define labels 'foo_start' and
9654         'bar_start' at the beginning of functions 'foo' and 'bar'
9655         respectively.
9656         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9657         instead of 'foo' and 'bar'.
9658
9659 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
9660
9661         * gdb.btrace/segv.exp: New.
9662         * gdb.btrace/segv.c: New.
9663
9664 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
9665
9666         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9667         instruction.
9668
9669 2014-06-30  Mark Wielaard  <mjw@redhat.com>
9670
9671         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9672         vulture, vilify, villar): New volatile array constants.
9673         (vindictive, vegetation): New const volatile array constants.
9674         * gdb.base/volatile.exp: Test volatile and const volatile array
9675         types.
9676
9677 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9678
9679         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9680         target lacks support for awatch, rwatch, or hbreak.
9681
9682 2014-06-27  Yao Qi  <yao@codesourcery.com>
9683
9684         * gdb.multi/dummy-frame-restore.exp: New.
9685         * gdb.multi/dummy-frame-restore.c: New.
9686
9687 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
9688
9689         * gdb.btrace/gcore.exp: New.
9690
9691 2014-06-23  Pedro Alves  <palves@redhat.com>
9692
9693         * gdb.base/watchpoint-reuse-slot.c: New file.
9694         * gdb.base/watchpoint-reuse-slot.exp: New file.
9695
9696 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
9697
9698         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9699         progspace's filename in 'info', 'enable' and 'disable' command
9700         tests.
9701
9702 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9703
9704         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9705         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9706         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9707
9708 2014-06-20  Gary Benson  <gbenson@redhat.com>
9709
9710         * gdb.arch/i386-avx.exp: Fix include file location.
9711         * gdb.arch/i386-sse.exp: Likewise.
9712
9713 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
9714
9715         * gdb.dlang/expression.exp: New file.
9716
9717 2014-06-19  Pedro Alves  <palves@redhat.com>
9718
9719         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9720         out from ...
9721         (top level): ... here.  Iterate running tests under different
9722         scheduler-locking settings.
9723
9724 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
9725
9726         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9727         to DW_FORM_addr and use non-zero addresses.
9728
9729 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
9730
9731         PR gdb/17017
9732         * gdb.python/py-xmethods.cc: Add global function call counters and
9733         increment them in their respective functions.  Remove "cout"
9734         statements.
9735         * gdb.python/py-xmethods.exp: Make tests check the global function
9736         call counters instead of depending on inferior IO.
9737
9738 2014-06-18  Don Breazeal  <donb@codesourcery.com>
9739
9740         * gdb.base/foll-fork.exp (default_fork_parent_follow):
9741         Deleted procedure.
9742         (explicit_fork_parent_follow): Deleted procedure.
9743         (explicit_fork_child_follow): Deleted procedure.
9744         (test_follow_fork): New procedure.
9745         (do_fork_tests): Replace calls to deleted procedures with
9746         calls to test_follow_fork and reset GDB for subsequent
9747         procedure calls.
9748
9749 2014-06-17  Yao Qi  <yao@codesourcery.com>
9750
9751         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9752         CP1252.
9753
9754 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
9755
9756         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9757         Initialize ptr and S explicitly.
9758         (skip_type_update_when_not_use_rtti_test): Likewise.
9759
9760 2014-06-16  Keith Seitz  <keiths@redhat.com>
9761
9762         PR mi/15863
9763         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9764         the inferior is started.
9765
9766 2014-06-16  Pedro Alves  <palves@redhat.com>
9767
9768         * gdb.base/break-main-file-remove-fail.c: New file.
9769         * gdb.base/break-main-file-remove-fail.exp: New file.
9770         * gdb.base/break-unload-file.exp: Use build_executable instead of
9771         prepare_for_testing.
9772         (test_break): New parameter "initial_load".  Handle it.
9773         (top level): Add initial_load cmdline/file axis.
9774
9775 2014-06-12  Tom Tromey  <tromey@redhat.com>
9776
9777         * gdb.base/completion.exp: Don't use directory name in test.
9778
9779 2014-06-09  Gary Benson  <gbenson@redhat.com>
9780
9781         * gdb.base/sigall.c [Functions to send signals]: Reorder to
9782         separate the always-available ANSI-standard signals from the
9783         signals that require checking.
9784         (main): Likewise.
9785         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9786         Likewise.
9787         (main): Likewise.
9788
9789 2014-06-07  Keith Seitz  <keiths@redhat.com>
9790
9791         Revert:
9792         PR c++/16253
9793         * gdb.cp/var-tag.cc: New file.
9794         * gdb.cp/var-tag.exp: New file.
9795         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9796         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9797         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9798         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9799
9800 2014-06-06  Doug Evans  <xdje42@gmail.com>
9801
9802         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9803
9804 2014-06-06  Pedro Alves  <palves@redhat.com>
9805
9806         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9807         in target debug output instead of looking at RSP packets,
9808         disabling the test on any target that uses hardware stepping.
9809         Update comments.
9810
9811 2014-06-06  Pedro Alves  <palves@redhat.com>
9812
9813         * gdb.base/break-unload-file.exp: Fix typo.
9814
9815 2014-06-06  Yao Qi  <yao@codesourcery.com>
9816
9817         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9818         from "jit_function" to "^jit_function".
9819
9820 2014-06-06  Yao Qi  <yao@codesourcery.com>
9821
9822         * gdb.base/async.c (foo): Add one statement.
9823         * gdb.base/async.exp: Get the next instruction address and
9824         match the output of "nexti" by instruction address.  Match
9825         the hex address in the output of "finish".
9826
9827 2014-06-06  Gary Benson  <gbenson@redhat.com>
9828
9829         * gdb.base/call-signals.c: Remove preprocessor conditionals
9830         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9831         SIGSEGV and SIGTERM.
9832         * gdb.base/sigall.c: Likewise.
9833         * gdb.base/unwindonsignal.c: Likewise.
9834         * gdb.reverse/sigall-reverse.c: Likewise.
9835
9836 2014-06-06  Yao Qi  <yao@codesourcery.com>
9837
9838         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
9839         readable, skip the test.
9840
9841 2014-06-06  Yao Qi  <yao@codesourcery.com>
9842
9843         * gdb.threads/staticthreads.c (thread_function): Move the line
9844         setting breakpoint on forward.
9845         * gdb.threads/staticthreads.exp: Update comments.
9846
9847 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
9848
9849         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9850         "history-append! type error".
9851
9852 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
9853
9854         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9855         erroneous dprintf expected input.
9856
9857 2014-06-04  Doug Evans  <xdje42@gmail.com>
9858
9859         * gdb.guile/scm-generics.exp: Delete.
9860
9861 2014-06-04  Doug Evans  <xdje42@gmail.com>
9862
9863         * gdb.guile/scm-breakpoint.exp: Update.
9864         Add tests for breakpoint registration.
9865
9866 2014-06-04  Tom Tromey  <tromey@redhat.com>
9867
9868         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9869         VLA-in-union.
9870         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9871         inner_vla_struct, vla_union types.  Initialize objects of those
9872         types and compute their sizes.
9873
9874 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
9875             Hui Zhu  <hui@codesourcery.com>
9876
9877         * gdb.base/fileio.exp: Add test for shell not available as well as
9878         available.
9879         * gdb.base/fileio.c (test_system): Check for shell twice.
9880
9881 2014-06-04  Yao Qi  <yao@codesourcery.com>
9882
9883         * gdb.base/auto-connect-native-target.exp: Remove redundant
9884         space from the regexp pattern.
9885
9886 2014-06-04  Yao Qi  <yao@codesourcery.com>
9887
9888         * gdb.base/default.exp: Replace "child" with "native" in
9889         regexp pattern.
9890
9891 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
9892
9893         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9894         * gdb.python/py-xmethods.exp: New tests to test xmethods.
9895         * gdb.python/py-xmethods.py: Python script supporting the
9896         new testcase and tests.
9897
9898 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
9899             Pedro Alves  <palves@redhat.com>
9900
9901         PR breakpoints/17000
9902         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9903         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9904
9905 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
9906
9907         * gdb.base/subst.exp: Add tests to verify partial path matching
9908         output.
9909
9910 2014-06-03  Pedro Alves  <palves@redhat.com>
9911
9912         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9913         target that doesn't use software single-stepping.
9914
9915 2014-06-03  Pedro Alves  <palves@redhat.com>
9916
9917         PR breakpoints/17000
9918         * gdb.base/sss-bp-on-user-bp-2.c: New file.
9919         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9920
9921 2014-06-02  Doug Evans  <xdje42@gmail.com>
9922
9923         * gdb.guile/scm-parameter.exp: New file.
9924
9925 2014-06-02  Doug Evans  <xdje42@gmail.com>
9926
9927         * gdb.guile/scm-cmd.c: New file.
9928         * gdb.guile/scm-cmd.exp: New file.
9929
9930 2014-06-02  Doug Evans  <xdje42@gmail.com>
9931
9932         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9933         pretty-printer lookup.
9934         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9935         (make-pp_s-printer): Call it.
9936         (make-pretty-printer-from-dict): New function.
9937         (lookup-pretty-printer-maker-from-dict): New function.
9938         (*pretty-printer*): Simplify.
9939         (make-objfile-pp_s-printer): New function.
9940         (install-objfile-pretty-printers!): New function.
9941         (make-progspace-pp_s-printer): New function.
9942         (install-progspace-pretty-printers!): New function.
9943         * gdb.guile/scm-progspace.c: New file.
9944         * gdb.guile/scm-progspace.exp: New file.
9945
9946 2014-06-02  Pedro Alves  <palves@redhat.com>
9947
9948         * gdb.base/dprintf-bp-same-addr.c: New file.
9949         * gdb.base/dprintf-bp-same-addr.exp: New file.
9950
9951 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
9952
9953         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9954         * gdb.arch/powerpc-power.s: Likewise.
9955
9956 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
9957
9958         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9959
9960 2014-06-01  Yao Qi  <yao@codesourcery.com>
9961
9962         * gdb.base/watchpoint.exp (test_watch_location): Check null
9963         pointer can be dereferenced.  If not, do the test, otherwise
9964         skip it.
9965
9966 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
9967
9968         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9969         results.
9970         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9971
9972 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
9973
9974         * gdb.arch/amd64-invalid-stack-middle.S: New file.
9975         * gdb.arch/amd64-invalid-stack-middle.c: New file.
9976         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9977         * gdb.arch/amd64-invalid-stack-top.c: New file.
9978         * gdb.arch/amd64-invalid-stack-top.exp: New file.
9979
9980 2014-05-30  Pedro Alves  <palves@redhat.com>
9981
9982         PR breakpoints/17000
9983         * gdb.base/sss-bp-on-user-bp.c: New file.
9984         * gdb.base/sss-bp-on-user-bp.exp: New file.
9985
9986 2014-05-30  David Blaikie  <dblaikie@gmail.com>
9987
9988         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9989         gnu_inline semantics via attribute.
9990         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9991         source explicitly specifies the required semantics.
9992
9993 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
9994
9995         * gdb.reverse/sigall-reverse.exp: Fix a typo.
9996
9997 2014-05-29  Pedro Alves  <palves@redhat.com>
9998             Tom Tromey  <tromey@redhat.com>
9999
10000         * gdb.base/async-shell.exp: Don't enable target-async.
10001         * gdb.base/async.exp
10002         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10003         parameter.  Adjust.
10004         (top level): Don't test with "target-async".
10005         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10006         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10007         * gdb.base/inferior-died.exp: Don't enable target-async.
10008         * gdb.base/interrupt-noterm.exp: Likewise.
10009         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10010         * gdb.mi/mi-nonstop-exit.exp: Likewise.
10011         * gdb.mi/mi-nonstop.exp: Likewise.
10012         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10013         * gdb.mi/mi-nsintrall.exp: Likewise.
10014         * gdb.mi/mi-nsmoribund.exp: Likewise.
10015         * gdb.mi/mi-nsthrexec.exp: Likewise.
10016         * gdb.mi/mi-watch-nonstop.exp: Likewise.
10017         * gdb.multi/watchpoint-multi.exp: Adjust comment.
10018         * gdb.python/py-evsignal.exp: Don't enable target-async.
10019         * gdb.python/py-evthreads.exp: Likewise.
10020         * gdb.python/py-prompt.exp: Likewise.
10021         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10022         * gdb.server/solib-list.exp: Don't enable target-async.
10023         * gdb.threads/thread-specific-bp.exp: Likewise.
10024         * lib/mi-support.exp: Adjust to use mi-async.
10025
10026 2014-05-29  Pedro Alves  <palves@redhat.com>
10027
10028         PR gdb/13860
10029         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10030         reason, even in sync mode.
10031
10032 2014-05-29  Pedro Alves  <palves@redhat.com>
10033             Hui Zhu  <hui@codesourcery.com>
10034
10035         PR PR15693
10036         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10037         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10038         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10039         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10040
10041 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
10042
10043         * config/monitor.exp (gdb_target_monitor): Replace use of
10044         "set remotebaud" by "set serial baud".
10045
10046 2014-05-26  Andy Wingo  <wingo@igalia.com>
10047
10048         * gdb.guile/scm-breakpoint.exp:
10049         * gdb.guile/scm-gsmob.exp: Update to use plain old object
10050         properties instead of gdb-object-properties.
10051
10052 2014-05-26  Yao Qi  <yao@codesourcery.com>
10053
10054         * gdb.server/no-thread-db.exp: Specify source file name
10055         explicitly when setting a breakpoint.
10056
10057 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
10058
10059         * gdb.btrace/vdso.c: New.
10060         * gdb.btrace/vdso.exp: New.
10061
10062 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
10063
10064         * gdb.base/gcore.exp (capture_command_output): Move ...
10065         * lib/gdb.exp (capture_command_output): ... here.
10066
10067 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
10068
10069         * gdb.btrace/data.exp: Test memory access during btrace replay.
10070
10071 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
10072
10073         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10074
10075 2014-05-21  Pedro Alves  <palves@redhat.com>
10076
10077         PR gdb/13860
10078         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10079         (top level): Test that output related to execution commands is
10080         sent to the console with CLI commands, but not with MI commands.
10081         Test that breakpoint events are always mirrored to the console.
10082         Also expect the new source line to be output after a "next" in
10083         async mode too.  Make it a pass/fail test.
10084         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10085         output.
10086         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10087
10088 2014-05-21  Pedro Alves  <palves@redhat.com>
10089
10090         * gdb.base/list.exp (build_pattern, test_list): New procedures.
10091         Use them to test variations of "list" after reaching a breakpoint.
10092         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10093         Test "list" with listsize 10 after reaching a breakpoint.
10094         * gdb.python/python.exp (decode_line current location line
10095         number): Adjust expected line number.
10096
10097 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
10098
10099         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10100         behavior for $args, pass it directly to "run".
10101
10102 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
10103
10104         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10105         30000 to 65536.
10106
10107 2014-05-21  Pedro Alves  <palves@redhat.com>
10108
10109         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10110         auto-connect-native-target off".
10111         * gdb.base/auto-connect-native-target.c: New file.
10112         * gdb.base/auto-connect-native-target.exp: New file.
10113
10114 2014-05-21  Pedro Alves  <palves@redhat.com>
10115
10116         * gdb.base/default.exp: Test "target native" instead of "target
10117         child".
10118
10119 2014-05-21  Mark Wielaard  <mjw@redhat.com>
10120
10121         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10122
10123 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10124
10125         Fix TLS access for -static -pthread.
10126         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10127         <HAVE_TLS> (thread_function, main): Initialize it.
10128         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10129         Add clean_restart.
10130         <$have_tls != "">: Check TLSVAR.
10131
10132 2014-05-21  Pedro Alves  <palves@redhat.com>
10133
10134         * gdb.base/dcache-line-read-error.c: New.
10135         * gdb.base/dcache-line-read-error.exp: New.
10136
10137 2014-05-20  Pedro Alves  <palves@redhat.com>
10138
10139         * gdb.base/compare-sections.c: New file.
10140         * gdb.base/compare-sections.exp: New file.
10141
10142 2014-05-20  Pedro Alves  <palves@redhat.com>
10143
10144         * gdb.base/break-idempotent.c: New file.
10145         * gdb.base/break-idempotent.exp: New file.
10146
10147 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
10148
10149         * gdb.btrace/nohist.exp: New.
10150
10151 2014-05-20  Yao Qi  <yao@codesourcery.com>
10152
10153         * lib/gdb.exp (gdb_init): Set timeout if test file is under
10154         gdb.reverse directory and gdb_reverse_timeout exists in board
10155         setting.
10156         * README: Document gdb_reverse_timeout.
10157
10158 2014-05-20  Yao Qi  <yao@codesourcery.com>
10159
10160         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10161         'test_file_name'.  Treat args as a string instead of a list.
10162         (gdb_init): Rename argument 'args' by 'test_file_name'.
10163
10164 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10165
10166         * gdb.arch/powerpc-power.exp: New file.
10167         * gdb.arch/powerpc-power.s: New file.
10168
10169 2014-05-16  Doug Evans  <dje@google.com>
10170
10171         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
10172         * gdb.base/completion.exp: Check that all expected files exist
10173         before doing file completion.
10174
10175 2014-05-16  Doug Evans  <dje@google.com>
10176
10177         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10178         Update.
10179         (do_syscall_tests_without_xml): Update.
10180
10181 2014-05-16  Pedro Alves  <palves@redhat.com>
10182
10183         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10184         instead of "unknown output after running".
10185
10186 2014-05-16  Yao Qi  <yao@codesourcery.com>
10187
10188         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
10189         file1.txt from host at the end.
10190         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10191
10192 2014-05-15  Doug Evans  <dje@google.com>
10193
10194         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10195         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10196         loading file.  Add test for TU lookup.
10197
10198 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
10199
10200         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10201         calling "-exec-arguments" or "set args" before running the
10202         inferior.
10203
10204 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
10205
10206         * lib/mi-support.exp (mi_expect_stop): Expect message for
10207         inferiors that exit with non-zero exit code.
10208
10209 2014-05-14  Yao Qi  <yao@codesourcery.com>
10210
10211         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10212         match absolute path on remote host.
10213         (test_file_list_exec_source_files): Remove "/" from the
10214         pattern.
10215
10216 2014-05-14  Yao Qi  <yao@codesourcery.com>
10217
10218         * boards/local-remote-host-notty.exp (${board}_file): New
10219         proc.
10220
10221 2014-05-07  Kyle McMartin  <kyle@redhat.com>
10222
10223         Pushed by Joel Brobecker  <brobecker@adacore.com>.
10224         * gdb.arch/aarch64-atomic-inst.c: New file.
10225         * gdb.arch/aarch64-atomic-inst.exp: New file.
10226
10227 2014-05-07  Yao Qi  <yao@codesourcery.com>
10228
10229         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10230         in current context" too.
10231
10232 2014-05-05  Keith Seitz  <keiths@redhat.com>
10233
10234         * gdb.linespec/ls-dollar.exp: Add test for linespec
10235         file:convenience_variable.
10236
10237 2014-05-05  Yao Qi  <yao@codesourcery.com>
10238
10239         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10240         traceframes into tfile and ctf trace files.  Read data from
10241         trace file and test collected data.
10242         (gdb_collect_locals_test): Likewise.
10243         (gdb_unavailable_registers_test): Likewise.
10244         (gdb_unavailable_floats): Likewise.
10245         (gdb_collect_globals_test): Likewise.
10246         (top-level): Append "ctf" to trace_file_targets if GDB
10247         supports.
10248
10249 2014-05-05  Yao Qi  <yao@codesourcery.com>
10250
10251         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10252         code to ...
10253         (gdb_collect_args_test_1): ... it.  New proc.
10254         (gdb_collect_locals_test): Move some code to ...
10255         (gdb_collect_locals_test_1): ... it.  New proc.
10256         (gdb_unavailable_registers_test): Move some code to ...
10257         (gdb_unavailable_registers_test_1): ... it.  New proc.
10258         (gdb_unavailable_floats): Move some code to ...
10259         (gdb_unavailable_floats_1): ... it.  New proc.
10260
10261 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
10262
10263         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10264         probes to test for bitness recognition.
10265         * gdb.arch/amd64-stap-optional-prefix.exp
10266         (test_probe_value_without_reg): New procedure.
10267         Add code to test for different kinds of bitness.
10268
10269 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
10270
10271         PR breakpoints/16889
10272         * gdb.arch/amd64-stap-optional-prefix.S: New file.
10273         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10274
10275 2014-05-01  Pedro Alves  <palves@redhat.com>
10276
10277         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
10278         gdb_file_cmd if no file is specified.
10279         * boards/native-extended-gdbserver.exp (gdb_load): Use the
10280         last_loaded_file to set the remote exec-file.
10281
10282 2014-05-01  Pedro Alves  <palves@redhat.com>
10283
10284         * boards/local-remote-host.exp: New file.
10285
10286 2014-05-01  Pedro Alves  <palves@redhat.com>
10287
10288         * boards/local-remote-host.exp: Rename to ...
10289         * boards/local-remote-host-notty.exp: ... this.
10290
10291 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
10292
10293         * gdb.ada/dyn_arrayidx: New testcase.
10294
10295 2014-04-26  Yao Qi  <yao@codesourcery.com>
10296
10297         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
10298         and compute the length of function main.  Save it in
10299         $main_length.
10300         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10301         (top-level): Use gdb_compile to compile objects into
10302         executable and restart GDB.  Remove invocation to
10303         prepare_for_testing.
10304
10305 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
10306             Pedro Alves  <palves@redhat.com>
10307
10308         PR server/16255
10309         * gdb.multi/multi-attach.c: New file.
10310         * gdb.multi/multi-attach.exp: New file.
10311
10312 2014-04-25  Pedro Alves  <palves@redhat.com>
10313
10314         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10315         user.
10316         (top level): Test that "set remote conditional-breakpoints-packet
10317         off" works as intended.
10318         * gdb.base/dprintf.exp: Test that "set remote
10319         breakpoint-commands-packet off" works as intended.
10320         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10321         New function.
10322         (top level): Call it.
10323         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10324         remote fast-tracepoints-packet off" works as intended.
10325         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10326         * lib/gdb.exp (gdb_is_target_remote): ... here.
10327
10328 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10329
10330         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10331         ensure clang would not discard them.
10332         * gdb.base/gdbvars.c: Ditto.
10333         * gdb.base/memattr.c: Ditto.
10334         * gdb.base/whatis.c: Ditto.
10335         * gdb.python/py-prettyprint.c: Ditto.
10336         * gdb.trace/actions.c: Ditto.
10337         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10338         ensure clang would not discard it.
10339
10340 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10341
10342         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10343         clang to emit the full definition of type required by the test
10344         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10345
10346 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10347
10348         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10349         coax Clang into emitting the definition of the type.
10350         * gdb.cp/pr10728-x.h (y): Ditto.
10351         * gdb.cp/pr10728-y.cc (y): Ditto.
10352
10353 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10354
10355         * gdb.base/label.exp: XFAIL label related tests under Clang.
10356         * gdb.cp/cplabel.exp: Ditto.
10357         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10358         under Clang those using labels.
10359
10360 2014-04-25  Yao Qi  <yao@codesourcery.com>
10361
10362         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10363         double_label.
10364         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10365         partial_label and double_label.
10366
10367 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10368
10369         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10370
10371 2014-04-24  David Blaikie  <dblaikie@gmail.com>
10372
10373         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10374         of the function to work across GCC and Clang.
10375         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10376         pointer types (const void ** const V void **).
10377
10378 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
10379             Walfred Tedeschi  <walfred.tedeschi@intel.com>
10380
10381         * Makefile.in (EXECUTABLES): Added i386-avx512.
10382         * gdb.arch/i386-avx512.c: New file.
10383         * gdb.arch/i386-avx512.exp: Likewise.
10384
10385 2014-04-23  Keith Seitz  <keiths@redhat.com>
10386
10387         * lib/mi-support.exp (mi_list_breakpoints): Delete.
10388         (mi_make_breakpoint_table): New procedure.
10389         (mi_create_breakpoint): Use mi_make_breakpoint
10390         and return the result.
10391         (mi_make_breakpoint): New procedure.
10392         (mi_build_kv_pairs): New procedure.
10393
10394         * gdb.mi/mi-break.exp: Remove unused globals,
10395         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10396         All callers updated.
10397         * gdb.mi/mi-dprintf.exp: Use variable to track command
10398         number.
10399         Update all callers of mi_create_breakpoint and use
10400         mi_make_breakpoint_table.
10401         Remove any unused global variables.
10402         * gdb.mi/mi-nonstop.exp: Likewise.
10403         * gdb.mi/mi-nsintrall.exp: Likewise.
10404         * gdb.mi/mi-nsmoribund.exp: Likewise.
10405         * gdb.mi/mi-nsthrexec.exp: Likewise.
10406         * gdb.mi/mi-reverse.exp: Likewise.
10407         * gdb.mi/mi-simplerun.exp: Likewise.
10408         * gdb.mi/mi-stepn.exp: Likewise.
10409         * gdb.mi/mi-syn-frame.exp: Likewise.
10410         * gdb.mi/mi-until.exp: Likewise.
10411         * gdb.mi/mi-var-cp.exp: Likewise.
10412         * gdb.mi/mi-var-display.exp: Likewise.
10413         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10414         * gdb.mi/mi2-var-child.exp: Likewise.
10415         * gdb.mi/mi-vla-c99.exp: Likewise.
10416         * lib/mi-support.exp: Likewise.
10417
10418         From Ian Lance Taylor  <iant@cygnus.com>:
10419         * lib/gdb.exp (parse_args): New procedure.
10420
10421 2014-04-23  Pedro Alves  <palves@redhat.com>
10422
10423         * gdb.base/break-unload-file.c: New file.
10424         * gdb.base/break-unload-file.exp: New file.
10425         * gdb.base/sym-file-lib.c (baz): New function.
10426         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10427         field.
10428         (load): Store the segment's mapped size.
10429         (unload): New function.
10430         (unload_shlib): New function.
10431         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10432         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10433         set a breakpoint at baz, and call it.
10434         * gdb.base/sym-file.exp: New tests for stale breakpoint
10435         instructions.
10436
10437 2014-04-23  Pedro Alves  <palves@redhat.com>
10438
10439         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10440         * gdb.base/hbreak-in-shr-unsupported.c: New file.
10441         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10442         * gdb.base/hbreak-unmapped.c: New file.
10443         * gdb.base/hbreak-unmapped.exp: New file.
10444         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10445         * lib/gdb.exp (gdb_is_target_remote): ... here.
10446
10447 2014-04-22  Pedro Alves  <palves@redhat.com>
10448
10449         * gdb.base/consecutive-step-over.c: New file.
10450         * gdb.base/consecutive-step-over.exp: New file.
10451
10452 2014-04-22  Pedro Alves  <palves@redhat.com>
10453
10454         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10455         instead of send_gdb/gdb_expect.
10456
10457 2014-04-22  Yao Qi  <yao@codesourcery.com>
10458
10459         * lib/trace-support.exp (generate_tracefile): New procedure.
10460         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10461         return 0.
10462         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10463         if generate_tracefile returns 1.
10464
10465 2014-04-18  Tom Tromey  <palves@redhat.com>
10466             Pedro alves  <tromey@redhat.com>
10467
10468         PR backtrace/15558
10469         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10470         with a backtrace limit.
10471         * gdb.python/py-frame-inline.exp: Test running to an inline
10472         function with a backtrace limit, and printing the newest frame.
10473         * gdb.python/py-frame-inline.c (main): Call f.
10474
10475 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10476
10477         * gdb.java/jnpe.exp: Drop srcdir from untested path.
10478
10479 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10480
10481         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10482         Drop prefix from unsupported source file path.
10483
10484 2014-04-17  Yao Qi  <yao@codesourcery.com>
10485
10486         * lib/gdb.exp (with_target_charset): New proc.
10487         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10488         with_target_charset.
10489         (test_print_strings): Likewise.
10490         (test_repeat_bytes): Likewise.
10491         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10492         for some tests.
10493
10494 2014-04-16  Keith Seitz  <keiths@redhat.com>
10495
10496         PR gdb/15827
10497         * gdb.dwarf2/corrupt.c: New file.
10498         * gdb.dwarf2/corrupt.exp: New file.
10499
10500 2014-04-16  Keith Seitz  <keiths@redhat.com>
10501
10502         PR c++/16597
10503         * gdb.cp/namelessclass.cc: New file.
10504         * gdb.cp/namelessclass.exp: New file.
10505         * gdb.cp/namelessclass.S: New file.
10506
10507 2014-04-16  Doug Evans  <dje@google.com>
10508
10509         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10510         Add comment.
10511         (gdbserver_default_get_comm_port): New function.
10512         (gdbserver_start): Check if board file provided
10513         "gdbserver,get_comm_port" and use it if so.
10514         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10515         (gdb,socketport): Set to "stdio".
10516         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10517         (stdio_gdbserver_template): Delete.
10518         (${board}_get_remote_address): Update.
10519         (${board}_build_remote_cmd): Delete.
10520         (${board}_get_comm_port): New function.
10521         (${board}_spawn): Update.
10522         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10523         Delete.
10524         (${board}_get_remote_address): Update.
10525         (${board}_get_comm_port): New function.
10526
10527 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
10528
10529         * gdb.base/memattr.exp: Improve regexps to handle memory regions
10530         appearing in any order.
10531
10532 2014-04-15  Doug Evans  <dje@google.com>
10533
10534         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10535         uninitialized value of "description".
10536
10537 2014-04-15  Keith Seitz  <keiths@redhat.com>
10538
10539         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10540         Remove unused globals.
10541         (test_running_the_program): Likewise.
10542         (test_controlled_execution): Likewise.
10543         (test_controlling_breakpoints): Likewise.
10544         (test_program_termination): Likewise.
10545
10546 2014-04-15  Keith Seitz  <keiths@redhat.com>
10547
10548         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10549         unused globals.
10550         (test_rbreak_creation_and_listing): Likewise.
10551         (test_ignore_count): Likewise.
10552         (test_error): Likewise.
10553
10554 2014-04-15  Pedro Alves  <palves@redhat.com>
10555
10556         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10557         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10558         sym-file-loader.c.
10559         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10560         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10561         to sym-file-loader.c.
10562         (struct library): Forward declare.
10563         (load_shlib, lookup_function): Change prototypes.
10564         (find_shstrtab, find_strtab, find_shdr, find_symtab)
10565         (translate_offset): Remove declarations.
10566         (get_text_addr): New declaration.
10567         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10568         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10569         sym-file-loader.h.
10570         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10571         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10572         here from sym-file-loader.h.
10573         (struct library): New structure.
10574         (load_shlib, lookup_function): Change prototypes and adjust to
10575         work with a struct library.
10576         (find_shstrtab, find_strtab, find_shdr, find_symtab)
10577         (translate_offset): Make static.
10578         (get_text_addr): New function.
10579         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10580
10581 2014-04-15  Pedro Alves  <palves@redhat.com>
10582
10583         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
10584
10585 2014-04-15  Pedro Alves  <palves@redhat.com>
10586
10587         * gdb.base/sym-file-loader.c: Include <limits.h>.
10588         (SELF_LINK): New define.
10589         (get_origin): New function.
10590         (load_shlib): Use it.
10591         * gdb.base/sym-file.exp: Don't early return if the target is
10592         remote.  Use runto_main, and issue fail is that fails.  Use
10593         gdb_load_shlibs.
10594         (shlib_name): Delete.
10595         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
10596
10597 2014-04-15  Pedro Alves <palves@redhat.com>
10598
10599         * gdb.base/sym-file.exp: Remove regex characters from test
10600         message.  Don't refer to breakpoint numbers in test messages.
10601
10602 2014-04-14  Keith Seitz  <keiths@redhat.com>
10603
10604         PR c++/16253
10605         * gdb.cp/var-tag.cc: New file.
10606         * gdb.cp/var-tag.exp: New file.
10607         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10608         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10609         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10610         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10611
10612 2014-04-14  Tom Tromey  <tromey@redhat.com>
10613
10614         * gdb.cp/classes.exp (test_enums): Handle underlying type.
10615         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10616         type.
10617         * gdb.cp/enum-class.exp: New file.
10618         * gdb.cp/enum-class.cc: New file.
10619
10620 2014-04-14  Tom Tromey  <tromey@redhat.com>
10621
10622         * gdb.dwarf2/enum-type.exp: New file.
10623
10624 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10625
10626         * gdb.mi/mi-vla-c99.exp: New file.
10627         * gdb.mi/vla.c: New file.
10628
10629 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10630
10631         * gdb.base/vla-datatypes.c: New file.
10632         * gdb.base/vla-datatypes.exp: New file.
10633
10634 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10635
10636         * gdb.base/vla-ptr.c: New file.
10637         * gdb.base/vla-ptr.exp: New file.
10638
10639 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10640
10641         * gdb.dwarf2/count.exp: New file.
10642
10643 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10644
10645         * gdb.base/vla-sideeffect.c: New file.
10646         * gdb.base/vla-sideeffect.exp: New file.
10647
10648 2014-04-14  David Blaikie <dblaikie@gmail.com>
10649
10650         * gdb.mi/non-stop.c: Add return value for non-void function return
10651         statement.
10652         * gdb.threads/staticthreads.c: Ditto.
10653
10654 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
10655             Doug Evans  <xdje42@gmail.com>
10656
10657         * gdb.guile/scm-value.c: Improve test case.
10658         * gdb.guile/scm-value.exp: Add new test.
10659
10660 2014-04-11  David Blaikie  <dblaikie@gmail.com>
10661
10662         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10663         override Clang's default.
10664
10665 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
10666
10667         Revert the following changes (regressions):
10668
10669         * gdb.base/vla-sideeffect.c: New file.
10670         * gdb.base/vla-sideeffect.exp: New file.
10671
10672         * gdb.dwarf2/count.exp: New file.
10673
10674         * gdb.base/vla-multi.c: New file.
10675         * gdb.base/vla-multi.exp: New file.
10676
10677         * gdb.base/vla-ptr.c: New file.
10678         * gdb.base/vla-ptr.exp: New file.
10679
10680         * gdb.base/vla-datatypes.c: New file.
10681         * gdb.base/vla-datatypes.exp: New file.
10682
10683         * gdb.mi/mi-vla-c99.exp: New file.
10684         * gdb.mi/vla.c: New file.
10685
10686 2014-04-11  Keith Seitz  <keiths@redhat.com>
10687
10688         PR c++/16675
10689         * gdb.cp/cpsizeof.exp: New file.
10690         * gdb.cp/cpsizeof.cc: New file.
10691
10692 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10693
10694         * gdb.mi/mi-vla-c99.exp: New file.
10695         * gdb.mi/vla.c: New file.
10696
10697 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10698
10699         * gdb.base/vla-datatypes.c: New file.
10700         * gdb.base/vla-datatypes.exp: New file.
10701
10702 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10703
10704         * gdb.base/vla-ptr.c: New file.
10705         * gdb.base/vla-ptr.exp: New file.
10706
10707 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10708
10709         * gdb.base/vla-multi.c: New file.
10710         * gdb.base/vla-multi.exp: New file.
10711
10712 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10713
10714         * gdb.dwarf2/count.exp: New file.
10715
10716 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10717
10718         * gdb.base/vla-sideeffect.c: New file.
10719         * gdb.base/vla-sideeffect.exp: New file.
10720
10721 2014-04-11  Yao Qi  <yao@codesourcery.com>
10722
10723         * gdb.base/completion.exp: Check file exists before running tests
10724         on file completion.
10725
10726 2014-04-10  Pedro Alves  <palves@redhat.com>
10727
10728         * gdb.base/cond-eval-mode.c: New file.
10729         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
10730         prepare_for_testing to build the new file.  Check result of
10731         runto_main.
10732         (test_break, test_watch): New procedures.
10733         (top level): Use them.
10734
10735 2014-04-08  Pierre Muller  <muller@sourceware.org>
10736
10737         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10738         Ctrl-V use for mingw hosts.
10739
10740 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
10741
10742         * gdb.python/py-value.c: Improve test case.
10743         * gdb.python/py-value.exp: Add new test.
10744
10745 2014-04-07  David Blaikie  <dblaikie@gmail.com>
10746
10747         * lib/compiler.c: Identify the clang compiler.
10748         * lib/compiler.cc: Ditto.
10749
10750 2014-04-03  Yao Qi  <yao@codesourcery.com>
10751
10752         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10753
10754 2014-04-01  Anton Blanchard  <anton@samba.org>
10755
10756         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
10757         messages unique.
10758
10759 2014-04-01  Anton Blanchard  <anton@samba.org>
10760
10761         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10762         prepare_for_testing.
10763
10764 2014-04-01  Anton Blanchard  <anton@samba.org>
10765
10766         * gdb.arch/ppc64-atomic-inst.c: Remove.
10767         * gdb.arch/ppc64-atomic-inst.S: New file.
10768         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10769
10770 2014-03-31  Doug Evans  <dje@google.com>
10771
10772         * gdb.base/print-symbol-loading-lib.c: New file.
10773         * gdb.base/print-symbol-loading-main.c: New file.
10774         * gdb.base/print-symbol-loading.exp: New file.
10775
10776 2014-03-31  Yao Qi  <yao@codesourcery.com>
10777
10778         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10779
10780 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
10781
10782         * gdb.ada/mi_dyn_arr: New testcase.
10783
10784 2014-03-27  Doug Evans  <dje@google.com>
10785
10786         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10787
10788 2014-03-27  Yao Qi  <yao@codesourcery.com>
10789
10790         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10791         if target is nios2-*-*.
10792
10793 2014-03-26  Yao Qi  <yao@codesourcery.com>
10794
10795         * lib/gdb.exp (readline_is_used): New proc.
10796         * gdb.base/completion.exp: Move tests on command complete up.
10797         Skip the rest of tests if readline is not used.
10798         * gdb.ada/complete.exp: Skp the test if readline is not
10799         used.
10800         * gdb.base/filesym.exp: Likewise.
10801         * gdb.base/macscp.exp: Likewise.
10802         * gdb.base/readline-ask.exp: Likewise.
10803         * gdb.base/readline.exp: Likewise.
10804         * gdb.python/py-cmd.exp: Likewise.
10805         * gdb.trace/tfile.exp: Likewise.
10806
10807 2014-03-26  Yao Qi  <yao@codesourcery.com>
10808
10809         * gdb.base/macscp.exp: Fix code format issues.
10810
10811 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
10812
10813         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10814         * gdb.asm/powerpc64le.inc: New file.
10815
10816 2014-03-25  Pedro Alves  <palves@redhat.com>
10817             Doug Evans  <dje@google.com>
10818
10819         * gdb.base/source-execution.c: New file.
10820         * gdb.base/source-execution.exp: New file.
10821         * gdb.base/source-execution.gdb: New file.
10822
10823 2014-03-24  Doug Evans  <dje@google.com>
10824
10825         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10826         using fission.
10827
10828 2014-03-24  Hui Zhu  <hui@codesourcery.com>
10829             Pedro Alves  <palves@redhat.com>
10830
10831         PR breakpoints/16101
10832         * gdb.base/dprintf.exp: Use unsupported rather than changing the
10833         test pass/fail messages.  Detect missing support for dprintf when
10834         breakpoints are actually inserted.
10835         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10836         breakpoints are actually inserted.
10837         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10838         fails.
10839
10840 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10841
10842         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10843
10844 2014-03-22  Doug Evans  <xdje42@gmail.com>
10845
10846         * gdb.python/python.exp (python not supported): Verify multi-line
10847         python command issues an error.
10848         * gdb.guile/guile.exp (guile not supported): Verify multi-line
10849         guile command issues an error.
10850
10851 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
10852
10853         * gdb.threads/thread-specific.exp: Handle the lack of usable
10854         $this_breakpoint and $this_thread.
10855
10856 2014-03-21  Hui Zhu  <hui@codesourcery.com>
10857
10858         * gdb.base/attach.exp (do_command_attach_tests): New.
10859
10860 2014-03-20  Tom Tromey  <tromey@redhat.com>
10861             Pedro Alves  <palves@redhat.com>
10862
10863         PR cli/15718
10864         * gdb.base/condbreak-call-false.c: New file.
10865         * gdb.base/condbreak-call-false.exp: New file.
10866
10867 2014-03-20  Pedro Alves  <palves@redhat.com>
10868
10869         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10870         Delete.
10871         (block_signals, unblock_signals): Delete.
10872         (child_function_2, main): Remove references to deleted variable
10873         and functions.
10874
10875 2014-03-20  Pedro Alves  <palves@redhat.com>
10876
10877         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10878         Use pthread_kill to signal thread 2.
10879         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10880         Adjust to make the test send itself a signal rather than using the
10881         host's "kill" command.
10882
10883 2014-03-20  Pedro Alves  <palves@redhat.com>
10884
10885         * gdb.threads/multiple-step-overs.c: New file.
10886         * gdb.threads/multiple-step-overs.exp: New file.
10887         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10888         Adjust expected infrun debug output.
10889
10890 2014-03-20  Pedro Alves  <palves@redhat.com>
10891
10892         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10893         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10894
10895 2014-03-20  Pedro Alves  <palves@redhat.com>
10896
10897         PR breakpoints/7143
10898         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10899         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
10900         of gdb_test_multiple.
10901         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10902         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10903
10904 2014-03-20  Pedro Alves  <palves@redhat.com>
10905
10906         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10907         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10908
10909 2014-03-19  Pedro Alves  <palves@redhat.com>
10910
10911         * gdb.base/async.exp: Remove early return.
10912
10913 2014-03-19  Pedro Alves  <palves@redhat.com>
10914
10915         * gdb.base/async.exp (step& tests): Pass explicit test messages.
10916
10917 2014-03-19  Pedro Alves  <palves@redhat.com>
10918
10919         * gdb.base/async.exp (test_background): Expect \r\n after
10920         "completed." in the fail pattern.
10921
10922 2014-03-19  Pedro Alves  <palves@redhat.com>
10923
10924         * gdb.base/async.exp (test_background): New procedure.
10925         Use it for all background execution command tests.
10926
10927 2014-03-19  Pedro Alves  <palves@redhat.com>
10928
10929         * gdb.base/async.exp: Use prepare_for_testing.
10930
10931 2014-03-19  Pedro Alves  <palves@redhat.com>
10932
10933         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
10934         the same line.
10935
10936 2014-03-19  Pedro Alves  <palves@redhat.com>
10937
10938         * gdb.base/async.c (main): Add "jump here" and "until here" line
10939         marker comments.
10940         * gdb.base/async.exp (jump_here): New global.
10941         (jump& test): Use it.
10942         (until_here): New global.
10943         (until& test): Use it.
10944
10945 2014-03-19  Pedro Alves  <palves@redhat.com>
10946
10947         * gdb.base/async.exp: Don't frob gdb_protocol.
10948
10949 2014-03-18  Doug Evans  <xdje42@gmail.com>
10950
10951         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
10952         Fix spelling of exec-done-display.
10953
10954 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10955
10956         PR gdb/15358
10957         * gdb.base/gdb-sigterm.c: New file.
10958         * gdb.base/gdb-sigterm.exp: New file.
10959
10960 2014-03-18  Pedro Alves  <palves@redhat.com>
10961
10962         PR gdb/13860
10963         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10964         * lib/mi-support.exp (mi_expect_stop): Add special handling for
10965         solib-event.
10966
10967 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
10968
10969         * gdb.ada/pckd_arr_ren: New testcase.
10970
10971 2014-03-13  Doug Evans  <xdje42@gmail.com>
10972
10973         PR guile/16612
10974         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10975         collect after discarding symbols.
10976
10977 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
10978             Doug Evans  <xdje42@gmail.com>
10979
10980         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10981         to history survives a gc.
10982
10983 2014-03-13  Pedro Alves  <palves@redhat.com>
10984
10985         * gdb.base/default.exp: Don't test "target procfs".
10986
10987 2014-03-13  Pedro Alves  <palves@redhat.com>
10988
10989         * gdb.base/default.exp: Update "target child" and "target procfs"
10990         tests to not expect "Unix".
10991
10992 2014-03-12  Tom Tromey  <tromey@redhat.com>
10993
10994         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10995         New procs.  Add target-async tests.
10996         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10997         Add target-async tests.
10998
10999 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11000
11001         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11002         'func_start' and 'func_end' for the beginning and end of the
11003         function code, respectively.
11004         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11005         'func_end' instead of 'func' and 'main'.
11006
11007 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11008
11009         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11010         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11011         generate the debug info assembler source.
11012
11013 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11014
11015         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11016         * gdb.dwarf2/arr-subrange.exp: Likewise.
11017         * gdb.dwarf2/dwz.exp: Likewise.
11018         * gdb.dwarf2/method-ptr.exp: Likewise.
11019         * gdb.dwarf2/missing-sig-type.exp: Likewise.
11020         * gdb.dwarf2/subrange.exp: Likewise.
11021         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11022         * gdb.dwarf2/implptrpiece.exp: Likewise.
11023         * gdb.dwarf2/nostaticblock.exp: Likewise.
11024
11025 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11026
11027         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11028         directory to absolute path name arguments.
11029
11030 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
11031
11032         * gdb.ada/tagged_access: New testcase.
11033
11034 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
11035
11036         * gdb.btrace/data.exp: Update expected output.
11037
11038 2014-03-06  Yao Qi  <yao@codesourcery.com>
11039
11040         * gdb.trace/pr16508.exp: New file.
11041
11042 2014-03-05  Pedro Alves  <palves@redhat.com>
11043
11044         PR gdb/16575
11045         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11046         procedure.
11047         (top level): Adjust to use it.  Add tests that exercise breakpoint
11048         interaction with the code-cache.
11049
11050 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
11051
11052         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11053         test for 'history-append!'.
11054
11055 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
11056
11057         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11058         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11059         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11060         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11061         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11062         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11063
11064 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
11065
11066         * testsuite/gdb.python/py-pp-re-notag.c: New file.
11067         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11068         * testsuite/gdb.python/py-pp-re-notag.p: New file.
11069
11070 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
11071
11072         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11073
11074 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
11075
11076         * gdb.dwarf2/arr-stride.c: New file.
11077         * gdb.dwarf2/arr-stride.exp: New file.
11078
11079 2014-02-26  Pedro Alves  <palves@redhat.com>
11080
11081         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11082         that won't ever trigger.  Make sure that GDB reports the correct
11083         breakpoint that caused the stop.
11084
11085 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
11086
11087         PR gdb/16626
11088         * gdb.base/auto-load-script: New file.
11089         * gdb.base/auto-load.c: New file.
11090         * gdb.base/auto-load.exp: New file.
11091
11092         PR gdb/16626
11093         * gdb.base/auto-load.exp: Fix out-of-srctree run.
11094
11095 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
11096
11097         Fix dw2-icycle.exp -fsanitize=address GDB crash.
11098         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11099
11100 2014-02-24  Doug Evans  <dje@google.com>
11101
11102         * lib/gdb.exp (run_on_host): Log error output if program fails.
11103
11104 2014-02-21  Pedro Alves  <palves@redhat.com>
11105
11106         * gdb.threads/step-after-sr-lock.c: Rename to ...
11107         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11108         * gdb.threads/step-after-sr-lock.exp: Rename to ...
11109         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11110         ... this.
11111
11112 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11113
11114         PR tdep/16397
11115         * gdb.arch/amd64-stap-special-operands.exp: New file.
11116         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11117         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11118         * gdb.arch/amd64-stap-triplet.S: Likewise.
11119         * gdb.arch/amd64-stap-triplet.c: Likewise.
11120
11121 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
11122
11123         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11124         in .section pseudo-op.
11125
11126 2014-02-20  lin zuojian  <manjian2006@gmail.com>
11127             Joel Brobecker  <brobecker@adacore.com>
11128             Doug Evans  <xdje42@gmail.com>
11129
11130         PR symtab/16581
11131         * gdb.dwarf2/dw2-icycle.S: New file.
11132         * gdb.dwarf2/dw2-icycle.c: New file.
11133         * gdb.dwarf2/dw2-icycle.exp: New file.
11134
11135 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
11136
11137         * gdb.python/py-value-cc.cc: Improve test case to enable testing
11138         operations on gdb.Value objects.
11139         * gdb.python/py-value-cc.exp: Add new test to test operations on
11140         gdb.Value objects.
11141
11142 2014-02-18  Doug Evans  <dje@google.com>
11143
11144         * Makefile.in (TESTS): New variable.
11145         (expanded_tests, expanded_tests_or_none): New variables
11146         (check-single): Pass $(expanded_tests_or_none) to runtest.
11147         (check-parallel): Only run tests in $(TESTS) if non-empty.
11148         (check/no-matching-tests-found): New rule.
11149         * README: Document TESTS makefile variable.
11150
11151 2014-02-18  Doug Evans  <dje@google.com>
11152
11153         * Makefile.in (check-parallel): rm -rf outputs temp.
11154
11155 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11156
11157         Fix "ERROR: no fileid for" in the testsuite.
11158         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11159
11160 2014-02-12  Doug Evans  <dje@google.com>
11161
11162         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11163         (MISCELLANEOUS): New variable.
11164         (clean): rm -rf $(MISCELLANEOUS).
11165         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11166         dwp live in the same directory as symlinks, with each symlink pointed
11167         to a differently named file in a different directory.
11168
11169 2014-02-11  Doug Evans  <dje@google.com>
11170
11171         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11172         of Tcl file commands.
11173
11174 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
11175
11176         * gdb.threads/step-after-sr-lock.exp: Avoid executing
11177         "kill -SIGUSR1 -1".
11178
11179 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
11180
11181         * gdb.ada/tick_length_array_enum_idx: New testcase.
11182
11183 2014-02-10  Doug Evans  <xdje42@gmail.com>
11184
11185         * configure.ac (AC_OUTPUT): Add gdb.guile.
11186         * configure: Regenerate.
11187         * lib/gdb-guile.exp: New file.
11188         * lib/gdb.exp (get_target_charset): New function.
11189         * gdb.base/help.exp: Update expected output from "apropos apropos".
11190         * gdb.guile/Makefile.in: New file.
11191         * gdb.guile/guile.exp: New file.
11192         * gdb.guile/scm-arch.c: New file.
11193         * gdb.guile/scm-arch.exp: New file.
11194         * gdb.guile/scm-block.c: New file.
11195         * gdb.guile/scm-block.exp: New file.
11196         * gdb.guile/scm-breakpoint.c: New file.
11197         * gdb.guile/scm-breakpoint.exp: New file.
11198         * gdb.guile/scm-disasm.c: New file.
11199         * gdb.guile/scm-disasm.exp: New file.
11200         * gdb.guile/scm-equal.c: New file.
11201         * gdb.guile/scm-equal.exp: New file.
11202         * gdb.guile/scm-error.exp: New file.
11203         * gdb.guile/scm-error.scm: New file.
11204         * gdb.guile/scm-frame-args.c: New file.
11205         * gdb.guile/scm-frame-args.exp: New file.
11206         * gdb.guile/scm-frame-args.scm: New file.
11207         * gdb.guile/scm-frame-inline.c: New file.
11208         * gdb.guile/scm-frame-inline.exp: New file.
11209         * gdb.guile/scm-frame.c: New file.
11210         * gdb.guile/scm-frame.exp: New file.
11211         * gdb.guile/scm-generics.exp: New file.
11212         * gdb.guile/scm-gsmob.exp: New file.
11213         * gdb.guile/scm-iterator.c: New file.
11214         * gdb.guile/scm-iterator.exp: New file.
11215         * gdb.guile/scm-math.c: New file.
11216         * gdb.guile/scm-math.exp: New file.
11217         * gdb.guile/scm-objfile-script-gdb.in: New file.
11218         * gdb.guile/scm-objfile-script.c: New file.
11219         * gdb.guile/scm-objfile-script.exp: New file.
11220         * gdb.guile/scm-objfile.c: New file.
11221         * gdb.guile/scm-objfile.exp: New file.
11222         * gdb.guile/scm-ports.exp: New file.
11223         * gdb.guile/scm-pretty-print.c: New file.
11224         * gdb.guile/scm-pretty-print.exp: New file.
11225         * gdb.guile/scm-pretty-print.scm: New file.
11226         * gdb.guile/scm-section-script.c: New file.
11227         * gdb.guile/scm-section-script.exp: New file.
11228         * gdb.guile/scm-section-script.scm: New file.
11229         * gdb.guile/scm-symbol.c: New file.
11230         * gdb.guile/scm-symbol.exp: New file.
11231         * gdb.guile/scm-symtab-2.c: New file.
11232         * gdb.guile/scm-symtab.c: New file.
11233         * gdb.guile/scm-symtab.exp: New file.
11234         * gdb.guile/scm-type.c: New file.
11235         * gdb.guile/scm-type.exp: New file.
11236         * gdb.guile/scm-value-cc.cc: New file.
11237         * gdb.guile/scm-value-cc.exp: New file.
11238         * gdb.guile/scm-value.c: New file.
11239         * gdb.guile/scm-value.exp: New file.
11240         * gdb.guile/source2.scm: New file.
11241         * gdb.guile/types-module.cc: New file.
11242         * gdb.guile/types-module.exp: New file.
11243
11244 2014-02-10  Yao Qi  <yao@codesourcery.com>
11245
11246         PR testsuite/16543
11247         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11248         * configure: Regenerated.
11249         * Makefile.in: New file.
11250
11251 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
11252
11253         * gdb.python/py-framefilter.exp: Fix typo.
11254
11255 2014-02-08  Yao Qi  <yao@codesourcery.com>
11256
11257         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11258         that no =breakpoint-modified is emitted when breakpoints are
11259         modified through MI commands.
11260
11261 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
11262             Pedro Alves  <palves@redhat.com>
11263
11264         * gdb.threads/step-after-sr-lock.c: New file.
11265         * gdb.threads/step-after-sr-lock.exp: New file.
11266
11267 2014-02-07  Pedro Alves  <palves@redhat.com>
11268
11269         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11270
11271 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
11272
11273         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11274         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11275
11276 2014-02-06  Doug Evans  <xdje42@gmail.com>
11277
11278         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11279         output.
11280
11281         * gdb.gdb/python-interrupts.exp: New file.
11282
11283 2014-02-05  Yao Qi  <yao@codesourcery.com>
11284
11285         * gdb.trace/report.exp (use_collected_data): Test the output
11286         of "info threads" and "info inferiors".
11287
11288 2014-02-05  Yao Qi  <yao@codesourcery.com>
11289
11290         Revert this patch:
11291
11292         2013-05-24  Yao Qi  <yao@codesourcery.com>
11293
11294         * gdb.trace/tfile.exp: Test inferior and thread.
11295
11296 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11297
11298         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11299         on a function.
11300         * gdb.base/step-bt.c: Call hello via function pointer to make
11301         sure its first instruction is executed on powerpc64le-linux.
11302
11303 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11304
11305         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11306
11307 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11308
11309         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
11310         of the test patterns for use on little-endian systems.
11311
11312 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
11313
11314         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11315         (decimal_vector): Fix for little-endian.
11316
11317 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
11318
11319         * gdb.arch/sparc-sysstep.exp: New file.
11320         * gdb.arch/sparc-sysstep.c: Likewise.
11321
11322         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11323
11324 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
11325
11326         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11327
11328 2014-01-23  Tom Tromey  <tromey@redhat.com>
11329
11330         * gdb.ada/array_char_idx: New testcase.
11331
11332 2014-01-23  Tom Tromey  <tromey@redhat.com>
11333
11334         PR python/16487:
11335         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11336         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11337         classes.
11338
11339 2014-01-23  Tom Tromey  <tromey@redhat.com>
11340
11341         PR python/16491:
11342         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11343         string from an inferior frame.
11344         * gdb.python/py-framefilter-mi.exp: Update.
11345
11346 2014-01-22  Doug Evans  <dje@google.com>
11347
11348         * gdb.server/server-mon.exp: Add tests for "set debug-format".
11349
11350 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11351
11352         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11353
11354 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11355
11356         * gdb.trace/entry-values.exp: Remove excess space character from
11357         regex patterns.  Handle s390 call instruction.
11358
11359 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11360
11361         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11362         define "*_start" label.  Make "name" static.
11363         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11364         ${name} by references to ${name}_start.
11365
11366 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11367
11368         * gdb.base/info-macros.exp: Remove "debug" from the compile
11369         options.
11370
11371 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11372
11373         * gdb.dlang/demangle.exp: New file.
11374
11375 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11376
11377         * gdb.dlang/primitive-types.exp: New file.
11378
11379 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
11380
11381         * configure.ac: Create gdb.dlang/Makefile.
11382         * configure: Regenerate.
11383         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11384         * gdb.dlang/Makefile.in: New file.
11385         * lib/d-support.exp: New file.
11386         * lib/gdb.exp (skip_d_tests): New proc.
11387
11388 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11389
11390         * gdb.btrace/delta.exp: Check reverse stepi.
11391         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
11392         * gdb.btrace/finish.exp: New.
11393         * gdb.btrace/next.exp: New.
11394         * gdb.btrace/nexti.exp: New.
11395         * gdb.btrace/record_goto.c: Add comments.
11396         * gdb.btrace/step.exp: New.
11397         * gdb.btrace/stepi.exp: New.
11398         * gdb.btrace/multi-thread-step.c: New.
11399         * gdb.btrace/multi-thread-step.exp: New.
11400         * gdb.btrace/rn-dl-bind.c: New.
11401         * gdb.btrace/rn-dl-bind.exp: New.
11402         * gdb.btrace/data.c: New.
11403         * gdb.btrace/data.exp: New.
11404         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11405
11406 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11407
11408         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11409         * gdb.btrace/exception.exp: Update.
11410         * gdb.btrace/instruction_history.exp: Update.
11411         * gdb.btrace/record_goto.exp: Update.
11412         * gdb.btrace/tailcall.exp: Update.
11413         * gdb.btrace/unknown_functions.exp: Update.
11414         * gdb.btrace/delta.exp: New.
11415
11416 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11417
11418         * gdb.btrace/record_goto.exp: Add backtrace test.
11419         * gdb.btrace/tailcall.exp: Add backtrace test.
11420
11421 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11422
11423         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11424         * gdb.btrace/record_goto.c: New.
11425         * gdb.btrace/record_goto.exp: New.
11426         * gdb.btrace/x86-record_goto.S: New.
11427
11428 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11429
11430         * gdb.btrace/function_call_history.exp: Update tests.
11431         * gdb.btrace/instruction_history.exp: Update tests.
11432
11433 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11434
11435         * gdb.btrace/function_call_history.exp: Fix expected field
11436         order for "record function-call-history".
11437         Add new tests for "record function-call-history /c".
11438         * gdb.btrace/exception.cc: New.
11439         * gdb.btrace/exception.exp: New.
11440         * gdb.btrace/tailcall.exp: New.
11441         * gdb.btrace/x86-tailcall.S: New.
11442         * gdb.btrace/x86-tailcall.c: New.
11443         * gdb.btrace/unknown_functions.c: New.
11444         * gdb.btrace/unknown_functions.exp: New.
11445         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11446
11447 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11448
11449         * gdb.btrace/instruction_history.exp: Update.
11450         * gdb.btrace/function_call_history.exp: Update.
11451
11452 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11453
11454         * gdb.btrace/function_call_history.exp: Fix expected function
11455         trace.
11456         * gdb.btrace/instruction_history.exp: Initialize traced.
11457         Remove traced_functions.
11458
11459 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11460
11461         * gdb.btrace/function_call_history.exp: Update
11462         * gdb.btrace/instruction_history.exp: Update.
11463
11464 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11465
11466         * gdb.btrace/enable.exp: Update expected text.
11467
11468 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
11469
11470         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11471         bytes.
11472
11473 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
11474
11475         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11476
11477 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
11478
11479         * lib/gdb.exp (supports_process_record): Return true for
11480         arm*-linux*.  (supports_reverse): Likewise.
11481
11482 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
11483
11484         PR python/15464
11485         PR python/16113
11486         * gdb.python/py-type.c: Enhance test case.
11487         * gdb.python/py-value-cc.cc: Likewise
11488         * gdb.python/py-type.exp: Add new tests.
11489         * gdb.python/py-value-cc.exp: Likewise
11490
11491 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11492             Pedro Alves <palves@redhat.com>
11493
11494         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11495         Make "name" extern.
11496         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11497         references to ${name}_start by references to ${name}.
11498
11499 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
11500
11501         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11502
11503 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
11504
11505         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11506
11507 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
11508             Pedro Alves  <palves@redhat.com>
11509
11510         * gdb.mi/mi-info-os.exp: Connect to the target with
11511         mi_gdb_target_load.
11512
11513 2014-01-08  Pedro Alves  <palves@redhat.com>
11514
11515         * gdb.threads/reconnect-signal.c: New file.
11516         * gdb.threads/reconnect-signal.exp: New file.
11517
11518 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11519
11520         * gdb.base/source-dir.exp: New file.
11521
11522 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11523
11524         * gdb.ada/mi_interface: New testcase.
11525
11526 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11527
11528         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11529         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11530         gdb.ada/pp-rec-component/pck.ads: New files.
11531
11532 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11533
11534         * gdb.python/py-pp-integral.c: New file.
11535         * gdb.python/py-pp-integral.py: New file.
11536         * gdb.python/py-pp-integral.exp: New file.
11537
11538 For older changes see ChangeLog-1993-2013.
11539 \f
11540 ;; Local Variables:
11541 ;; mode: change-log
11542 ;; left-margin: 8
11543 ;; fill-column: 74
11544 ;; version-control: never
11545 ;; End:
11546
11547     Copyright 2014-2017 Free Software Foundation, Inc.
11548   Copying and distribution of this file, with or without modification,
11549   are permitted provided the copyright notice and this notice are preserved.