[gdb/testsuite] Fix .debug_aranges in watch-loc.c
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-05-07  Tom de Vries  <tdevries@suse.de>
2
3         PR testsuite/24522
4         * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5         section.
6
7 2019-05-07  Tom de Vries  <tdevries@suse.de>
8
9         PR testsuite/24522
10         * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
11         .debug_aranges section.
12
13 2019-05-07  Tom de Vries  <tdevries@suse.de>
14
15         PR testsuite/24159
16         * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
17
18 2019-05-06  Tom de Vries  <tdevries@suse.de>
19
20         * lib/gdb.exp (exec_has_index_section): New proc.
21         * gdb.base/index-cache.exp: Handle case that binfile contains an index
22         section.
23
24 2019-05-04  Tom de Vries  <tdevries@suse.de>
25
26         * boards/cc-with-debug-names.exp: New file.
27
28 2019-05-03  Tom Tromey  <tromey@adacore.com>
29
30         * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
31         * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
32         * gdb.ada/char_enum.exp: Add test.
33
34 2019-05-03  Tom de Vries  <tdevries@suse.de>
35
36         * boards/cc-with-gdb-index.exp: New file.
37
38 2019-05-02  Andrew Burgess  <andrew.burgess@embecosm.com>
39
40         * gdb.rust/simple.exp: Add new test case.
41         * gdb.rust/simple.rs (struct StringAtOffset): New struct.
42         (main): Initialise an instance of the new struct.
43
44 2019-05-01  Tom Tromey  <tromey@adacore.com>
45
46         * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
47         record.
48         (NPR): New variable.
49         * gdb.ada/packed_array_assign.exp: Add nested packed assignment
50         test.
51
52 2019-05-01  Tom Tromey  <tromey@adacore.com>
53
54         * gdb.ada/packed_array_assign.exp: Add packed assignment
55         regression test.
56
57 2019-05-01  Tom de Vries  <tdevries@suse.de>
58
59         * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
60
61 2019-05-01  Tom de Vries  <tdevries@suse.de>
62
63         * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
64
65 2019-04-30  Ali Tamur  <tamur@google.com>
66
67         * lib/dwarf.exp(): Added DW_FORM_strx1-4.
68
69 2019-04-30  Tom Tromey  <tromey@adacore.com>
70
71         * lib/ada.exp (find_ada_tool): New proc.
72         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
73         * gdb.ada/catch_ex_std.exp: New file.
74         * gdb.ada/catch_ex_std/foo.adb: New file.
75         * gdb.ada/catch_ex_std/some_package.adb: New file.
76         * gdb.ada/catch_ex_std/some_package.ads: New file.
77
78 2019-04-30  Tom Tromey  <tromey@adacore.com>
79
80         PR c++/24470:
81         * gdb.cp/temargs.cc: Add test code from PR.
82
83 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
84
85         * gdb.fortran/vla-datatypes.exp: Update expected results.
86         * gdb.fortran/vla-ptype.exp: Likewise.
87         * gdb.fortran/vla-type.exp: Likewise.
88         * gdb.fortran/vla-value.exp: Likewise.
89
90 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
91
92         * gdb.fortran/ptr-indentation.exp: Update expected results.
93         * gdb.fortran/ptype-on-functions.exp: Likewise.
94         * gdb.fortran/vla-ptr-info.exp: Likewise.
95         * gdb.fortran/vla-value.exp: Likewise.
96
97 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
98
99         * gdb.fortran/ptype-on-functions.exp: New file.
100         * gdb.fortran/ptype-on-functions.f90: New file.
101
102 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
103
104         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
105         case void string.
106
107 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
108
109         * gdb.fortran/complex.exp: Expand.
110         * gdb.fortran/complex.f: Renamed to...
111         * gdb.fortran/complex.f90: ...this, and extended to add more
112         complex values.
113
114 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
115
116         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
117         MODULO, CMPLX.
118
119 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
120             Richard Bunt  <richard.bunt@arm.com>
121
122         * gdb.base/max-depth.c: New file.
123         * gdb.base/max-depth.exp: New file.
124         * gdb.python/py-nested-maps.c: New file.
125         * gdb.python/py-nested-maps.exp: New file.
126         * gdb.python/py-nested-maps.py: New file.
127         * gdb.python/py-format-string.exp (test_max_depth): New proc.
128         (test_all_common): Call test_max_depth.
129         * gdb.fortran/max-depth.exp: New file.
130         * gdb.fortran/max-depth.f90: New file.
131         * gdb.go/max-depth.exp: New file.
132         * gdb.go/max-depth.go: New file.
133         * gdb.modula2/max-depth.exp: New file.
134         * gdb.modula2/max-depth.c: New file.
135         * lib/gdb.exp (get_print_expr_at_depths): New proc.
136
137 2019-04-29  Tom de Vries  <tdevries@suse.de>
138
139         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
140
141 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
142
143         * gdb.base/callexit.exp: Test may-call-functions off.
144
145 2019-04-25  Keith Seitz  <keiths@redhat.com>
146
147         PR c++/24367
148         * gdb.cp/meth-typedefs.cc (incomplete_struct)
149         (another_incomplete_struct, test_incomplete): New definitions.
150         (main): Use new definitions.
151         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
152         functions.
153
154 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
155
156         PR corefiles/11608
157         PR corefiles/18187
158         * gdb.base/coredump-filter-build-id.exp: New file.
159
160 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
161
162         * Makefile.in: Pass through GDBSERVER_DEBUG.
163         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
164         (gdbserver,debug): Add board setting.
165         * gdb.trace/tspeed.exp: Skip when debugging.
166         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
167         * lib/gdbserver-support.exp: Likewise
168
169 2019-04-24  Tom Tromey  <tromey@adacore.com>
170
171         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
172         Rust.
173
174 2019-04-24  Tom Tromey  <tromey@adacore.com>
175
176         * gdb.arch/amd64-eval.exp: Test bitfield return.
177         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
178         (class Foo) <return_bitfields>: New method.
179         (main): Call it.
180
181 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
182
183         * gdb.cp/many-args.cc: New file.
184         * gdb.cp/many-args.exp: New file.
185
186 2019-04-23  Tom de Vries  <tdevries@suse.de>
187
188         PR gdb/24433
189         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
190
191 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
192
193         * gdb.trace/backtrace.exp: Use nopie flag.
194         * gdb.trace/circ.exp: Likewise.
195         * gdb.trace/collection.exp: Likewise.
196         * gdb.trace/ftrace.exp: Likewise.
197         * gdb.trace/mi-trace-unavailable.exp: Likewise.
198         * gdb.trace/mi-traceframe-changed.exp: Likewise.
199         * gdb.trace/qtro.exp: Likewise.
200         * gdb.trace/read-memory.exp: Likewise.
201         * gdb.trace/report.exp: Likewise.
202         * gdb.trace/tfile.exp: Likewise.
203         * gdb.trace/tfind.exp: Likewise.
204         * gdb.trace/unavailable.exp: Likewise.
205
206 2019-04-22  Pedro Alves  <palves@redhat.com>
207
208         * gdb.base/solib-probes-nosharedlibrary.c,
209         gdb.base/solib-probes-nosharedlibrary.exp: New files.
210
211 2019-04-19  Tom Tromey  <tromey@adacore.com>
212
213         * gdb.ada/ptype_union.c: New file.
214         * gdb.ada/ptype_union.exp: New file.
215
216 2019-04-19  Tom Tromey  <tromey@adacore.com>
217
218         PR symtab/24423:
219         * gdb.base/list0.h (foo): Add a control-l character.
220
221 2019-04-18  Tom de Vries  <tdevries@suse.de>
222
223         PR gdb/24433
224         * boards/local-board.exp: Set sysroot to "".
225
226 2019-04-18  Tom de Vries  <tdevries@suse.de>
227             Pedro Alves  <palves@redhat.com>
228
229         PR gdb/24454
230         * gdb.threads/vfork-follow-child-exec.c: New file.
231         * gdb.threads/vfork-follow-child-exec.exp: New file.
232         * gdb.threads/vfork-follow-child-exit.c: New file.
233         * gdb.threads/vfork-follow-child-exit.exp: New file.
234
235 2019-04-15  Leszek Swirski  <leszeks@google.com>
236
237         * gdb.arch/amd64-eval.cc: New file.
238         * gdb.arch/amd64-eval.exp: New file.
239
240 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
241
242         * gdb.server/sysroot.c: New test.
243         * gdb.server/sysroot.exp: New file.
244         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
245         matching param.
246
247 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
248
249         * gdb.base/align.exp: Extend test to cover structures containing
250         only static fields.
251
252 2019-04-11  Tom de Vries  <tdevries@suse.de>
253
254         * boards/cc-with-dwz-m.exp: New file.
255         * boards/cc-with-dwz.exp: New file.
256         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
257
258 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
259
260         * gdb.base/start-cpp.exp: New file.
261         * gdb.base/start-cpp.cc: New file.
262
263 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
264
265         * gdb.python/py-thrhandle.exp: Adjust tests to call
266         thread_from_handle instead of thread_from_thread_handle.
267
268 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
269
270         * gdb.python/py-thrhandle.exp: Add tests for
271         gdb.InferiorThread.handle.
272
273 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
274
275         * gdb.python/py-function.exp: Check calling helper function from
276         all languages.
277         * lib/gdb.exp (gdb_supported_languages): New proc.
278
279 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
280
281         * gdb.base/complex-parts.c: New file.
282         * gdb.base/complex-parts.exp: New file.
283
284 2019-04-01  Tom Tromey  <tromey@adacore.com>
285
286         PR symtab/23331:
287         * gdb.dwarf2/dw2-ranges-main.c: New file.
288         * gdb.dwarf2/dw2-ranges-psym.c: New file.
289         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
290
291 2019-03-30  Simon Marchi <simark@simark.ca>
292
293         * gdb.base/default.exp: Add values for $_gdb_major and
294         $_gdb_minor.
295
296 2019-03-29  Tom Tromey  <tromey@adacore.com>
297
298         * gdb.base/help.exp: Tighten apropos regexp.
299
300 2019-03-29  Keith Seitz  <keiths@redhat.com>
301
302         * gdb.fortran/array-bounds.exp: New file.
303         * gdb.fortran/array-bounds.f90: New file.
304
305 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
306
307         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
308
309 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
310
311         * gdb.multi/hello.c (main): Increase alarm timer.
312
313 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
314
315         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
316         factor when no hardware watchpoint support.
317
318 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
319             Pedro Alves  <palves@redhat.com>
320
321         * boards/local-board.exp: set sysroot to /.
322
323 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
324
325         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
326         in child.
327
328 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
329
330         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
331         field.
332         (make_container): Initialise new field.
333         * gdb.python/py-prettyprint.exp: Add new tests.
334         * gdb.python/py-prettyprint.py (class ContainerPrinter)
335         <display_hint>: New method.
336
337 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
338
339         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
340         gdb_continue_to_breakpoint more throughout this test.
341         (run_lang_tests) Supply unique test names, and use
342         gdb_test_no_output.
343
344 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
345
346         * gdb.base/finish-pretty.exp: Update expected results.
347         * gdb.base/pretty-print.c: New file.
348         * gdb.base/pretty-print.exp: New file.
349
350 2019-03-25  Pedro Alves  <palves@redhat.com>
351
352         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
353         move comments outside list.  Append '-i "" eof' section.
354
355 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
356
357         * README: Add pie options.
358         * gdb.base/break-interp.exp: Ensure pie is disabled.
359         * gdb.base/dump.exp: Likewise.
360         * lib/gdb.exp (gdb_compile): Add pie option.
361
362 2019-03-19  Tom Tromey  <tromey@adacore.com>
363
364         * gdb.mi/mi2-cli-display.c: New file.
365         * gdb.mi/mi2-cli-display.exp: New file.
366
367 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
368             Tom Tromey  <tromey@adacore.com>
369
370         * gdb.ada/ptype_array/pck.adb: New file.
371         * gdb.ada/ptype_array/pck.ads: New file.
372         * gdb.ada/ptype_array/foo.adb: New file.
373         * gdb.ada/ptype_array.exp: New file.
374
375 2019-03-14  Tom Tromey  <tromey@adacore.com>
376
377         * gdb.base/style.exp: Add "set style sources" test.
378
379 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
380
381         * mi-breakpoint-location-ena-dis.exp: Rename to ...
382         * mi-breakpoint-multiple-locations.exp: ... this.
383         (make_breakpoints_pattern): New proc.
384         (do_test): Add mi_version parameter, test -break-insert,
385         -break-info and =breakpoint-created.
386
387 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
388
389         * config/default.exp: Remove 'load_lib gdb.exp'.
390         * config/monitor.exp: Likewise.
391         * config/sid.exp: Likewise.
392         * config/sim.exp: Likewise.
393         * config/slite.exp: Likewise.
394         * config/unix.exp: Likewise.
395         * gdb.base/default.exp: Remove unhelpful comment.
396
397 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
398
399         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
400
401 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
402
403         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
404
405 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
406
407         * gdb.fortran/type-kinds.exp: Update expected results.
408
409 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
410
411         * gdb.fortran/type-kinds.exp: Test new integer type kind.
412
413 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
414
415         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
416         function.
417         (test_basic_parsing_of_type_kinds): Expand types tested.
418         (test_parsing_invalid_type_kinds): New function.
419
420 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
421
422         * gdb.fortran/intrinsics.exp: New file.
423         * gdb.fortran/intrinsics.f90: New file.
424         * gdb.fortran/type-kinds.exp: New file.
425
426 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
427
428         * gdb.fortran/dot-ops.exp: New file.
429
430 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
431
432         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
433         Check upper and lower case logical literals.
434
435 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
436
437         * gdb.fortran/types.exp (test_float_literal_types_accepted):
438         Remove duplicate tests.
439
440 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
441
442         * lib/gdb.exp (builtin_cd): rename of cd.
443         (cd): Override builtin.
444
445 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
446
447         * gdb.fortran/function-calls.exp: New file.
448         * gdb.fortran/function-calls.f90: New test.
449
450 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
451
452         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
453         on user program standard output.
454         * gdb.fortran/short-circuit-argument-list.f90: Record function
455         calls.
456
457 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
458
459         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
460         failure.
461
462 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
463
464         PR gdb/8527
465         * gdb.base/interrupt-daemon-attach.c,
466         gdb.base/interrupt-daemon-attach.exp: New test.
467
468 2019-02-27  Pedro Alves  <palves@redhat.com>
469
470         * gdb.base/page.exp: Add tests for "set width/height -1".
471
472 2019-02-27  Pedro Alves  <palves@redhat.com>
473
474         * gdb.base/page.exp: Add tests for "set/show width/height" with
475         "infinite" values.
476
477 2019-02-27  Tom Tromey  <tromey@adacore.com>
478
479         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
480         2.4.
481         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
482         workaround.
483
484 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
485
486         * gdb.base/align.exp: Extend to compile in both C and C++, and add
487         tests for structs with static members.
488
489 2019-02-26  Tom Tromey  <tromey@adacore.com>
490
491         * gdb.python/py-value.exp (test_value_from_buffer): Check for
492         ValueError, not TypeError.
493
494 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
495
496         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
497         call from main program.
498
499 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
500
501         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
502         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
503         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
504         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
505         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
506
507 2019-02-22  Keith Seitz  <keiths@redhat.com>
508
509         PR symtab/23853
510         * gdb.base/symlink-sourcefile.c: New file.
511         * gdb.base/symlink-sourcefile.exp: New file.
512
513 2019-02-20  Tom Tromey  <tom@tromey.com>
514
515         * gdb.base/info_qt.exp: Update.
516
517 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
518
519         * gdb.base/source.exp: Move "error in sourced script" code to
520         the end.
521         * gdb.base/source-error.gdb: Move contents to
522         source-error-1.gdb.  Add new code to source source-error-1.gdb.
523         * gdb.base/source-error-1.gdb: New file, from previous
524         source-error.gdb.
525
526 2019-02-17  Tom Tromey  <tom@tromey.com>
527
528         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
529         for macro styling.
530         * gdb.base/style.c (SOME_MACRO): New macro.
531
532 2019-02-17  Tom Tromey  <tom@tromey.com>
533
534         * gdb.base/style.exp: Add line-wrapping tests.
535         * gdb.base/page.exp: Add test for quitting during pagination.
536
537 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
538
539         * gdb.ada/big_packed_array: New testcase.
540         * gdb.ada/homonym.exp: Fix incorrect expected output for
541         "break <homonym__get_value>" test.
542
543 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
544
545         PR breakpoints/21870
546         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
547         and prepare_for_testing.  Add comment.
548         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
549         redundant cleanup call.  Clean up comment.
550
551 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
552
553         PR breakpoints/21870
554         * gdb.arch/aarch64-dbreg-contents.exp: New file.
555         * gdb.arch/aarch64-dbreg-contents.c: New file.
556
557 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
558
559         * gdb.ada/mi_ref_changeable: New testcase.
560
561 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
562
563         * gdb.base/attach.exp: Add double attach test.
564
565 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
566
567         * lib/gdb.exp (default_gdb_start): Don't match pagination
568         prompt.
569         (gdb_init): Set stty_init.
570
571 2019-01-27  Tom Tromey  <tom@tromey.com>
572
573         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
574         skip_python_tests.
575
576 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
577
578         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
579         New structure.
580         (struct struct_static_02_02): Likewise.
581         (struct struct_static_02_03): Likewise.
582         (struct struct_static_02_04): Likewise.
583         (struct struct_static_04_01): Likewise.
584         (struct struct_static_04_02): Likewise.
585         (struct struct_static_04_03): Likewise.
586         (struct struct_static_04_04): Likewise.
587         (struct struct_static_06_01): Likewise.
588         (struct struct_static_06_02): Likewise.
589         (struct struct_static_06_03): Likewise.
590         (struct struct_static_06_04): Likewise.
591         (cmp_struct_static_02_01): Likewise.
592         (cmp_struct_static_02_02): Likewise.
593         (cmp_struct_static_02_03): Likewise.
594         (cmp_struct_static_02_04): Likewise.
595         (cmp_struct_static_04_01): Likewise.
596         (cmp_struct_static_04_02): Likewise.
597         (cmp_struct_static_04_03): Likewise.
598         (cmp_struct_static_04_04): Likewise.
599         (cmp_struct_static_06_01): Likewise.
600         (cmp_struct_static_06_02): Likewise.
601         (cmp_struct_static_06_03): Likewise.
602         (cmp_struct_static_06_04): Likewise.
603         (call_all): Test new structs.
604         * gdb.base/infcall-nested-structs.exp: Likewise.
605
606 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
607         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
608
609 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
610         * gdb.base/stack-protector.c: New test.
611         * gdb.base/stack-protector.exp: New file.
612         * gdb.cp/ovldbreak.exp: Only allow a single break line.
613         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
614         option.
615         (gdb_compile): Remove stack protector for GCC and prevent
616         recursion.
617
618 2019-01-16  Keith Seitz  <keiths@redhat.com>
619
620         PR gdb/23773
621         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
622
623 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
624
625         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
626         aliases.
627         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
628         tests.
629         * gdb.arch/powerpc-vector-regs.c: New file.
630         * gdb.arch/powerpc-vector-regs.exp: New file.
631
632 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
633
634         * gdb.arch/altivec-regs.exp: Fix the list passed to
635         gdb_expect_list when testing "info vector".
636
637 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
638
639         * gdb.base/style.exp: Don't include path in testname.
640
641 2019-01-10  Keith Seitz  <keiths@redhat.com>
642
643         PR gdb/23712
644         PR symtab/23010
645         * gdb.dwarf2/multidictionary.exp: New file.
646
647 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
648
649         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
650         (test_gnuv3_style_demangling): ... this.
651         (test_lucid_style_demangling): Remove.
652         (test_arm_style_demangling): Remove.
653         (test_hp_style_demangling): Remove.
654         (do_tests): Remove calls to the above.
655
656 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
657
658         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
659         case.
660
661 2019-01-06  Tom Tromey  <tom@tromey.com>
662
663         PR gdb/28155:
664         * gdb.dwarf2/typedef-void-finish.exp: New file.
665
666 2018-12-28  Tom Tromey  <tom@tromey.com>
667             Simon Marchi <simark@simark.ca>
668
669         * gdb.base/jit-exec.exp: New file.
670         * gdb.base/jit-exec.c: New file.
671         * gdb.base/jit-execd.c: New file.
672
673 2018-12-28  Tom Tromey  <tom@tromey.com>
674
675         * gdb.base/style.exp: Update test to check for address styling.
676
677 2018-12-28  Tom Tromey  <tom@tromey.com>
678
679         * gdb.base/style.exp: Add test for styling of "Reading symbols"
680         message.
681
682 2018-12-28  Tom Tromey  <tom@tromey.com>
683
684         * gdb.base/style.exp: Add test for version number styling.
685
686 2018-12-28  Tom Tromey  <tom@tromey.com>
687
688         * gdb.base/style.exp: Add test for print_address_symbolic.
689
690 2018-12-28  Tom Tromey  <tom@tromey.com>
691
692         * gdb.base/style.exp: Add test for breakpoint setting.
693
694 2018-12-28  Tom Tromey  <tom@tromey.com>
695
696         * gdb.base/style.exp: Add test for variable names.
697
698 2018-12-28  Tom Tromey  <tom@tromey.com>
699
700         * gdb.base/style.exp: New file.
701         * gdb.base/style.c: New file.
702
703 2018-12-28  Tom Tromey  <tom@tromey.com>
704
705         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
706         "dumb".
707         * gdb.base/readline.exp (operate_and_get_next): Save and restore
708         the TERM environment variable.
709
710 2018-12-27  Tom Tromey  <tom@tromey.com>
711
712         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
713         pagination test.
714
715 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
716
717         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
718         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
719
720 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
721
722         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
723         Filename a.adb changed to bp_fun_addr.adb.
724         gdb.ada/bp_fun_addr.exp: Update test accordingly.
725
726 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
727
728         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
729         non-PIE executables.
730         * README: Mention the gdb,nopie_flag board setting.
731         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
732         non-PIE executable.
733         * gdb.arch/amd64-entry-value.exp: Likewise.
734         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
735         * gdb.arch/i386-float.exp: Likewise.
736         * gdb.arch/i386-signal.exp: Likewise.
737         * gdb.mi/mi-reg-undefined.exp: Likewise.
738
739 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
740
741         PR gdb/23974
742         * gdb.base/info-os.exp: Check return for unknown "info os" type.
743
744 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
745
746         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
747         Update order of results accordingly.
748
749 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
750
751         * gdb.base/annota1.exp: Update a test regexp.
752
753 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
754
755         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
756
757 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
758
759         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
760         (reuse_time): Initialize to REUSE_TIME_CAP.
761         (check_rc): New function.
762         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
763         Check pthread_create rc.
764         (spawner_thread_func): Check pthread_create and pthread_join rc.
765
766 2018-12-08  Pedro Alves  <palves@redhat.com>
767
768         * gdb.base/list.exp (test_forward_search): Rename to ...
769         (test_forward_reverse_search): ... this.  Also test reverse-search
770         and the forward-search alias.
771
772 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
773
774         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
775         local timeout variable before return, and remove all local timeout
776         variable entirely.
777         (gdb_load): Likewise.
778
779 2018-12-01  Tom de Vries  <tdevries@suse.de>
780
781         * gdb.base/gdb-caching-proc.exp: New file.
782
783 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
784
785         * Makefile.in (TIMESTAMP): New variable.
786         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
787         command.
788         (check-single-racy): Likewise.
789         (check/%.exp): Likewise.
790         (check-racy/%.exp): Likewise.
791         (workers/%.worker): Likewise.
792         (build-perf): Likewise.
793         (check-perf): Likewise.
794         * README: Describe new "TS" and "TS_FORMAT" variables.
795         * print-ts.py: New file.
796
797 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
798
799         PR python/23714
800         * gdb.python/python.exp: Test command repetition after
801         gdb.execute.
802
803 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
804
805         * gdb.opt/inline-break.exp: Add test that info breakpoint output
806         is correctly aligned.
807
808 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
809
810         * gdb.ada/info_auto_lang.exp: New testcase.
811         * gdb.ada/info_auto_lang/global_pack.ads: New file.
812         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
813         * gdb.ada/info_auto_lang/some_c.c: New file.
814
815 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
816
817         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
818         FUNC_lang language syntax.
819
820 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
821
822         * gdb.base/info_minsym.c: New file.
823         * gdb.base/info_minsym.exp: New file.
824
825 2018-11-19  Tom Tromey  <tom@tromey.com>
826
827         PR rust/23625:
828         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
829         * gdb.rust/expr.exp: Update expected output.  Change one test.
830
831 2018-11-19  Tom Tromey  <tom@tromey.com>
832
833         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
834
835 2018-11-19  Pedro Alves  <palves@redhat.com>
836
837         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
838         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
839         see the expected warning.
840
841 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
842
843         PR gdb/22736:
844         * gdb.cp/infcall-nodebug-lib.c: New test.
845         * gdb.cp/infcall-nodebug-main.c: New test.
846         * gdb.cp/infcall-nodebug.exp: New file.
847
848 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
849
850         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
851         completer tests.
852
853 2018-11-09  Tom de Vries  <tdevries@suse.de>
854
855         * gdb.base/msym-lang.c: New test.
856         * gdb.base/msym-lang.exp: New file.
857         * gdb.base/msym-lang-main.c: New test.
858
859 2018-11-08  Tom Tromey  <tom@tromey.com>
860
861         PR gdb/23555:
862         PR gdb/23838:
863         * gdb.base/warning.exp: New file.
864
865 2018-11-08  Jan Beulich  <jbeulich@suse.com>
866
867         * testsuite/gdb.arch/i386-avx512.c,
868         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
869
870 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
871
872         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
873         point hardware.
874
875 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
876
877         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
878         * gdb.dwarf2/missing-type-name.exp: New file.
879
880 2018-11-06  Tom de Vries  <tdevries@suse.de>
881
882         * gdb.base/many-headers.c: New test.
883         * gdb.base/many-headers.exp: New file.
884
885 2018-11-06  Jim Wilson  <jimw@sifive.com>
886
887         * gdb.base/code_elim.exp: For riscv, set additional_flags
888         to include -msmall-data-limit=0.
889
890 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
891
892         * gdb.ada/watch_minus_l: New testcase.
893
894 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
895
896         * gdb.arch/aix-sighandle.c: New file.
897         * gdb.arch/aix-sighandle.exp: New file.
898
899 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
900
901         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
902         registers being unions.
903
904 2018-10-31  Tom de Vries  <tdevries@suse.de>
905
906         * lib/valgrind.exp: New file.
907          (vgdb_start, vgdb_stop): New procs, factored out of ...
908         * gdb.base/valgrind-bt.exp: ... here, ...
909         * gdb.base/valgrind-disp-step.exp: ... here and ...
910         * gdb.base/valgrind-infcall.exp: ... here.
911
912 2018-10-31  Tom de Vries  <tdevries@suse.de>
913
914         * lib/gdb.exp (get_valueof): Don't output read value in test name.
915
916 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
917
918         * gdb.dwarf2/void-type.c: New file.
919         * gdb.dwarf2/void-type.exp: New file.
920
921 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
922
923         * gdb.base/info_qt.c: New file.
924         * gdb.base/info_qt.exp: New file.
925
926 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
927
928         * gdb.arch/powerpc-htm-regs.c: New file.
929         * gdb.arch/powerpc-htm-regs.exp: New file.
930
931 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
932
933         * gdb.arch/powerpc-tar.c: New file.
934         * gdb.arch/powerpc-tar.exp: New file.
935
936 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
937
938         * gdb.arch/powerpc-ppr-dscr.c: New file.
939         * gdb.arch/powerpc-ppr-dscr.exp: New file.
940
941 2018-10-25  Tom de Vries  <tdevries@suse.de>
942
943         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
944
945 2018-10-24  Tom de Vries  <tdevries@suse.de>
946
947         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
948         longer exists error.
949
950 2018-10-24  Tom de Vries  <tdevries@suse.de>
951
952         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
953
954 2018-10-24  Tom de Vries  <tdevries@suse.de>
955
956         * gdb.base/valgrind-db-attach.exp: Handle removed support for
957         --db-attach in valgrind.
958
959 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
960
961         * gdb.arch/riscv-reg-aliases.c: New file.
962         * gdb.arch/riscv-reg-aliases.exp: New file.
963
964 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
965
966         * gdb.python/py-cmd.exp: Check for gdb_prompt.
967
968 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
969
970         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
971
972 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
973
974         * gdb.cp/ovldbreak.exp: Fix regexps.
975
976 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
977
978         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
979
980 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
981
982         PR cli/23785
983         * gdb.base/restore.exp: New test to check if "restore" with an
984         invalid file doesn't segfault.
985
986 2018-10-18  Tom de Vries  <tdevries@suse.de>
987
988         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
989         * gdb.ada/excep_handle.exp: Same.
990         * gdb.ada/mi_string_access.exp: Same.
991         * gdb.ada/mi_var_union.exp: Same.
992         * gdb.arch/arc-analyze-prologue.exp: Same.
993         * gdb.arch/arc-decode-insn.exp: Same.
994         * gdb.base/readnever.exp: Same.
995         * gdb.fortran/printing-types.exp: Same.
996         * gdb.guile/scm-lazy-string.exp: Same.
997
998 2018-10-16  Tom de Vries  <tdevries@suse.de>
999
1000         PR gdb/23730
1001         * gdb.base/catch-follow-exec.c: Add copyright notice.
1002         * gdb.base/catch-follow-exec.exp: Rewrite to use
1003         gdb_spawn_with_cmdline_opts.  Require gdb-native.
1004
1005 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
1006
1007         * gdb.trace/actions-changed.exp: Check for arch support.
1008         * gdb.trace/actions.exp: Likewise.
1009         * gdb.trace/ax.exp: Likewise.
1010         * gdb.trace/backtrace.exp: Likewise.
1011         * gdb.trace/change-loc.exp: Likewise.
1012         * gdb.trace/deltrace.exp: Likewise.
1013         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1014         * gdb.trace/ftrace.exp: Likewise.
1015         * gdb.trace/infotrace.exp: Check for arch support.
1016         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1017         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1018         * gdb.trace/mi-tsv-changed.exp: Likewise.
1019         * gdb.trace/packetlen.exp: Likewise.
1020         * gdb.trace/passc-dyn.exp: Likewise.
1021         * gdb.trace/passcount.exp: Likewise.
1022         * gdb.trace/pending.exp: Likewise.
1023         * gdb.trace/range-stepping.exp: Check for shlib support.
1024         * gdb.trace/report.exp: Check for arch support.
1025         * gdb.trace/save-trace.exp: Likewise.
1026         * gdb.trace/signal.exp: Check for signal support.
1027         * gdb.trace/tfind.exp: Check for arch support.
1028         * gdb.trace/trace-break.exp: Check for arch and shlib support.
1029         * gdb.trace/trace-common.h: Add comment.
1030         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1031         * gdb.trace/trace-enable-disable.exp: Likewise.
1032         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
1033         * gdb.trace/tracecmd.exp: Check for arch support.
1034         * gdb.trace/tspeed.exp: Check for shlib and target support.
1035         * gdb.trace/tstatus.exp: Check for arch support.
1036         * gdb.trace/tsv.exp: Likewise.
1037         * gdb.trace/while-dyn.exp: Likewise.
1038         * gdb.trace/while-stepping.exp: Likewise.
1039         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1040
1041 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
1042
1043         * gdb.trace/tspeed.exp: Remove nowarnings.
1044         (prepare_for_trace_test): Declare "global ipalib".
1045         * gdb.trace/tspeed.c: Include unistd.h.
1046         (main): Remove superfluous printf argument.
1047
1048 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
1049
1050         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1051         directory prefix on the filename.
1052
1053 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1054
1055         * gdb.gdb/unittest.exp: Update expected message informing that
1056         selftests have been disabled.
1057         * gdb.server/unittest.exp: Likewise.
1058
1059 2018-10-09  Tom de Vries  <tdevries@suse.de>
1060
1061         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1062         with runto_main.
1063
1064 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1065
1066         PR c++/16841
1067         * gdb.cp/virtbase2.cc: New file.
1068         * gdb.cp/virtbase2.exp: New file.
1069
1070 2018-10-06  Tom Tromey  <tom@tromey.com>
1071
1072         PR python/19399:
1073         * gdb.python/py-inferior.exp: Add architecture test.
1074
1075 2018-10-06  Tom Tromey  <tom@tromey.com>
1076
1077         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1078         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1079
1080 2018-10-06  Tom Tromey  <tom@tromey.com>
1081
1082         * gdb.python/py-breakpoint.exp (check_last_event): Check location
1083         of a "throw" catchpoint.
1084
1085 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1086
1087         * gdb.base/info-proc.exp: Update string expected from "help info
1088         proc".
1089
1090 2018-10-04  Tom Tromey  <tom@tromey.com>
1091
1092         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1093         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1094         (test_initial_complaints, test_empty_complaints): Update.
1095         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1096
1097 2018-10-04  Tom Tromey  <tom@tromey.com>
1098
1099         PR cli/19551:
1100         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1101         * lib/gdb.exp (gdb_file_cmd): Update.
1102         * gdb.stabs/weird.exp (print_weird_var): Update.
1103         * gdb.server/solib-list.exp: Update.
1104         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1105         * gdb.mi/mi-cli.exp: Update.
1106         * gdb.linespec/linespec.exp: Update.
1107         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1108         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1109         * gdb.cp/cp-relocate.exp: Update.
1110         * gdb.base/sym-file.exp: Update.
1111         * gdb.base/relocate.exp: Update.
1112         * gdb.base/readnever.exp: Update.
1113         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1114         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1115         * gdb.base/dbx.exp (gdb_file_cmd): Update.
1116         * gdb.base/code_elim.exp: Update.
1117         * gdb.base/break-unload-file.exp (test_break): Update.
1118         * gdb.base/break-interp.exp (test_attach_gdb): Update.
1119         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1120         Update.
1121         * gdb.base/attach.exp (do_attach_tests): Update.
1122         * gdb.base/sepdebug.exp: Update.
1123         * gdb.python/py-section-script.exp: Update.
1124
1125 2018-10-04  Tom Tromey  <tom@tromey.com>
1126
1127         PR cli/22234:
1128         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1129         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1130         output.
1131
1132 2018-10-04  Tom Tromey  <tom@tromey.com>
1133
1134         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1135         set width and height to 0.
1136         (test_command_line_attach_run): Use -quiet.
1137
1138 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
1139
1140         * lib/gdb.exp (skip_ifunc_tests): New.
1141         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
1142         other compile failures.
1143         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1144
1145 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1146
1147         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1148         is_amd64_regs_target.
1149
1150 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1151
1152         * gdb.arch/aarch64-sighandler-regs.c: New test.
1153         * gdb.arch/aarch64-sighandler-regs.exp: New file.
1154         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1155
1156 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
1157
1158         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1159         assembly.
1160
1161 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1162
1163         * gdb.base/frame-selection.exp: New file.
1164         * gdb.base/frame-selection.c: New file.
1165
1166 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
1167
1168         * gdb.threads/check-libthread-db.c (thread_routine): Use a
1169         pthread barrier.
1170         (main): Likewise.
1171
1172 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1173
1174         * gdb.base/large-frame-1.c: New file.
1175         * gdb.base/large-frame-2.c: New file.
1176         * gdb.base/large-frame.exp: New file.
1177         * gdb.base/large-frame.h: New file.
1178
1179 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1180
1181         PR gdb/20948
1182         * gdb.base/write_mem.exp: New test.
1183         * gdb.base/write_mem.c: Likewise.
1184
1185 2018-09-23  Tom Tromey  <tom@tromey.com>
1186
1187         PR python/18852:
1188         * gdb.python/py-parameter.exp: Add test for parameter that throws
1189         on "set".
1190
1191 2018-09-23  Tom Tromey  <tom@tromey.com>
1192
1193         PR python/17284:
1194         * gdb.python/py-template.exp (test_template_arg): Add test for
1195         negative template argument number.
1196
1197 2018-09-23  Tom Tromey  <tom@tromey.com>
1198
1199         PR python/14062:
1200         * gdb.python/python.exp: Add test for post_event error.
1201
1202 2018-09-23  Tom Tromey  <tom@tromey.com>
1203
1204         PR python/18170:
1205         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1206         convert pointers to int and long.
1207
1208 2018-09-23  Tom Tromey  <tom@tromey.com>
1209
1210         PR python/20126:
1211         * gdb.python/py-value.exp (test_value_numeric_ops): Add
1212         signed-ness conversion tests.
1213
1214 2018-09-23  Tom Tromey  <tom@tromey.com>
1215
1216         PR python/18352;
1217         * gdb.python/py-value.exp (test_float_conversion): New proc.
1218         Use it.
1219
1220 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1221
1222         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1223
1224 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
1225
1226         * gdb.base/complete-empty.exp: Skip tab-completion tests if
1227         no readline.
1228         * gdb.base/utf8-identifiers.exp: Likewise.
1229         * gdb.cp/cpcompletion.exp: Likewise.
1230         * gdb.linespec/cpcompletion.exp: Likewise.
1231         * gdb.linespec/cpls-abi-tag.exp: Likewise.
1232         * gdb.linespec/cpls-ops.exp: Likewise.
1233
1234 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
1235             Chris January  <chris.january@arm.com>
1236
1237         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1238         * gdb.fortran/short-circuit-argument-list.exp: New file.
1239         * gdb.fortran/short-circuit-argument-list.f90: New test.
1240
1241 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1242
1243         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1244         "arch=" keyword when executing "-stack-list-frames".
1245
1246 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1247
1248         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1249         "arch=" keyword when executing "-stack-list-frames".
1250
1251 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1252
1253         * gdb.ada/complete.exp: Expect for "@" when doing "complete
1254         break ada".
1255
1256 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
1257
1258         PR python/23669
1259         * gdb.python/python.exp: Test gdb.execute("show commands").
1260
1261 2018-09-16  Tom Tromey  <tom@tromey.com>
1262
1263         * gdb.base/new-ui.exp (do_execution_tests): Update.
1264         * gdb.base/dbx.exp (test_breakpoints): Update.
1265
1266 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
1267
1268         * lib/gdb.exp (gdb_simple_compile): Add proc.
1269         (is_elf_target): Use gdb_simple_compile.
1270         (skip_altivec_tests): Likewise.
1271         (skip_vsx_tests): Likewise.
1272         (skip_tsx_tests): Likewise.
1273         (skip_btrace_tests): Likewise.
1274         (skip_btrace_pt_tests): Likewise.
1275         (gdb_can_simple_compile): Likewise.
1276         (gdb_has_argv0): Likewise.
1277         (gdb_target_symbol_prefix): Likewise.
1278         (target_supports_scheduler_locking): Likewise.
1279
1280 2018-09-13  Tom Tromey  <tom@tromey.com>
1281
1282         * Makefile.in (TAGS): Recognize proc_with_prefix and
1283         gdb_caching_proc.
1284
1285 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1286
1287         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1288         method.
1289
1290 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1291
1292         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1293         and a few other Inferior properties when the Inferior is no
1294         longer valid.
1295
1296 2018-09-13  Tom Tromey  <tom@tromey.com>
1297
1298         PR rust/23650:
1299         * gdb.rust/simple.exp: Add test for enum field access error.
1300
1301 2018-09-13  Tom Tromey  <tom@tromey.com>
1302
1303         PR rust/23626:
1304         * gdb.rust/simple.rs (EmptyEnum): New type.
1305         (main): Use it.
1306         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1307
1308 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1309
1310         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1311         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1312         * gdb.python/py-symtab.exp: Update test printing an objfile.
1313
1314 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
1315
1316         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1317         object.
1318
1319 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
1320
1321         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1322         (support_complex_tests): Use gdb_can_simple_compile.
1323         (is_ilp32_target): Likewise.
1324         (is_lp64_target): Likewise.
1325         (is_64_target): Likewise.
1326         (is_amd64_regs_target): Likewise.
1327         (is_aarch32_target): Likewise.
1328         (gdb_int128_helper): Likewise.
1329
1330 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1331
1332         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1333
1334 2018-09-10  Jerome Guitton  <guitton@adacore.com>
1335
1336         * gdb.ada/same_component_name: Add test for case of tagged record
1337         with variable-length fields.
1338
1339 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1340
1341         * gdb.ada/access_to_unbounded_array.exp: New testcase.
1342         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1343         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1344         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1345
1346 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1347
1348         * gdb.ada/mi_string_access.exp: New testcase.
1349         * gdb.ada/mi_string_access/bar.adb: New file.
1350         * gdb.ada/mi_string_access/pck.adb: New file.
1351         * gdb.ada/mi_string_access/pck.asd: New file.
1352
1353 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1354
1355         * gdb.ada/mi_var_union.exp: New testcase.
1356         * gdb.ada/mi_var_union/bar.adb: New file.
1357         * gdb.ada/mi_var_union/pck.adb: New file.
1358         * gdb.ada/mi_var_union/pck.asd: New file.
1359
1360 2018-09-08  Tom Tromey  <tom@tromey.com>
1361
1362         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1363
1364 2018-09-08  Tom Tromey  <tom@tromey.com>
1365
1366         PR python/16047:
1367         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1368         (register_pretty_printers): Register new printer.
1369         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1370         test.
1371         * gdb.python/py-prettyprint.c (int_type3): New typedef.
1372         (an_int_type3): New global.
1373
1374 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1375
1376         * gdb.ada/expr_with_funcall: New testcase.
1377
1378 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1379
1380         * gdb.ada/packed_array_assign: New testcase.
1381
1382 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1383
1384         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1385         names, and add test prefixes to make test names unique.
1386
1387 2018-09-05  Tom de Vries  <tdevries@suse.de>
1388
1389         * gdb.dwarf2/varval.exp: Add test.
1390
1391 2018-09-04  Gary Benson <gbenson@redhat.com>
1392
1393         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1394         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
1395
1396 2018-08-31  Tom Tromey  <tom@tromey.com>
1397
1398         * gdb.rust/simple.rs: Rename second variable "v".
1399
1400 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1401
1402         * gdb.base/funcargs.c (use_a): New function.
1403         (recurse): Call use_a.
1404
1405 2018-08-29  Keith Seitz  <keiths@redhat.com>
1406
1407         * gdb.compile/compile-cplus-anonymous.cc: New file.
1408         * gdb.compile/compile-cplus-anonymous.exp: New file.
1409         * gdb.compile/compile-cplus-array-decay.cc: New file.
1410         * gdb.compile/compile-cplus-array-decay.exp: New file.
1411         * gdb.compile/compile-cplus-inherit.cc: New file.
1412         * gdb.compile/compile-cplus-inherit.exp: New file.
1413         * gdb.compile/compile-cplus-member.cc: New file.
1414         * gdb.compile/compile-cplus-member.exp: New file.
1415         * gdb.compile/compile-cplus-method.cc: New file.
1416         * gdb.compile/compile-cplus-method.exp: New file.
1417         * gdb.compile/compile-cplus-mod.c: "New" file.
1418         * gdb.compile/compile-cplus-namespace.cc: New file.
1419         * gdb.compile/compile-cplus-namespace.exp: New file.
1420         * gdb.compile/compile-cplus-nested.cc: New file.
1421         * gdb.compile/compile-cplus-nested.exp: New file.
1422         * gdb.compile/compile-cplus-print.c: "New" file.
1423         * gdb.compile/compile-cplus-print.exp: "New" file.
1424         * gdb.compile/compile-cplus-virtual.cc: New file.
1425         * gdb.compile/compile-cplus-virtual.exp: New file.
1426         * gdb.compile/compile-cplus.c: "New" file.
1427         * gdb.compile/compile-cplus.exp: "New" file.
1428         * lib/compile-support.exp: New file.
1429
1430 2018-08-16  Gary Benson <gbenson@redhat.com>
1431
1432         PR gdb/13000:
1433         * gdb.base/batch-exit-status.exp: New file.
1434         * gdb.base/batch-exit-status.good-commands: Likewise.
1435         * gdb.base/batch-exit-status.bad-commands: Likewise.
1436
1437 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
1438
1439         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1440         (struct struct02): Likewise.
1441         (struct struct03): Likewise.
1442         (struct struct04): Likewise.
1443         (struct struct_01_01): New struct.
1444         (struct struct_01_02): Likewise.
1445         (struct struct_01_03): Likewise.
1446         (struct struct_01_04): Likewise.
1447         (struct struct_02_01): Likewise.
1448         (struct struct_02_02): Likewise.
1449         (struct struct_02_03): Likewise.
1450         (struct struct_02_04): Likewise.
1451         (struct struct_04_01): Likewise.
1452         (struct struct_04_02): Likewise.
1453         (struct struct_04_03): Likewise.
1454         (struct struct_04_04): Likewise.
1455         (struct struct_05_01): Likewise.
1456         (struct struct_05_02): Likewise.
1457         (struct struct_05_03): Likewise.
1458         (struct struct_05_04): Likewise.
1459         (cmp_struct01): Remove function.
1460         (cmp_struct02): Likewise.
1461         (cmp_struct03): Likewise.
1462         (cmp_struct04): Likewise.
1463         (cmp_struct_01_01): Add Function.
1464         (cmp_struct_01_02): Likewise.
1465         (cmp_struct_01_03): Likewise.
1466         (cmp_struct_01_04): Likewise.
1467         (cmp_struct_02_01): Likewise.
1468         (cmp_struct_02_02): Likewise.
1469         (cmp_struct_02_03): Likewise.
1470         (cmp_struct_02_04): Likewise.
1471         (cmp_struct_04_01): Likewise.
1472         (cmp_struct_04_02): Likewise.
1473         (cmp_struct_04_03): Likewise.
1474         (cmp_struct_04_04): Likewise.
1475         (cmp_struct_05_01): Likewise.
1476         (cmp_struct_05_02): Likewise.
1477         (cmp_struct_05_03): Likewise.
1478         (cmp_struct_05_04): Likewise.
1479         (call_all): Add new structs.
1480         * gdb.base/infcall-nested-structs.exp: Likewise.
1481
1482 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
1483
1484         * gdb.python/py-framefilter-mi.exp: Update regexp to
1485         check for "arch" field in frame output.
1486
1487 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
1488
1489         * gdb.dwarf2/dw2-ranges-func.c: New file.
1490         * gdb.dwarf2/dw2-ranges-func.exp: New file.
1491
1492 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
1493
1494         * gdb.base/term.exp: Compare terminal settings with values from
1495         the inferior.
1496         * gdb.base/term.c: Get and set terminal settings.
1497
1498 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
1499
1500         * lib/mi-support.exp (mi_expect_stop): Update regexp to
1501         accommodate new "arch" field in frame output.
1502         * gdb.mi/mi-return.exp: Likewise.
1503         * gdb.mi/mi-stack.exp: Likewise.
1504         * gdb.mi/mi-syn-frame.exp: Likewise.
1505         * gdb.mi/user-selected-context-sync.exp: Likewise.
1506
1507 2018-08-19  Michael Spang  <spang@google.com>
1508
1509         PR gdb/11786
1510         * gdb.base/gcore-tls-pie.c: New file.
1511         * gdb.base/gcore-tls-pie.exp: New file.
1512
1513 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
1514
1515         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1516         * gdb.dwarf2/varval.c: New file.
1517         * gdb.dwarf2/varval.exp: New file.
1518
1519 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
1520
1521         PR gdb/18931
1522         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1523
1524 2018-08-16  Keith Seitz  <keiths@redhat.com>
1525
1526         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1527         tests expected to pass.
1528
1529 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
1530
1531         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1532         -data-disassemble -a.
1533         (test_disassembly_bogus_args): Likewise.
1534
1535 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
1536
1537         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1538
1539 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1540
1541         * gdb.base/vla-optimized-out.exp: Add new test.
1542
1543 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1544
1545         * gdb.base/vla-optimized-out-o3.exp: Delete.
1546         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1547         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1548         deleted tests.
1549
1550 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1551
1552         PR gdb/18050:
1553         * gdb.server/extended-remote-restart.c: New file.
1554         * gdb.server/extended-remote-restart.exp: New file.
1555
1556 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
1557
1558         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1559         "set variable index = 42".
1560
1561 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1562
1563         * boards/index-cache-gdb.exp: New file.
1564         * gdb.dwarf2/index-cache.exp: New file.
1565         * gdb.dwarf2/index-cache.c: New file.
1566         * gdb.base/maint.exp: Check if we are using the index cache.
1567
1568 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1569
1570         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1571         MAKEFLAGS.
1572
1573 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1574
1575         * dg-extract-results.sh: Move to toplevel contrib.
1576         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1577         * Makefile.in (check-parallel-racy): Likewise.
1578
1579 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1580
1581         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1582         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1583         tests if the target supports scheduler locking.
1584
1585 2018-08-04  Tom de Vries  <tdevries@suse.de>
1586
1587         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1588
1589 2018-08-02  Tom Tromey  <tom@tromey.com>
1590
1591         PR symtab/16842.
1592         * gdb.cp/temargs.exp: Test "info address" of a template
1593         parameter.
1594
1595 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
1596
1597         * gdb.python/py-mi-var-info-path-expression.c: New file.
1598         * gdb.python/py-mi-var-info-path-expression.py: New file.
1599         * gdb.python/py-mi-var-info-path-expression.exp: New file.
1600
1601 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
1602
1603         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1604         error after "cannot resolve name" string.
1605
1606 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1607
1608         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1609         started.
1610         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1611
1612 2018-07-28  Tom de Vries  <tdevries@suse.de>
1613
1614         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1615
1616 2018-07-26  Tom de Vries  <tdevries@suse.de>
1617
1618         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1619
1620 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1621
1622         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1623         is visible.
1624
1625 2018-07-26  Tom de Vries  <tdevries@suse.de>
1626
1627         PR breakpoints/23366
1628         * gdb.base/catch-follow-exec.c: New test.
1629         * gdb.base/catch-follow-exec.exp: New file.
1630
1631 2018-07-25  Tom de Vries  <tdevries@suse.de>
1632
1633         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
1634         vla-optimized-out.c.
1635
1636 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
1637
1638         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1639         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1640
1641 2018-07-20  Tom de Vries  <tdevries@suse.de>
1642
1643         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1644         NOCLONE macro.
1645         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1646
1647 2018-07-19  Tom de Vries  <tdevries@suse.de>
1648
1649         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1650         regular expression.
1651
1652 2018-07-18  Tom de Vries  <tdevries@suse.de>
1653
1654         * gdb.base/vla-optimized-out.c: New test.
1655         * gdb.base/vla-optimized-out.exp: New file.
1656
1657 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1658
1659         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1660         message "No address associated with hostname" when gdbserver
1661         cannot resolve the hostname.
1662
1663 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1664
1665         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1666         Add some test prefixes to make tests unique.
1667
1668 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1669
1670         * gdb.base/frameapply.c: New file.
1671         * gdb.base/frameapply.exp: New file.
1672
1673 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1674
1675         * gdb.base/skip.exp: Update expected error message.
1676
1677 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1678             Jan Kratochvil  <jan.kratochvil@redhat.com>
1679             Paul Fertser  <fercerpav@gmail.com>
1680             Tsutomu Seki  <sekiriki@gmail.com>
1681
1682         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1683         parameter.
1684         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1685         by default.
1686         * boards/native-gdbserver.exp: Likewise.
1687         * gdb.server/run-without-local-binary.exp: Improve regexp used
1688         for detecting when a remote debugging connection succeeds.
1689         * gdb.server/server-connect.exp: New file.
1690         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1691         Do not prefix the port number with ":".
1692         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1693         support for detecting and using it.  Add '$debughost_gdbserver'
1694         to the list of arguments used to start gdbserver.  Handle case
1695         when gdbserver cannot resolve a network name.
1696
1697 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1698
1699         PR c++/23373
1700         * gdb.base/ptype-offsets.cc (struct static_member): New
1701         struct.
1702         (main) <stmember>: New variable.
1703         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1704         with a static member in it.
1705
1706 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1707
1708         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1709         watchpoints enabled and disabled.
1710
1711 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1712
1713         * gdb.base/examine-backward.exp: Still run tests around address
1714         0x0, even if address 0x0 is not readable.  Update the pattern for
1715         matching address 0x0 in expected output.
1716
1717 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1718
1719         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1720         malloc/free.
1721
1722 2018-07-04  Tom de Vries  <tdevries@suse.de>
1723
1724         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1725
1726 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1727
1728         PR tdep/8282
1729         * gdb.arch/mips-disassembler-options.exp: New test.
1730         * gdb.arch/mips-disassembler-options.s: New test source.
1731
1732 2018-06-29  Pedro Alves  <palves@redhat.com>
1733
1734         * gdb.threads/names.exp: Adjust expected "info threads" output.
1735
1736 2018-06-29  Pedro Alves  <palves@redhat.com>
1737
1738         * gdb.opt/inline-break.exp (line number, address): Add "info
1739         break" tests.
1740
1741 2018-06-29  Pedro Alves  <palves@redhat.com>
1742
1743         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1744         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1745         number and address and running to them.
1746
1747 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1748
1749         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1750
1751 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1752
1753         * lib/compiler.c: Remove executable permission flag.
1754
1755 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1756
1757         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1758         code.
1759         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1760
1761 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1762
1763         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1764
1765 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1766
1767         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1768         address argument is omitted.
1769
1770 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1771
1772         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1773
1774 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1775
1776         PR gdb/21695
1777         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1778         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1779
1780 2018-06-26  Tom Tromey  <tom@tromey.com>
1781
1782         PR rust/22574:
1783         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1784         * gdb.rust/simple.rs (struct SimpleLayout): New.
1785
1786 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1787
1788         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1789         "info registers" output.
1790
1791 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1792
1793         * gdb.base/watchpoint-hw-attach.c: New test.
1794         * gdb.base/watchpoint-hw-attach.exp: New file.
1795
1796 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1797
1798         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1799         through /bin/sh.
1800         * boards/dwarf4-gdb-index.exp: Likewise.
1801         * boards/fission-dwp.exp: Likewise.
1802
1803 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1804
1805         * gdb.base/float128.exp: Add comment and improved fail message
1806         to the failure case of "print large128" test.
1807
1808 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1809
1810         * configure.ac: Remove AC_PREREQ.
1811         * configure: Re-generate.
1812
1813 2018-06-19  Pedro Alves  <palves@redhat.com>
1814
1815         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1816         (func_extern_caller): New.
1817         (main): Call func_extern_caller.
1818         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1819         logic change.
1820
1821 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1822
1823         PR gdb/16841
1824         * gdb.cp/typedef-base.cc: New file.
1825         * gdb.cp/typedef-base.exp: New file.
1826
1827 2018-06-18  Tom de Vries  <tdevries@suse.de>
1828
1829         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1830
1831 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1832             Richard Bunt <Richard.Bunt@arm.com>
1833
1834         * gdb.threads/attach-slow-waitpid.c: New file.
1835         * gdb.threads/attach-slow-waitpid.exp: New file.
1836         * gdb.threads/slow-waitpid.c: New file.
1837
1838 2018-06-14  Pedro Alves  <palves@redhat.com>
1839
1840         * gdb.base/fork-running-state.c: Include <errno.h>.
1841         (exit_if_relative_exits): New.
1842         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1843         exits.
1844         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1845         child exits.
1846
1847 2018-06-14  Tom de Vries  <tdevries@suse.de>
1848
1849         PR cli/22573
1850         * gdb.base/finish-pretty.c: New test.
1851         * gdb.base/finish-pretty.exp: New file.
1852
1853 2018-06-14  Pedro Alves  <palves@redhat.com>
1854
1855         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1856         gdb's expected startup output.
1857
1858 2018-06-14  Pedro Alves  <palves@redhat.com>
1859
1860         * lib/selftest-support.exp (selftest_setup): Remove inlined
1861         function handling.
1862
1863 2018-06-14  Tom de Vries  <tdevries@suse.de>
1864
1865         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1866         matching of breakpoint printing.
1867
1868 2018-06-13  Tom de Vries  <tdevries@suse.de>
1869
1870         PR testsuite/23269
1871         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1872         (fork_child): ... here, and ...
1873         (fork_parent): ... here.
1874
1875 2018-06-12  Tom de Vries  <tdevries@suse.de>
1876
1877         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1878
1879 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1880             Stephen Roberts  <stephen.roberts@arm.com>
1881
1882         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1883         rewrite test to describe action performed, rather than possible
1884         failure.
1885
1886 2018-06-08  Gary Benson <gbenson@redhat.com>
1887
1888         * gdb.threads/check-libthread-db.exp: New file.
1889         * gdb.threads/check-libthread-db.c: Likewise.
1890
1891 2018-06-05  Tom Tromey  <tom@tromey.com>
1892
1893         * gdb.base/default.exp: Update expected "show version" output.
1894
1895 2018-06-05  Tom Tromey  <tom@tromey.com>
1896
1897         PR cli/12326:
1898         * gdb.cp/static-print-quit.exp: Update.
1899         * lib/gdb.exp (pagination_prompt): Update.
1900         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1901         * gdb.python/python.exp: Update.
1902
1903 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1904
1905         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1906
1907 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1908
1909         * gdb.ada/bp_fun_addr: New testcase.
1910
1911 2018-06-01  Tom Tromey  <tom@tromey.com>
1912
1913         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1914         results.
1915         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1916         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1917         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1918         * gdb.base/maint.exp (maint_pass_if): Update.
1919
1920 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1921
1922         * gdb.base/endian.exp: New test.
1923         * gdb.base/endian.c: New test source.
1924
1925 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1926
1927         PR gdb/23203
1928         * gdb.base/bt-selected-frame.c: New file.
1929         * gdb.base/bt-selected-frame.exp: New file.
1930         * lib/gdb.exp (get_current_frame_number): New function.
1931
1932 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1933             Pedro Alves  <palves@redhat.com>
1934
1935         * gdb.threads/tls-core.c: Include <stdlib.h>
1936         (thread_proc): Call `abort'.
1937         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1938         (tls_core_test): New procedure, bits factored out from ...
1939         (top level): ... here.  Test both native cores and gcore cores.
1940
1941 2018-05-23  Tom Tromey  <tom@tromey.com>
1942
1943         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1944
1945 2018-05-23  Tom Tromey  <tom@tromey.com>
1946
1947         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1948         symfile_complaints.
1949         (test_short_complaints): Likewise.
1950         (test_empty_complaints): Likewise.
1951         (test_initial_complaints): Update.
1952
1953 2018-05-23  Tom Tromey  <tom@tromey.com>
1954
1955         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1956
1957 2018-05-23  Tom Tromey  <tom@tromey.com>
1958
1959         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1960         (test_short_complaints): Update.
1961
1962 2018-05-22  Pedro Alves  <palves@redhat.com>
1963
1964         * gdb.base/remote.exp: Only gdb_start after compiling the
1965         testcase.  Issue "disconnect" before testing "set remote" command
1966         defaults.  Issue clean_restart before running to main.
1967
1968 2018-05-22  Pedro Alves  <palves@redhat.com>
1969
1970         * gdb.base/remote.exp: Adjust expected output of "show remote
1971         memory-write-packet-size".  Add tests for "set remote
1972         memory-write-packet-size 0" and "set remote
1973         memory-write-packet-size fixed/limit".
1974
1975 2018-05-22  Pedro Alves  <palves@redhat.com>
1976
1977         PR gdb/22973
1978         * gdb.base/utf8-identifiers.c: New file.
1979         * gdb.base/utf8-identifiers.exp: New file.
1980
1981 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1982
1983         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1984
1985 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1986
1987         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1988
1989 2018-05-18  Tom Tromey  <tom@tromey.com>
1990
1991         * gdb.base/ptype-offsets.exp: Update.
1992
1993 2018-05-17  Keith Seitz  <keiths@redhat.com>
1994
1995         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1996         in expected breakpoint stop locations.
1997         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1998         move to proper scope to test variable values.
1999         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2000         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2001         New functions.
2002         (main): Call not_inline_func3.
2003         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2004         inline_func1, inline_func2, and inline_func3.  Test that when each
2005         breakpoint is hit, GDB properly reports both the stop location
2006         and the backtrace. Repeat tests for temporary breakpoints.
2007
2008 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
2009
2010         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2011         rather then trying to access it in determining whether the PID
2012         of `gdbserver' could have been retrieved.
2013
2014 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2015
2016         * gdb.arch/amd64-init-x87-values.S: New file.
2017         * gdb.arch/amd64-init-x87-values.exp: New file.
2018
2019 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2020
2021         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2022
2023 2018-05-04  Tom Tromey  <tom@tromey.com>
2024
2025         PR python/22730:
2026         * gdb.python/python.exp: Test multi-line execute.
2027
2028 2018-05-04  Tom Tromey  <tom@tromey.com>
2029
2030         PR python/22731:
2031         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2032
2033 2018-05-04  Tom Tromey  <tom@tromey.com>
2034
2035         PR gdb/11750:
2036         * gdb.base/define.exp: Test defining a user command inside a user
2037         command.
2038         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2039
2040 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2041             Pedro Alves <palves@redhat.com>
2042
2043         PR breakpoints/19806 and support for PR external/20207.
2044         * gdb.base/watchpoint-unaligned.c: New file.
2045         * gdb.base/watchpoint-unaligned.exp: New file.
2046
2047 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2048
2049         * gdb.base/maint.exp: Make test names unique, use
2050         test_prefix_command_help to test 'help maint info', and remove
2051         repeated test of 'help maint'.
2052
2053 2018-05-04  Tom Tromey  <tom@tromey.com>
2054
2055         PR gdb/22619:
2056         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2057         behavior.
2058
2059 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2060
2061         * gdb.base/maint.exp: Process output from 'maint print registers'
2062         line at a time.
2063
2064 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2065
2066         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2067         timeout.
2068
2069 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2070
2071         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2072         filter pattern.
2073
2074 2018-05-02  Pedro Alves  <palves@redhat.com>
2075
2076         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2077         to_log_command renames.
2078         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2079
2080 2018-05-02  Tom Tromey  <tom@tromey.com>
2081
2082         * gdb.python/py-parameter.exp: Set test message.
2083
2084 2018-05-02  Tom Tromey  <tom@tromey.com>
2085
2086         PR python/20084:
2087         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2088         PARAM_ZUINTEGER_UNLIMITED tests.
2089
2090 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
2091
2092         PR rust/23124
2093         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2094         when casting.
2095
2096 2018-04-30  Tom Tromey  <tom@tromey.com>
2097
2098         * gdb.python/py-type.exp: Check align attribute.
2099         * gdb.python/py-type.c: New "aligncheck" global.
2100
2101 2018-04-30  Tom Tromey  <tom@tromey.com>
2102
2103         PR exp/17095:
2104         * gdb.dwarf2/dw2-align.exp: New file.
2105         * gdb.cp/align.exp: New file.
2106         * gdb.base/align.exp: New file.
2107         * lib/gdb.exp (gdb_int128_helper): New proc.
2108         (has_int128_c, has_int128_cxx): New caching procs.
2109
2110 2018-04-27  Tom Tromey  <tom@tromey.com>
2111
2112         PR rust/22545:
2113         * gdb.rust/simple.exp: Add inclusive range tests.
2114
2115 2018-04-26  Pedro Alves  <palves@redhat.com>
2116
2117         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2118         ifunc breakpoint locations correctly of ifunc breakpoints set
2119         while the program resolves the ifunc.
2120
2121 2018-04-26  Pedro Alves  <palves@redhat.com>
2122
2123         * gdb.base/gnu-ifunc-final.c: New file.
2124         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2125         * gdb.base/gnu-ifunc.exp (executable): Delete.
2126         (staticexecutable): Adjust.
2127         (lib_opts, exec_opts): Delete.
2128         (make_binsuffix, build, set-break): New procedures.
2129         (misc_tests): New, with tests factored out from the top level.
2130         (top level): Test different combinations of ifunc resolver name,
2131         resolver with and with debug info, and ifunc target with and
2132         without debug info.  Wrap static tests with with_target_prefix.
2133
2134 2018-04-26  Pedro Alves  <palves@redhat.com>
2135
2136         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2137         return type" warnings.
2138
2139 2018-04-25  Pedro Alves  <palves@redhat.com>
2140
2141         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2142         killed".
2143         * gdb.base/kill-after-signal.exp: Likewise.
2144         * gdb.threads/kill.exp: Likewise.
2145
2146 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2147             Sergio Durigan Junior  <sergiodj@redhat.com>
2148             Pedro Alves  <palves@redhat.com>
2149
2150         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2151         regexps to expect for '[Inferior ... detached]' as well.
2152         * gdb.base/attach.exp: Likewise.
2153         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2154         "gdb_continue_to_end".
2155         (test_catch_syscall_with_wrong_args): Likewise.
2156         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2157         ']'.  Don't set 'verbose' on.
2158         * gdb.base/foll-vfork.exp: Likewise.
2159         * gdb.base/fork-print-inferior-events.c: New file.
2160         * gdb.base/fork-print-inferior-events.exp: New file.
2161         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2162         '[Inferior ... has been killed]' message.
2163         * gdb.base/kill-after-signal.exp: Likewise.
2164         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2165         detach message.
2166         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2167         message.
2168         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2169         regexps to expect for '[Inferior ... detached]' as well.
2170         * gdb.threads/process-dies-while-detaching.exp: Likewise.
2171
2172 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
2173
2174         PR gdb/23104
2175         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2176
2177 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
2178
2179         * gdb.threads/multiple-successive-infcall.c: New test.
2180         * gdb.threads/multiple-successive-infcall.exp: New file.
2181
2182 2018-04-17  Tom Tromey  <tom@tromey.com>
2183
2184         * gdb.rust/simple.rs (Union): New type.
2185         (main): New local "u".
2186         * gdb.rust/simple.exp (test_one_slice): Add new test case.
2187
2188 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2189
2190         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2191         number information in output of "whereis" command.
2192         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2193
2194 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2195
2196         * gdb.ada/info_types.exp: Adjust expected output to the line
2197         numbers now printed by "info var/func/type".
2198         * gdb.base/completion.exp: Likewise.
2199         * gdb.base/included.exp: Likewise.
2200         * gdb.cp/cp-relocate.exp: Likewise.
2201         * gdb.cp/cplusfuncs.exp: Likewise.
2202         * gdb.cp/namespace.exp: Likewise.
2203         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2204
2205 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2206
2207         * gdb.btrace/cpu.exp: New.
2208
2209 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2210
2211         * gdb.base/step-indirect-call-thunk.exp: New.
2212         * gdb.base/step-indirect-call-thunk.c: New.
2213         * gdb.reverse/step-indirect-call-thunk.exp: New.
2214         * gdb.reverse/step-indirect-call-thunk.c: New.
2215
2216 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
2217
2218         * gdb.base/pie-fork.c: New file.
2219         * gdb.base/pie-fork.exp: New file.
2220
2221 2018-04-11  Tom Tromey  <tom@tromey.com>
2222
2223         * gdb.rust/simple.exp: Add test for ".." struct initializer.
2224
2225 2018-04-10  Pedro Alves  <palves@redhat.com>
2226
2227         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2228         exits.  Instead loop running forever.
2229         (fork_parent): Run forever too.
2230
2231 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2232
2233         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2234         mi_continue_to_line.
2235         * gdb.mi/mi-stack.c (callee4): Add comment.
2236
2237 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2238
2239         * gdb.mi/mi-stack.exp: Fix indentation.
2240
2241 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2242
2243         PR gdb/22979
2244         * gdb.arch/amd64-osabi.exp: New file.
2245
2246 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2247
2248         PR gdb/22980
2249         * gdb.base/osabi.exp: New file.
2250
2251 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
2252
2253         * gdb.cp/static-typedef-print.exp: New file.
2254         * gdb.cp/static-typedef-print.cc: New file.
2255
2256 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2257
2258         * gdb.ada/varsize_limit: New testcase.
2259
2260 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2261
2262         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2263
2264         * gdb.ada/notcplusplus: New testcase.
2265
2266         * gdb.base/c-linkage-name.c: New file.
2267         * gdb.base/c-linkage-name.exp: New testcase.
2268
2269 2018-03-26  Tom Tromey  <tom@tromey.com>
2270
2271         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2272         * gdb.python/py-framefilter.py (name_error): New global.
2273         (ErrorInName.function): Use name_error.
2274
2275 2018-03-26  Tom Tromey  <tom@tromey.com>
2276
2277         PR backtrace/15582:
2278         * gdb.python/py-framefilter.exp: Add "bt hide" test.
2279
2280 2018-03-23  Keith Seitz  <keiths@redhat.com>
2281
2282         PR c++/22968
2283         * gdb.cp/subtypes.exp: New file.
2284         * gdb.cp/subtypes.h: New file.
2285         * gdb.cp/subtypes.cc: New file.
2286         * gdb.cp/subtypes-2.cc: New file.
2287
2288 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2289
2290         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2291         (done): Call '_exit' not 'exit' to avoid atexit handlers.
2292         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2293         -nostartfiles when compiling the test.  Confirm that all registers
2294         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2295
2296 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2297
2298         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2299         option, syntax was wrong anyway.
2300         * gdb.arch/arm-disp-step.exp: Likewise.
2301         * gdb.arch/sparc64-regs.exp: Likewise.
2302         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2303         option, syntax was wrong anyway, switch to use
2304         prepare_for_testing.
2305         * gdb.arch/i386-disp-step.exp: Likewise.
2306
2307 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2308
2309         * gdb.ada/exec_changed.exp: Replace "target_info exists
2310         use_gdb_stub" by "use_gdb_stub".
2311         * gdb.ada/start.exp: Likewise.
2312         * gdb.base/async-shell.exp: Likewise.
2313         * gdb.base/attach-pie-misread.exp: Likewise.
2314         * gdb.base/attach-wait-input.exp: Likewise.
2315         * gdb.base/break-entry.exp: Likewise.
2316         * gdb.base/break-interp.exp: Likewise.
2317         * gdb.base/dprintf-detach.exp: Likewise.
2318         * gdb.base/nostdlib.exp: Likewise.
2319         * gdb.base/solib-nodir.exp: Likewise.
2320         * gdb.base/statistics.exp: Likewise.
2321         * gdb.base/testenv.exp: Likewise.
2322         * gdb.mi/mi-exec-run.exp: Likewise.
2323         * gdb.mi/mi-start.exp: Likewise.
2324         * gdb.multi/dummy-frame-restore.exp: Likewise.
2325         * gdb.multi/multi-arch-exec.exp: Likewise.
2326         * gdb.multi/multi-arch.exp: Likewise.
2327         * gdb.multi/tids.exp: Likewise.
2328         * gdb.multi/watchpoint-multi.exp: Likewise.
2329         * gdb.python/py-events.exp: Likewise.
2330         * gdb.threads/attach-into-signal.exp: Likewise.
2331         * gdb.threads/attach-stopped.exp: Likewise.
2332         * gdb.threads/threadapply.exp: Likewise.
2333         * lib/selftest-support.exp: Likewise.
2334
2335 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2336
2337         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2338
2339 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
2340
2341         * gdb.perf/template-breakpoints.cc: New file.
2342         * gdb.perf/template-breakpoints.exp: New file.
2343         * gdb.perf/template-breakpoints.py: New file.
2344
2345 2018-03-19  Tom Tromey  <tom@tromey.com>
2346
2347         * gdb.rust/simple.rs (main): Add local variables field1, field2,
2348         y0.
2349         * gdb.rust/simple.exp: Test bare identifier form of struct
2350         initializer.
2351
2352 2018-03-19  Tom Tromey  <tom@tromey.com>
2353
2354         * gdb.gdb/observer.exp: Remove.
2355
2356 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2357
2358         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2359         "qualified" option when setting breakpoints.
2360         * gdb.trace/backtrace.exp: Likewise.
2361         * gdb.trace/circ.exp: Likewise.
2362         * gdb.trace/collection.exp: Likewise.
2363         * gdb.trace/disconnected-tracing.exp: Likewise.
2364         * gdb.trace/ftrace-lock.exp: Likewise.
2365         * gdb.trace/ftrace.exp: Likewise.
2366         * gdb.trace/infotrace.exp: Likewise.
2367         * gdb.trace/packetlen.exp: Likewise.
2368         * gdb.trace/passc-dyn.exp: Likewise.
2369         * gdb.trace/qtro.exp: Likewise.
2370         * gdb.trace/read-memory.exp: Likewise.
2371         * gdb.trace/report.exp: Likewise.
2372         * gdb.trace/signal.exp: Likewise.
2373         * gdb.trace/status-stop.exp: Likewise.
2374         * gdb.trace/strace.exp: Likewise.
2375         * gdb.trace/tfind.exp: Likewise.
2376         * gdb.trace/trace-break.exp: Likewise.
2377         * gdb.trace/trace-condition.exp: Likewise.
2378         * gdb.trace/trace-mt.exp: Likewise.
2379         * gdb.trace/tstatus.exp: Likewise.
2380         * gdb.trace/tsv.exp: Likewise.
2381         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2382         * gdb.trace/unavailable.exp: Likewise.
2383         * gdb.trace/while-dyn.exp: Likewise.
2384
2385 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2386
2387         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2388         that libinproctrace is copied to the target.
2389
2390 2018-03-14  Tom Tromey  <tom@tromey.com>
2391
2392         PR cli/14977:
2393         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2394         a null pointer.
2395         * gdb.base/wchar.exp: Likewise.
2396
2397 2018-03-14  Tom Tromey  <tom@tromey.com>
2398
2399         PR cli/19918:
2400         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2401         flag.
2402
2403 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
2404
2405         PR gdb/22841
2406         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2407         "target" to remote_exec.
2408
2409 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
2410
2411         PR gdb/22841
2412         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2413         ${board}_upload): Remove.
2414
2415 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2416
2417         * gdb.cp/watch-cp.cc: New test.
2418         * gdb.cp/watch-cp.exp: New file.
2419
2420 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2421
2422         * gdb.base/infcall-nested-structs.exp: New file.
2423         * gdb.base/infcall-nested-structs.c: New file.
2424         * gdb.base/float.exp: Add riscv support.
2425
2426 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2427
2428         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2429         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2430
2431 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
2432
2433         * gdb.server/abspath.exp: New file.
2434         * lib/gdb.exp (with_cwd): New procedure.
2435
2436 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
2437
2438         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2439         use it.
2440         (gdb_is_target_remote_prompt): New proc.
2441         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2442         (gdb_is_target_native): Pass prompt parameter to
2443         gdb_is_target_1.
2444
2445 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
2446
2447         * gdb.base/load-command.c: New file.
2448         * gdb.base/load-command.exp: New file.
2449         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2450         (gdb_is_target_1): ...this, and generalize for other targets
2451         than just remote.
2452         (gdb_is_target_remote): Use gdb_is_target_1.
2453         (gdb_is_target_native): use gdb_is_target_1.
2454
2455 2018-02-26  Tom Tromey  <tom@tromey.com>
2456
2457         PR python/16497:
2458         * gdb.python/py-framefilter.exp: Update test.
2459
2460 2018-02-26  Tom Tromey  <tom@tromey.com>
2461
2462         * gdb.dwarf2/variant.c: New file.
2463         * gdb.dwarf2/variant.exp: New file.
2464
2465 2018-02-26  Tom Tromey  <tom@tromey.com>
2466
2467         * gdb.rust/simple.exp: Accept more possible results in enum test.
2468
2469 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
2470
2471         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2472         parentheses.
2473
2474 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
2475
2476         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2477         name of a variable: $actual_linejj -> $actual_line.
2478
2479 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
2480
2481         * gdb.arch/amd64-i386-address.exp: Fix a typo.
2482
2483 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
2484
2485         * gdb.btrace/buffer-size.exp: Do not force BTS.
2486
2487 2018-02-14  Pedro Alves  <palves@redhat.com>
2488
2489         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2490         getting a "Quit".
2491
2492 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2493
2494         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2495         Fix test name.
2496
2497 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
2498
2499         * gdb.cp/m-static.exp: Check type of optimized out static
2500         member.
2501
2502 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2503
2504         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2505         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2506
2507 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
2508             Leszek Swirski  <leszeks@google.com>
2509
2510         * gdb.python/py-prettyprint.c
2511         (struct to_string_returns_value_inner,
2512         struct to_string_returns_value_wrapper): New.
2513         (main): Add tsrvw variable.
2514         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2515         ToStringReturnsValueWrapper): New classes.
2516         (register_pretty_printers): Register new pretty-printers.
2517         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2518         recursive pretty printer.
2519         * gdb.python/py-mi.exp: Likewise.
2520
2521 2018-02-01  Leszek Swirski  <leszeks@google.com>
2522
2523         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2524         functions with the same name as an include file are parsed
2525         correctly.
2526
2527 2018-02-01  Yao Qi  <yao.qi@linaro.org>
2528
2529         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2530         "\[^\r\n\]*".
2531
2532 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
2533
2534         * gdb.arch/powerpc-prologue-frame.s: New file.
2535         * gdb.arch/powerpc-prologue-frame.c: Likewise.
2536         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2537
2538 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
2539
2540         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2541
2542 2018-01-30  Pedro Alves  <palves@redhat.com>
2543
2544         PR gdb/13211
2545         * gdb.base/interrupt-daemon.c: New.
2546         * gdb.base/interrupt-daemon.exp: New.
2547         * gdb.multi/multi-term-settings.c: New.
2548         * gdb.multi/multi-term-settings.exp: New.
2549
2550 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
2551
2552         * gdb.base/break.exp: Save the location where the breakpoint
2553         on break.c:47 was actually inserted when debugging the version
2554         compiled at -O2 and use it in the expected output of the "info
2555         break" test performed soon after.
2556
2557 2018-01-22  Pedro Alves  <palves@redhat.com>
2558             Sergio Durigan Junior  <sergiodj@redhat.com>
2559
2560         * gdb.base/whatis.exp: Add tests for 'set print object on' +
2561         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2562
2563 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
2564
2565         * gdb.base/break-include.c, gdb.base/break-include.inc,
2566         gdb.base/break-include.exp: New files.
2567         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2568         line number now being the actual line number where the breakpoint
2569         was inserted.
2570         * gdb.mi/mi-break.exp: Likewise.
2571         * gdb.mi/mi-reverse.exp: Likewise.
2572         * gdb.mi/mi-simplerun.exp: Ditto.
2573
2574 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2575
2576         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2577         varobj.
2578         * gdb.mi/mi-var-create-rtti.exp: Likewise.
2579
2580 2018-01-21  Don Breazeal  <donb@codesourcery.com>
2581             Andrew Burgess  <andrew.burgess@embecosm.com>
2582
2583         * gdb.mi/basics.c: Add new global.
2584         * gdb.mi/mi-frame-regs.exp: New file.
2585         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2586         case.
2587
2588 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2589
2590         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2591         non-parameter, and on an unknown symbol.
2592
2593 2018-01-19  Tom Tromey  <tom@tromey.com>
2594
2595         * gdb.rust/modules.rs (TWENTY_THREE): New global.
2596         * gdb.rust/modules.exp: Add ::-qualified lookup test.
2597
2598 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2599
2600         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2601         setrlimit and chdir to int.
2602
2603 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2604
2605         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2606         function.
2607         (my_tend): Likewise.
2608         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2609         rationale of avoiding FP- and vector instructions.
2610
2611 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2612
2613         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2614         "info reg" with "\[ \t\]*".
2615         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2616         "\[ \t\]+".
2617         * gdb.arch/s390-multiarch.exp: Ditto.
2618         * gdb.base/pc-fp.exp: Ditto.
2619         * gdb.reverse/i386-precsave.exp: Ditto.
2620         * gdb.reverse/i386-reverse.exp: Ditto.
2621         * gdb.reverse/i387-env-reverse.exp: Ditto.
2622         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2623
2624 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2625
2626         * lib/gdb.exp (gdb_compile): Re-enable use of
2627         universal_compile_options for languages other than Rust.
2628
2629 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2630
2631         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2632
2633 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
2634
2635         PR gdb/16577
2636         * gdb.base/solib-vanish.exp: New.
2637         * gdb.base/solib-vanish-main.c: New.
2638         * gdb.base/solib-vanish-lib1.c: New.
2639         * gdb.base/solib-vanish-lib2.c: New.
2640
2641 2018-01-17  Yao Qi  <yao.qi@linaro.org>
2642
2643         * gdb.compile/compile.exp: Match the address printed for
2644         frame in the output of command "bt".
2645
2646 2018-01-15  Tom Tromey  <tom@tromey.com>
2647
2648         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2649         compute sp_reg.
2650
2651 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2652
2653         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2654         to prepare.
2655         (prepare): Return 0 on error, 1 on success.
2656
2657 2018-01-12  Pedro Alves  <palves@redhat.com>
2658
2659         * gdb.base/continue-after-aborted-step-over.c: New.
2660         * gdb.base/continue-after-aborted-step-over.exp: New.
2661
2662 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2663
2664         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2665         options when not creating an executable.
2666
2667 2018-01-11  Pedro Alves  <palves@redhat.com>
2668
2669         PR remote/22597
2670         * gdb.server/stop-reply-no-thread.c: New file.
2671         * gdb.server/stop-reply-no-thread.exp: New file.
2672
2673 2018-01-10  Pedro Alves  <palves@redhat.com>
2674
2675         PR gdb/22670
2676         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
2677         functions too.  Test setting breakpoints and printing C functions
2678         with no debug info too.
2679         * gdb.ada/bp_c_mixed_case/qux.c: New file.
2680
2681 2018-01-10  Pedro Alves  <palves@redhat.com>
2682
2683         PR gdb/22670
2684         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2685         a fail.
2686
2687 2018-01-10  Pedro Alves  <palves@redhat.com>
2688
2689         PR gdb/22670
2690         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2691
2692 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2693
2694         * gdb.server/unittest.exp: Match the output in non-development
2695         mode.
2696
2697 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2698
2699         * gdb.gdb/unittest.exp: Match output in non-development mode.
2700
2701 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2702
2703         * gdb.ada/access_tagged_param.exp: Relax expected output
2704         for value of "ObjL" in "continue" to pck.inspect breakpoint
2705         test.
2706
2707 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2708
2709         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2710         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2711
2712 2018-01-05  Pedro Alves  <palves@redhat.com>
2713
2714         PR gdb/18653
2715         * gdb.base/libsegfault.exp: New.
2716
2717 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2718
2719         PR gdb/22670
2720         * gdb.ada/access_tagged_param.exp: New file.
2721         * gdb.ada/access_tagged_param/foo.adb: New file.
2722
2723 2018-01-05  Pedro Alves  <palves@redhat.com>
2724
2725         PR gdb/22670
2726         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2727         exercise lower case too, and to exercise both full matching and
2728         wild matching.
2729
2730 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2731
2732         * gdb.ada/rename_subscript_param: New testcase.
2733
2734 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2735
2736         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2737
2738 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2739
2740         * gdb.ada/convvar_comp: New testcase.
2741
2742 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2743
2744         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2745         (My_Table): New global variable.
2746         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2747
2748 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2749
2750         PR gdb/22670
2751         * gdb.ada/maint_with_ada: New testcase.
2752
2753 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2754
2755         PR gdb/22670
2756         * gdb.ada/bp_c_mixed_case: New testcase.
2757
2758 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2759
2760         PR gdb/22670
2761         * gdb.ada/complete.exp: Add "complete break ada" test.
2762
2763 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2764
2765         PR gdb/22670
2766         * gdb.ada/info_addr_mixed_case: New testcase.
2767
2768 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2769
2770         * gdb.ada/excep_handle.exp: New testcase.
2771         * gdb.ada/excep_handle/foo.adb: New file.
2772         * gdb.ada/excep_handle/pck.ads: New file.
2773
2774 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2775
2776         * gdb.base/step-line.c: Add extra empty line in copyright header.
2777         * gdb.base/step-line.inp: Likewise.
2778
2779 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2780
2781         * gdb.ada/dyn_stride.exp: Add slice test.
2782
2783 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2784
2785         * gdb.ada/dyn_stride: New testcase.
2786
2787 2017-12-27  Stafford Horne  <shorne@gmail.com>
2788
2789         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2790         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2791
2792 2017-12-27  Stafford Horne  <shorne@gmail.com>
2793
2794         * gdb.base/reggroups.c: New file.
2795         * gdb.base/reggroups.exp: New file.
2796
2797 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2798
2799         * gdb.dwarf2/ada-valprint-error.c: New file.
2800         * gdb.dwarf2/ada-valprint-error.exp: New file.
2801
2802 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2803
2804         * gdb.ada/assign_arr: New testcase.
2805
2806 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2807
2808         * gdb.ada/funcall_ptr: New testcase.
2809
2810 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2811
2812         PR cli/16224
2813         * gdb.base/ptype-offsets.cc: New file.
2814         * gdb.base/ptype-offsets.exp: New file.
2815
2816 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2817
2818         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2819         if XML is disabled.
2820
2821 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2822
2823         * gdb.ada/same_component_name: New testcase.
2824
2825 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2826
2827         * gdb.ada/str_binop_equal: New testcase.
2828
2829 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2830
2831         * gdb.ada/task_switch_in_core: New testcase.
2832
2833 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2834
2835         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2836         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2837         call test_bkpt_qualified.
2838         (test_bkpt_qualified): New proc.
2839
2840 2017-12-13  Pedro Alves  <palves@redhat.com>
2841
2842         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2843         Tighten regexp by matching with an anchor.
2844
2845 2017-12-13  Pedro Alves  <palves@redhat.com>
2846
2847         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2848         ("expression with namespace"): New set of tests.
2849         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2850         (Nested::Test_NS::qux): New.
2851         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2852         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2853
2854 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2855
2856         * gdb.base/server-del-break.c: New file.
2857         * gdb.base/server-del-break.exp: New file.
2858
2859 2017-12-12  Stafford Horne  <shorne@gmail.com>
2860
2861         * gdb.xml/tdesc-regs.exp: Add or1k support.
2862
2863 2017-12-12  Stafford Horne  <shorne@gmail.com>
2864
2865         * gdb.base/bp-permanent.c: Define nop of or1k.
2866
2867 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2868
2869         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2870         output with components being reordered.
2871
2872 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2873
2874         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2875         output with components being reordered.
2876
2877 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2878             Pedro Alves  <palves@redhat.com>
2879
2880         * gdb.base/maint.exp (check for .gdb_index): Check also for
2881         .debug_names.
2882         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2883         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2884         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2885         (.gdb_index used after symbol reloading): Support also .debug_names.
2886         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2887
2888 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2889
2890         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2891         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2892
2893 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2894
2895         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2896         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2897
2898 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2899
2900         * gdb.arch/aarch64-tagged-pointer.c: New file.
2901         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2902
2903 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2904
2905         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2906         "int".
2907
2908 2017-12-07  Keith Seitz  <keiths@redhat.com>
2909
2910         PR breakpoints/22569
2911         * gdb.linespec/ls-errs.exp: Change expected result of "break
2912         -source this file has spaces.c -line 3".
2913         Check that an explicit source file followed by whitespace is
2914         identified as an invalid explicit location.
2915
2916 2017-12-07  Keith Seitz  <keiths@redhat.com>
2917
2918         * gdb.cp/nested-types.cc: New file.
2919         * gdb.cp/nested-types.exp: New file.
2920         * lib/cp-support.exp: Load data-structures.exp library.
2921         (debug_cp_test_ptype_class): New global.
2922         (cp_ptype_class_verbose, next_line): New procedures.
2923         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2924         Add and document new return value.
2925         Switch the list of lines to a queue.
2926         Add support for new `type' key for nested type definitions.
2927         Add debugging/troubleshooting messages.
2928         * lib/data-structures.exp: New file.
2929
2930 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2931
2932         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2933         with proc_with_prefix, don't use with_test_prefix.
2934
2935 2017-12-07  Tom Tromey  <tom@tromey.com>
2936
2937         * gdb.base/break.exp: Add test for empty "commands".
2938
2939 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2940
2941         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2942         malloc and catch syscall.
2943
2944 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2945
2946        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2947         tests for explicit locations.
2948
2949 2017-12-06  Pedro Alves  <palves@redhat.com>
2950
2951         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2952         force-disabling XML descriptions.
2953
2954 2017-12-04  Pedro Alves  <palves@redhat.com>
2955
2956         PR gdb/22499
2957         * gdb.arch/amd64-disp-step-avx.S: New file.
2958         * gdb.arch/amd64-disp-step-avx.exp: New file.
2959
2960 2017-12-03  Pedro Alves  <palves@redhat.com>
2961
2962         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2963         and <string.h>.
2964         (parent_function): Print distinct messages when waitpid fails, or
2965         the child exits with a signal, or the child exits for an unhandled
2966         reason.
2967         * gdb.threads/process-dies-while-detaching.exp
2968         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2969         it.  Wait for both inferior output and GDB's prompt.  Use an
2970         indirect spawn id list.
2971         (do_detach): New parameter 'child_exit'.  Use it to compute
2972         expected inferior output.
2973         (test_detach, test_detach_watch, test_detach_killed_outside):
2974         Adjust to pass down the expected child exit kind.
2975
2976 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2977             Sergio Durigan Junior  <sergiodj@redhat.com>
2978             Pedro Alves  <palves@redhat.com>
2979
2980         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2981
2982 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2983
2984         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2985         to 'symbol-file' and 'add-symbol-file' can be
2986         position-independent.
2987
2988 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2989
2990         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2991         the URL in copyright header.
2992         * gdb.arch/aarch64-fp.exp: Likewise.
2993         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2994         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2995         * gdb.base/expand-psymtabs.exp: Likewise.
2996         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2997         * gdb.fortran/common-block.exp: Likewise.
2998         * gdb.fortran/common-block.f90: Likewise.
2999         * gdb.fortran/logical.exp: Likewise.
3000         * gdb.fortran/vla-datatypes.f90: Likewise.
3001         * gdb.fortran/vla-sub.f90: Likewise.
3002
3003 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
3004
3005         * gdb.ada/repeat_dyn: New testcase.
3006
3007 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
3008
3009         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3010         Update for changed thread numbering.
3011         * gdb.cell/bt.exp: Update for changed GDB output.
3012
3013 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
3014
3015         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3016         setting isremote by hand.
3017         * boards/dwarf4-gdb-index.exp: Likewise.
3018         * boards/fission.exp: Likewise.
3019         * boards/stabs.exp: Likewise.
3020
3021 2017-11-30  Pedro Alves  <palves@redhat.com>
3022
3023         * gdb.linespec/cpls-ops.exp
3024         (check_explicit_skips_function_argument): Extract the underlying
3025         type of size_t instead of hardcoding it.
3026
3027 2017-11-29  Pedro Alves  <palves@redhat.com>
3028
3029         PR c++/19436
3030         * gdb.linespec/cpls-abi-tag.cc: New file.
3031         * gdb.linespec/cpls-abi-tag.exp: New file.
3032
3033 2017-11-29  Pedro Alves  <palves@redhat.com>
3034
3035         * gdb.base/langs.exp: Use -qualified.
3036         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3037         it.
3038         * gdb.cp/namespace.exp: Use -qualified.
3039         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3040         (overload-3, template-overload, template-ret-type, const-overload)
3041         (const-overload-quoted, anon-ns, ambiguous-prefix): New
3042         procedures.
3043         (test_driver): Call them.
3044         * gdb.cp/save-bp-qualified.cc: New.
3045         * gdb.cp/save-bp-qualified.exp: New.
3046         * gdb.linespec/explicit.exp: Test -qualified.
3047         * lib/completion-support.exp (completion::explicit_opts_list): Add
3048         "-qualified".
3049         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3050
3051 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3052
3053         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3054
3055 2017-11-29  Tom Tromey  <tom@tromey.com>
3056
3057         * gdb.base/relocate.exp: Update invalid argument test.
3058         Add new tests for invalid arguments.
3059
3060 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3061
3062         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3063         Return 0 as a long.
3064         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3065
3066 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3067
3068         * gdb.cp/breakpoint.cc (bar): Set return type to void.
3069         * gdb.cp/psymtab-parameter.cc (func): Likewise.
3070         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3071         func ().
3072         * gdb.cp/shadow.cc (B.func): Return 0.
3073
3074 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
3075
3076         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3077         expected output in gdb_expect call to allow the exception
3078         message to be present as well.  Fix syntax confusion to avoid
3079         TCL thinking that exception_name is an array.
3080
3081 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
3082
3083         * gdb.arch/spu-info.c: Include <unistd.h>.
3084         (do_signal_test): Fix broken calls to write.
3085         * gdb.arch/spu-info.exp: Use prepare_for_testing.
3086         Fix checks for empty mailboxes.  Update signal tests for corrected
3087         do_signal_test routine.  Allow nonzero event status.
3088         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3089         * gdb.cell/arch.exp: Use standard_output_file.
3090         * gdb.cell/break.exp: Likewise.
3091         * gdb.cell/bt.exp: Likewise.
3092         * gdb.cell/core.exp: Likewise.
3093         * gdb.cell/dwarfaddr.exp: Likewise.
3094         * gdb.cell/ea-cache.exp: Likewise.
3095         * gdb.cell/ea-standalone.exp: Likewise.
3096         * gdb.cell/f-regs.exp: Likewise.
3097         * gdb.cell/fork.exp: Likewise.
3098         * gdb.cell/gcore.exp: Likewise.
3099         * gdb.cell/mem-access.exp: Likewise.
3100         * gdb.cell/ptype.exp: Likewise.
3101         * gdb.cell/registers.exp: Likewise.
3102         * gdb.cell/sizeof.exp: Likewise.
3103         * gdb.cell/solib-symbol.exp: Likewise.
3104         * gdb.cell/solib.exp: Likewise.
3105
3106 2017-11-25   Pedro Alves  <palves@redhat.com>
3107
3108         * gdb.base/complete-empty.exp: New file.
3109         * gdb.base/completion.exp: Adjust.
3110
3111 2017-11-25  Pedro Alves  <palves@redhat.com>
3112
3113         * gdb.linespec/cpls-ops.cc: New file.
3114         * gdb.linespec/cpls-ops.exp: New file.
3115         * lib/completion-support.exp (test_complete_prefix_range_re): New,
3116         factored out from ...
3117         (test_complete_prefix_range): ... this.
3118
3119 2017-11-24  Pedro Alves  <palves@redhat.com>
3120
3121         * gdb.linespec/cpcompletion.exp: New file.
3122         * gdb.linespec/cpls-hyphen.cc: New file.
3123         * gdb.linespec/cpls.cc: New file.
3124         * gdb.linespec/cpls2.cc: New file.
3125         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
3126         test to use test_gdb_complete_unique.  Add label completion,
3127         keyword completion and explicit location completion tests.
3128         * lib/completion-support.exp: New file.
3129
3130 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
3131
3132         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3133         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3134         when hitting an exception catchpoint.
3135
3136 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3137
3138         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3139
3140 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
3141
3142         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3143         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3144         * gdb.dwarf2/info-locals-optimized-out.c: New file.
3145
3146 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3147
3148         * gdb.base/info-os.exp: Pass pthreads.
3149         * gdb.multi/multi-attach.exp: Likewise.
3150
3151 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3152
3153         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3154         compiler.
3155
3156 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3157
3158         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3159         * gdb.base/break-interp.exp: Likewise.
3160         * gdb.base/jit-attach-pie.exp: Likewise.
3161
3162 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3163
3164         * gdb.base/float128.c (large128): New variable.
3165         * gdb.base/float128.exp: Add test to print largest __float128 value.
3166
3167 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3168
3169         * gdb.arch/vsx-regs.exp: Update register content checks.
3170
3171 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
3172
3173         * gdb.arch/ppc-longdouble.exp: New file.
3174         * gdb.arch/ppc-longdouble.c: Likewise.
3175
3176 2017-11-21  Pedro Alves  <palves@redhat.com>
3177
3178         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3179
3180 2017-11-20  Pedro Alves  <palves@redhat.com>
3181
3182         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3183         (long_double_typedef): New typedefs.
3184         Use DEF on double and long double.
3185         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3186         cases.
3187         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3188         and 'long_double_ptr_same_size' locals.  Use them to decide
3189         whether cast from array/function to float is valid/invalid.
3190
3191 2017-11-17  Tom Tromey  <tom@tromey.com>
3192
3193         * gdb.rust/traits.rs: New file.
3194         * gdb.rust/traits.exp: New file.
3195
3196 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
3197
3198         * gdb.ada/minsyms: New testcase.
3199
3200 2017-11-16  Pedro Alves  <palves@redhat.com>
3201
3202         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3203         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3204
3205 2017-11-16  Pedro Alves  <palves@redhat.com>
3206
3207         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3208         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3209
3210 2017-11-16  Pedro Alves  <palves@redhat.com>
3211
3212         * gdb.server/reconnect-ctrl-c.c: New file.
3213         * gdb.server/reconnect-ctrl-c.exp: New file.
3214
3215 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
3216
3217         * gdb.python/py-rbreak.exp: New file.
3218         * gdb.python/py-rbreak.c: New file.
3219         * gdb.python/py-rbreak-func2.c: New file.
3220
3221 2017-11-16  Pedro Alves  <palves@redhat.com>
3222
3223         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3224         pattern.
3225         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3226         GDB.
3227
3228 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
3229
3230         * gdb.tui/completionn.exp (test_tab_completion): Add space in
3231         regex.
3232
3233 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
3234
3235         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3236         test names.
3237
3238 2017-11-09  Pedro Alves  <palves@redhat.com>
3239
3240         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3241         factored out from ...
3242         (top level): ... here, and adjusted to avoid expecting beyond the
3243         prompt in a single gdb_test_multiple.
3244
3245 2017-11-09  Pedro Alves  <palves@redhat.com>
3246
3247         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3248         output.
3249         * gdb.server/ext-attach.exp ("kill" test): Likewise.
3250         * gdb.server/ext-restart.exp ("kill" test): Likewise.
3251         * gdb.server/ext-run.exp ("kill" test): Likewise.
3252         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3253
3254 2017-11-09  Pedro Alves  <palves@redhat.com>
3255
3256         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3257         match till end of line.
3258
3259 2017-11-09  Pedro Alves  <palves@redhat.com>
3260
3261         * gdb.base/memattr.exp: Tighten regexes to match the end line.
3262
3263 2017-11-09  Pedro Alves  <palves@redhat.com>
3264
3265         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3266         New procedures, factored out from ...
3267         (top level): ... here, and adjusted to avoid expecting beyond the
3268         prompt in one go.
3269
3270 2017-11-09  Pedro Alves  <palves@redhat.com>
3271
3272         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3273         output.  Fix '?' match.
3274
3275 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
3276
3277         * gdb.ada/scoped_watch: New testcase.
3278         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3279         which is actually correct.
3280         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3281         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3282
3283 2017-11-08  Pedro Alves  <palves@redhat.com>
3284
3285         * gdb.gdb/complaints.exp (test_initial_complaints)
3286         (test_serial_complaints, test_short_complaints): Call
3287         complaint_internal instead of complaint.
3288
3289 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
3290
3291         * gdb.threads/tls-core.c: New file.
3292         * gdb.threads/tls-core.exp: Likewise.
3293
3294 2017-11-08   Pedro Alves  <palves@redhat.com>
3295
3296         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3297         (p Exported_Capitalized): New test.
3298         (p exported_capitalized): New test.
3299
3300 2017-11-07  Pedro Alves  <palves@redhat.com>
3301
3302         * gdb.cp/ena-dis-br-range.exp: Add more tests.
3303
3304 2017-11-07  Pedro Alves  <palves@redhat.com>
3305
3306         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3307         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3308         (disable_invalid, disable_inverted, disable_negative): New
3309         procedures.
3310         ("bad numbers"): New set of tests.
3311
3312 2017-11-07  Pedro Alves  <palves@redhat.com>
3313
3314         * gdb.cp/ena-dis-br-range.exp: Add tests.
3315
3316 2017-11-07  Pedro Alves  <palves@redhat.com>
3317
3318         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3319
3320 2017-11-07  Xavier Roirand  <roirand@adacore.com>
3321             Pedro Alves  <palves@redhat.com>
3322
3323         * gdb.base/ena-dis-br.exp: Add reference to
3324         gdb.cp/ena-dis-br-range.exp.
3325         * gdb.cp/ena-dis-br-range.exp: New file.
3326         * gdb.cp/ena-dis-br-range.cc: New file.
3327
3328 2017-11-06  Pedro Alves  <palves@redhat.com>
3329
3330         * gdb.base/attach-non-pgrp-leader.c: New.
3331         * gdb.base/attach-non-pgrp-leader.exp: New.
3332
3333 2017-11-06  Pedro Alves  <palves@redhat.com>
3334
3335         * configure.ac: No longer check for termio.h and sgtty.h.
3336         * configure: Regenerate.
3337         * remote-utils.c: Include termios.h instead of gdb_termios.h.
3338         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3339         Remove termio and sgtty code.
3340
3341 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3342
3343         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3344         in GDB is disabled.
3345
3346 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3347
3348         * gdb.python/py-thrhandle.exp: Skip it if python is not
3349         enabled.
3350
3351 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
3352
3353         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3354         as a breakpoint command.
3355
3356 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
3357
3358         PR python/21213
3359         * gdb.python/py-infthread.exp: Test calling
3360         InferiorThread.inferior () multiple times in a row.
3361
3362 2017-10-27  Keith Seitz  <keiths@redhat.com>
3363
3364         * gdb.opt/inline-break.exp (break_info_1): New procedure.
3365         Test "info break" for every inlined function breakpoint.
3366
3367 2017-10-27  Yao Qi  <yao.qi@linaro.org>
3368
3369         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3370
3371 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
3372
3373         * gdb.cp/classes.exp (test_static_members): Test printing
3374         Outer::instance.
3375         * gdb.cp/classes.c (struct Inner, struct Outer): New.
3376         (Inner::instance, Outer::instance): New.
3377
3378 2017-10-24  Pedro Alves  <palves@redhat.com>
3379
3380         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3381         extra console" test in two stages.
3382
3383 2017-10-24  Pedro Alves  <palves@redhat.com>
3384
3385         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3386
3387 2017-10-24  Pedro Alves  <palves@redhat.com>
3388
3389         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3390         loop.
3391
3392 2017-10-24  Pedro Alves  <palves@redhat.com>
3393
3394         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3395         $attempt" and "stoppedtry $stoppedtry" test prefixes.
3396
3397 2017-10-24  Pedro Alves  <palves@redhat.com>
3398
3399         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3400         parameter and handle it.  Don't output read value in test name.
3401
3402 2017-10-24  Pedro Alves  <palves@redhat.com>
3403
3404         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3405         custom test name.
3406
3407 2017-10-24  Pedro Alves  <palves@redhat.com>
3408
3409         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3410         include the unstable output directory name in the test's name.
3411         (initial_setup_simple) <'set args'>: Use custom test name.
3412
3413 2017-10-24  Pedro Alves  <palves@redhat.com>
3414
3415         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3416         with explicit test name.
3417
3418 2017-10-20  Pedro Alves  <palves@redhat.com>
3419
3420         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3421         'wait -i'.  Use gdb_assert and remote_close.
3422
3423 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
3424
3425         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3426         number from variable rather than hard-coded.
3427
3428 2017-10-19  Pedro Alves  <palves@redhat.com>
3429
3430         * gdb.base/long-inferior-output.c: New file.
3431         * gdb.base/long-inferior-output.exp: New file.
3432
3433 2017-11-18  Keith Seitz  <keiths@redhat.com>
3434
3435         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3436         method.
3437         (main): Call it.
3438         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3439         Add additional user-defined conversion operator tests.
3440
3441 2017-10-17  Pedro Alves  <palves@redhat.com>
3442
3443         * boards/native-stdio-gdbserver.exp: Load "local-board".
3444
3445 2017-10-17  Pedro Alves  <palves@redhat.com>
3446
3447         * gdb.base/quit-live.c: New file.
3448         * gdb.base/quit-live.exp: New file.
3449
3450 2017-10-16  Keith Seitz  <keiths@redhat.com>
3451
3452         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3453         (class_with_protected_typedef, class_with_private_typedef)
3454         (struct_with_public_typedef, struct_with_protected_typedef)
3455         (struct_with_private_typedef): New classes/structs.
3456         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3457         typedefs and access specifiers.
3458
3459 2017-10-16  Pedro Alves  <palves@redhat.com>
3460             Simon Marchi  <simon.marchi@polymtl.ca>
3461
3462         * README (Local vs Remote vs Native): New section.
3463         * boards/local-board.exp: New file, with bits factored out from
3464         ...
3465         * boards/native-extended-gdbserver.exp: ... here.  Load
3466         "local-board".
3467         * boards/native-gdbserver.exp: Load "local-board".
3468         (${board}_spawn, ${board}_exec): Delete.
3469         * boards/native-stdio-gdbserver.exp: Most contents factored out to
3470         ...
3471         * boards/stdio-gdbserver-base.exp: ... this new file.
3472         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3473         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3474         procedure.
3475         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3476         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
3477         stdio_gdbserver_command.
3478         (${board}_get_remote_address, ${board}_get_comm_port)
3479         (${board}_download, ${board}_upload): Delete.
3480         (get_target_remote_pipe_cmd): New.
3481
3482 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
3483
3484         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3485         test_bkpt_deletion, test_bkpt_cond_and_cmds,
3486         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3487         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3488         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3489         remove with_test_prefix.
3490
3491 2017-10-13  Pedro Alves  <palves@redhat.com>
3492
3493         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3494         * gdb.base/annota1.exp: Use it instead of is_remote.
3495         * gdb.base/annota3.exp: Use it instead of is_remote.
3496         * gdb.cp/annota2.exp: Use it instead of is_remote.
3497         * gdb.cp/annota3.exp: Use it instead of is_remote.
3498         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3499
3500 2017-10-13  Pedro Alves  <palves@redhat.com>
3501
3502         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3503         (test_num_test_vars, run_and_count_vars, find_env)
3504         (test_set_unset_env, test_inherit_env_var): New procedures.
3505         (top level): Use them.
3506
3507 2017-10-13  Pedro Alves  <palves@redhat.com>
3508
3509         * lib/selftest-support.exp (selftest_setup): Extend comments, and
3510         also skip on stub-like targets.
3511
3512 2017-10-13  Pedro Alves  <palves@redhat.com>
3513
3514         PR gdb/22293
3515         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3516         (top level): Move some tests to ...
3517         (test_not_found): ... this new procedure.
3518         (top level): Call it.
3519
3520 2017-10-13  Pedro Alves  <palves@redhat.com>
3521
3522         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
3523         expect different "info terminal" output if testing with a
3524         non-native target.
3525
3526 2017-10-13  Pedro Alves  <palves@redhat.com>
3527             Simon Marchi  <simon.marchi@polymtl.ca>
3528
3529         PR python/12966
3530         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3531
3532 2017-10-13  Pedro Alves  <palves@redhat.com>
3533
3534         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3535         already.
3536
3537 2017-10-13  Pedro Alves  <palves@redhat.com>
3538
3539         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3540         is_remote.
3541
3542 2017-10-13  Pedro Alves  <palves@redhat.com>
3543
3544         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3545         is_remote.
3546
3547 2017-10-13  Pedro Alves  <palves@redhat.com>
3548
3549         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3550         is set.
3551         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
3552         instead of is_remote.
3553
3554 2017-10-13  Pedro Alves  <palves@redhat.com>
3555
3556         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3557         (top level): Add comment.
3558
3559 2017-10-13  Pedro Alves  <palves@redhat.com>
3560
3561         * gdb.base/remote.exp (top level): Fix comment typo and add
3562         missing return.
3563
3564 2017-10-13  Pedro Alves  <palves@redhat.com>
3565             Simon Marchi  <simon.marchi@polymtl.ca>
3566
3567         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3568         calls and add comments.  Skip test if use_gdb_stub is set.
3569         (top level): Use "set cwd" command instead of "cd" command.
3570
3571 2017-10-13  Pedro Alves  <palves@redhat.com>
3572
3573         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3574         is_remote target check.
3575
3576 2017-10-13  Pedro Alves  <palves@redhat.com>
3577
3578         * gdb.base/scope.exp: Use build_executable + clean_restart +
3579         gdb_file_cmd instead of prepare_for_testing and no longer skip
3580         "before run" tests on is_remote target boards.  Update comments.
3581         * boards/native-extended-gdbserver.exp
3582         (extended_gdbserver_load_last_file): New, factored out from ...
3583         (gdb_load): ... this.  Move further below and add comment.
3584         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3585
3586 2017-10-12  Pedro Alves  <palves@redhat.com>
3587
3588         * gdb.base/attach.exp: Remove references to gdb64.
3589         * gdb.base/dbx.exp: Remove references to gdb64.
3590
3591 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3592             Pedro Alves  <palves@redhat.com>
3593
3594         * gdb.base/label.exp: Remove is_remote target check.
3595
3596 2017-10-12  Pedro Alves  <palves@redhat.com>
3597
3598         * gdb.base/auvx.exp (coredir): Update comment.
3599         (top level) <core_works>: Use "set cwd" command instead of "cd"
3600         command.
3601
3602 2017-10-12  Pedro Alves  <palves@redhat.com>
3603             Simon Marchi  <simon.marchi@polymtl.ca>
3604
3605         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3606         target boards.
3607
3608 2017-10-12  Pedro Alves  <palves@redhat.com>
3609             Simon Marchi  <simon.marchi@polymtl.ca>
3610
3611         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3612         Instead skip if there's any gdb_protocol set.
3613
3614 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3615             Pedro Alves  <palves@redhat.com>
3616
3617         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3618
3619 2017-10-12  Pedro Alves  <palves@redhat.com>
3620             Simon Marchi  <simon.marchi@polymtl.ca>
3621
3622         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3623         instead of on dejagnu remote boards.
3624
3625 2017-10-12  Pedro Alves  <palves@redhat.com>
3626             Simon Marchi  <simon.marchi@polymtl.ca>
3627
3628         * gdb.base/inferior-died.exp: Remove is_remote and isnative
3629         checks.  Use build_executable + clean_restart instead of
3630         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
3631         of enabling non-stop after starting gdb.
3632
3633 2017-10-12  Pedro Alves  <palves@redhat.com>
3634
3635         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3636         * gdb.threads/non-ldr-exc-2.exp: Ditto.
3637         * gdb.threads/non-ldr-exc-3.exp: Ditto.
3638         * gdb.threads/non-ldr-exc-4.exp: Ditto.
3639
3640 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3641
3642         * gdb.arch/arc-tdesc-cpu.exp: New file.
3643         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3644
3645 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
3646
3647         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3648
3649 2017-10-10  Pedro Alves <palves@redhat.com>
3650
3651         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3652         expect CLI output.
3653
3654 2017-10-10  Pedro Alves  <palves@redhat.com>
3655
3656         * lib/selftest-support.exp (selftest_setup): Update for
3657         captured_command_loop's prototype change.
3658
3659 2017-10-09  Pedro Alves  <palves@redhat.com>
3660
3661         Test both arch1=>arch2 and arch2=>arch1.
3662
3663         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3664         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
3665         factored out to...
3666         (append_arch1_options, append_arch2_options, append_arch_options)
3667         (build_executables): New procedures.
3668         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
3669         local.
3670         (top level): Add new 'first_arch' testing axis.
3671
3672 2017-10-09  Pedro Alves  <palves@redhat.com>
3673
3674         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3675         (barrier): New.
3676         (thread_start, all_started): New functions.
3677         (main): Spawn new thread and wait until it is scheduled.
3678         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3679         option.
3680         (do_test): Add 'selected_thread' parameter.  Run to all_started
3681         instead of main.  Explicitly set the breakpoint at main.  Switch
3682         to the SELECTED_THREAD thread.
3683         (top level): Test handling the exec event with either the main
3684         thread or the second thread selected.
3685
3686 2017-10-09  Pedro Alves  <palves@redhat.com>
3687
3688         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3689         logic.  Move STOP marker after the value checks.
3690         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3691         regexp.
3692
3693 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3694
3695         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3696
3697 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3698
3699         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3700         integer-to-dfp conversion.
3701         * gdb.base/dfp-test.exp: Likewise.
3702
3703 2017-10-04  Pedro Alves  <palves@redhat.com>
3704
3705         * gdb.multi/hangout.c: Include <unistd.h>.
3706         (hangout_loop): New function.
3707         (main): Call alarm.  Call hangout_loop in a loop.
3708         * gdb.multi/hello.c: Include <unistd.h>.
3709         (hello_loop): New function.
3710         (main): Call alarm.  Call hangout_loop in a loop.
3711         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3712         inferior with the other selected.
3713
3714 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3715
3716         * gdb.mi/list-thread-groups-available.exp: New file.
3717         * gdb.mi/list-thread-groups-available.c: New file.
3718
3719 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3720
3721         * gdb.base/set-cwd.exp: Make it available on
3722         native-extended-gdbserver.
3723
3724 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3725
3726         * gdb.base/set-cwd.c: New file.
3727         * gdb.base/set-cwd.exp: Likewise.
3728
3729 2017-10-02  Tom Tromey  <tom@tromey.com>
3730
3731         PR rust/22236:
3732         * gdb.rust/simple.rs (main): New variable "fslice".
3733         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3734
3735 2017-10-02  Tom Tromey  <tom@tromey.com>
3736
3737         * gdb.rust/simple.exp: Test ptype of a slice.
3738
3739 2017-10-02  Tom Tromey  <tom@tromey.com>
3740
3741         * gdb.rust/simple.exp: Test index of slice.
3742
3743 2017-09-27  Tom Tromey  <tom@tromey.com>
3744
3745         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3746
3747 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3748             Pedro Alves  <palves@redhat.com>
3749
3750         * gdb.base/compare-sections.exp (get value of read-only section): Read
3751         as unsigned value.
3752         (corrupt read-only section): Likewise and don't set written if patching
3753         failed.
3754
3755 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3756
3757         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3758         files.
3759
3760 2017-09-20  Pedro Alves  <palves@redhat.com>
3761
3762         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3763         symbol names in gdb's output.
3764         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3765
3766 2017-09-20  Pedro Alves  <palves@redhat.com>
3767
3768         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3769         Rename to ...
3770         (test_list_ambiguous_symbol): ... this and add a symbol name
3771         parameter.  Adjust.
3772         (test_list_ambiguous_function): Reimplement on top of
3773         test_list_ambiguous_symbol and also test listing ambiguous
3774         variables.
3775         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3776         (ambiguous_fun): ... this.
3777         (ambiguous_var): New.
3778         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3779         (ambiguous_fun): ... this.
3780         (ambiguous_var): New.
3781
3782 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3783
3784         * gdb.base/starti.c: New file.
3785         * gdb.base/starti.exp: New file.
3786         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3787
3788 2017-09-14  Pedro Alves  <palves@redhat.com>
3789
3790         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3791         (top level): Use it instead of runto.
3792
3793 2017-09-11  Tom Tromey  <tom@tromey.com>
3794
3795         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3796
3797 2017-09-11  Tom Tromey  <tom@tromey.com>
3798
3799         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3800         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3801
3802 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3803
3804         * gdb.fortran/printing-types.exp: New file.
3805         * gdb.fortran/printing-types.exp: New file.
3806
3807 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3808
3809         * gdb.fortran/vla-ptype.exp: Fix typos.
3810         * gdb.fortran/vla-value.exp: Same.
3811
3812 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3813
3814         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3815         * gdb.mi/mi-var-child-f.exp: Likewise.
3816         * gdb.mi/mi-vla-fortran.exp: Likewise.
3817
3818 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3819             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3820             Bernhard Heckel  <bernhard.heckel@intel.com>
3821
3822         * gdb.fortran/ptr-indentation.f90: New file.
3823         * gdb.fortran/ptr-indentation.exp: New file.
3824
3825 2017-09-05  Tom Tromey  <tom@tromey.com>
3826
3827         PR gdb/22010:
3828         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3829
3830 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3831
3832         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3833
3834 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3835
3836         * gdb.threads/tls-nodebug-pie.c: New file.
3837         * gdb.threads/tls-nodebug-pie.exp: New file.
3838
3839 2017-09-05  Tom Tromey  <tom@tromey.com>
3840
3841         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3842         for rust.
3843
3844 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3845
3846         * gdb.multi/multi-arch-exec.exp: Test with different
3847         "follow-exec-mode" settings.
3848         (do_test): New procedure.
3849
3850 2017-09-04  Pedro Alves  <palves@redhat.com>
3851
3852         * gdb.base/func-static.c (S::method const, S::method volatile)
3853         (S::method volatile const): New methods.
3854         (c_s, v_s, cv_s): New instances.
3855         (main): Call method() on them.
3856         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3857         (cannot_resolve): New procedure.
3858         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3859         print-quote-unquoted columns.
3860         (do_test): Test printing each scope too.
3861
3862 2017-09-04  Pedro Alves  <palves@redhat.com>
3863
3864         * gdb.base/local-static.exp: Also test with
3865         class::method::variable wholly quoted.
3866         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3867
3868 2017-09-04  Pedro Alves  <palves@redhat.com>
3869
3870         * gdb.base/local-static.c: New.
3871         * gdb.base/local-static.cc: New.
3872         * gdb.base/local-static.exp:  New.
3873
3874 2017-09-04  Pedro Alves  <palves@redhat.com>
3875
3876         * gdb.asm/asm-source.exp: Add casts to int.
3877         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3878         (dataglobal64_1, dataglobal64_2): New globals.
3879         * gdb.base/nodebug.exp: Test different expressions involving the
3880         new globals, with print, whatis and ptype.  Add casts to int.
3881         * gdb.base/solib-display.exp: Add casts to int.
3882         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3883         * gdb.cp/m-static.exp: Add cast to int.
3884         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3885         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3886         tls variable with no debug info without a cast.  Test with a cast
3887         to int too.
3888         * gdb.trace/entry-values.exp: Add casts.
3889
3890 2017-09-04  Pedro Alves  <palves@redhat.com>
3891
3892         * gdb.base/nodebug.exp: Test that ptype's error about functions
3893         with unknown return type includes the function name too.
3894
3895 2017-09-04  Pedro Alves  <palves@redhat.com>
3896
3897         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3898         return type of munmap in infcall.
3899         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3900         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3901         type of ftell in infcall.
3902         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3903         type of getpid in infcall.
3904         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3905         infcall.
3906         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3907         Bail on failure to extract the pid.
3908         * gdb.base/nodebug.c: #include <stdint.h>.
3909         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3910         New functions.
3911         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3912         Change expected output of print/whatis/ptype with functions with
3913         no debug info.  Test all supported languages.  Call
3914         test_call_promotion.
3915         * gdb.compile/compile.exp: Adjust expected output to expect
3916         warning.
3917         * gdb.threads/siginfo-threads.exp: Likewise.
3918
3919 2017-09-04  Pedro Alves  <palves@redhat.com>
3920
3921         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3922         "prototypes".  Test calling float functions via prototyped and
3923         unprototyped function pointers.
3924         (perform_all_tests): New parameter "prototypes".  Pass it down.
3925         (top level): Pass down "prototypes" parameter to
3926         perform_all_tests.
3927
3928 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3929
3930         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3931         Test with nested loops.
3932
3933 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3934
3935         * gdb.base/commands.exp: Call the new procedures.
3936         (loop_break_test, loop_continue_test): New procedures.
3937
3938 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3939
3940         * gdb.base/commands.exp: Call new procedure.
3941         (define_if_without_arg_test): New procedure.
3942
3943 2017-09-04  Pedro Alves  <palves@redhat.com>
3944
3945         * gdb.base/list-ambiguous.exp: New file.
3946         * gdb.base/list-ambiguous0.c: New file.
3947         * gdb.base/list-ambiguous1.c: New file.
3948         * gdb.base/list.exp (test_list_range): Adjust expected output.
3949
3950 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3951
3952         * gdb.base/share-env-with-gdbserver.c: New file.
3953         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3954
3955 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3956
3957         * gdb.base/commands.exp (gdbvar_simple_if_test,
3958         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3959         progvar_simple_if_test, progvar_simple_while_test,
3960         progvar_complex_if_while_test, user_defined_command_test,
3961         user_defined_command_args_eval,
3962         user_defined_command_args_stack_test,
3963         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3964         temporary_breakpoint_commands,
3965         gdb_test_no_prompt, redefine_hook_test,
3966         redefine_backtrace_test): Remove "global gdb_prompt".
3967
3968 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3969
3970         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3971         New proc, call it from toplevel.
3972
3973 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3974
3975         PR remote/21852
3976         * gdb.server/normal.c: New file, copied from gdb.base.
3977         * gdb.server/run-without-local-binary.exp: New file.
3978
3979 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3980
3981         * gdb.arch/sparc64-adi.exp: New file.
3982         * gdb.arch/sparc64-adi.c: New file.
3983
3984 2017-08-22  Pedro Alves  <palves@redhat.com>
3985
3986         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3987         (top level): Add "list all overloads" tests.
3988
3989 2017-08-22  Tom Tromey  <tom@tromey.com>
3990
3991         * gdb.gdb/xfullpath.exp: Remove.
3992
3993 2017-08-21  Pedro Alves  <palves@redhat.com>
3994
3995         PR gdb/19487
3996         * gdb.base/symbol-alias.c: New.
3997         * gdb.base/symbol-alias2.c: New.
3998         * gdb.base/symbol-alias.exp: New.
3999
4000 2017-08-21  Pedro Alves  <palves@redhat.com>
4001
4002         * gdb.base/dfp-test.c
4003         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4004         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4005         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4006         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4007         * gdb.base/whatis-ptype-typedefs.c: New.
4008         * gdb.base/whatis-ptype-typedefs.exp: New.
4009         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4010         (an_int, an_int_type, an_int_type2): New globals.
4011         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4012         involving typedefs and cast expressions.
4013         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4014         (lookup_typedefs_function): New.
4015         (typedefs_pretty_printers_dict): New.
4016         (top level): Register lookup_typedefs_function in
4017         gdb.pretty_printers.
4018
4019 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4020
4021         * gdb.server/unittest.exp: New.
4022
4023 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4024
4025         PR gdb/21954
4026         * gdb.base/environ.exp: Add test to check if 'unset environment'
4027         works.
4028
4029 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4030
4031         * lib/gdb.exp (universal_compile_options): New caching proc.
4032         (gdb_compile): Suppress GCC's coloring of messages.
4033
4034 2017-08-14  Tom Tromey  <tom@tromey.com>
4035
4036         PR gdb/21675:
4037         * gdb.base/printcmds.exp (test_radices): New function.
4038         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4039         * gdb.base/sizeof.exp (check_valueof): Use p/d.
4040         * lib/gdb.exp (get_integer_valueof): Use p/d.
4041
4042 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
4043
4044         * lib/gdb.exp (get_valueof): Don't capture end-of-line
4045         characters.
4046
4047 2017-08-05  Tom Tromey  <tom@tromey.com>
4048
4049         * gdb.rust/simple.exp: Allow String to appear in a different
4050         namespace.
4051
4052 2017-07-26  Yao Qi  <yao.qi@linaro.org>
4053
4054         * gdb.gdb/unittest.exp: Invoke command
4055         "maintenance check xml-descriptions".
4056
4057 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4058
4059         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4060         calling context.
4061         (hex128): Drop erroneous calculation of parameters.
4062
4063 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
4064
4065         * gdb.python/py-unwind.exp: Disable stack protection when
4066         building test file.
4067
4068 2017-07-20  Pedro Alves  <palves@redhat.com>
4069
4070         * gdb.base/default.exp (set language): Adjust expected output.
4071
4072 2017-07-20  Pedro Alves  <palves@redhat.com>
4073
4074         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4075         (test_minsym): ... this, and make static.
4076         (get_pck__foo__bar__minsym): Rename to ...
4077         (get_test_minsym): ... this.
4078         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
4079         symbol names and comments.
4080         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4081         (get_test_minsym): ... this.
4082         (pck__foo__bar__minsym__2): Rename to ...
4083         (test_minsym): ... this.
4084         (main): Adjust.
4085
4086 2017-07-17  Pedro Alves  <palves@redhat.com>
4087
4088         * gdb.base/completion.exp: Adjust expected output.
4089         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4090         the completer works.
4091
4092 2017-07-17  Pedro Alves  <palves@redhat.com>
4093
4094         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4095
4096 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
4097
4098         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4099
4100 2017-07-14  Tom Tromey  <tom@tromey.com>
4101
4102         PR rust/21764:
4103         * gdb.rust/simple.exp: Add tests.
4104
4105 2017-07-14  Tom Tromey  <tom@tromey.com>
4106
4107         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4108
4109 2017-07-14  Pedro Alves  <palves@redhat.com>
4110
4111         * gdb.linespec/base/one/thefile.cc (z1): New function.
4112         * gdb.linespec/base/two/thefile.cc (z2): New function.
4113         * gdb.linespec/linespec.exp: Add tests.
4114
4115 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4116
4117         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4118         to mi_create_breakpoint.
4119
4120 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4121
4122         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4123         mi_create_breakpoint.
4124
4125 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
4126
4127         * gdb.dlang/demangle.exp: Update for demangling changes.
4128
4129 2017-07-09  Tom Tromey  <tom@tromey.com>
4130
4131         * gdb.dwarf2/shortpiece.exp: New file.
4132
4133 2017-07-06  David Blaikie  <dblaikie@gmail.com>
4134
4135         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4136         built from fissiont-multi-cu{1,2}.c.
4137         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4138         except putting 'main' and 'func' in separate CUs in the same DWO file.
4139         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4140         test.
4141         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4142         test.
4143
4144 2017-07-06  Pedro Alves  <palves@redhat.com>
4145
4146         * gdb.python/py-unwind.exp: Test flushregs.
4147
4148 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4149
4150         PR cli/21688
4151         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4152         tests for alias commands and trailing whitespace.
4153
4154 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4155
4156         PR cli/21688
4157         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4158         procedure.  Call it.
4159
4160 2017-06-29  Pedro Alves  <palves@redhat.com>
4161
4162         * gdb.base/printcmds.exp: Add tests.
4163
4164 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
4165
4166         PR gdb/21337
4167         * gdb.base/reread-readsym.exp: New file.
4168         * gdb.base/reread-readsym.c: New file.
4169
4170 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
4171
4172         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4173         subpattern.
4174
4175 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
4176
4177         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4178         extended mnemonic.
4179         * gdb.arch/powerpc-power9.s: Likewise.
4180
4181 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4182
4183         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4184         on 32-bit x86 targets.  Exploit is_*_target macros where
4185         appropriate.
4186
4187 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4188
4189         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4190         register pieces.
4191
4192 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4193
4194         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4195         located in one or more DWARF pieces.
4196
4197 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4198
4199         * lib/gdb.exp (get_endianness): New proc.
4200         * gdb.arch/aarch64-fp.exp: Use it.
4201         * gdb.arch/altivec-regs.exp: Likewise.
4202         * gdb.arch/e500-regs.exp: Likewise.
4203         * gdb.arch/vsx-regs.exp: Likewise.
4204         * gdb.base/dump.exp: Likewise.
4205         * gdb.base/funcargs.exp: Likewise.
4206         * gdb.base/gnu_vector.exp: Likewise.
4207         * gdb.dwarf2/formdata16.exp: Likewise.
4208         * gdb.dwarf2/implptrpiece.exp: Likewise.
4209         * gdb.dwarf2/nonvar-access.exp: Likewise.
4210         * gdb.python/py-inferior.exp: Likewise.
4211         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4212
4213 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4214
4215         PR gdb/21226
4216         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4217         stack value pieces are taken from the LSB end.
4218
4219 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4220
4221         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4222         variable at nonzero offset.
4223
4224 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4225
4226         * gdb.dwarf2/var-access.c: New file.
4227         * gdb.dwarf2/var-access.exp: New test.
4228         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4229
4230 2017-06-12  Tom Tromey  <tom@tromey.com>
4231
4232         * gdb.dwarf2/formdata16.exp: Add tests.
4233
4234 2017-06-12  Tom Tromey  <tom@tromey.com>
4235
4236         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4237
4238 2017-06-12  Tom Tromey  <tom@tromey.com>
4239
4240         PR exp/16225:
4241         * gdb.reverse/i386-sse-reverse.exp: Update tests.
4242         * gdb.arch/vsx-regs.exp: Update tests.
4243         * gdb.arch/s390-vregs.exp (hex128): New proc.
4244         Update test.
4245         * gdb.arch/altivec-regs.exp: Update tests.
4246
4247 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4248
4249         * gdb.base/startup-with-shell.c: New file.
4250         * gdb.base/startup-with-shell.exp: Likewise.
4251
4252 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4253
4254         * gdb.server/non-existing-program.exp: Update regex in order to
4255         reflect the fact that gdbserver is now using fork_inferior (with a
4256         shell) to startup the inferior.
4257
4258 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
4259
4260         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4261         support function calls from GDB.
4262
4263 2017-05-21  Tom Tromey  <tom@tromey.com>
4264
4265         PR rust/21466:
4266         * gdb.rust/unsized.exp: New file.
4267         * gdb.rust/unsized.rs: New file.
4268
4269 2017-05-19  Tom Tromey  <tom@tromey.com>
4270
4271         PR rust/21484:
4272         * gdb.rust/watch.exp: New file.
4273         * gdb.rust/watch.rs: New file.
4274
4275 2017-05-18  Tom Tromey  <tom@tromey.com>
4276
4277         * gdb.rust/simple.exp: Allow Box to be qualified.
4278
4279 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4280
4281         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4282
4283 2017-05-18  Pedro Alves  <palves@redhat.com>
4284
4285         * gdb.base/fileio.c (test_write, test_read, test_close)
4286         (test_fstat): Don't print 'ret' in the fail path.
4287
4288 2017-05-18  Pedro Alves  <palves@redhat.com>
4289
4290         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4291         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4292         (test_system, test_rename, test_unlink, test_time): Change
4293         prototypes.
4294         * gdb.base/fileio.exp (stop_msg): Adjust.
4295
4296 2017-05-18  Pedro Alves  <palves@redhat.com>
4297
4298         * gdb.base/fileio.c (null_str): New global.
4299         (test_stat): Use it.
4300         * gdb.base/fileio.exp: Remove nowarnings.
4301
4302 2017-05-17  Yao Qi  <yao.qi@linaro.org>
4303
4304         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4305
4306 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
4307
4308         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4309         argument command.
4310         (top-level): Invoke test_set_inferior_tty.
4311
4312 2017-05-04  Pedro Alves  <palves@redhat.com>
4313
4314         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4315         Add parens to print call for Python 3.
4316
4317 2017-05-03  Keith Seitz  <keiths@redhat.com>
4318
4319         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4320         (main): Call it.
4321
4322 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4323
4324         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4325         to prev and next.
4326
4327 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4328
4329         * gdb.python/py-record-btrace.exp: Remove test for
4330         gdb.BtraceInstruction.error.
4331
4332 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4333
4334         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4335
4336 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4337
4338         * gdb.python/py-record-btrace-threads.c: New file.
4339         * gdb.python/py-record-btrace-threads.exp: New file.
4340
4341 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
4342
4343         PR testsuite/8595
4344         * gdb.base/environ.exp: Make test available in all architectures.
4345         Move bits related to "info program" testing to
4346         gdb.base/info-program.exp.  Rewrite tests to use the two new
4347         procedures mentione below.
4348         (test_set_show_env_var) New procedure.
4349         (test_set_show_env_var_equal): Likewise.
4350         * gdb.base/info-program.exp: New file.
4351
4352 2017-04-27  Keith Seitz  <keiths@redhat.com>
4353
4354         * gdb.cp/oranking.cc (test15): New function.
4355         (main): Call test15 and declare additional variables for testing.
4356         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4357         "p foo101('abc')" tests.
4358         Add tests for cv qualifier overloads.
4359         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4360         "lvalue reference overload" test.
4361         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4362         "print value of f1 on Child&& in f2" test.
4363
4364 2017-04-19  Pedro Alves  <palves@redhat.com>
4365
4366         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4367         procedure.
4368         (top level): Call it.
4369         * lib/gdb.exp (gdb_define_cmd): New procedure.
4370
4371 2017-04-12  Pedro Alves  <palves@redhat.com>
4372
4373         PR gdb/21323
4374         * gdb.cp/wide_char_types.c: Include <wchar.h>.
4375         (wchar): New global.
4376         * gdb.cp/wide_char_types.exp (wide_char_types_program)
4377         (do_test_wide_char, wide_char_types_no_program, top level): Add
4378         wchar_t testing.
4379
4380 2017-04-12  Pedro Alves  <palves@redhat.com>
4381
4382         PR c++/21323
4383         * gdb.cp/wide_char_types.c: New file.
4384         * gdb.cp/wide_char_types.exp: New file.
4385
4386 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
4387
4388         PR gdb/21352
4389         * gdb.trace/tsv.exp: Add test for "tsave -r".
4390
4391 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
4392
4393         * gdb.dlang/watch-loc.c: New file.
4394         * gdb.dlang/watch-loc.exp: New file.
4395
4396 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4397
4398         * gdb.python/py-section-script.exp (sepdebug): New testcases.
4399
4400 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4401
4402         * gdb.arch/arc-analyze-prologue.S: New file.
4403         * gdb.arch/arc-analyze-prologue.exp: Likewise.
4404
4405 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4406
4407         * gdb.arch/arc-decode-insn.S: New file.
4408         * gdb.arch/arc-decode-insn.exp: Likewise.
4409
4410 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
4411
4412         PR tdep/20928
4413         * gdb.arch/sparc64-regs.exp: New file.
4414         * gdb.arch/sparc64-regs.S: Likewise.
4415
4416 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
4417
4418         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4419         and memory view on Python 3.
4420
4421 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4422             Keith Seitz  <keiths@redhat.com>
4423
4424         PR gdb/14441
4425         * gdb.cp/demangle.exp: Add rvalue reference tests.
4426         * gdb.cp/rvalue-ref-casts.cc: New file.
4427         * gdb.cp/rvalue-ref-casts.exp: New file.
4428         * gdb.cp/rvalue-ref-overload.cc: New file.
4429         * gdb.cp/rvalue-ref-overload.exp: New file.
4430         * gdb.cp/rvalue-ref-params.cc: New file.
4431         * gdb.cp/rvalue-ref-params.exp: New file.
4432         * gdb.cp/rvalue-ref-sizeof.cc: New file.
4433         * gdb.cp/rvalue-ref-sizeof.exp: New file.
4434         * gdb.cp/rvalue-ref-types.cc: New file.
4435         * gdb.cp/rvalue-ref-types.exp: New file.
4436         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4437         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4438
4439 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4440
4441         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4442         New procedure.
4443
4444 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4445
4446         * lib/mi-support.exp (mi_gdb_test): Add additional message
4447         for unexpected output.
4448
4449 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4450
4451         * gdb.base/examine-backward.c (Barrier): New character array
4452         constant, to ensure that TestStrings is preceded by a string
4453         terminator.
4454
4455 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4456
4457         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4458         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4459         and implicit pointer into such a location.
4460
4461 2017-03-16  Doug Evans  <dje@google.com>
4462
4463         * gdb.python/py-lazy-string (pointer): Really add new typedef.
4464
4465 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4466
4467         * gdb.cp/m-static.exp: Fix expectation for prototype of
4468         test5.single_constructor and single_constructor::single_constructor.
4469
4470 2017-03-16  Doug Evans  <dje@google.com>
4471
4472         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4473         * gdb.guile/scm-lazy-string.c: New file.
4474         * gdb.guile/scm-value.exp: Move lazy string tests to ...
4475         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
4476         for pointer, array, typedef lazy strings.
4477
4478 2017-03-16  Doug Evans  <dje@google.com>
4479
4480         PR python/17728, python/18439, python/18779
4481         * gdb.python/py-value.c (main) Delete locals sptr, sn.
4482         * gdb.python/py-lazy-string.c (pointer): New typedef.
4483         (main): New locals ptr, array, typedef_ptr.
4484         * gdb.python/py-value.exp: Move lazy string tests to ...
4485         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
4486         array, typedef lazy strings.
4487
4488 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
4489
4490         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4491           Add optional 'test' parameter.
4492
4493 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4494
4495         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4496         Skip for versions of DejaGnu < 1.5.
4497
4498 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4499
4500         * lib/gdb.exp (dejagnu_version): New proc.
4501         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4502         Use dejagnu_version.
4503
4504 2017-03-10  Keith Seitz  <keiths@redhat.com>
4505
4506         PR c++/8128
4507         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4508         type from destructor regexps.
4509         Add a branch which actually passes the test.
4510         Adjust "ptype t5i" test names.
4511
4512 2017-03-08  Pedro Alves  <palves@redhat.com>
4513
4514         * gdb.base/step-over-exit.exp: Add explicit test message.
4515
4516 2017-03-08  Pedro Alves  <palves@redhat.com>
4517
4518         PR gdb/18360
4519         * gdb.threads/interrupt-while-step-over.c: New file.
4520         * gdb.threads/interrupt-while-step-over.exp: New file.
4521
4522 2017-03-08  Pedro Alves  <palves@redhat.com>
4523
4524         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4525         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4526
4527 2017-03-08  Pedro Alves  <palves@redhat.com>
4528
4529         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4530         PKRU as not supported as a PASS.
4531
4532 2017-03-08  Pedro Alves  <palves@redhat.com>
4533
4534         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4535         prefix instead of $binfile1/$binfile2.
4536         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4537         in test message.
4538         * gdb.python/py-completion.exp: Use "load python file" as test
4539         messages instead of unstable path names.
4540
4541 2017-03-08  Pedro Alves  <palves@redhat.com>
4542             Jan Kratochvil  <jan.kratochvil@redhat.com>
4543
4544         PR cli/21218
4545         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4546         New proc.
4547         (top level): Call it.
4548
4549 2017-03-08  Pedro Alves  <palves@redhat.com>
4550
4551         PR tui/21216
4552         * gdb.tui/tui-nl-filtered-output.exp: New file.
4553
4554 2017-03-08  Pedro Alves  <palves@redhat.com>
4555
4556         * gdb.base/completion.exp: Move TUI completion tests to ...
4557         * gdb.tui/completion.exp: ... this new file.
4558
4559 2017-03-08  Pedro Alves  <palves@redhat.com>
4560
4561         * gdb.base/tui-disasm-long-lines.c,
4562         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4563         gdb.base/tui-layout.exp: Move to ...
4564         * gdb.tui/: ... this new directory.
4565
4566 2017-03-07  Pedro Alves  <palves@redhat.com>
4567
4568         * gdb.base/tui-layout.c: New file.
4569         * gdb.base/tui-layout.exp: New file.
4570
4571 2017-03-07  Pedro Alves  <palves@redhat.com>
4572
4573         * gdb.base/tui-layout.c: Rename to ...
4574         * gdb.base/tui-disasm-long-lines.c: ... this.
4575         * gdb.base/tui-layout.exp: Rename to ...
4576         * gdb.base/tui-disasm-long-lines.exp: ... this.
4577
4578 2017-03-07  Pedro Alves  <palves@redhat.com>
4579
4580         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4581
4582 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4583
4584         * i386-mpx-call.c: New file.
4585         * i386-mpx-call.exp: New file.
4586
4587 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4588
4589         * gdb.arch/powerpc-power.exp: Delete test.
4590         * gdb.arch/powerpc-power.s: Likewise.
4591         * gdb.disasm/disassembler-options.exp: New test.
4592         * gdb.arch/powerpc-altivec.exp: Likewise.
4593         * gdb.arch/powerpc-altivec.s: Likewise.
4594         * gdb.arch/powerpc-altivec2.exp: Likewise.
4595         * gdb.arch/powerpc-altivec2.s: Likewise.
4596         * gdb.arch/powerpc-altivec3.exp: Likewise.
4597         * gdb.arch/powerpc-altivec3.s: Likewise.
4598         * gdb.arch/powerpc-power7.exp: Likewise.
4599         * gdb.arch/powerpc-power7.s: Likewise.
4600         * gdb.arch/powerpc-power8.exp: Likewise.
4601         * gdb.arch/powerpc-power8.s: Likewise.
4602         * gdb.arch/powerpc-power9.exp: Likewise.
4603         * gdb.arch/powerpc-power9.s: Likewise.
4604         * gdb.arch/powerpc-vsx.exp: Likewise.
4605         * gdb.arch/powerpc-vsx.s: Likewise.
4606         * gdb.arch/powerpc-vsx2.exp: Likewise.
4607         * gdb.arch/powerpc-vsx2.s: Likewise.
4608         * gdb.arch/powerpc-vsx3.exp: Likewise.
4609         * gdb.arch/powerpc-vsx3.s: Likewise.
4610         * gdb.arch/arm-disassembler-options.exp: Likewise.
4611         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4612         * gdb.arch/s390-disassembler-options.exp: Likewise.
4613
4614 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
4615
4616         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4617         (check_supported_features): ... this. Changed return type to void.
4618         (supports_rdseed): New static global.
4619         (rdseed): Check supports_rdseed.
4620         (initialize): Call check_supported_features.
4621
4622 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4623
4624         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4625         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
4626         and lqarx/stqcx.
4627         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4628         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4629
4630 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4631
4632         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4633         uppercase.
4634
4635 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4636
4637         * gdb.dwarf2/formdata16.c: New file.
4638         * gdb.dwarf2/formdata16.exp: New file.
4639         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4640
4641 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4642
4643         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4644         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4645         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4646         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4647         DW_AT_GNU_*.
4648
4649 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4650
4651         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4652
4653 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4654
4655         PR gdb/21164
4656         * gdb.base/maint.exp: Add testcases for when the commands do
4657         not have arguments.
4658
4659 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4660
4661         * gdb.cp/chained-calls.exp: Use p instead of P.
4662
4663 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4664
4665         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4666         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4667
4668 2017-02-14  Tom Tromey  <tom@tromey.com>
4669
4670         PR python/13598:
4671         * gdb.python/py-events.exp: Add before_prompt event tests.
4672
4673 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4674
4675         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4676
4677 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4678
4679         * gdb.linespec/explicit.c (my_unique_function_name): New function.
4680         (main): Call my_unique_function_name.
4681         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4682         completion of patterns with a single match.
4683         Add missing -re switches to gdb_test_multiple calls.
4684
4685 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4686
4687         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4688         return if core file is not recognized.
4689
4690 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4691
4692         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4693         and extra UIs.
4694
4695 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4696
4697         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4698         proc_with_prefix.
4699
4700 2017-02-10  Tom Tromey  <tom@tromey.com>
4701
4702         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4703
4704 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4705
4706         PR gdb/21122
4707         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4708
4709 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4710
4711         * gdb.base/define.exp: Add test for command abbreviations
4712         in define.
4713
4714 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4715
4716         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4717         * gdb.reverse/insn-reverse-x86.c: New file.
4718
4719 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4720
4721         PR tdep/20936
4722         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4723
4724 2017-02-03  Tom Tromey  <tom@tromey.com>
4725
4726         PR rust/21097:
4727         * gdb.rust/simple.exp: Add new tests.
4728
4729 2017-02-02  Pedro Alves  <palves@redhat.com>
4730
4731         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4732         tests.
4733
4734 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4735
4736         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4737         taking a 2-byte value out of a 4-byte DWARF implicit value on
4738         big-endian targets.
4739         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4740         logic.  Add test cases for DW_OP_implicit.
4741
4742 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4743
4744         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4745
4746 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4747
4748         * gdb.btrace/enable.exp: Call gdb_exit before
4749         skip_gdbserver_tests.
4750
4751 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4752
4753         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4754         GDBFLAGS.
4755
4756 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4757
4758         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4759         the test is skipped.
4760         * gdb.btrace/data.exp: Likewise.
4761         * gdb.btrace/delta.exp: Likewise.
4762         * gdb.btrace/dlopen.exp: Likewise.
4763         * gdb.btrace/enable-running.exp: Likewise.
4764         * gdb.btrace/enable.exp: Likewise.
4765         * gdb.btrace/exception.exp: Likewise.
4766         * gdb.btrace/function_call_history.exp: Likewise.
4767         * gdb.btrace/gcore.exp: Likewise.
4768         * gdb.btrace/instruction_history.exp: Likewise.
4769         * gdb.btrace/multi-thread-step.exp: Likewise.
4770         * gdb.btrace/nohist.exp: Likewise.
4771         * gdb.btrace/non-stop.exp: Likewise.
4772         * gdb.btrace/reconnect.exp: Likewise.
4773         * gdb.btrace/record_goto-step.exp: Likewise.
4774         * gdb.btrace/record_goto.exp: Likewise.
4775         * gdb.btrace/rn-dl-bind.exp: Likewise.
4776         * gdb.btrace/segv.exp: Likewise.
4777         * gdb.btrace/step.exp: Likewise.
4778         * gdb.btrace/stepi.exp: Likewise.
4779         * gdb.btrace/tailcall-only.exp: Likewise.
4780         * gdb.btrace/tailcall.exp: Likewise.
4781         * gdb.btrace/tsx.exp: Likewise.
4782         * gdb.btrace/unknown_functions.exp: Likewise.
4783         * gdb.btrace/vdso.exp: Likewise.
4784
4785 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4786
4787         * gdb.btrace/enable-running.c: New.
4788         * gdb.btrace/enable-running.exp: New.
4789
4790 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4791
4792         * gdb.arch/amd64-gs_base.c: New file.
4793         * gdb.arch/amd64-gs_base.exp: New file.
4794
4795 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4796
4797         * lib/memory.exp: Remove spurious empty newlines.
4798
4799 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4800
4801         * gdb.python/py-bad-printers.exp: Load python file using "source".
4802         * gdb.python/py-events.exp: Likewise.
4803         * gdb.python/py-evsignal.exp: Likewise.
4804         * gdb.python/py-evthreads.exp: Likewise.
4805         * gdb.python/py-frame-args.exp: Likewise.
4806         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4807         * gdb.python/py-framefilter-mi.exp: Likewise.
4808         * gdb.python/py-framefilter.exp: Likewise.
4809         * gdb.python/py-mi.exp: Likewise.
4810         * gdb.python/py-pp-maint.exp: Likewise.
4811         * gdb.python/py-pp-registration.exp: Likewise.
4812         * gdb.python/py-prettyprint.exp: Likewise.
4813         (run_lang_tests): Likewise.
4814         * gdb.python/py-typeprint.exp: Likewise.
4815
4816 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4817
4818         * lib/memory.exp: New file.
4819         * lib/gdb.exp: Load memory.exp.
4820         * gdb.base/memattr.exp (delete_memory): Move proc to
4821         lib/memory.exp and rename to delete_memory_regions.
4822         Replace delete_memory with delete_memory_regions.
4823         Cleanup memory regions before tests.
4824         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4825         before tests.
4826
4827 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4828
4829         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4830         files.
4831         (initialize): New function conditionally defined.
4832         (testcases): Move within conditional block.
4833         (main): Call initialize.
4834         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4835         of gdb.reverse/insn-reverse.c.
4836         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4837         gdb.reverse/insn-reverse.c.
4838
4839 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4840
4841         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4842         disassemble on address 0.
4843
4844 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4845             Yao Qi  <yao.qi@linaro.org>
4846
4847         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4848         * gdb.dwarf2/implptr-64bit.S: Remove.
4849         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4850         variables in caller's context.  Add DW_OP_implicit_value.
4851
4852 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4853
4854         * lib/dwarf.exp (Dwarf::_location): Handle
4855         DW_OP_GNU_implicit_pointer with proper size.
4856
4857 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4858
4859         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4860         and add untested calls.
4861
4862 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4863
4864         * gdb.python/python.exp: Check line number against what GDB thinks
4865         the line number is for func1.
4866
4867 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4868
4869         * gdb.dlang/debug-expr.exp: New file.
4870
4871 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4872
4873         Fix test names for the following files:
4874
4875         * gdb.ada/exec_changed.exp
4876         * gdb.ada/info_types.exp
4877         * gdb.arch/aarch64-atomic-inst.exp
4878         * gdb.arch/aarch64-fp.exp
4879         * gdb.arch/altivec-abi.exp
4880         * gdb.arch/altivec-regs.exp
4881         * gdb.arch/amd64-byte.exp
4882         * gdb.arch/amd64-disp-step.exp
4883         * gdb.arch/amd64-dword.exp
4884         * gdb.arch/amd64-entry-value-inline.exp
4885         * gdb.arch/amd64-entry-value-param.exp
4886         * gdb.arch/amd64-entry-value-paramref.exp
4887         * gdb.arch/amd64-entry-value.exp
4888         * gdb.arch/amd64-i386-address.exp
4889         * gdb.arch/amd64-invalid-stack-middle.exp
4890         * gdb.arch/amd64-invalid-stack-top.exp
4891         * gdb.arch/amd64-optimout-repeat.exp
4892         * gdb.arch/amd64-prologue-skip.exp
4893         * gdb.arch/amd64-prologue-xmm.exp
4894         * gdb.arch/amd64-stap-special-operands.exp
4895         * gdb.arch/amd64-stap-wrong-subexp.exp
4896         * gdb.arch/amd64-tailcall-cxx.exp
4897         * gdb.arch/amd64-tailcall-noret.exp
4898         * gdb.arch/amd64-tailcall-ret.exp
4899         * gdb.arch/amd64-tailcall-self.exp
4900         * gdb.arch/amd64-word.exp
4901         * gdb.arch/arm-bl-branch-dest.exp
4902         * gdb.arch/arm-disp-step.exp
4903         * gdb.arch/arm-neon.exp
4904         * gdb.arch/arm-single-step-kernel-helper.exp
4905         * gdb.arch/avr-flash-qualifier.exp
4906         * gdb.arch/disp-step-insn-reloc.exp
4907         * gdb.arch/e500-abi.exp
4908         * gdb.arch/e500-regs.exp
4909         * gdb.arch/ftrace-insn-reloc.exp
4910         * gdb.arch/i386-avx512.exp
4911         * gdb.arch/i386-bp_permanent.exp
4912         * gdb.arch/i386-byte.exp
4913         * gdb.arch/i386-cfi-notcurrent.exp
4914         * gdb.arch/i386-disp-step.exp
4915         * gdb.arch/i386-dr3-watch.exp
4916         * gdb.arch/i386-float.exp
4917         * gdb.arch/i386-gnu-cfi.exp
4918         * gdb.arch/i386-mpx-map.exp
4919         * gdb.arch/i386-mpx-sigsegv.exp
4920         * gdb.arch/i386-mpx-simple_segv.exp
4921         * gdb.arch/i386-mpx.exp
4922         * gdb.arch/i386-permbkpt.exp
4923         * gdb.arch/i386-prologue.exp
4924         * gdb.arch/i386-signal.exp
4925         * gdb.arch/i386-size-overlap.exp
4926         * gdb.arch/i386-unwind.exp
4927         * gdb.arch/i386-word.exp
4928         * gdb.arch/mips-fcr.exp
4929         * gdb.arch/powerpc-d128-regs.exp
4930         * gdb.arch/powerpc-stackless.exp
4931         * gdb.arch/ppc64-atomic-inst.exp
4932         * gdb.arch/s390-stackless.exp
4933         * gdb.arch/s390-tdbregs.exp
4934         * gdb.arch/s390-vregs.exp
4935         * gdb.arch/sparc-sysstep.exp
4936         * gdb.arch/thumb-bx-pc.exp
4937         * gdb.arch/thumb-singlestep.exp
4938         * gdb.arch/thumb2-it.exp
4939         * gdb.arch/vsx-regs.exp
4940         * gdb.asm/asm-source.exp
4941         * gdb.base/a2-run.exp
4942         * gdb.base/advance.exp
4943         * gdb.base/all-bin.exp
4944         * gdb.base/anon.exp
4945         * gdb.base/args.exp
4946         * gdb.base/arithmet.exp
4947         * gdb.base/async-shell.exp
4948         * gdb.base/async.exp
4949         * gdb.base/attach-pie-noexec.exp
4950         * gdb.base/attach-twice.exp
4951         * gdb.base/auto-load.exp
4952         * gdb.base/bang.exp
4953         * gdb.base/bitfields.exp
4954         * gdb.base/break-always.exp
4955         * gdb.base/break-caller-line.exp
4956         * gdb.base/break-entry.exp
4957         * gdb.base/break-inline.exp
4958         * gdb.base/break-on-linker-gcd-function.exp
4959         * gdb.base/break-probes.exp
4960         * gdb.base/break.exp
4961         * gdb.base/breakpoint-shadow.exp
4962         * gdb.base/call-ar-st.exp
4963         * gdb.base/call-sc.exp
4964         * gdb.base/call-signal-resume.exp
4965         * gdb.base/call-strs.exp
4966         * gdb.base/callfuncs.exp
4967         * gdb.base/catch-fork-static.exp
4968         * gdb.base/catch-gdb-caused-signals.exp
4969         * gdb.base/catch-load.exp
4970         * gdb.base/catch-signal-fork.exp
4971         * gdb.base/catch-signal.exp
4972         * gdb.base/catch-syscall.exp
4973         * gdb.base/charset.exp
4974         * gdb.base/checkpoint.exp
4975         * gdb.base/chng-syms.exp
4976         * gdb.base/code-expr.exp
4977         * gdb.base/code_elim.exp
4978         * gdb.base/commands.exp
4979         * gdb.base/completion.exp
4980         * gdb.base/complex.exp
4981         * gdb.base/cond-expr.exp
4982         * gdb.base/condbreak.exp
4983         * gdb.base/consecutive.exp
4984         * gdb.base/continue-all-already-running.exp
4985         * gdb.base/coredump-filter.exp
4986         * gdb.base/corefile.exp
4987         * gdb.base/dbx.exp
4988         * gdb.base/debug-expr.exp
4989         * gdb.base/define.exp
4990         * gdb.base/del.exp
4991         * gdb.base/disabled-location.exp
4992         * gdb.base/disasm-end-cu.exp
4993         * gdb.base/disasm-optim.exp
4994         * gdb.base/display.exp
4995         * gdb.base/duplicate-bp.exp
4996         * gdb.base/ena-dis-br.exp
4997         * gdb.base/ending-run.exp
4998         * gdb.base/enumval.exp
4999         * gdb.base/environ.exp
5000         * gdb.base/eu-strip-infcall.exp
5001         * gdb.base/eval-avoid-side-effects.exp
5002         * gdb.base/eval-skip.exp
5003         * gdb.base/exitsignal.exp
5004         * gdb.base/expand-psymtabs.exp
5005         * gdb.base/filesym.exp
5006         * gdb.base/find-unmapped.exp
5007         * gdb.base/finish.exp
5008         * gdb.base/float.exp
5009         * gdb.base/foll-exec-mode.exp
5010         * gdb.base/foll-exec.exp
5011         * gdb.base/foll-fork.exp
5012         * gdb.base/fortran-sym-case.exp
5013         * gdb.base/freebpcmd.exp
5014         * gdb.base/func-ptr.exp
5015         * gdb.base/func-ptrs.exp
5016         * gdb.base/funcargs.exp
5017         * gdb.base/gcore-buffer-overflow.exp
5018         * gdb.base/gcore-relro-pie.exp
5019         * gdb.base/gcore-relro.exp
5020         * gdb.base/gcore.exp
5021         * gdb.base/gdb1090.exp
5022         * gdb.base/gdb11530.exp
5023         * gdb.base/gdb11531.exp
5024         * gdb.base/gdb1821.exp
5025         * gdb.base/gdbindex-stabs.exp
5026         * gdb.base/gdbvars.exp
5027         * gdb.base/hbreak.exp
5028         * gdb.base/hbreak2.exp
5029         * gdb.base/included.exp
5030         * gdb.base/infcall-input.exp
5031         * gdb.base/inferior-died.exp
5032         * gdb.base/infnan.exp
5033         * gdb.base/info-macros.exp
5034         * gdb.base/info-os.exp
5035         * gdb.base/info-proc.exp
5036         * gdb.base/info-shared.exp
5037         * gdb.base/info-target.exp
5038         * gdb.base/infoline.exp
5039         * gdb.base/interp.exp
5040         * gdb.base/interrupt.exp
5041         * gdb.base/jit-reader.exp
5042         * gdb.base/jit-simple.exp
5043         * gdb.base/kill-after-signal.exp
5044         * gdb.base/kill-detach-inferiors-cmd.exp
5045         * gdb.base/label.exp
5046         * gdb.base/langs.exp
5047         * gdb.base/ldbl_e308.exp
5048         * gdb.base/line-symtabs.exp
5049         * gdb.base/linespecs.exp
5050         * gdb.base/list.exp
5051         * gdb.base/long_long.exp
5052         * gdb.base/longest-types.exp
5053         * gdb.base/maint.exp
5054         * gdb.base/max-value-size.exp
5055         * gdb.base/memattr.exp
5056         * gdb.base/mips_pro.exp
5057         * gdb.base/morestack.exp
5058         * gdb.base/moribund-step.exp
5059         * gdb.base/multi-forks.exp
5060         * gdb.base/nested-addr.exp
5061         * gdb.base/nextoverexit.exp
5062         * gdb.base/noreturn-finish.exp
5063         * gdb.base/noreturn-return.exp
5064         * gdb.base/nostdlib.exp
5065         * gdb.base/offsets.exp
5066         * gdb.base/opaque.exp
5067         * gdb.base/pc-fp.exp
5068         * gdb.base/permissions.exp
5069         * gdb.base/print-symbol-loading.exp
5070         * gdb.base/prologue-include.exp
5071         * gdb.base/psymtab.exp
5072         * gdb.base/ptype.exp
5073         * gdb.base/random-signal.exp
5074         * gdb.base/randomize.exp
5075         * gdb.base/range-stepping.exp
5076         * gdb.base/readline-ask.exp
5077         * gdb.base/recpar.exp
5078         * gdb.base/recurse.exp
5079         * gdb.base/relational.exp
5080         * gdb.base/restore.exp
5081         * gdb.base/return-nodebug.exp
5082         * gdb.base/return.exp
5083         * gdb.base/run-after-attach.exp
5084         * gdb.base/save-bp.exp
5085         * gdb.base/scope.exp
5086         * gdb.base/sect-cmd.exp
5087         * gdb.base/set-lang-auto.exp
5088         * gdb.base/set-noassign.exp
5089         * gdb.base/setvar.exp
5090         * gdb.base/sigall.exp
5091         * gdb.base/sigbpt.exp
5092         * gdb.base/siginfo-addr.exp
5093         * gdb.base/siginfo-infcall.exp
5094         * gdb.base/siginfo-obj.exp
5095         * gdb.base/siginfo.exp
5096         * gdb.base/signals-state-child.exp
5097         * gdb.base/signest.exp
5098         * gdb.base/sigstep.exp
5099         * gdb.base/sizeof.exp
5100         * gdb.base/skip.exp
5101         * gdb.base/solib-corrupted.exp
5102         * gdb.base/solib-nodir.exp
5103         * gdb.base/solib-search.exp
5104         * gdb.base/stack-checking.exp
5105         * gdb.base/stale-infcall.exp
5106         * gdb.base/stap-probe.exp
5107         * gdb.base/start.exp
5108         * gdb.base/step-break.exp
5109         * gdb.base/step-bt.exp
5110         * gdb.base/step-line.exp
5111         * gdb.base/step-over-exit.exp
5112         * gdb.base/step-over-syscall.exp
5113         * gdb.base/step-resume-infcall.exp
5114         * gdb.base/step-test.exp
5115         * gdb.base/store.exp
5116         * gdb.base/structs3.exp
5117         * gdb.base/sym-file.exp
5118         * gdb.base/symbol-without-target_section.exp
5119         * gdb.base/term.exp
5120         * gdb.base/testenv.exp
5121         * gdb.base/ui-redirect.exp
5122         * gdb.base/until.exp
5123         * gdb.base/unwindonsignal.exp
5124         * gdb.base/value-double-free.exp
5125         * gdb.base/vla-datatypes.exp
5126         * gdb.base/vla-ptr.exp
5127         * gdb.base/vla-sideeffect.exp
5128         * gdb.base/volatile.exp
5129         * gdb.base/watch-cond-infcall.exp
5130         * gdb.base/watch-cond.exp
5131         * gdb.base/watch-non-mem.exp
5132         * gdb.base/watch-read.exp
5133         * gdb.base/watch-vfork.exp
5134         * gdb.base/watchpoint-cond-gone.exp
5135         * gdb.base/watchpoint-delete.exp
5136         * gdb.base/watchpoint-hw-hit-once.exp
5137         * gdb.base/watchpoint-hw.exp
5138         * gdb.base/watchpoint-stops-at-right-insn.exp
5139         * gdb.base/watchpoints.exp
5140         * gdb.base/wchar.exp
5141         * gdb.base/whatis-exp.exp
5142         * gdb.btrace/buffer-size.exp
5143         * gdb.btrace/data.exp
5144         * gdb.btrace/delta.exp
5145         * gdb.btrace/dlopen.exp
5146         * gdb.btrace/enable.exp
5147         * gdb.btrace/exception.exp
5148         * gdb.btrace/function_call_history.exp
5149         * gdb.btrace/gcore.exp
5150         * gdb.btrace/instruction_history.exp
5151         * gdb.btrace/nohist.exp
5152         * gdb.btrace/reconnect.exp
5153         * gdb.btrace/record_goto-step.exp
5154         * gdb.btrace/record_goto.exp
5155         * gdb.btrace/rn-dl-bind.exp
5156         * gdb.btrace/segv.exp
5157         * gdb.btrace/step.exp
5158         * gdb.btrace/stepi.exp
5159         * gdb.btrace/tailcall-only.exp
5160         * gdb.btrace/tailcall.exp
5161         * gdb.btrace/tsx.exp
5162         * gdb.btrace/unknown_functions.exp
5163         * gdb.btrace/vdso.exp
5164         * gdb.compile/compile-ifunc.exp
5165         * gdb.compile/compile-ops.exp
5166         * gdb.compile/compile-print.exp
5167         * gdb.compile/compile-setjmp.exp
5168         * gdb.cp/abstract-origin.exp
5169         * gdb.cp/ambiguous.exp
5170         * gdb.cp/annota2.exp
5171         * gdb.cp/annota3.exp
5172         * gdb.cp/anon-ns.exp
5173         * gdb.cp/anon-struct.exp
5174         * gdb.cp/anon-union.exp
5175         * gdb.cp/arg-reference.exp
5176         * gdb.cp/baseenum.exp
5177         * gdb.cp/bool.exp
5178         * gdb.cp/breakpoint.exp
5179         * gdb.cp/bs15503.exp
5180         * gdb.cp/call-c.exp
5181         * gdb.cp/casts.exp
5182         * gdb.cp/chained-calls.exp
5183         * gdb.cp/class2.exp
5184         * gdb.cp/classes.exp
5185         * gdb.cp/cmpd-minsyms.exp
5186         * gdb.cp/converts.exp
5187         * gdb.cp/cp-relocate.exp
5188         * gdb.cp/cpcompletion.exp
5189         * gdb.cp/cpexprs.exp
5190         * gdb.cp/cplabel.exp
5191         * gdb.cp/cplusfuncs.exp
5192         * gdb.cp/cpsizeof.exp
5193         * gdb.cp/ctti.exp
5194         * gdb.cp/derivation.exp
5195         * gdb.cp/destrprint.exp
5196         * gdb.cp/dispcxx.exp
5197         * gdb.cp/enum-class.exp
5198         * gdb.cp/exception.exp
5199         * gdb.cp/exceptprint.exp
5200         * gdb.cp/expand-psymtabs-cxx.exp
5201         * gdb.cp/expand-sals.exp
5202         * gdb.cp/extern-c.exp
5203         * gdb.cp/filename.exp
5204         * gdb.cp/formatted-ref.exp
5205         * gdb.cp/fpointer.exp
5206         * gdb.cp/gdb1355.exp
5207         * gdb.cp/gdb2495.exp
5208         * gdb.cp/hang.exp
5209         * gdb.cp/impl-this.exp
5210         * gdb.cp/infcall-dlopen.exp
5211         * gdb.cp/inherit.exp
5212         * gdb.cp/iostream.exp
5213         * gdb.cp/koenig.exp
5214         * gdb.cp/local.exp
5215         * gdb.cp/m-data.exp
5216         * gdb.cp/m-static.exp
5217         * gdb.cp/mb-ctor.exp
5218         * gdb.cp/mb-inline.exp
5219         * gdb.cp/mb-templates.exp
5220         * gdb.cp/member-name.exp
5221         * gdb.cp/member-ptr.exp
5222         * gdb.cp/meth-typedefs.exp
5223         * gdb.cp/method.exp
5224         * gdb.cp/method2.exp
5225         * gdb.cp/minsym-fallback.exp
5226         * gdb.cp/misc.exp
5227         * gdb.cp/namelessclass.exp
5228         * gdb.cp/namespace-enum.exp
5229         * gdb.cp/namespace-nested-import.exp
5230         * gdb.cp/namespace.exp
5231         * gdb.cp/nextoverthrow.exp
5232         * gdb.cp/no-dmgl-verbose.exp
5233         * gdb.cp/non-trivial-retval.exp
5234         * gdb.cp/noparam.exp
5235         * gdb.cp/nsdecl.exp
5236         * gdb.cp/nsimport.exp
5237         * gdb.cp/nsnested.exp
5238         * gdb.cp/nsnoimports.exp
5239         * gdb.cp/nsrecurs.exp
5240         * gdb.cp/nsstress.exp
5241         * gdb.cp/nsusing.exp
5242         * gdb.cp/operator.exp
5243         * gdb.cp/oranking.exp
5244         * gdb.cp/overload-const.exp
5245         * gdb.cp/overload.exp
5246         * gdb.cp/ovldbreak.exp
5247         * gdb.cp/ovsrch.exp
5248         * gdb.cp/paren-type.exp
5249         * gdb.cp/parse-lang.exp
5250         * gdb.cp/pass-by-ref.exp
5251         * gdb.cp/pr-1023.exp
5252         * gdb.cp/pr-1210.exp
5253         * gdb.cp/pr-574.exp
5254         * gdb.cp/pr10687.exp
5255         * gdb.cp/pr12028.exp
5256         * gdb.cp/pr17132.exp
5257         * gdb.cp/pr17494.exp
5258         * gdb.cp/pr9067.exp
5259         * gdb.cp/pr9167.exp
5260         * gdb.cp/pr9631.exp
5261         * gdb.cp/printmethod.exp
5262         * gdb.cp/psmang.exp
5263         * gdb.cp/psymtab-parameter.exp
5264         * gdb.cp/ptype-cv-cp.exp
5265         * gdb.cp/ptype-flags.exp
5266         * gdb.cp/re-set-overloaded.exp
5267         * gdb.cp/ref-types.exp
5268         * gdb.cp/rtti.exp
5269         * gdb.cp/scope-err.exp
5270         * gdb.cp/shadow.exp
5271         * gdb.cp/smartp.exp
5272         * gdb.cp/static-method.exp
5273         * gdb.cp/static-print-quit.exp
5274         * gdb.cp/temargs.exp
5275         * gdb.cp/templates.exp
5276         * gdb.cp/try_catch.exp
5277         * gdb.cp/typedef-operator.exp
5278         * gdb.cp/typeid.exp
5279         * gdb.cp/userdef.exp
5280         * gdb.cp/using-crash.exp
5281         * gdb.cp/var-tag.exp
5282         * gdb.cp/virtbase.exp
5283         * gdb.cp/virtfunc.exp
5284         * gdb.cp/virtfunc2.exp
5285         * gdb.cp/vla-cxx.exp
5286         * gdb.disasm/t01_mov.exp
5287         * gdb.disasm/t02_mova.exp
5288         * gdb.disasm/t03_add.exp
5289         * gdb.disasm/t04_sub.exp
5290         * gdb.disasm/t05_cmp.exp
5291         * gdb.disasm/t06_ari2.exp
5292         * gdb.disasm/t07_ari3.exp
5293         * gdb.disasm/t08_or.exp
5294         * gdb.disasm/t09_xor.exp
5295         * gdb.disasm/t10_and.exp
5296         * gdb.disasm/t11_logs.exp
5297         * gdb.disasm/t12_bit.exp
5298         * gdb.disasm/t13_otr.exp
5299         * gdb.dlang/circular.exp
5300         * gdb.dwarf2/arr-stride.exp
5301         * gdb.dwarf2/arr-subrange.exp
5302         * gdb.dwarf2/atomic-type.exp
5303         * gdb.dwarf2/bad-regnum.exp
5304         * gdb.dwarf2/bitfield-parent-optimized-out.exp
5305         * gdb.dwarf2/callframecfa.exp
5306         * gdb.dwarf2/clztest.exp
5307         * gdb.dwarf2/corrupt.exp
5308         * gdb.dwarf2/data-loc.exp
5309         * gdb.dwarf2/dup-psym.exp
5310         * gdb.dwarf2/dw2-anon-mptr.exp
5311         * gdb.dwarf2/dw2-anonymous-func.exp
5312         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5313         * gdb.dwarf2/dw2-bad-unresolved.exp
5314         * gdb.dwarf2/dw2-basic.exp
5315         * gdb.dwarf2/dw2-canonicalize-type.exp
5316         * gdb.dwarf2/dw2-case-insensitive.exp
5317         * gdb.dwarf2/dw2-common-block.exp
5318         * gdb.dwarf2/dw2-compdir-oldgcc.exp
5319         * gdb.dwarf2/dw2-compressed.exp
5320         * gdb.dwarf2/dw2-const.exp
5321         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5322         * gdb.dwarf2/dw2-cu-size.exp
5323         * gdb.dwarf2/dw2-dup-frame.exp
5324         * gdb.dwarf2/dw2-entry-value.exp
5325         * gdb.dwarf2/dw2-icycle.exp
5326         * gdb.dwarf2/dw2-ifort-parameter.exp
5327         * gdb.dwarf2/dw2-inline-break.exp
5328         * gdb.dwarf2/dw2-inline-param.exp
5329         * gdb.dwarf2/dw2-intercu.exp
5330         * gdb.dwarf2/dw2-intermix.exp
5331         * gdb.dwarf2/dw2-lexical-block-bare.exp
5332         * gdb.dwarf2/dw2-linkage-name-trust.exp
5333         * gdb.dwarf2/dw2-minsym-in-cu.exp
5334         * gdb.dwarf2/dw2-noloc.exp
5335         * gdb.dwarf2/dw2-op-call.exp
5336         * gdb.dwarf2/dw2-op-out-param.exp
5337         * gdb.dwarf2/dw2-opt-structptr.exp
5338         * gdb.dwarf2/dw2-param-error.exp
5339         * gdb.dwarf2/dw2-producer.exp
5340         * gdb.dwarf2/dw2-ranges-base.exp
5341         * gdb.dwarf2/dw2-ref-missing-frame.exp
5342         * gdb.dwarf2/dw2-reg-undefined.exp
5343         * gdb.dwarf2/dw2-regno-invalid.exp
5344         * gdb.dwarf2/dw2-restore.exp
5345         * gdb.dwarf2/dw2-restrict.exp
5346         * gdb.dwarf2/dw2-single-line-discriminators.exp
5347         * gdb.dwarf2/dw2-strp.exp
5348         * gdb.dwarf2/dw2-undefined-ret-addr.exp
5349         * gdb.dwarf2/dw2-unresolved.exp
5350         * gdb.dwarf2/dw2-var-zero-addr.exp
5351         * gdb.dwarf2/dw4-sig-types.exp
5352         * gdb.dwarf2/dwz.exp
5353         * gdb.dwarf2/dynarr-ptr.exp
5354         * gdb.dwarf2/enum-type.exp
5355         * gdb.dwarf2/gdb-index.exp
5356         * gdb.dwarf2/implptr-64bit.exp
5357         * gdb.dwarf2/implptr-optimized-out.exp
5358         * gdb.dwarf2/implptr.exp
5359         * gdb.dwarf2/implref-array.exp
5360         * gdb.dwarf2/implref-const.exp
5361         * gdb.dwarf2/implref-global.exp
5362         * gdb.dwarf2/implref-struct.exp
5363         * gdb.dwarf2/mac-fileno.exp
5364         * gdb.dwarf2/main-subprogram.exp
5365         * gdb.dwarf2/member-ptr-forwardref.exp
5366         * gdb.dwarf2/method-ptr.exp
5367         * gdb.dwarf2/missing-sig-type.exp
5368         * gdb.dwarf2/nonvar-access.exp
5369         * gdb.dwarf2/opaque-type-lookup.exp
5370         * gdb.dwarf2/pieces-optimized-out.exp
5371         * gdb.dwarf2/pieces.exp
5372         * gdb.dwarf2/pr10770.exp
5373         * gdb.dwarf2/pr13961.exp
5374         * gdb.dwarf2/staticvirtual.exp
5375         * gdb.dwarf2/subrange.exp
5376         * gdb.dwarf2/symtab-producer.exp
5377         * gdb.dwarf2/trace-crash.exp
5378         * gdb.dwarf2/typeddwarf.exp
5379         * gdb.dwarf2/valop.exp
5380         * gdb.dwarf2/watch-notconst.exp
5381         * gdb.fortran/array-element.exp
5382         * gdb.fortran/charset.exp
5383         * gdb.fortran/common-block.exp
5384         * gdb.fortran/complex.exp
5385         * gdb.fortran/derived-type-function.exp
5386         * gdb.fortran/derived-type.exp
5387         * gdb.fortran/logical.exp
5388         * gdb.fortran/module.exp
5389         * gdb.fortran/multi-dim.exp
5390         * gdb.fortran/nested-funcs.exp
5391         * gdb.fortran/print-formatted.exp
5392         * gdb.fortran/subarray.exp
5393         * gdb.fortran/vla-alloc-assoc.exp
5394         * gdb.fortran/vla-datatypes.exp
5395         * gdb.fortran/vla-history.exp
5396         * gdb.fortran/vla-ptr-info.exp
5397         * gdb.fortran/vla-ptype-sub.exp
5398         * gdb.fortran/vla-ptype.exp
5399         * gdb.fortran/vla-sizeof.exp
5400         * gdb.fortran/vla-type.exp
5401         * gdb.fortran/vla-value-sub-arbitrary.exp
5402         * gdb.fortran/vla-value-sub-finish.exp
5403         * gdb.fortran/vla-value-sub.exp
5404         * gdb.fortran/vla-value.exp
5405         * gdb.fortran/whatis_type.exp
5406         * gdb.go/chan.exp
5407         * gdb.go/handcall.exp
5408         * gdb.go/hello.exp
5409         * gdb.go/integers.exp
5410         * gdb.go/methods.exp
5411         * gdb.go/package.exp
5412         * gdb.go/strings.exp
5413         * gdb.go/types.exp
5414         * gdb.go/unsafe.exp
5415         * gdb.guile/scm-arch.exp
5416         * gdb.guile/scm-block.exp
5417         * gdb.guile/scm-breakpoint.exp
5418         * gdb.guile/scm-cmd.exp
5419         * gdb.guile/scm-disasm.exp
5420         * gdb.guile/scm-equal.exp
5421         * gdb.guile/scm-frame-args.exp
5422         * gdb.guile/scm-frame-inline.exp
5423         * gdb.guile/scm-frame.exp
5424         * gdb.guile/scm-iterator.exp
5425         * gdb.guile/scm-math.exp
5426         * gdb.guile/scm-objfile.exp
5427         * gdb.guile/scm-ports.exp
5428         * gdb.guile/scm-symbol.exp
5429         * gdb.guile/scm-symtab.exp
5430         * gdb.guile/scm-value-cc.exp
5431         * gdb.guile/types-module.exp
5432         * gdb.linespec/break-ask.exp
5433         * gdb.linespec/cpexplicit.exp
5434         * gdb.linespec/explicit.exp
5435         * gdb.linespec/keywords.exp
5436         * gdb.linespec/linespec.exp
5437         * gdb.linespec/ls-dollar.exp
5438         * gdb.linespec/ls-errs.exp
5439         * gdb.linespec/skip-two.exp
5440         * gdb.linespec/thread.exp
5441         * gdb.mi/mi-async.exp
5442         * gdb.mi/mi-basics.exp
5443         * gdb.mi/mi-break.exp
5444         * gdb.mi/mi-catch-load.exp
5445         * gdb.mi/mi-cli.exp
5446         * gdb.mi/mi-cmd-param-changed.exp
5447         * gdb.mi/mi-console.exp
5448         * gdb.mi/mi-detach.exp
5449         * gdb.mi/mi-disassemble.exp
5450         * gdb.mi/mi-eval.exp
5451         * gdb.mi/mi-file-transfer.exp
5452         * gdb.mi/mi-file.exp
5453         * gdb.mi/mi-fill-memory.exp
5454         * gdb.mi/mi-inheritance-syntax-error.exp
5455         * gdb.mi/mi-linespec-err-cp.exp
5456         * gdb.mi/mi-logging.exp
5457         * gdb.mi/mi-memory-changed.exp
5458         * gdb.mi/mi-read-memory.exp
5459         * gdb.mi/mi-record-changed.exp
5460         * gdb.mi/mi-reg-undefined.exp
5461         * gdb.mi/mi-regs.exp
5462         * gdb.mi/mi-return.exp
5463         * gdb.mi/mi-reverse.exp
5464         * gdb.mi/mi-simplerun.exp
5465         * gdb.mi/mi-solib.exp
5466         * gdb.mi/mi-stack.exp
5467         * gdb.mi/mi-stepi.exp
5468         * gdb.mi/mi-syn-frame.exp
5469         * gdb.mi/mi-until.exp
5470         * gdb.mi/mi-var-block.exp
5471         * gdb.mi/mi-var-child.exp
5472         * gdb.mi/mi-var-cmd.exp
5473         * gdb.mi/mi-var-cp.exp
5474         * gdb.mi/mi-var-display.exp
5475         * gdb.mi/mi-var-invalidate.exp
5476         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5477         * gdb.mi/mi-vla-fortran.exp
5478         * gdb.mi/mi-watch.exp
5479         * gdb.mi/mi2-var-child.exp
5480         * gdb.mi/user-selected-context-sync.exp
5481         * gdb.modula2/unbounded-array.exp
5482         * gdb.multi/dummy-frame-restore.exp
5483         * gdb.multi/multi-arch-exec.exp
5484         * gdb.multi/multi-arch.exp
5485         * gdb.multi/tids.exp
5486         * gdb.multi/watchpoint-multi.exp
5487         * gdb.opencl/callfuncs.exp
5488         * gdb.opencl/convs_casts.exp
5489         * gdb.opencl/datatypes.exp
5490         * gdb.opencl/operators.exp
5491         * gdb.opencl/vec_comps.exp
5492         * gdb.opt/clobbered-registers-O2.exp
5493         * gdb.opt/inline-break.exp
5494         * gdb.opt/inline-bt.exp
5495         * gdb.opt/inline-cmds.exp
5496         * gdb.opt/inline-locals.exp
5497         * gdb.pascal/case-insensitive-symbols.exp
5498         * gdb.pascal/floats.exp
5499         * gdb.pascal/gdb11492.exp
5500         * gdb.python/lib-types.exp
5501         * gdb.python/py-arch.exp
5502         * gdb.python/py-as-string.exp
5503         * gdb.python/py-bad-printers.exp
5504         * gdb.python/py-block.exp
5505         * gdb.python/py-breakpoint-create-fail.exp
5506         * gdb.python/py-breakpoint.exp
5507         * gdb.python/py-caller-is.exp
5508         * gdb.python/py-cmd.exp
5509         * gdb.python/py-explore-cc.exp
5510         * gdb.python/py-explore.exp
5511         * gdb.python/py-finish-breakpoint.exp
5512         * gdb.python/py-finish-breakpoint2.exp
5513         * gdb.python/py-frame-args.exp
5514         * gdb.python/py-frame-inline.exp
5515         * gdb.python/py-frame.exp
5516         * gdb.python/py-framefilter-mi.exp
5517         * gdb.python/py-infthread.exp
5518         * gdb.python/py-lazy-string.exp
5519         * gdb.python/py-linetable.exp
5520         * gdb.python/py-mi-events.exp
5521         * gdb.python/py-mi-objfile.exp
5522         * gdb.python/py-mi.exp
5523         * gdb.python/py-objfile.exp
5524         * gdb.python/py-pp-integral.exp
5525         * gdb.python/py-pp-maint.exp
5526         * gdb.python/py-pp-re-notag.exp
5527         * gdb.python/py-pp-registration.exp
5528         * gdb.python/py-recurse-unwind.exp
5529         * gdb.python/py-strfns.exp
5530         * gdb.python/py-symbol.exp
5531         * gdb.python/py-symtab.exp
5532         * gdb.python/py-sync-interp.exp
5533         * gdb.python/py-typeprint.exp
5534         * gdb.python/py-unwind-maint.exp
5535         * gdb.python/py-unwind.exp
5536         * gdb.python/py-value-cc.exp
5537         * gdb.python/py-xmethods.exp
5538         * gdb.reverse/amd64-tailcall-reverse.exp
5539         * gdb.reverse/break-precsave.exp
5540         * gdb.reverse/break-reverse.exp
5541         * gdb.reverse/consecutive-precsave.exp
5542         * gdb.reverse/consecutive-reverse.exp
5543         * gdb.reverse/finish-precsave.exp
5544         * gdb.reverse/finish-reverse-bkpt.exp
5545         * gdb.reverse/finish-reverse.exp
5546         * gdb.reverse/fstatat-reverse.exp
5547         * gdb.reverse/getresuid-reverse.exp
5548         * gdb.reverse/i386-precsave.exp
5549         * gdb.reverse/i386-reverse.exp
5550         * gdb.reverse/i386-sse-reverse.exp
5551         * gdb.reverse/i387-env-reverse.exp
5552         * gdb.reverse/i387-stack-reverse.exp
5553         * gdb.reverse/insn-reverse.exp
5554         * gdb.reverse/machinestate-precsave.exp
5555         * gdb.reverse/machinestate.exp
5556         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5557         * gdb.reverse/pipe-reverse.exp
5558         * gdb.reverse/readv-reverse.exp
5559         * gdb.reverse/recvmsg-reverse.exp
5560         * gdb.reverse/rerun-prec.exp
5561         * gdb.reverse/s390-mvcle.exp
5562         * gdb.reverse/step-precsave.exp
5563         * gdb.reverse/step-reverse.exp
5564         * gdb.reverse/time-reverse.exp
5565         * gdb.reverse/until-precsave.exp
5566         * gdb.reverse/until-reverse.exp
5567         * gdb.reverse/waitpid-reverse.exp
5568         * gdb.reverse/watch-precsave.exp
5569         * gdb.reverse/watch-reverse.exp
5570         * gdb.rust/generics.exp
5571         * gdb.rust/methods.exp
5572         * gdb.rust/modules.exp
5573         * gdb.rust/simple.exp
5574         * gdb.server/connect-with-no-symbol-file.exp
5575         * gdb.server/ext-attach.exp
5576         * gdb.server/ext-restart.exp
5577         * gdb.server/ext-wrapper.exp
5578         * gdb.server/file-transfer.exp
5579         * gdb.server/server-exec-info.exp
5580         * gdb.server/server-kill.exp
5581         * gdb.server/server-mon.exp
5582         * gdb.server/wrapper.exp
5583         * gdb.stabs/exclfwd.exp
5584         * gdb.stabs/gdb11479.exp
5585         * gdb.threads/clone-new-thread-event.exp
5586         * gdb.threads/corethreads.exp
5587         * gdb.threads/current-lwp-dead.exp
5588         * gdb.threads/dlopen-libpthread.exp
5589         * gdb.threads/gcore-thread.exp
5590         * gdb.threads/sigstep-threads.exp
5591         * gdb.threads/watchpoint-fork.exp
5592         * gdb.trace/actions-changed.exp
5593         * gdb.trace/backtrace.exp
5594         * gdb.trace/change-loc.exp
5595         * gdb.trace/circ.exp
5596         * gdb.trace/collection.exp
5597         * gdb.trace/disconnected-tracing.exp
5598         * gdb.trace/ftrace.exp
5599         * gdb.trace/mi-trace-frame-collected.exp
5600         * gdb.trace/mi-trace-unavailable.exp
5601         * gdb.trace/mi-traceframe-changed.exp
5602         * gdb.trace/mi-tsv-changed.exp
5603         * gdb.trace/no-attach-trace.exp
5604         * gdb.trace/passc-dyn.exp
5605         * gdb.trace/qtro.exp
5606         * gdb.trace/range-stepping.exp
5607         * gdb.trace/read-memory.exp
5608         * gdb.trace/save-trace.exp
5609         * gdb.trace/signal.exp
5610         * gdb.trace/status-stop.exp
5611         * gdb.trace/tfile.exp
5612         * gdb.trace/trace-break.exp
5613         * gdb.trace/trace-buffer-size.exp
5614         * gdb.trace/trace-condition.exp
5615         * gdb.trace/tracefile-pseudo-reg.exp
5616         * gdb.trace/tstatus.exp
5617         * gdb.trace/unavailable.exp
5618         * gdb.trace/while-dyn.exp
5619         * gdb.trace/while-stepping.exp
5620
5621 2016-12-22  Doug Evans  <xdje42@gmail.com>
5622
5623         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5624         and msymbols.
5625
5626 2016-12-19  Yao Qi  <yao.qi@linaro.org>
5627
5628         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5629         (test_with_self): Don't call do_steps_and_nexts, and remove
5630         code about stepping into xmalloc.
5631
5632 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5633
5634         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5635
5636 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5637
5638         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5639
5640 2016-12-09  Pedro Alves  <palves@redhat.com>
5641
5642         * gdb.base/all-architectures-0.exp: New file.
5643         * gdb.base/all-architectures-1.exp: New file.
5644         * gdb.base/all-architectures-2.exp: New file.
5645         * gdb.base/all-architectures-3.exp: New file.
5646         * gdb.base/all-architectures-4.exp: New file.
5647         * gdb.base/all-architectures-5.exp: New file.
5648         * gdb.base/all-architectures-6.exp: New file.
5649         * gdb.base/all-architectures-7.exp: New file.
5650         * gdb.base/all-architectures.exp.in: New file.
5651
5652 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5653
5654         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5655
5656 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5657
5658         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5659         possible.
5660         Remove useless pattern-matching code.
5661
5662 2016-12-02  Pedro Alves  <palves@redhat.com>
5663
5664         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5665         procedure.
5666         (top level): Call it.
5667
5668 2016-12-02  Pedro Alves  <palves@redhat.com>
5669
5670         * gdb.base/commands.exp (user_defined_command_args_stack_test):
5671         New procedure.
5672         (top level): Call it.
5673
5674 2016-12-02  Pedro Alves  <palves@redhat.com>
5675
5676         PR cli/20559
5677         * gdb.base/commands.exp (user_defined_command_args_eval): New
5678         procedure.
5679         (top level): Call it.
5680
5681 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5682
5683         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5684         timeout handling.
5685
5686 2016-12-02  Tom Tromey  <tom@tromey.com>
5687
5688         * gdb.dwarf2/main-subprogram.c: New file.
5689         * gdb.dwarf2/main-subprogram.exp: New file.
5690
5691 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5692
5693         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5694         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5695         gdb_test_no_output for a couple of cases.
5696         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5697
5698 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5699
5700         Fix test names and standardize compilation error messages throughout
5701         the following files:
5702
5703         * gdb.ada/start.exp
5704         * gdb.arch/alpha-step.exp
5705         * gdb.arch/e500-prologue.exp
5706         * gdb.arch/ftrace-insn-reloc.exp
5707         * gdb.arch/gdb1291.exp
5708         * gdb.arch/gdb1431.exp
5709         * gdb.arch/gdb1558.exp
5710         * gdb.arch/i386-dr3-watch.exp
5711         * gdb.arch/i386-sse-stack-align.exp
5712         * gdb.arch/ia64-breakpoint-shadow.exp
5713         * gdb.arch/pa-nullify.exp
5714         * gdb.arch/powerpc-aix-prologue.exp
5715         * gdb.arch/thumb-bx-pc.exp
5716         * gdb.base/annota1.exp
5717         * gdb.base/annota3.exp
5718         * gdb.base/arrayidx.exp
5719         * gdb.base/assign.exp
5720         * gdb.base/attach.exp
5721         * gdb.base/auxv.exp
5722         * gdb.base/bang.exp
5723         * gdb.base/bfp-test.exp
5724         * gdb.base/bigcore.exp
5725         * gdb.base/bitfields2.exp
5726         * gdb.base/break-fun-addr.exp
5727         * gdb.base/break-probes.exp
5728         * gdb.base/call-rt-st.exp
5729         * gdb.base/callexit.exp
5730         * gdb.base/catch-fork-kill.exp
5731         * gdb.base/charset.exp
5732         * gdb.base/checkpoint.exp
5733         * gdb.base/comprdebug.exp
5734         * gdb.base/constvars.exp
5735         * gdb.base/coredump-filter.exp
5736         * gdb.base/cursal.exp
5737         * gdb.base/cvexpr.exp
5738         * gdb.base/detach.exp
5739         * gdb.base/display.exp
5740         * gdb.base/dmsym.exp
5741         * gdb.base/dprintf-pending.exp
5742         * gdb.base/dso2dso.exp
5743         * gdb.base/dtrace-probe.exp
5744         * gdb.base/dump.exp
5745         * gdb.base/enum_cond.exp
5746         * gdb.base/exe-lock.exp
5747         * gdb.base/exec-invalid-sysroot.exp
5748         * gdb.base/execl-update-breakpoints.exp
5749         * gdb.base/exprs.exp
5750         * gdb.base/fileio.exp
5751         * gdb.base/find.exp
5752         * gdb.base/finish.exp
5753         * gdb.base/fixsection.exp
5754         * gdb.base/foll-vfork.exp
5755         * gdb.base/frame-args.exp
5756         * gdb.base/gcore.exp
5757         * gdb.base/gdb1250.exp
5758         * gdb.base/global-var-nested-by-dso.exp
5759         * gdb.base/gnu-ifunc.exp
5760         * gdb.base/hashline1.exp
5761         * gdb.base/hashline2.exp
5762         * gdb.base/hashline3.exp
5763         * gdb.base/hbreak-in-shr-unsupported.exp
5764         * gdb.base/huge.exp
5765         * gdb.base/infcall-input.exp
5766         * gdb.base/info-fun.exp
5767         * gdb.base/info-shared.exp
5768         * gdb.base/jit-simple.exp
5769         * gdb.base/jit-so.exp
5770         * gdb.base/jit.exp
5771         * gdb.base/jump.exp
5772         * gdb.base/label.exp
5773         * gdb.base/lineinc.exp
5774         * gdb.base/logical.exp
5775         * gdb.base/longjmp.exp
5776         * gdb.base/macscp.exp
5777         * gdb.base/miscexprs.exp
5778         * gdb.base/new-ui-echo.exp
5779         * gdb.base/new-ui-pending-input.exp
5780         * gdb.base/new-ui.exp
5781         * gdb.base/nodebug.exp
5782         * gdb.base/nofield.exp
5783         * gdb.base/offsets.exp
5784         * gdb.base/overlays.exp
5785         * gdb.base/pending.exp
5786         * gdb.base/pointers.exp
5787         * gdb.base/pr11022.exp
5788         * gdb.base/printcmds.exp
5789         * gdb.base/prologue.exp
5790         * gdb.base/ptr-typedef.exp
5791         * gdb.base/realname-expand.exp
5792         * gdb.base/relativedebug.exp
5793         * gdb.base/relocate.exp
5794         * gdb.base/remote.exp
5795         * gdb.base/reread.exp
5796         * gdb.base/return2.exp
5797         * gdb.base/savedregs.exp
5798         * gdb.base/sep.exp
5799         * gdb.base/sepdebug.exp
5800         * gdb.base/sepsymtab.exp
5801         * gdb.base/set-inferior-tty.exp
5802         * gdb.base/setshow.exp
5803         * gdb.base/shlib-call.exp
5804         * gdb.base/sigaltstack.exp
5805         * gdb.base/siginfo-addr.exp
5806         * gdb.base/signals.exp
5807         * gdb.base/signull.exp
5808         * gdb.base/sigrepeat.exp
5809         * gdb.base/so-impl-ld.exp
5810         * gdb.base/solib-display.exp
5811         * gdb.base/solib-overlap.exp
5812         * gdb.base/solib-search.exp
5813         * gdb.base/solib-symbol.exp
5814         * gdb.base/structs.exp
5815         * gdb.base/structs2.exp
5816         * gdb.base/symtab-search-order.exp
5817         * gdb.base/twice.exp
5818         * gdb.base/unload.exp
5819         * gdb.base/varargs.exp
5820         * gdb.base/watchpoint-solib.exp
5821         * gdb.base/watchpoint.exp
5822         * gdb.base/whatis.exp
5823         * gdb.base/wrong_frame_bt_full.exp
5824         * gdb.btrace/dlopen.exp
5825         * gdb.cell/ea-standalone.exp
5826         * gdb.cell/ea-test.exp
5827         * gdb.cp/dispcxx.exp
5828         * gdb.cp/gdb2384.exp
5829         * gdb.cp/method2.exp
5830         * gdb.cp/nextoverthrow.exp
5831         * gdb.cp/pr10728.exp
5832         * gdb.disasm/am33.exp
5833         * gdb.disasm/h8300s.exp
5834         * gdb.disasm/mn10300.exp
5835         * gdb.disasm/sh3.exp
5836         * gdb.dwarf2/dw2-dir-file-name.exp
5837         * gdb.fortran/complex.exp
5838         * gdb.fortran/library-module.exp
5839         * gdb.guile/scm-pretty-print.exp
5840         * gdb.guile/scm-symbol.exp
5841         * gdb.guile/scm-type.exp
5842         * gdb.guile/scm-value.exp
5843         * gdb.linespec/linespec.exp
5844         * gdb.mi/gdb701.exp
5845         * gdb.mi/gdb792.exp
5846         * gdb.mi/mi-breakpoint-changed.exp
5847         * gdb.mi/mi-dprintf-pending.exp
5848         * gdb.mi/mi-dprintf.exp
5849         * gdb.mi/mi-exit-code.exp
5850         * gdb.mi/mi-pending.exp
5851         * gdb.mi/mi-solib.exp
5852         * gdb.mi/new-ui-mi-sync.exp
5853         * gdb.mi/pr11022.exp
5854         * gdb.mi/user-selected-context-sync.exp
5855         * gdb.opt/solib-intra-step.exp
5856         * gdb.python/py-events.exp
5857         * gdb.python/py-finish-breakpoint.exp
5858         * gdb.python/py-mi.exp
5859         * gdb.python/py-prettyprint.exp
5860         * gdb.python/py-shared.exp
5861         * gdb.python/py-symbol.exp
5862         * gdb.python/py-template.exp
5863         * gdb.python/py-type.exp
5864         * gdb.python/py-value.exp
5865         * gdb.reverse/solib-precsave.exp
5866         * gdb.reverse/solib-reverse.exp
5867         * gdb.server/solib-list.exp
5868         * gdb.stabs/weird.exp
5869         * gdb.threads/reconnect-signal.exp
5870         * gdb.threads/stepi-random-signal.exp
5871         * gdb.trace/actions.exp
5872         * gdb.trace/ax.exp
5873         * gdb.trace/backtrace.exp
5874         * gdb.trace/change-loc.exp
5875         * gdb.trace/deltrace.exp
5876         * gdb.trace/ftrace-lock.exp
5877         * gdb.trace/ftrace.exp
5878         * gdb.trace/infotrace.exp
5879         * gdb.trace/mi-tracepoint-changed.exp
5880         * gdb.trace/packetlen.exp
5881         * gdb.trace/passcount.exp
5882         * gdb.trace/pending.exp
5883         * gdb.trace/range-stepping.exp
5884         * gdb.trace/report.exp
5885         * gdb.trace/stap-trace.exp
5886         * gdb.trace/tfind.exp
5887         * gdb.trace/trace-break.exp
5888         * gdb.trace/trace-condition.exp
5889         * gdb.trace/trace-enable-disable.exp
5890         * gdb.trace/trace-mt.exp
5891         * gdb.trace/tracecmd.exp
5892         * gdb.trace/tspeed.exp
5893         * gdb.trace/tsv.exp
5894         * lib/perftest.exp
5895
5896 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5897
5898         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5899         with gdb_test_no_output.
5900         Use command as test name.
5901
5902 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5903
5904         Fix test names starting with uppercase throughout the files.
5905
5906         * gdb.ada/assign_1.exp
5907         * gdb.ada/boolean_expr.exp
5908         * gdb.base/arrayidx.exp
5909         * gdb.base/del.exp
5910         * gdb.base/gcore-buffer-overflow.exp
5911         * gdb.base/testenv.exp
5912         * gdb.compile/compile.exp
5913         * gdb.python/py-framefilter-invalidarg.exp
5914         * gdb.python/py-framefilter.exp
5915
5916 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5917
5918         Fix test names starting with uppercase throughout the files.
5919
5920         * gdb.ada/array_return.exp
5921         * gdb.ada/expr_delims.exp
5922         * gdb.ada/mi_dyn_arr.exp
5923         * gdb.ada/mi_interface.exp
5924         * gdb.ada/mi_var_array.exp
5925         * gdb.ada/watch_arg.exp
5926         * gdb.arch/alpha-step.exp
5927         * gdb.arch/altivec-regs.exp
5928         * gdb.arch/e500-regs.exp
5929         * gdb.arch/powerpc-d128-regs.exp
5930         * gdb.base/arrayidx.exp
5931         * gdb.base/break.exp
5932         * gdb.base/checkpoint.exp
5933         * gdb.base/debug-expr.exp
5934         * gdb.base/dmsym.exp
5935         * gdb.base/radix.exp
5936         * gdb.base/sepdebug.exp
5937         * gdb.base/testenv.exp
5938         * gdb.base/watch_thread_num.exp
5939         * gdb.base/watchpoint-cond-gone.exp
5940         * gdb.cell/break.exp
5941         * gdb.cell/ea-cache.exp
5942         * gdb.compile/compile.exp
5943         * gdb.cp/gdb2495.exp
5944         * gdb.gdb/selftest.exp
5945         * gdb.gdb/xfullpath.exp
5946         * gdb.go/hello.exp
5947         * gdb.go/integers.exp
5948         * gdb.objc/basicclass.exp
5949         * gdb.pascal/hello.exp
5950         * gdb.pascal/integers.exp
5951         * gdb.python/py-breakpoint.exp
5952         * gdb.python/py-cmd.exp
5953         * gdb.python/py-linetable.exp
5954         * gdb.python/py-xmethods.exp
5955         * gdb.python/python.exp
5956         * gdb.reverse/consecutive-precsave.exp
5957         * gdb.reverse/finish-precsave.exp
5958         * gdb.reverse/i386-precsave.exp
5959         * gdb.reverse/machinestate-precsave.exp
5960         * gdb.reverse/sigall-precsave.exp
5961         * gdb.reverse/solib-precsave.exp
5962         * gdb.reverse/step-precsave.exp
5963         * gdb.reverse/until-precsave.exp
5964         * gdb.reverse/watch-precsave.exp
5965         * gdb.threads/leader-exit.exp
5966         * gdb.threads/pthreads.exp
5967         * gdb.threads/wp-replication.exp
5968         * gdb.trace/actions.exp
5969         * gdb.trace/mi-tsv-changed.exp
5970         * gdb.trace/tsv.exp
5971
5972 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5973
5974         Fix test names starting with uppercase throughout the files.
5975
5976         * gdb.arch/i386-bp_permanent.exp
5977         * gdb.arch/i386-gnu-cfi.exp
5978         * gdb.base/disasm-end-cu.exp
5979         * gdb.base/macscp.exp
5980         * gdb.base/pending.exp
5981         * gdb.base/watch_thread_num.exp
5982         * gdb.cp/exception.exp
5983         * gdb.cp/gdb2495.exp
5984         * gdb.cp/local.exp
5985         * gdb.python/py-evsignal.exp
5986         * gdb.python/python.exp
5987         * gdb.trace/tracecmd.exp
5988
5989 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5990
5991         Fix test names starting with uppercase throughout the files.
5992
5993         * gdb.base/charset.exp
5994         * gdb.base/eval.exp
5995         * gdb.base/multi-forks.exp
5996         * gdb.guile/scm-progspace.exp
5997         * gdb.opencl/datatypes.exp
5998         * gdb.python/py-block.exp
5999         * gdb.python/py-function.exp
6000         * gdb.python/py-symbol.exp
6001         * gdb.python/py-symtab.exp
6002         * gdb.python/py-xmethods.exp
6003         * gdb.reverse/break-precsave.exp
6004         * gdb.reverse/break-reverse.exp
6005         * gdb.reverse/consecutive-precsave.exp
6006         * gdb.reverse/consecutive-reverse.exp
6007         * gdb.reverse/finish-precsave.exp
6008         * gdb.reverse/finish-reverse-bkpt.exp
6009         * gdb.reverse/finish-reverse.exp
6010         * gdb.reverse/fstatat-reverse.exp
6011         * gdb.reverse/getresuid-reverse.exp
6012         * gdb.reverse/i386-precsave.exp
6013         * gdb.reverse/i386-reverse.exp
6014         * gdb.reverse/i386-sse-reverse.exp
6015         * gdb.reverse/i387-stack-reverse.exp
6016         * gdb.reverse/insn-reverse.exp
6017         * gdb.reverse/machinestate-precsave.exp
6018         * gdb.reverse/machinestate.exp
6019         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6020         * gdb.reverse/pipe-reverse.exp
6021         * gdb.reverse/readv-reverse.exp
6022         * gdb.reverse/recvmsg-reverse.exp
6023         * gdb.reverse/rerun-prec.exp
6024         * gdb.reverse/s390-mvcle.exp
6025         * gdb.reverse/sigall-precsave.exp
6026         * gdb.reverse/sigall-reverse.exp
6027         * gdb.reverse/solib-precsave.exp
6028         * gdb.reverse/solib-reverse.exp
6029         * gdb.reverse/step-precsave.exp
6030         * gdb.reverse/step-reverse.exp
6031         * gdb.reverse/time-reverse.exp
6032         * gdb.reverse/until-precsave.exp
6033         * gdb.reverse/until-reverse.exp
6034         * gdb.reverse/waitpid-reverse.exp
6035         * gdb.reverse/watch-precsave.exp
6036         * gdb.reverse/watch-reverse.exp
6037
6038 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6039
6040         Fix test names starting with uppercase throughout the files.
6041
6042         * gdb.arch/i386-mpx-simple_segv.exp
6043         * gdb.arch/i386-mpx.exp
6044         * gdb.arch/i386-permbkpt.exp
6045         * gdb.arch/pa-nullify.exp
6046         * gdb.arch/powerpc-d128-regs.exp
6047         * gdb.arch/vsx-regs.exp
6048         * gdb.base/bfp-test.exp
6049         * gdb.base/break.exp
6050         * gdb.base/breakpoint-shadow.exp
6051         * gdb.base/callfuncs.exp
6052         * gdb.base/charset.exp
6053         * gdb.base/commands.exp
6054         * gdb.base/completion.exp
6055         * gdb.base/dfp-test.exp
6056         * gdb.base/echo.exp
6057         * gdb.base/ending-run.exp
6058         * gdb.base/eval.exp
6059         * gdb.base/expand-psymtabs.exp
6060         * gdb.base/float128.exp
6061         * gdb.base/floatn.exp
6062         * gdb.base/foll-exec-mode.exp
6063         * gdb.base/gdb1056.exp
6064         * gdb.base/gdb11531.exp
6065         * gdb.base/kill-after-signal.exp
6066         * gdb.base/multi-forks.exp
6067         * gdb.base/overlays.exp
6068         * gdb.base/pending.exp
6069         * gdb.base/sepdebug.exp
6070         * gdb.base/testenv.exp
6071         * gdb.base/valgrind-db-attach.exp
6072         * gdb.base/watch_thread_num.exp
6073         * gdb.base/watchpoint-cond-gone.exp
6074         * gdb.base/watchpoint.exp
6075         * gdb.base/watchpoints.exp
6076         * gdb.cp/arg-reference.exp
6077         * gdb.cp/baseenum.exp
6078         * gdb.cp/operator.exp
6079         * gdb.cp/shadow.exp
6080         * gdb.dwarf2/dw2-op-out-param.exp
6081         * gdb.dwarf2/dw2-reg-undefined.exp
6082         * gdb.go/chan.exp
6083         * gdb.go/hello.exp
6084         * gdb.go/integers.exp
6085         * gdb.go/methods.exp
6086         * gdb.go/package.exp
6087         * gdb.guile/scm-parameter.exp
6088         * gdb.guile/scm-progspace.exp
6089         * gdb.guile/scm-value.exp
6090         * gdb.mi/mi-pending.exp
6091         * gdb.mi/user-selected-context-sync.exp
6092         * gdb.multi/multi-attach.exp
6093         * gdb.multi/tids.exp
6094         * gdb.opt/clobbered-registers-O2.exp
6095         * gdb.pascal/floats.exp
6096         * gdb.pascal/integers.exp
6097         * gdb.python/py-block.exp
6098         * gdb.python/py-events.exp
6099         * gdb.python/py-parameter.exp
6100         * gdb.python/py-symbol.exp
6101         * gdb.python/py-symtab.exp
6102         * gdb.python/py-type.exp
6103         * gdb.python/py-value.exp
6104         * gdb.python/py-xmethods.exp
6105         * gdb.python/python.exp
6106         * gdb.reverse/break-precsave.exp
6107         * gdb.reverse/consecutive-precsave.exp
6108         * gdb.reverse/finish-precsave.exp
6109         * gdb.reverse/i386-precsave.exp
6110         * gdb.reverse/machinestate-precsave.exp
6111         * gdb.reverse/sigall-precsave.exp
6112         * gdb.reverse/solib-precsave.exp
6113         * gdb.reverse/step-precsave.exp
6114         * gdb.reverse/until-precsave.exp
6115         * gdb.reverse/watch-precsave.exp
6116         * gdb.server/ext-attach.exp
6117         * gdb.server/ext-restart.exp
6118         * gdb.server/ext-run.exp
6119         * gdb.server/ext-wrapper.exp
6120         * gdb.stabs/gdb11479.exp
6121         * gdb.stabs/weird.exp
6122         * gdb.threads/attach-many-short-lived-threads.exp
6123         * gdb.threads/kill.exp
6124         * gdb.threads/watchpoint-fork.exp
6125
6126 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6127
6128         Fix test names starting with uppercase throughout all the files below.
6129
6130         * gdb.ada/array_return.exp
6131         * gdb.ada/catch_ex.exp
6132         * gdb.ada/info_exc.exp
6133         * gdb.ada/mi_catch_ex.exp
6134         * gdb.ada/mi_dyn_arr.exp
6135         * gdb.ada/mi_ex_cond.exp
6136         * gdb.ada/mi_exc_info.exp
6137         * gdb.ada/mi_interface.exp
6138         * gdb.ada/mi_task_arg.exp
6139         * gdb.ada/mi_task_info.exp
6140         * gdb.ada/mi_var_array.exp
6141         * gdb.arch/alpha-step.exp
6142         * gdb.arch/amd64-disp-step.exp
6143         * gdb.arch/arm-disp-step.exp
6144         * gdb.arch/disp-step-insn-reloc.exp
6145         * gdb.arch/e500-prologue.exp
6146         * gdb.arch/ftrace-insn-reloc.exp
6147         * gdb.arch/gdb1558.exp
6148         * gdb.arch/i386-bp_permanent.exp
6149         * gdb.arch/i386-disp-step.exp
6150         * gdb.arch/i386-float.exp
6151         * gdb.arch/i386-gnu-cfi.exp
6152         * gdb.arch/ia64-breakpoint-shadow.exp
6153         * gdb.arch/mips16-thunks.exp
6154         * gdb.arch/pa-nullify.exp
6155         * gdb.arch/powerpc-aix-prologue.exp
6156         * gdb.arch/powerpc-power.exp
6157         * gdb.arch/ppc-dfp.exp
6158         * gdb.arch/s390-tdbregs.exp
6159         * gdb.arch/spu-info.exp
6160         * gdb.arch/spu-ls.exp
6161         * gdb.arch/thumb-bx-pc.exp
6162         * gdb.base/advance.exp
6163         * gdb.base/annota-input-while-running.exp
6164         * gdb.base/arrayidx.exp
6165         * gdb.base/asmlabel.exp
6166         * gdb.base/async.exp
6167         * gdb.base/attach-wait-input.exp
6168         * gdb.base/auto-connect-native-target.exp
6169         * gdb.base/batch-preserve-term-settings.exp
6170         * gdb.base/bfp-test.exp
6171         * gdb.base/bigcore.exp
6172         * gdb.base/bp-permanent.exp
6173         * gdb.base/break-always.exp
6174         * gdb.base/break-fun-addr.exp
6175         * gdb.base/break-idempotent.exp
6176         * gdb.base/break-main-file-remove-fail.exp
6177         * gdb.base/break-probes.exp
6178         * gdb.base/break-unload-file.exp
6179         * gdb.base/break.exp
6180         * gdb.base/call-ar-st.exp
6181         * gdb.base/call-rt-st.exp
6182         * gdb.base/call-sc.exp
6183         * gdb.base/call-signal-resume.exp
6184         * gdb.base/call-strs.exp
6185         * gdb.base/callexit.exp
6186         * gdb.base/callfuncs.exp
6187         * gdb.base/catch-gdb-caused-signals.exp
6188         * gdb.base/catch-signal-siginfo-cond.exp
6189         * gdb.base/catch-syscall.exp
6190         * gdb.base/compare-sections.exp
6191         * gdb.base/cond-eval-mode.exp
6192         * gdb.base/condbreak-call-false.exp
6193         * gdb.base/consecutive-step-over.exp
6194         * gdb.base/cursal.exp
6195         * gdb.base/disabled-location.exp
6196         * gdb.base/disasm-end-cu.exp
6197         * gdb.base/display.exp
6198         * gdb.base/double-prompt-target-event-error.exp
6199         * gdb.base/dprintf-bp-same-addr.exp
6200         * gdb.base/dprintf-detach.exp
6201         * gdb.base/dprintf-next.exp
6202         * gdb.base/dprintf-non-stop.exp
6203         * gdb.base/dprintf-pending.exp
6204         * gdb.base/dso2dso.exp
6205         * gdb.base/ending-run.exp
6206         * gdb.base/enum_cond.exp
6207         * gdb.base/examine-backward.exp
6208         * gdb.base/exe-lock.exp
6209         * gdb.base/exec-invalid-sysroot.exp
6210         * gdb.base/execl-update-breakpoints.exp
6211         * gdb.base/execution-termios.exp
6212         * gdb.base/fileio.exp
6213         * gdb.base/fixsection.exp
6214         * gdb.base/foll-exec-mode.exp
6215         * gdb.base/foll-exec.exp
6216         * gdb.base/fork-running-state.exp
6217         * gdb.base/frame-args.exp
6218         * gdb.base/fullpath-expand.exp
6219         * gdb.base/func-ptr.exp
6220         * gdb.base/gcore-relro-pie.exp
6221         * gdb.base/gdb1090.exp
6222         * gdb.base/gdb1555.exp
6223         * gdb.base/global-var-nested-by-dso.exp
6224         * gdb.base/gnu-ifunc.exp
6225         * gdb.base/hbreak-in-shr-unsupported.exp
6226         * gdb.base/hbreak-unmapped.exp
6227         * gdb.base/hook-stop.exp
6228         * gdb.base/infcall-input.exp
6229         * gdb.base/info-fun.exp
6230         * gdb.base/info-shared.exp
6231         * gdb.base/interrupt-noterm.exp
6232         * gdb.base/jit-so.exp
6233         * gdb.base/jit.exp
6234         * gdb.base/line-symtabs.exp
6235         * gdb.base/list.exp
6236         * gdb.base/longjmp.exp
6237         * gdb.base/macscp.exp
6238         * gdb.base/max-value-size.exp
6239         * gdb.base/nodebug.exp
6240         * gdb.base/nofield.exp
6241         * gdb.base/overlays.exp
6242         * gdb.base/paginate-after-ctrl-c-running.exp
6243         * gdb.base/paginate-bg-execution.exp
6244         * gdb.base/paginate-inferior-exit.exp
6245         * gdb.base/pending.exp
6246         * gdb.base/pr11022.exp
6247         * gdb.base/printcmds.exp
6248         * gdb.base/ptr-typedef.exp
6249         * gdb.base/ptype.exp
6250         * gdb.base/randomize.exp
6251         * gdb.base/range-stepping.exp
6252         * gdb.base/realname-expand.exp
6253         * gdb.base/relativedebug.exp
6254         * gdb.base/remote.exp
6255         * gdb.base/savedregs.exp
6256         * gdb.base/sepdebug.exp
6257         * gdb.base/set-noassign.exp
6258         * gdb.base/shlib-call.exp
6259         * gdb.base/shreloc.exp
6260         * gdb.base/sigaltstack.exp
6261         * gdb.base/sigbpt.exp
6262         * gdb.base/siginfo-addr.exp
6263         * gdb.base/siginfo-obj.exp
6264         * gdb.base/siginfo-thread.exp
6265         * gdb.base/signest.exp
6266         * gdb.base/signull.exp
6267         * gdb.base/sigrepeat.exp
6268         * gdb.base/skip.exp
6269         * gdb.base/so-impl-ld.exp
6270         * gdb.base/solib-corrupted.exp
6271         * gdb.base/solib-disc.exp
6272         * gdb.base/solib-display.exp
6273         * gdb.base/solib-overlap.exp
6274         * gdb.base/solib-search.exp
6275         * gdb.base/solib-symbol.exp
6276         * gdb.base/source-execution.exp
6277         * gdb.base/sss-bp-on-user-bp-2.exp
6278         * gdb.base/sss-bp-on-user-bp.exp
6279         * gdb.base/stack-checking.exp
6280         * gdb.base/stale-infcall.exp
6281         * gdb.base/step-break.exp
6282         * gdb.base/step-line.exp
6283         * gdb.base/step-over-exit.exp
6284         * gdb.base/step-test.exp
6285         * gdb.base/structs.exp
6286         * gdb.base/sym-file.exp
6287         * gdb.base/symtab-search-order.exp
6288         * gdb.base/term.exp
6289         * gdb.base/type-opaque.exp
6290         * gdb.base/unload.exp
6291         * gdb.base/until-nodebug.exp
6292         * gdb.base/until.exp
6293         * gdb.base/unwindonsignal.exp
6294         * gdb.base/watch-cond.exp
6295         * gdb.base/watch-non-mem.exp
6296         * gdb.base/watch_thread_num.exp
6297         * gdb.base/watchpoint-reuse-slot.exp
6298         * gdb.base/watchpoint-solib.exp
6299         * gdb.base/watchpoint.exp
6300         * gdb.btrace/dlopen.exp
6301         * gdb.cell/arch.exp
6302         * gdb.cell/break.exp
6303         * gdb.cell/bt.exp
6304         * gdb.cell/core.exp
6305         * gdb.cell/data.exp
6306         * gdb.cell/dwarfaddr.exp
6307         * gdb.cell/ea-cache.exp
6308         * gdb.cell/ea-standalone.exp
6309         * gdb.cell/ea-test.exp
6310         * gdb.cell/f-regs.exp
6311         * gdb.cell/fork.exp
6312         * gdb.cell/gcore.exp
6313         * gdb.cell/mem-access.exp
6314         * gdb.cell/ptype.exp
6315         * gdb.cell/registers.exp
6316         * gdb.cell/sizeof.exp
6317         * gdb.cell/solib-symbol.exp
6318         * gdb.cell/solib.exp
6319         * gdb.compile/compile-tls.exp
6320         * gdb.cp/exception.exp
6321         * gdb.cp/gdb2495.exp
6322         * gdb.cp/local.exp
6323         * gdb.cp/mb-inline.exp
6324         * gdb.cp/mb-templates.exp
6325         * gdb.cp/pr10687.exp
6326         * gdb.cp/pr9167.exp
6327         * gdb.cp/scope-err.exp
6328         * gdb.cp/templates.exp
6329         * gdb.cp/virtfunc.exp
6330         * gdb.dwarf2/dw2-dir-file-name.exp
6331         * gdb.dwarf2/dw2-single-line-discriminators.exp
6332         * gdb.fortran/complex.exp
6333         * gdb.fortran/library-module.exp
6334         * gdb.guile/guile.exp
6335         * gdb.guile/scm-cmd.exp
6336         * gdb.guile/scm-frame-inline.exp
6337         * gdb.guile/scm-objfile.exp
6338         * gdb.guile/scm-pretty-print.exp
6339         * gdb.guile/scm-symbol.exp
6340         * gdb.guile/scm-type.exp
6341         * gdb.guile/scm-value.exp
6342         * gdb.linespec/keywords.exp
6343         * gdb.linespec/ls-errs.exp
6344         * gdb.linespec/macro-relative.exp
6345         * gdb.linespec/thread.exp
6346         * gdb.mi/mi-breakpoint-changed.exp
6347         * gdb.mi/mi-dprintf-pending.exp
6348         * gdb.mi/mi-fullname-deleted.exp
6349         * gdb.mi/mi-logging.exp
6350         * gdb.mi/mi-pending.exp
6351         * gdb.mi/mi-solib.exp
6352         * gdb.mi/new-ui-mi-sync.exp
6353         * gdb.mi/user-selected-context-sync.exp
6354         * gdb.multi/dummy-frame-restore.exp
6355         * gdb.multi/multi-arch-exec.exp
6356         * gdb.multi/remove-inferiors.exp
6357         * gdb.multi/watchpoint-multi-exit.exp
6358         * gdb.opt/solib-intra-step.exp
6359         * gdb.perf/backtrace.exp
6360         * gdb.perf/single-step.exp
6361         * gdb.perf/skip-command.exp
6362         * gdb.perf/skip-prologue.exp
6363         * gdb.perf/solib.exp
6364         * gdb.python/lib-types.exp
6365         * gdb.python/py-as-string.exp
6366         * gdb.python/py-bad-printers.exp
6367         * gdb.python/py-block.exp
6368         * gdb.python/py-breakpoint.exp
6369         * gdb.python/py-cmd.exp
6370         * gdb.python/py-events.exp
6371         * gdb.python/py-evthreads.exp
6372         * gdb.python/py-finish-breakpoint.exp
6373         * gdb.python/py-finish-breakpoint2.exp
6374         * gdb.python/py-frame-inline.exp
6375         * gdb.python/py-frame.exp
6376         * gdb.python/py-inferior.exp
6377         * gdb.python/py-infthread.exp
6378         * gdb.python/py-mi.exp
6379         * gdb.python/py-objfile.exp
6380         * gdb.python/py-pp-maint.exp
6381         * gdb.python/py-pp-registration.exp
6382         * gdb.python/py-prettyprint.exp
6383         * gdb.python/py-recurse-unwind.exp
6384         * gdb.python/py-shared.exp
6385         * gdb.python/py-symbol.exp
6386         * gdb.python/py-symtab.exp
6387         * gdb.python/py-template.exp
6388         * gdb.python/py-type.exp
6389         * gdb.python/py-unwind-maint.exp
6390         * gdb.python/py-unwind.exp
6391         * gdb.python/py-value.exp
6392         * gdb.python/python.exp
6393         * gdb.reverse/finish-reverse-bkpt.exp
6394         * gdb.reverse/insn-reverse.exp
6395         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6396         * gdb.reverse/solib-precsave.exp
6397         * gdb.reverse/solib-reverse.exp
6398         * gdb.stabs/gdb11479.exp
6399         * gdb.stabs/weird.exp
6400         * gdb.threads/fork-child-threads.exp
6401         * gdb.threads/fork-plus-threads.exp
6402         * gdb.threads/fork-thread-pending.exp
6403         * gdb.threads/forking-threads-plus-breakpoint.exp
6404         * gdb.threads/hand-call-in-threads.exp
6405         * gdb.threads/interrupted-hand-call.exp
6406         * gdb.threads/linux-dp.exp
6407         * gdb.threads/local-watch-wrong-thread.exp
6408         * gdb.threads/next-while-other-thread-longjmps.exp
6409         * gdb.threads/non-ldr-exit.exp
6410         * gdb.threads/pending-step.exp
6411         * gdb.threads/print-threads.exp
6412         * gdb.threads/process-dies-while-detaching.exp
6413         * gdb.threads/process-dies-while-handling-bp.exp
6414         * gdb.threads/pthreads.exp
6415         * gdb.threads/queue-signal.exp
6416         * gdb.threads/reconnect-signal.exp
6417         * gdb.threads/signal-command-handle-nopass.exp
6418         * gdb.threads/signal-command-multiple-signals-pending.exp
6419         * gdb.threads/signal-delivered-right-thread.exp
6420         * gdb.threads/signal-sigtrap.exp
6421         * gdb.threads/sigthread.exp
6422         * gdb.threads/staticthreads.exp
6423         * gdb.threads/stepi-random-signal.exp
6424         * gdb.threads/thread-unwindonsignal.exp
6425         * gdb.threads/thread_check.exp
6426         * gdb.threads/thread_events.exp
6427         * gdb.threads/tid-reuse.exp
6428         * gdb.threads/tls-nodebug.exp
6429         * gdb.threads/tls-shared.exp
6430         * gdb.threads/tls-so_extern.exp
6431         * gdb.threads/tls.exp
6432         * gdb.threads/wp-replication.exp
6433         * gdb.trace/actions-changed.exp
6434         * gdb.trace/actions.exp
6435         * gdb.trace/backtrace.exp
6436         * gdb.trace/change-loc.exp
6437         * gdb.trace/collection.exp
6438         * gdb.trace/deltrace.exp
6439         * gdb.trace/disconnected-tracing.exp
6440         * gdb.trace/entry-values.exp
6441         * gdb.trace/ftrace-lock.exp
6442         * gdb.trace/ftrace.exp
6443         * gdb.trace/infotrace.exp
6444         * gdb.trace/mi-trace-frame-collected.exp
6445         * gdb.trace/mi-trace-unavailable.exp
6446         * gdb.trace/mi-traceframe-changed.exp
6447         * gdb.trace/mi-tracepoint-changed.exp
6448         * gdb.trace/mi-tsv-changed.exp
6449         * gdb.trace/no-attach-trace.exp
6450         * gdb.trace/packetlen.exp
6451         * gdb.trace/passc-dyn.exp
6452         * gdb.trace/passcount.exp
6453         * gdb.trace/pending.exp
6454         * gdb.trace/pr16508.exp
6455         * gdb.trace/qtro.exp
6456         * gdb.trace/range-stepping.exp
6457         * gdb.trace/read-memory.exp
6458         * gdb.trace/report.exp
6459         * gdb.trace/save-trace.exp
6460         * gdb.trace/signal.exp
6461         * gdb.trace/stap-trace.exp
6462         * gdb.trace/status-stop.exp
6463         * gdb.trace/strace.exp
6464         * gdb.trace/tfile.exp
6465         * gdb.trace/tfind.exp
6466         * gdb.trace/trace-break.exp
6467         * gdb.trace/trace-condition.exp
6468         * gdb.trace/trace-enable-disable.exp
6469         * gdb.trace/trace-mt.exp
6470         * gdb.trace/tracecmd.exp
6471         * gdb.trace/tracefile-pseudo-reg.exp
6472         * gdb.trace/tspeed.exp
6473         * gdb.trace/tstatus.exp
6474         * gdb.trace/tsv.exp
6475         * gdb.trace/unavailable.exp
6476         * gdb.trace/while-dyn.exp
6477         * gdb.trace/while-stepping.exp
6478         * lib/gdb-guile.exp
6479         * lib/gdb.exp
6480         * lib/mi-support.exp
6481         * lib/pascal.exp
6482         * lib/perftest.exp
6483         * lib/prelink-support.exp
6484         * lib/selftest-support.exp
6485
6486 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
6487
6488         * Makefile.in: Include disable-implicit-rules.mk.
6489
6490 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6491
6492         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6493         non-byte-aligned bit fields.
6494
6495 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6496
6497         PR gdb/12616
6498         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
6499         respects the DW_AT_data_bit_offset attribute.
6500
6501 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
6502
6503         * gdb.base/default.exp: Fix output of "set language".
6504
6505 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
6506
6507         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6508         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
6509         make.
6510         * configure.ac: Remove checks for the make program.
6511         * configure: Re-generate.
6512
6513 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
6514
6515         * gdb.python/py-recurse-unwind.c (main): Add loop.
6516         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6517         to read_register() and gdb.parse_and_eval().  Make each code
6518         call a separate case that can be individually tested.
6519         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6520         proc. Call cont_and_backtrace for each of the code paths that
6521         we want to test in the unwinder.
6522
6523 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6524
6525         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6526         the definition of struct S.
6527
6528 2016-11-11  Catherine Moore  <clm@codesourcery.com>
6529
6530         * gdb.base/dump.exp: Identify verilog format dump tests as such.
6531
6532 2016-11-09  Pedro Alves  <palves@redhat.com>
6533
6534         * gdb.base/commands.exp (runto_or_return): New procedure.
6535         (gdbvar_simple_if_test, gdbvar_simple_while_test)
6536         (gdbvar_complex_if_while_test, progvar_simple_if_test)
6537         (progvar_simple_while_test, progvar_complex_if_while_test)
6538         (if_while_breakpoint_command_test)
6539         (infrun_breakpoint_command_test, breakpoint_command_test)
6540         (user_defined_command_test, watchpoint_command_test)
6541         (test_command_prompt_position, redefine_hook_test)
6542         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6543         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6544         multi_line_input and multi_line.  Remove gdb_expect and
6545         gdb_stop_suppressing_tests uses.
6546         * lib/gdb.exp (valnum_re): New global.
6547         (multi_line_input): New procedure.
6548
6549 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
6550
6551         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6552         Remove.
6553         (test_setup): Define with proc_with_prefix.
6554         (test_cli_inferior): Likewise.
6555         (test_cli_thread): Likewise.
6556         (test_cli_frame): Likewise.
6557         (test_cli_select_frame): Likewise.
6558         (test_cli_up_down): Likewise.
6559         (test_mi_thread_select): Likewise.
6560         (test_mi_stack_select_frame): Likewise.
6561         (test_cli_in_mi_inferior): Likewise.
6562         (test_cli_in_mi_thread): Likewise.
6563         (test_cli_in_mi_frame): Likewise.
6564         (top level): Do not use with_test_prefix_procname.
6565
6566 2016-11-09  Pedro Alves  <palves@redhat.com>
6567
6568         * gdb.base/commands.exp (gdbvar_simple_if_test)
6569         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6570         (progvar_simple_if_test, progvar_simple_while_test)
6571         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6572         (infrun_breakpoint_command_test, breakpoint_command_test)
6573         (user_defined_command_test, watchpoint_command_test)
6574         (test_command_prompt_position, deprecated_command_test)
6575         (bp_deleted_in_command, temporary_breakpoint_commands)
6576         (stray_arg0_test, source_file_with_indented_comment)
6577         (recursive_source_test, if_commands_test)
6578         (error_clears_commands_left, redefine_hook_test)
6579         (redefine_backtrace_test): Use proc_with_prefix.
6580         * lib/gdb.exp (proc_with_prefix): New proc.
6581
6582 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6583
6584         * gdb.base/tui-layout.c: New file.
6585         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6586         disassembly window contains very long lines.
6587
6588 2016-11-08  Tom Tromey  <tom@tromey.com>
6589
6590         * gdb.python/py-value.exp (test_value_creation): Make "long" test
6591         depend on Python 2.
6592
6593 2016-11-08  Tom Tromey  <tom@tromey.com>
6594
6595         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6596         New method.
6597
6598 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
6599
6600         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6601
6602 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
6603
6604         * gdb.rust/simple.rs: Add test for univariant enums without
6605         discriminants and for encoded struct-like enums.
6606
6607 2016-10-28  Pedro Alves  <palves@redhat.com>
6608
6609         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6610         gdb_test_multiple, tighten regexps and match symtabs and line
6611         tables incrementally.
6612
6613 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
6614
6615         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6616         general.
6617
6618 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
6619
6620         * gdb.base/exec-invalid-sysroot.exp: New file.
6621
6622 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6623
6624         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6625
6626 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6627
6628         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6629
6630 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
6631
6632         * gdb.base/killed-outside.exp: Remove $options from a call to
6633         `prepare_for_testing'.
6634
6635 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6636
6637         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6638         Change test message.
6639
6640 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6641
6642         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6643         Update comment.
6644
6645 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6646
6647         * gdb.trace/mi-trace-save.exp: New file.
6648
6649 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6650
6651         * gdb.base/code_elim.exp (get_var_address): Remove.
6652         * gdb.base/relocate.exp: Likewise.
6653         * gdb.base/shreloc.exp: Likewise.
6654         * lib/gdb.exp (get_var_address): New.
6655
6656 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6657
6658         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6659         floating point tests if $skip_float_test is false.
6660
6661 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
6662
6663         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6664         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6665         argc values.
6666         Add 1 to argc so we guarantee distinct initial/modified argc values.
6667
6668 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6669
6670         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6671
6672 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6673
6674         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6675         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6676         * gdb.arch/vsx-regs.exp: Likewise.
6677
6678 2016-10-07  Yao Qi  <yao.qi@linaro.org>
6679
6680         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6681
6682 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
6683
6684         * gdb.python/python.exp: Test decode_line("*0").
6685
6686 2016-10-06  Doug Evans  <dje@google.com>
6687
6688         * gdb.python/py-value.exp (test_value_creation): Add test for large
6689         unsigned 64-bit value.
6690
6691 2016-10-06  Tom Tromey  <tom@tromey.com>
6692
6693         * gdb.compile/compile.exp: Change java tests to rust.
6694         * gdb.base/setshow.exp: Change java tests to rust.
6695         * gdb.base/default.exp: Remove java from language list.
6696         * README (Examples): Update language example.
6697         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6698         test.
6699         * lib/gdb.exp (skip_java_tests): Remove.
6700         * lib/java.exp: Remove.
6701         * gdb.java: Remove.
6702
6703 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6704
6705         * gdb.arch/mips-fcr.exp: New test.
6706         * gdb.arch/mips-fcr.c: Source for the new test.
6707
6708 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6709
6710         * gdb.base/solib-disc.exp: Use `standard_output_file'
6711         throughout.
6712
6713 2016-10-06  Pedro Alves  <palves@redhat.com>
6714
6715         * gdb.base/jit-simple-dl.c: New file.
6716         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6717         * gdb.base/jit-simple.c: ... this.
6718         * gdb.base/jit-simple.exp (jit_run): Delete.
6719         (build_jit): New proc.
6720         (jit_test_reread): Recompile either the main program or the shared
6721         library, depending on what is being tested.  Skip changing address
6722         if caller wants to.  Compare before/after addresses.  If testing
6723         standalone, explicitly load the binary.  Test "maint info
6724         breakpoints".
6725         (top level): Add "standalone vs shared lib" and "change address"
6726         vs "same address" axes.
6727
6728 2016-10-06  Pedro Alves  <palves@redhat.com>
6729
6730         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6731         call.
6732         (jit_run): Delete.
6733         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6734         explicitly.  Compare the before/after addresses of the JIT
6735         descriptor.
6736
6737 2016-08-15  Doug Evans  <dje@google.com>
6738
6739         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6740         for single bitfields is bool.
6741         * gdb.xml/tdesc-regs.exp: Ditto.
6742
6743 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6744
6745         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6746
6747 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6748
6749         * lib/gdb.exp (support_complex_tests): Return zero if
6750         gdb_skip_float_test return true.
6751
6752 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6753             Simon Marchi  <simon.marchi@ericsson.com>
6754
6755         PR gdb/20487
6756         * gdb.mi/user-selected-context-sync.exp: New file.
6757         * gdb.mi/user-selected-context-sync.c: New file.
6758
6759 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6760             Simon Marchi  <simon.marchi@ericsson.com>
6761
6762         PR gdb/20487
6763         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6764         =thread-select-event check.
6765
6766 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6767
6768         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6769         the compulsory L operand changes.
6770         * gdb.arch/powerpc-power.s: Likewise.
6771
6772 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6773
6774         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6775         * gdb.base/jit-attach-pie.c: New file.
6776         * gdb.base/jit-attach-pie.exp: New file.
6777
6778 2016-09-28  Pedro Alves  <palves@redhat.com>
6779
6780         * gdb.base/infcall-input.c: New file.
6781         * gdb.base/infcall-input.exp: New file.
6782
6783 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6784
6785         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6786         (gdb_exit): Rename it to ...
6787         (gdbserver_gdb_exit): ...  Close GDBserver.
6788         (gdb_exit): New proc, call gdbserver_gdb_exit.
6789         (mi_gdb_exit): Likewise.
6790
6791 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6792
6793         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6794         path.
6795         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6796         Remove duplication.
6797
6798 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6799
6800         * lib/gdbserver-support.exp: Check the existence of
6801         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6802
6803 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6804
6805         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6806
6807 2016-09-21  Tom Tromey  <tom@tromey.com>
6808
6809         PR gdb/20604:
6810         * gdb.base/quit.exp: New file.
6811
6812 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6813
6814         * .gitignore: New file.
6815
6816 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6817
6818         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6819         throughout.
6820
6821 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6822
6823         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6824
6825 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6826
6827         * gdb.cp/casts.cc (decltype): Move it ...
6828         (main): ... with its call to ...
6829         * gdb.cp/casts03.cc: ... a new file.
6830         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6831
6832 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6833
6834         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6835
6836 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6837
6838         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6839         and sync up the test with tests in gas/testsuite/gas/ppc.
6840         * gdb.arch/powerpc-power.exp: Likewise.
6841
6842 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6843
6844         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6845
6846 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6847             Jan Kratochvil  <jan.kratochvil@redhat.com>
6848
6849         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6850         make m1's definition to be different from m2's.  Use 'dummy' as an
6851         argument for probe 'two'.
6852
6853 2016-09-10  Jon Beniston  <jon@beniston.com>
6854
6855         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6856         for sim target.
6857
6858 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6859
6860         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6861         variable declaration.
6862         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6863         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6864         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6865         received HWCAP as its argument.
6866
6867 2016-09-06  Pedro Alves  <palves@redhat.com>
6868
6869         * gdb.base/new-ui-pending-input.c: New file.
6870         * gdb.base/new-ui-pending-input.exp: New file.
6871         * gdb.exp (clear_gdb_spawn_id): New procedure.
6872         (with_spawn_id): Check whether gdb_spawn_id exists before
6873         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6874         on exit.
6875
6876 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6877
6878         * gdb.base/float128.c: New file.
6879         * gdb.base/float128.exp: Likewise.
6880         * gdb.base/floatn.c: Likewise.
6881         * gdb.base/floatn.exp: Likewise.
6882
6883 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6884
6885         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6886
6887 2016-09-05  Pedro Alves  <palves@redhat.com>
6888
6889         PR backtrace/19927
6890         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6891         unwinders are immediately called as side effect of "source" or
6892         "disable unwinder" commands.
6893         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6894
6895 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6896
6897         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6898         is true and $type is "float" or "double".
6899
6900 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6901
6902         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6903         true.
6904         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6905         * gdb.base/call-rt-st.exp: Likewise.
6906         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6907         return value instead of gdb,skip_float_test.
6908         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6909         (do_function_calls): Use its return value instead of
6910         gdb,skip_float_test.
6911         * gdb.base/finish.exp: Likewise.
6912         * gdb.base/funcargs.exp: Likewise.
6913         * gdb.base/return.exp: Likewise.
6914         * gdb.base/return2.exp: Likewise.
6915         * gdb.base/varargs.exp: Likewise.
6916         * lib/gdb.exp (gdb_skip_float_test): Change it to
6917         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6918
6919 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6920
6921         * gdb.multi/tids.exp: Test "thread apply all".
6922
6923 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6924
6925         * gdb.base/default.exp (tty): Remove.
6926
6927 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6928
6929         * gdb.python/py-recurse-unwind.c: New file.
6930         * gdb.python/py-recurse-unwind.py: New file.
6931         * gdb.python/py-recurse-unwind.exp: New file.
6932
6933 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6934
6935         * gdb.base/set-inferior-tty.exp: New file.
6936         * gdb.base/set-inferior-tty.c: New file.
6937
6938 2016-08-23  Pedro Alves  <palves@redhat.com>
6939
6940         PR gdb/20494
6941         * gdb.base/new-ui-echo.c: New file.
6942         * gdb.base/new-ui-echo.exp: New file.
6943
6944 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6945
6946         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6947         gdbserver_spawn.
6948         * gdb.server/connect-without-multi-process.exp (do_test):
6949         Likewise.
6950
6951 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6952
6953         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6954         standalone_txt.  Delete gdb_txt and standalone_txt on host
6955         and target.  Spawn the binary on target.  Copy files from
6956         target to host.
6957
6958 2016-08-22  Pedro Alves  <palves@redhat.com>
6959
6960         PR gdb/20505
6961         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6962         with_test_prefix.  Factor out bits to ...
6963         (test_no_vdso): ... this new procedure.
6964
6965 2016-08-19  Carl Love  <cel@us.ibm.com>
6966
6967         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6968         maintaining separate logic for constructing the output path.
6969         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6970         * gdb.arch/ppc-dfp.exp: Likewise.
6971         * gdb.arch/ppc-fp.exp: Likewise.
6972         * gdb.arch/vsx-regs.exp: Likewise.
6973         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6974         binprefix for generating the additional binary files.
6975
6976 2016-08-19  Pedro Alves  <palves@redhat.com>
6977
6978         * gdb.trace/mi-trace-frame-collected.exp
6979         (test_trace_frame_collected): On x32, expect two registers.
6980
6981 2016-08-18  Carl Love  <cel@us.ibm.com>
6982
6983         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6984         and sync up the test with tests in gas/testsuite/gas/ppc.
6985         * gdb.arch/powerpc-power.exp: Likewise.
6986
6987 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6988
6989         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6990         expected error message.
6991
6992 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6993
6994         * gdb.multi/remove-inferiors.exp: New file.
6995         * gdb.multi/remove-inferiors.c: New file.
6996
6997 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6998
6999         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7000         argument list.
7001
7002 2016-08-10  Pedro Alves  <palves@redhat.com>
7003
7004         PR gdb/19187
7005         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7006         setup_kfails.
7007
7008 2016-08-09  Pedro Alves  <palves@redhat.com>
7009             Simon Marchi  <simon.marchi@ericsson.com>
7010
7011         PR gdb/20418
7012         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7013         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7014
7015 2016-08-09  Pedro Alves  <palves@redhat.com>
7016
7017         PR mi/20431
7018         * gdb.mi/mi-cmd-error.exp: New file.
7019
7020 2016-08-09  Pedro Alves  <palves@redhat.com>
7021
7022         PR gdb/18653
7023         * gdb.base/signals-state-child.c: New file.
7024         * gdb.base/signals-state-child.exp: New file.
7025         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7026
7027 2016-08-09  Pedro Alves  <palves@redhat.com>
7028
7029         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7030
7031 2016-08-03  Tom Tromey  <tom@tromey.com>
7032
7033         PR python/18565:
7034         * gdb.python/py-frame-inline.exp: Add Frame.function test.
7035
7036 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7037
7038         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7039         variable mode to "multi-process" if $multi_process is 1, otherwise
7040         set it to "single-process".
7041
7042 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7043
7044         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7045         * gdb.cp/cpexprs.exp: Likewise.
7046         * gdb.cp/m-static.exp: Likewise.
7047
7048 2016-07-26  Tom Tromey  <tom@tromey.com>
7049
7050         PR python/20190:
7051         * gdb.threads/tls.exp (check_thread_local): Add python symbol
7052         test.
7053
7054 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
7055
7056         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7057         selecting assembly source files.
7058         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7059         assembly source files.
7060         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7061         assembly source files.
7062         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7063         selecting assembly source files.
7064
7065 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
7066
7067         * gdb.base/new-ui.exp (do_test_invalid_args): New
7068         procedure.
7069
7070 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
7071
7072         * gdb.btrace/reconnect.c: New file.
7073         * gdb.btrace/reconnect.exp: New file.
7074
7075 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
7076
7077         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7078         to test_catch_syscall_group.
7079         (test_catch_syscall_group): New.
7080
7081 2016-07-21  Tom Tromey  <tom@tromey.com>
7082
7083         * gdb.rust/simple.rs (main): Use empty struct expression.
7084         * gdb.rust/simple.exp: Add tests for empty struct expression.
7085
7086 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7087
7088         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7089         if gdb_skip_xml_test is true on some targets.
7090
7091 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7092
7093         * gdb.server/solib-list.exp: Unset last_loaded_file.
7094
7095 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7096
7097         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7098         "step into captured_main (args)".
7099
7100 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7101
7102         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7103
7104 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7105
7106         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7107
7108 2016-07-19  Pedro Alves  <palves@redhat.com>
7109
7110         * gdb.opt/inline-break.exp: Remove optimize=-O2.
7111         * gdb.opt/inline-bt.exp: Likewise.
7112         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7113         additional_flags=-Winline.
7114         * gdb.opt/inline-locals.exp: Likewise.
7115         * gdb.opt/inline-markers.c (ATTR): Define.
7116         (inlined_fn): Use it.
7117
7118 2016-07-19  Yao Qi  <yao.qi@linaro.org>
7119
7120         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7121         (test_with_self): Remove some code.  Remove argument executable.
7122         (top-level): Use do_self_tests.
7123
7124 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
7125             Don Breazeal <donb@codesourcery.com>
7126
7127         * gdb.base/maint.exp: Escape paths used in regular expressions.
7128         * gdb.stabs/weird.exp: Likewise.
7129
7130 2016-07-13  Tom Tromey  <tom@tromey.com>
7131
7132         PR python/15620, PR python/18620:
7133         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7134         (test_bkpt_events): New procs.
7135
7136 2016-07-13  Tom Tromey  <tom@tromey.com>
7137
7138         PR python/17698:
7139         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7140         test.
7141         (test_watchpoints): Likewise.
7142         (test_bkpt_pending): New proc.
7143
7144 2016-07-13  Tom Tromey  <tom@tromey.com>
7145
7146         PR cli/18053:
7147         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7148         completion test.
7149
7150 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7151
7152         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7153         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7154         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7155         f_label.
7156         (g): Rename g_end_lbl to g_label.
7157         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7158         low_pc and high_pc.
7159         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7160
7161 2016-07-12  Tom Tromey  <tom@tromey.com>
7162
7163         PR python/19293:
7164         * gdb.python/py-unwind-maint.exp: Update tests.
7165
7166 2016-07-12  Yao Qi  <yao.qi@linaro.org>
7167
7168         * lib/selftest-support.exp (selftest_setup): Match the output
7169         when captured_main is inlined.
7170
7171 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7172
7173         * gdb.fortran/derived-types.exp (result_line, result_line_2):
7174         New variables.
7175         (print this%a, print this%b, print this): New tests.
7176         * gdb.fortran/derived-types.f90 (this): New object and
7177         initialization.
7178
7179 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7180
7181         * gdb.ada/arraydim.exp: Remove extra directory level in build
7182         directory.
7183
7184 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7185
7186         * lib/ada.exp: Remove extra directory level in build directory.
7187         * gdb.ada/cond_lang.exp: Likewise.
7188         * gdb.ada/exec_changed.exp: Likewise.
7189         * gdb.ada/lang_switch.exp: Likewise.
7190
7191 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
7192
7193         * simple.rs: Add test for raw pointer subscripting.
7194         * simple.exp: Add test expectations.
7195
7196 2016-07-05  Yao Qi  <yao.qi@linaro.org>
7197
7198         * gdb.mi/mi-reverse.exp: Match =record-started output.
7199
7200 2016-07-01  Pedro Alves  <palves@redhat.com>
7201
7202         * gdb.base/jit-reader.exp (info_registers_current_frame): New
7203         procedure.
7204         (jit_reader_test): Test the jit reader's unwinder.
7205         * gdb.base/jithost.c (jit_function_00_code): New global.
7206         (main): Use memcpy to fill in the mmapped code, instead of poking
7207         bytes manually here.
7208         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7209         value.
7210         (read_debug_info): Save the function's range.
7211         (read_sp): New function.
7212         (unwind_frame): Use it.  Also unwind RBP.
7213         (get_frame_id): Use read_sp.
7214         (gdb_init_reader): Use calloc instead of malloc.
7215         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7216         parameter.  Use gdb_test_multiple.
7217
7218 2016-07-01  Pedro Alves  <palves@redhat.com>
7219             Antoine Tremblay  <antoine.tremblay@ericsson.com>
7220
7221         * gdb.threads/process-dies-while-detaching.c: New file.
7222         * gdb.threads/process-dies-while-detaching.exp: New file.
7223
7224 2016-07-01  Pedro Alves  <palves@redhat.com>
7225
7226         * gdb.multi/watchpoint-multi-exit.c: New file.
7227         * gdb.multi/watchpoint-multi-exit.exp: New file.
7228
7229 2016-06-30  Pedro Alves  <palves@redhat.com>
7230
7231         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7232         unset inferior_spawn_id.
7233
7234 2016-06-30  Pedro Alves  <palves@redhat.com>
7235
7236         * lib/mi-support.exp (default_mi_gdb_start): Declare global
7237         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7238
7239 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7240
7241         * gdb.base/return.c: Add copyright header.
7242
7243 2016-06-29  Tom Tromey  <tom@tromey.com>
7244
7245         PR python/20129:
7246         * gdb.python/py-framefilter.exp: Add tests for setting priority
7247         and disabling of non-existent frame filter.
7248
7249 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7250
7251         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7252         0x0f07ff.
7253
7254 2016-06-28  Yao Qi  <yao.qi@linaro.org>
7255
7256         * gdb.base/catch-syscall.exp: Remove check on isnative and target
7257         triplets.  Start gdb, execute catch syscall, and continue.  Check
7258         gdb's output to determine catch syscall is supported.
7259
7260 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
7261
7262         * gdb.rust/simple.rs: Add test for returning unit in a function.
7263         * gdb.rust/simple.exp: Add expectation for functions returning
7264         unit.
7265
7266 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
7267
7268         * gdb.python/py-breakpoint-create-fail.c,
7269         gdb.python/py-breakpoint-create-fail.exp,
7270         gdb.python/py-breakpoint-create-fail.py: New testcase.
7271
7272 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
7273
7274         PR gdb/20239
7275         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7276         * gdb.rust/simple.exp: Add test expectations for new NonZero
7277         tests.
7278
7279 2016-06-24  David Taylor  <dtaylor@emc.com>
7280
7281         * gdb.base/offsets.exp: New file.
7282         * gdb.base/offsets.c: New file.
7283
7284 2016-06-23  Tom Tromey  <tom@tromey.com>
7285
7286         PR gdb/16483:
7287         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7288         before any filters are loaded.
7289
7290 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7291
7292         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7293         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7294         structs.
7295         * gdb.fortran/derived-type-function.exp: New file.
7296         * gdb.fortran/derived-type-function.f90: New file.
7297
7298
7299 2016-06-21  Pedro Alves  <palves@redhat.com>
7300
7301         * gdb.base/new-ui.exp: New file.
7302         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7303         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7304         (with_spawn_id): New procedure.
7305
7306 2016-06-21  Pedro Alves  <palves@redhat.com>
7307
7308         * gdb.mi/mi-exec-run.exp: New file.
7309
7310 2016-06-21  Pedro Alves  <palves@redhat.com>
7311
7312         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7313         breakpoint command's output on the main UI.
7314         (test_break): New procedure, factored out from calls in the top
7315         level.
7316         (top level): Use foreach_with_prefix to test MI as main UI and as
7317         separate UI.
7318
7319 2016-06-21  Pedro Alves  <palves@redhat.com>
7320
7321         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7322         (test_awatch_creation_and_listing)
7323         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7324         Remove 'type' parameter.
7325         (test_watchpoint_all): New parameter mi_mode.  Remove
7326         with_test_prefix.
7327         (top level): Use foreach_with_prefix, and add main/separate UI MI
7328         testing axis.
7329
7330 2016-06-21  Pedro Alves  <palves@redhat.com>
7331
7332         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7333         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7334         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7335         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7336         (gdb_main_spawn_id, mi_spawn_id): Declare and
7337         comment.
7338         (mi_create_inferior_pty): New procedure,
7339         factored out from default_mi_gdb_start.
7340         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7341         procedures.
7342         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7343         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7344         Use mi_create_inferior_pty.
7345         (mi_gdb_start): Use eval to pass down args list.
7346
7347 2016-06-21  Pedro Alves  <palves@redhat.com>
7348
7349         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7350         * gdb.opt/inline-cmds.exp: Add MI tests.
7351
7352 2016-06-21  Pedro Alves  <palves@redhat.com>
7353
7354         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7355
7356 2016-06-21  Pedro Alves  <palves@redhat.com>
7357
7358         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7359         (top level): Use it instead of mi_execute_to.
7360
7361 2016-06-21  Pedro Alves  <palves@redhat.com>
7362
7363         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7364         (cont_handler_str): New.
7365         (signal_stop_handler): Set stop_handler_str instead of printing to
7366         stdout.
7367         (continue_handler): Set cont_handler_str instead of printing to
7368         stdout.
7369         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7370         mi_send_resuming_command.  Print stop_handler_str and
7371         cont_handler_str instead of expecting the python events print
7372         directly.
7373
7374 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
7375
7376         * gdb.base/jit-reader.exp: New file.
7377         * gdb.base/jithost.c: New file.
7378         * gdb.base/jithost.h: New file.
7379         * gdb.base/jitreader.c : New file.
7380         * gdb.base/jit-protocol.h: New file.
7381
7382 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7383
7384         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7385         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
7386         and detach-on-fork.  Adjust tests.
7387         (top level): Invoke break_cond_on_syscall with combinations of
7388         syscall, follow-fork-mode and detach-on-fork.
7389
7390 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7391
7392         * gdb.base/step-over-exit.c: New.
7393         * gdb.base/step-over-exit.exp: New.
7394
7395 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
7396
7397         * gdb.base/float.exp: Add target check for nds32*-*-*.
7398         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7399
7400 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7401
7402         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7403         for unsupported target features.
7404         * gdb.base/call-rt-st.exp: Likewise.
7405         * gdb.base/call-sc.exp: Likewise.
7406         * gdb.base/call-signal-resume.exp: Likewise.
7407         * gdb.base/call-strs.exp: Likewise.
7408         * gdb.base/callexit.exp: Likewise.
7409         * gdb.base/callfuncs.exp: Likewise.
7410         * gdb.base/nodebug.exp: Likewise.
7411         * gdb.base/printcmds.exp: Likewise.
7412         * gdb.base/ptype.exp: Likewise.
7413         * gdb.base/structs.exp: Likewise.
7414         * gdb.base/unwindonsignal.exp: Likewise.
7415         * gdb.cp/gdb2495.exp: Likewise.
7416         * gdb.cp/templates.exp: Likewise.
7417         * gdb.cp/virtfunc.exp: Likewise.
7418         * gdb.threads/hand-call-in-threads.exp: Likewise.
7419         * gdb.threads/interrupted-hand-call.exp: Likewise.
7420         * gdb.threads/thread-unwindonsignal.exp: Likewise.
7421
7422 2016-06-10  Tom Tromey  <tom@tromey.com>
7423
7424         PR rust/20110:
7425         * gdb.rust/expr.exp: Add test for integer constant larger than
7426         i32.
7427
7428 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
7429
7430         * gdb.fortran/nested-funcs.exp: New.
7431         * gdb.fortran/nested-funcs.f90: New.
7432
7433 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
7434
7435         * gdb.base/examine-backward.c: New file.
7436         * gdb.base/examine-backward.exp: New file.
7437
7438 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
7439
7440         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7441         matching.
7442
7443 2016-06-02  Tom Tromey  <tom@tromey.com>
7444
7445         PR python/18984:
7446         * gdb.python/py-shared.exp: Add solib_name test.
7447
7448 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7449
7450         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7451
7452 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
7453
7454         PR c++/19893
7455         * gdb.dwarf2/implref.exp: Rename to...
7456         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
7457         * gdb.dwarf2/implref-array.c: New file.
7458         * gdb.dwarf2/implref-array.exp: Likewise.
7459         * gdb.dwarf2/implref-global.c: Likewise.
7460         * gdb.dwarf2/implref-global.exp: Likewise.
7461         * gdb.dwarf2/implref-struct.c: Likewise.
7462         * gdb.dwarf2/implref-struct.exp: Likewise.
7463
7464 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7465
7466         * gdb.trace/trace-condition.exp: Add 64bit tests.
7467
7468 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7469
7470         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7471         bits types.
7472         (main): Adapt to 8 to 64 bits types.
7473         * gdb.trace/trace-condition.exp: Add new tests.
7474
7475 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7476
7477         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7478
7479 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7480
7481         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7482         Move condition tests...
7483         * gdb.trace/trace-condition.exp: Here.
7484
7485 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7486
7487         * gdb.trace/trace-condition.exp: Add counter-case tests.
7488
7489 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7490
7491         PR c++/15231
7492         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7493         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7494
7495 2016-05-27  Pedro Alves  <palves@redhat.com>
7496
7497         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7498         New procedure.
7499         (top level): Call it, and bail out of DejaGnu is known to be bad.
7500
7501 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
7502
7503         * gdb.base/whatis.c: Extend the test case.
7504         * gdb.base/whatis.exp: Add additional tests.
7505
7506 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7507
7508 * gdb.fortran/type.f90: Add pointer variable.
7509 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7510
7511 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7512
7513         * gdb.fortran/vla-type.exp: Fix testcase name.
7514
7515 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7516
7517         * gdb.fortran/vla-type.exp: Access elements in nested structs.
7518
7519 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7520
7521         * gdb.fortran/type.f90: Add nested structures.
7522         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7523         * gdb.fortran/derived-type.exp: Adapt expected output.
7524         * gdb.fortran/vla-type.exp: Adapt expected output.
7525
7526 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7527
7528         * gdb.fortran/whatis_type.exp: Adapt expected output.
7529
7530 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7531
7532         * gdb.fortran/print_type.exp: Fix expected output.
7533         * gdb.fortran/whatis_type.exp: Fix expected output.
7534
7535 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7536
7537         * gdb.fortran/whatis_type.exp: Use multi_line.
7538
7539 2016-05-24  Tom Tromey  <tom@tromey.com>
7540
7541         PR python/17386:
7542         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7543         use value as an index.
7544
7545 2016-05-23  Tom Tromey  <tom@tromey.com>
7546
7547         PR python/17981:
7548         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7549         no-breakpoint case.
7550
7551 2016-05-24  Pedro Alves  <palves@redhat.com>
7552
7553         PR gdb/19828
7554         * gdb.threads/clone-attach-detach.c: New file.
7555         * gdb.threads/clone-attach-detach.exp: New file.
7556
7557 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
7558
7559         * gdb.base/annota-input-while-running.exp: Fix syntax error.
7560
7561 2016-05-23  Tom Tromey  <tom@tromey.com>
7562
7563         PR python/19438, PR python/18393:
7564         * gdb.python/py-progspace.exp: Add "dir" test.
7565         * gdb.python/py-objfile.exp: Add "dir" test.
7566
7567 2016-05-23  Yao Qi  <yao.qi@linaro.org>
7568
7569         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7570         * gdb.arch/thumb2-it.exp: Likewise.
7571
7572 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
7573
7574         * gdb.mi/mi-threads-interrupt.c: New file.
7575         * gdb.mi/mi-threads-interrupt.exp: New file.
7576
7577 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
7578
7579         PR gdb/18077
7580         * gdb.mi/mi-async-run.exp: New file.
7581         * gdb.mi/mi-async-run.c: New file.
7582
7583 2016-05-17  Tom Tromey  <tom@tromey.com>
7584             Manish Goregaokar <manishsmail@gmail.com>
7585
7586         * lib/rust-support.exp: New file.
7587         * lib/gdb.exp (skip_rust_tests): New proc.
7588         (build_executable_from_specs): Handle rust.
7589         * lib/future.exp (gdb_find_rustc): New proc.
7590         (gdb_default_target_compile): Handle rust.
7591         * gdb.rust/expr.exp: New file.
7592         * gdb.rust/generics.exp: New file.
7593         * gdb.rust/generics.rs: New file.
7594         * gdb.rust/methods.exp: New file.
7595         * gdb.rust/methods.rs: New file.
7596         * gdb.rust/modules.exp: New file.
7597         * gdb.rust/modules.rs: New file.
7598         * gdb.rust/simple.exp: New file.
7599         * gdb.rust/simple.rs: New file.
7600
7601 2016-05-17  Tom Tromey  <tom@tromey.com>
7602
7603         * gdb.base/default.exp (set language): Add rust.
7604
7605 2016-05-17  Tom Tromey  <tom@tromey.com>
7606
7607         * gdb.gdb/unittest.exp: New file.
7608
7609 2016-05-16  Yao Qi  <yao.qi@linaro.org>
7610
7611         * gdb.base/batch-preserve-term-settings.exp: Remove variable
7612         shell_prompt.  Update shell_prompt_re.
7613
7614 2016-05-12  Doug Evans  <dje@google.com>
7615
7616         PR symtab/19999
7617         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7618         $options when building executable.
7619         * gdb.dwarf2/fission-loclists-pie.S: New file.
7620         * gdb.dwarf2/fission-loclists-pie.exp: New file.
7621
7622 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7623
7624         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7625         of [is_remote target],
7626
7627 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7628
7629         * lib/gdb.exp (use_gdb_stub): New procedure.
7630
7631 2016-05-03  Yunlian Jiang <yunlian@google.com>
7632             Doug Evans  <dje@google.com>
7633
7634         PR symtab/19914
7635         * gdb.dwarf2/dwp-sepdebug.c: New file.
7636         * gdb.dwarf2/dwp-sepdebug.exp: New file.
7637
7638 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7639
7640         * gdb.base/detach.exp: Remove is_remote check.
7641
7642 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7643
7644         * gdb.base/annota-input-while-running.exp: Don't check for
7645         [is_remote target].  Enable annotations after running to main.
7646         Remove unused "set test..." line.
7647
7648 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7649
7650         * gdb.trace/trace-enable-disable.exp: New file.
7651         * gdb.trace/trace-enable-disable.c: New file.
7652
7653 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7654
7655         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7656         use it in info sharedlibrary test.
7657         * gdb.trace/ftrace-lock.exp: Likewise.
7658         * gdb.trace/ftrace.exp: Likewise.
7659         * gdb.trace/range-stepping.exp: Likewise.
7660         * gdb.trace/trace-break.exp: Likewise.
7661         * gdb.trace/trace-condition.exp: Likewise.
7662         * gdb.trace/trace-mt.exp: Likewise.
7663
7664 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7665
7666         * lib/gdb.exp (gdb_load_shlibs): Rename to...
7667         (gdb_load_shlib): ... this.
7668         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7669         gdb_load_shlib.
7670         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7671         * gdb.base/ctxobj.exp: Likewise.
7672         * gdb.base/dprintf-pending.exp: Likewise.
7673         * gdb.base/dso2dso.exp: Likewise.
7674         * gdb.base/fixsection.exp: Likewise.
7675         * gdb.base/gcore-relro.exp: Likewise.
7676         * gdb.base/gdb1555.exp: Likewise.
7677         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7678         * gdb.base/gnu-ifunc.exp: Likewise.
7679         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7680         * gdb.base/jit-so.exp (one_jit_test): Likewise.
7681         * gdb.base/pending.exp: Likewise.
7682         * gdb.base/print-file-var.exp: Likewise.
7683         * gdb.base/print-symbol-loading.exp: Likewise.
7684         * gdb.base/shlib-call.exp: Likewise.
7685         * gdb.base/shreloc.exp: Likewise.
7686         * gdb.base/so-impl-ld.exp: Likewise.
7687         * gdb.base/solib-disc.exp: Likewise.
7688         * gdb.base/solib-nodir.exp: Likewise.
7689         * gdb.base/solib-overlap.exp: Likewise.
7690         * gdb.base/solib-symbol.exp: Likewise.
7691         * gdb.base/solib-weak.exp (do_test): Likewise.
7692         * gdb.base/sym-file.exp: Likewise.
7693         * gdb.base/symtab-search-order.exp: Likewise.
7694         * gdb.base/type-opaque.exp: Likewise.
7695         * gdb.base/unload.exp: Likewise.
7696         * gdb.base/watchpoint-solib.exp: Likewise.
7697         * gdb.compile/compile.exp: Likewise.
7698         * gdb.cp/gdb2384.exp: Likewise.
7699         * gdb.cp/infcall-dlopen.exp: Likewise.
7700         * gdb.cp/re-set-overloaded.exp: Likewise.
7701         * gdb.fortran/library-module.exp: Likewise.
7702         * gdb.opt/solib-intra-step.exp: Likewise.
7703         * gdb.python/py-finish-breakpoint.exp: Likewise.
7704         * gdb.python/py-shared.exp: Likewise.
7705         * gdb.reverse/solib-precsave.exp: Likewise.
7706         * gdb.reverse/solib-reverse.exp: Likewise.
7707         * gdb.server/solib-list.exp: Likewise.
7708         * gdb.threads/dlopen-libpthread.exp: Likewise.
7709         * gdb.threads/tls-shared.exp: Likewise.
7710         * gdb.threads/tls-so_extern.exp: Likewise.
7711         * gdb.trace/change-loc.exp: Likewise.
7712         * gdb.trace/ftrace-lock.exp: Likewise.
7713         * gdb.trace/ftrace.exp: Likewise.
7714         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7715         * gdb.trace/pending.exp: Likewise.
7716         * gdb.trace/range-stepping.exp: Likewise.
7717         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7718         (strace_info_marker): Likewise.
7719         (strace_probe_marker): Likewise.
7720         (strace_trace_on_same_addr): Likewise.
7721         (strace_trace_on_diff_addr): Likewise.
7722         * gdb.trace/trace-break.exp: Likewise.
7723         * gdb.trace/trace-condition.exp: Likewise.
7724         * gdb.trace/trace-mt.exp: Likewise.
7725
7726 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7727
7728         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7729         result of gdb_remote_download.
7730         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7731         * gdb.base/dso2dso.exp: Likewise.
7732         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7733         * gdb.base/print-file-var.exp: Likewise.
7734         * gdb.base/shlib-call.exp: Likewise.
7735         * gdb.base/shreloc.exp: Likewise.
7736         * gdb.base/solib-overlap.exp: Likewise.
7737         * gdb.base/solib-weak.exp (do_test): Likewise.
7738         * gdb.base/unload.exp: Likewise.
7739
7740 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7741
7742         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7743         exists.
7744
7745 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7746
7747         * vla-type.exp: Print structure from toplevel.
7748
7749 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7750
7751         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7752         of dynamic types.
7753         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7754         of dynamic types.
7755
7756 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7757
7758         * gdb.fortran/vla-type.f90: New file.
7759         * gdb.fortran/vla-type.exp: New file.
7760
7761 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7762
7763         * gdb.base/branch-to-self.c: New file.
7764         * gdb.base/branch-to-self.exp: New file.
7765
7766 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7767
7768         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7769         more after $hex.
7770
7771 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7772
7773         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7774         * gdb.base/annota3.exp: Likewise.
7775
7776 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7777
7778         * gdb.reverse/step-precsave.exp: Do one step and test program
7779         stops in "callee" and do multiple steps until program goes out
7780         of "callee".
7781         * gdb.reverse/step-reverse.exp: Likewise.
7782
7783 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7784
7785         * gdb.trace/signal.exp: Also pass if
7786         $tracepoint_hits($i) > $iterations.
7787
7788 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7789
7790         * gdb.trace/signal.c: New file.
7791         * gdb.trace/signal.exp: New file.
7792
7793 2016-04-19  Doug Evans  <xdje42@gmail.com>
7794
7795         * gdb.base/bad-file.exp: New file.
7796
7797 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7798
7799         * gdb.dwarf2/implref.exp: New file.
7800
7801 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7802
7803         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7804         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7805         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7806         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7807         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7808         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7809         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7810         * lib/fortran.exp (fortran_int4): New procedure.
7811         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7812         (fortran_logical4): Likewise.
7813
7814 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7815
7816         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7817
7818 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7819
7820         * lib/compiler.c: Add Intel specific preprocessor macros.
7821         * lib/compiler.cc: Likewise.
7822
7823 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7824
7825         * gdb.server/connect-with-no-symbol-file.c: New file.
7826         * gdb.server/connect-with-no-symbol-file.exp: New file.
7827
7828 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7829
7830         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7831
7832 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7833
7834         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7835         standard output directory.
7836
7837 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7838
7839         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7840
7841 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7842
7843         * gdb.btrace/instruction_history.c (loop): Add declaration.
7844
7845 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7846
7847         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7848
7849 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7850
7851         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7852         parentheses to print.
7853         (continue_handler): Likewise.
7854
7855 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7856
7857         * gdb.server/solib-list.exp: Remove is_remote check.
7858         Pass shlib= to gdb_compile.  Don't link shared library with
7859         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7860         Run binary filename through "readlink -f" on the target.
7861
7862 2016-04-08  Pedro Alves  <palves@redhat.com>
7863
7864         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7865         interpreter filename as argument to gdbserver_spawn.
7866         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7867         Return empty if $last_loaded_file does not exist.
7868
7869 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7870
7871         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7872         * gdb.base/jit-main.c: Use exit after usage.
7873
7874 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7875
7876         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7877         GDBHISTSIZE prior to the tests.
7878         * gdb.base/gdbinit-history.exp: Likewise.
7879
7880 2016-04-07  Pedro Alves  <palves@redhat.com>
7881
7882         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7883         instead of build_executable.  Use gdb_load_shlibs.
7884
7885 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7886
7887         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7888         Execute "si" command.
7889
7890 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7891
7892         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7893         number instead of the comments on some line.
7894
7895 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7896
7897         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7898         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7899
7900 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7901
7902         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7903         standard_output_file.  Remove unused binfile variable.
7904
7905 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7906
7907         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7908         * gdb.python/py-mi-objfile.exp: Match "list main" output
7909         in console format.
7910
7911 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7912
7913         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7914         absolute.
7915
7916 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7917
7918         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7919         absolute.
7920         * gdb.trace/ftrace.exp: Likewise.
7921         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7922         targets as well.
7923         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7924         (gdb_load_shlibs): Copy libraries to test directory when testing
7925         natively.  Only set solib-search-path if testing remotely.
7926         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7927
7928 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7929
7930         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7931         gdb_download.  Use it even if the target is not remote.
7932         * gdb.base/jit.exp (compile_jit_test): Likewise.
7933         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7934         output directory if the destination board is local, otherwise use
7935         the standard remote_download from DejaGnu.
7936         (gdb_download): Remove.
7937         (gdb_load_shlibs): Use gdb_remote_download instead of
7938         gdb_download.
7939         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7940         Use gdb_remote_download instead of gdb_download.  Use it even if
7941         the target is not remote.
7942         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7943         instead of gdb_download.
7944
7945 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7946
7947         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7948         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7949         run.
7950
7951 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7952
7953         PR gdb/19820
7954         * gdb.base/printcmds.exp: Add artificial arrays tests.
7955
7956 2016-03-31  Pedro Alves  <palves@redhat.com>
7957
7958         PR gdb/19858
7959         * gdb.base/jit-main.c: Include unistd.h.
7960         (ATTACH): Define to 0 if not already defined.
7961         (wait_for_gdb, mypid): New globals.
7962         (WAIT_FOR_GDB): New macro.
7963         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7964         some breakpoint locations.
7965         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7966         New procedures.
7967         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7968         continue_to_test_location.
7969         (top level): Test attach, and adjusts calls to one_jit_test.
7970
7971 2016-03-31  Pedro Alves  <palves@redhat.com>
7972
7973         PR gdb/19858
7974         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7975         BINSUFFIX parameter, and handle it.
7976         (top level): Adjust calls compile_jit_test.
7977
7978 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7979
7980         PR python/19743
7981         * gdb.python/py-mi-events-gdb.py: New file.
7982         * gdb.python/py-mi-events.c: New file.
7983         * gdb.python/py-mi-events.exp: New file.
7984
7985 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7986
7987         * gdb.reverse/until-precsave.exp: Match function name only.
7988         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7989         Move malloc to a condition block.
7990         * gdb.reverse/until-reverse.exp: Match function name only.
7991
7992 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7993
7994         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7995         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7996         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7997         variable for GPR 0 instead of assuming it is register 0.
7998         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7999         * lib/trace-support.exp: Add s390 registers.
8000
8001 2016-03-29  Yao Qi  <yao.qi@linaro.org>
8002
8003         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8004
8005 2016-03-24  Yao Qi  <yao.qi@linaro.org>
8006
8007         * gdb.reverse/break-reverse.exp: Add quotation mark in the
8008         test message.
8009
8010 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8011
8012         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8013         maintaining separate logic for constructing the output path.
8014
8015 2016-03-16  Don Breazeal  <donb@codesourcery.com>
8016
8017         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8018         Retry fork and waitpid on interrupted system call errors.
8019         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8020         Use with_timeout_factor to increase timeout by factor of 10.
8021
8022 2016-03-15  Don Breazeal  <donb@codesourcery.com>
8023
8024         * gdb.cp/scope-err.cc: New test program.
8025         * gdb.cp/scope-err.exp: New test script.
8026         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8027         lines and "set breakpoint here" comment.
8028         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8029         Fixed some whitespace and format issues.
8030         * gdb.mi/mi-linespec-err-cp.cc: New test program.
8031         * gdb.mi/mi-linespec-err-cp.exp: New test script.
8032
8033 2016-03-15  Doug Evans  <dje@google.com>
8034
8035         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8036         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8037         All callers updated.  Add tests for enums, mixed flags register.
8038
8039 2016-03-15  Doug Evans  <dje@google.com>
8040
8041         * gdb.base/skip.c (main): Call test_skip_file_and_function.
8042         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8043
8044 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
8045
8046         * gdb.base/default.exp: Add $_as_string to the list of expected
8047         convenience functions.
8048
8049 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8050
8051         * gdb.base/maint.exp: New tests for 'maint info line-table'.
8052
8053 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
8054
8055         * gdb.python/py-as-string.exp: New file.
8056         * gdb.python/py-as-string.c: New file.
8057
8058 2016-03-09  Pedro Alves  <palves@redhat.com>
8059
8060         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8061         signal" -> "Thread NN received signal" output change.
8062         * gdb.threads/ia64-sigill.exp: Likewise.
8063         * gdb.threads/linux-dp.exp: Likewise.
8064         * gdb.threads/manythreads.exp: Likewise.
8065         * gdb.threads/pending-step.exp: Likewise.
8066         * gdb.threads/print-threads.exp: Likewise.
8067         * gdb.threads/sigstep-threads.exp: Likewise.
8068         * gdb.threads/staticthreads.exp: Likewise.
8069         * gdb.threads/tls.exp: Likewise.
8070
8071 2016-03-09  Pedro Alves  <palves@redhat.com>
8072
8073         * gdb.base/command-line-input.exp: New file.
8074
8075 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8076
8077         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8078         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8079         * gdb.trace/pending.exp: Accept leading dot before function name.
8080         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8081         * lib/trace-support.exp: Set registers for ppc.
8082
8083 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8084
8085         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8086         use it for disassembly; accept .main in addition to main in backtrace.
8087
8088 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
8089             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8090
8091         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8092         (gdb_recursion_test_ptr): New global variable.
8093         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8094         gdb_recursion_test.
8095         (gdb_c_test): Ditto.
8096
8097 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8098
8099         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8100         ordering.
8101
8102 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8103
8104         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8105         (bar): Add bar_start_lbl label.
8106         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8107         of foo/bar for emitting DWARF and tracing.
8108
8109 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8110
8111         * analyze-racy-logs.py: Set executable bit.
8112
8113 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8114
8115         * Makefile.in (DEFAULT_RACY_ITER): New variable.
8116         (CHECK_TARGET_TMP): Likewise.
8117         (check-single-racy): New rule.
8118         (check-parallel-racy): Likewise.
8119         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8120         (do-check-parallel-racy): New rule.
8121         (check-racy/%.exp): Likewise.
8122         * README (Racy testcases): New section.
8123         * analyze-racy-logs.py: New file.
8124
8125 2016-03-03  Doug Evans  <dje@google.com>
8126
8127         * gdb.base/skip.exp: Use with_test_prefix.
8128
8129 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8130
8131         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8132         Invoke step_over_syscall "clone" and break_cond_on_syscall
8133         "clone".
8134         * gdb.base/step-over-clone.c: New file.
8135
8136 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8137
8138         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8139         code format.
8140
8141 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8142
8143         * gdb.base/disp-step-fork.c: Rename to ...
8144         * gdb.base/step-over-fork.c: ... it.  New file.
8145         * gdb.base/disp-step-vfork.c: Rename to ...
8146         * gdb.base/step-over-vfork.c: ... it.  New file.
8147         * gdb.base/disp-step-syscall.exp: Rename to ...
8148         * gdb.base/step-over-syscall.exp: ... it.  New file.
8149         (disp_step_cross_syscall): Rename to ...
8150         (step_over_syscall): ... it.
8151
8152 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8153
8154         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8155         If target supports condition evaluation on target, invoke
8156         break_cond_on_syscall for fork and vfork.
8157
8158 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8159
8160         * gdb.base/disp-step-syscall.exp: Don't invoke
8161         support_displaced_stepping.
8162         (disp_step_cross_syscall): Test with displaced stepping off and
8163         on if supported.
8164
8165 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8166
8167         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8168         proc.
8169         (setup): New proc.
8170         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8171         and setup.
8172
8173 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8174
8175         * gdb.fortran/vla-history.exp: Remove breakpoint.
8176
8177 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8178
8179         * gdb.fortran/vla-history.exp: Lookup array elements and printing
8180         exceeds timeout.
8181
8182 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8183
8184         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8185         breakpoint.
8186
8187 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8188
8189         * gdb.mi/vla.f90: Nullify pointer after declaration.
8190
8191 2016-03-01  Pedro Alves  <palves@redhat.com>
8192
8193         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8194
8195 2016-03-01  Pedro Alves  <palves@redhat.com>
8196
8197         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8198         before anything else.
8199         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
8200         _GNU_SOURCE here.
8201         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8202         before anything else.
8203         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8204
8205 2016-03-01  Pedro Alves  <palves@redhat.com>
8206
8207         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8208
8209 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8210
8211         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8212         prepare_for_testing.
8213
8214 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8215
8216         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8217
8218 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8219
8220         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8221         manually constructing the output path.
8222
8223 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8224
8225         * gdb.arch/s390-stackless.S: New.
8226         * gdb.arch/s390-stackless.exp: New.
8227
8228 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8229
8230         * gdb.dlang/circular.c: New file.
8231         * gdb.dlang/circular.exp: New file.
8232
8233 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8234
8235         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8236         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8237         (testcases): Update.
8238
8239 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8240
8241         * gdb.reverse/aarch64.c: Rename to ...
8242         * gdb.reverse/insn-reverse.c: ... it.
8243         * gdb.reverse/aarch64.exp: Rename to ...
8244         * gdb.reverse/insn-reverse.exp: ... it.
8245
8246 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8247
8248         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8249         (testcase_ftype): New.
8250         (testcases): New array.
8251         (n_testcases): New.
8252         (main): Call each element in testcases.
8253         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8254         (read_testcase): New.
8255         Do the tests in a loop.
8256
8257 2016-02-25  Yao Qi  <yao.qi@linaro.org>
8258
8259         * gdb.base/branches.c: Remove.
8260
8261 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8262
8263         PR gdb/13808
8264         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8265
8266 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8267
8268         * gdb.trace/ftrace.exp: Remove unnecessary target check.
8269
8270 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8271
8272         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8273         change x86_64 call_insn to 'callq'.
8274
8275 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8276
8277         * gdb.trace/tfile-avx.c: Move to...
8278         * gdb.trace/tracefile-pseudo-reg.c: Here.
8279         * gdb.trace/tfile-avx.exp: Move to...
8280         * gdb.trace/tracefile-pseudo-reg.exp: Here.
8281
8282 2016-02-24  Gary Benson <gbenson@redhat.com>
8283
8284         * gdb.base/attach-pie-noexec.exp: Do not expect an error
8285         message on attach.
8286
8287 2016-02-23  Doug Evans  <dje@google.com>
8288
8289         * gdb.base/skip.c (test_skip): New function.
8290         (end_test_skip_file_and_function): New function.
8291         (test_skip_file_and_function): New function.
8292         * gdb.base/skip1.c (test_skip): New function.
8293         (skip1_test_skip_file_and_function): New function.
8294         * gdb.base/skip.exp: Add tests for new skip options.
8295         * gdb.base/skip-solib.exp: Update expected output.
8296         * gdb.perf/skip-command.cc: New file.
8297         * gdb.perf/skip-command.exp: New file.
8298         * gdb.perf/skip-command.py: New file.
8299
8300 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8301
8302         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8303         info registers pattern.
8304
8305 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
8306
8307         * lib/future.exp: Add D support.
8308         (gdb_find_gdc): New proc.
8309         (gdb_default_target_compile): Add D support.
8310
8311 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
8312
8313         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8314         user+system time.
8315         (trace_speed_test): Determine the iteration count for a time
8316         between 15..30 seconds.
8317
8318 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8319
8320         * gdb.arch/i386-mpx-sigsegv.c: New file.
8321         * gdb.arch/i386-mpx-sigsegv.exp: New file.
8322         * gdb.arch/i386-mpx-simple_segv.c: New file.
8323         * gdb.arch/i386-mpx-simple_segv.exp: New file.
8324
8325 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8326
8327         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8328         Don't call setup_kfail.
8329
8330 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8331
8332         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8333         Set "set breakpoint condition-evaluation" per $cond_bp_target.
8334
8335 2016-02-16  Doug Evans  <dje@google.com>
8336
8337         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
8338         * gdb.base/skip1.c: Ditto.
8339         * gdb.base/skip.exp: Whitespace cleanup.
8340
8341 2016-02-16  Don Breazeal  <donb@codesourcery.com>
8342
8343         PR remote/19496
8344         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8345         Remove kfail for PR remote/19496.
8346
8347 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8348
8349         * lib/gdb.exp (standard_temp_file): Return a path specific to
8350         the runtest invocation.
8351
8352 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8353
8354         * gdb.trace/save-trace.exp: Change relative path to be in the
8355         standard output directory.
8356
8357 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8358
8359         * gdb.arch/i386-prologue.c: Add missing prototypes.
8360
8361 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8362
8363         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8364         * gdb.arch/i386-prologue.exp: Likewise.
8365         * gdb.arch/i386-size.exp: Likewise.
8366
8367 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
8368
8369         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8370         define object file path.
8371         * gdb.btrace/gcore.exp: Use standard_output_file to define core
8372         file path.
8373         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8374         standard_output_file to define binfile.
8375
8376 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8377
8378         Fix compatibility with recent gfortran-5.3.1.
8379         * gdb.fortran/vla-history.exp (print vla1 allocated)
8380         (print vla2 allocated, print $2, print $3): Remove
8381         (print $4): Rename to ...
8382         (print $2): ... here.
8383         (print $9): Rename to ...
8384         (print $5): ... here.
8385         (print $10): Rename to ...
8386         (print $6): ... here.
8387         * gdb.fortran/vla.f90: Add pvla initialization.
8388
8389 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8390
8391         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8392         New test.
8393         * gdb.fortran/vla-value-sub.exp: Likewise.
8394
8395 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8396
8397         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8398
8399 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
8400
8401         * i386-biarch-core.exp: Define corefile using
8402         standard_output_file.
8403
8404 2016-02-12  Yao Qi  <yao.qi@linaro.org>
8405
8406         * gdb.arch/arm-single-step-kernel-helper.c: New.
8407         * gdb.arch/arm-single-step-kernel-helper.exp: New.
8408
8409 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
8410
8411         * gdb.btrace/tailcall-only.exp: New.
8412         * gdb.btrace/tailcall-only.c: New.
8413         * gdb.btrace/x86_64-tailcall-only.S: New.
8414         * gdb.btrace/i686-tailcall-only.S: New.
8415
8416 2016-02-11  Pedro Alves  <palves@redhat.com>
8417
8418         * README (Parallel testing): Add missing double quotes.
8419
8420 2016-02-11  Pedro Alves  <palves@redhat.com>
8421
8422         * README (Parallel testing): New section.
8423         (GDB_PARALLEL): Rewrite.
8424         (FORCE_PARALLEL): Document.
8425
8426 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8427
8428         * gdb.trace/tfile-avx.c: New test.
8429         * gdb.trace/tfile-avx.exp: New test.
8430
8431 2016-02-09  Keith Seitz  <keiths@redhat.com>
8432
8433         PR breakpoints/19546
8434         * gdb.base/infcall-exec.c: New file.
8435         * gdb.base/infcall-exec2.c: New file.
8436         * gdb.base/infcall-exec.exp: New file.
8437
8438 2016-02-09  Keith Seitz  <keiths@redhat.com>
8439
8440         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8441         (toplevel): Call test_bkpt_address.
8442
8443 2016-02-09  Keith Seitz  <keiths@redhat.com>
8444
8445         PR python/19506
8446         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8447         (toplevel): Call test_bkpt_address.
8448
8449 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
8450
8451         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8452         to AC_OUTPUT.
8453         * configure: Regenerate.
8454
8455 2016-02-09  Pedro Alves  <palves@redhat.com>
8456
8457         PR breakpoints/19548
8458         * gdb.base/execl-update-breakpoints.c (some_function): New
8459         function.
8460         (main): Call it.
8461         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8462         Tighten expected GDB output.
8463
8464 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8465
8466         * Makefile.in (ALL_SUBDIRS): Remove.
8467         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8468         (distclean maintainer-clean realclean): Likewise.
8469         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8470         * configure: Regenerate.
8471         * gdb.ada/Makefile.in: Delete.
8472         * gdb.arch/Makefile.in: Likewise.
8473         * gdb.asm/Makefile.in: Likewise.
8474         * gdb.base/Makefile.in: Likewise.
8475         * gdb.btrace/Makefile.in: Likewise.
8476         * gdb.cell/Makefile.in: Likewise.
8477         * gdb.compile/Makefile.in: Likewise.
8478         * gdb.cp/Makefile.in: Likewise.
8479         * gdb.disasm/Makefile.in: Likewise.
8480         * gdb.dlang/Makefile.in: Likewise.
8481         * gdb.dwarf2/Makefile.in: Likewise.
8482         * gdb.fortran/Makefile.in: Likewise.
8483         * gdb.gdb/Makefile.in: Likewise.
8484         * gdb.go/Makefile.in: Likewise.
8485         * gdb.guile/Makefile.in: Likewise.
8486         * gdb.java/Makefile.in: Likewise.
8487         * gdb.linespec/Makefile.in: Likewise.
8488         * gdb.mi/Makefile.in: Likewise.
8489         * gdb.modula2/Makefile.in: Likewise.
8490         * gdb.multi/Makefile.in: Likewise.
8491         * gdb.objc/Makefile.in: Likewise.
8492         * gdb.opencl/Makefile.in: Likewise.
8493         * gdb.opt/Makefile.in: Likewise.
8494         * gdb.pascal/Makefile.in: Likewise.
8495         * gdb.perf/Makefile.in: Likewise.
8496         * gdb.python/Makefile.in: Likewise.
8497         * gdb.reverse/Makefile.in: Likewise.
8498         * gdb.server/Makefile.in: Likewise.
8499         * gdb.stabs/Makefile.in: Likewise.
8500         * gdb.threads/Makefile.in: Likewise.
8501         * gdb.trace/Makefile.in: Likewise.
8502         * gdb.xml/Makefile.in: Likewise.
8503         * lib/gdb.exp (make_gdb_parallel_path): Add check for
8504         GDB_PARALLEL.
8505         (standard_output_file): Remove check for GDB_PARALLEL, always
8506         return path in outputs/$subdir/$testname.
8507
8508 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8509
8510         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8511         (site.exp): Assign abs_srcdir to tcl's srcdir.
8512
8513 2016-02-04  Yao Qi  <yao.qi@linaro.org>
8514
8515         * gdb.base/foll-exec-mode.c: Include limits.h.
8516         (main): Add parameters argc and argv.  Get directory from
8517         argv[0].
8518         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8519         compilation.
8520         * gdb.base/foll-exec.c: Include limits.h.
8521         (main): Add parameters argc and argv.
8522         Get directory from argv[0].
8523         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8524         Adjust tests on the number of lines as source code changed.
8525         * gdb.base/foll-vfork-exit.c: Include limits.h.
8526         (main): Add one line of statement before vfork.
8527         * gdb.base/foll-vfork.c: Include limits.h and string.h.
8528         (main): Add parameters argc and argv.  Get directory from
8529         argv[0].
8530         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8531         (setup_gdb): Set tbreak to skip some source lines.
8532         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8533         (main): Add parameters argc and argv.  Get directory from
8534         argv[0].
8535         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8536         compilation.
8537         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8538         (main): Add parameters argc and argv.  Get directory from
8539         argv[0].
8540         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8541         compilation.
8542
8543 2016-02-01  Doug Evans  <dje@google.com>
8544
8545         * gdb.base/skip.exp: Clean up multiple references to same test name.
8546
8547 2016-02-01  Pedro Alves  <palves@redhat.com>
8548
8549         PR remote/19496
8550         * gdb.threads/forking-threads-plus-breakpoint.exp
8551         (displaced_stepping_supported): New global.
8552         (probe_displaced_stepping_support): New procedure.
8553         (do_test): Add 'displaced' parameter, and use it.
8554         (top level): Check for displaced stepping support.  Add displaced
8555         stepping on/off testing axis.
8556
8557 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8558
8559         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8560         pointer.  Don't perform further tests on the unassociated pointer
8561         if the first test fails.
8562
8563 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8564
8565         * gdb.base/max-value-size.c: New file.
8566         * gdb.base/max-value-size.exp: New file.
8567         * gdb.base/huge.exp: Disable max-value-size for this test.
8568
8569 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8570
8571         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8572
8573 2016-01-28  Yao Qi  <yao.qi@linaro.org>
8574
8575         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8576
8577 2016-01-25  Pedro Alves  <palves@redhat.com>
8578
8579         PR threads/19461
8580         * gdb.base/fork-running-state.c: New file.
8581         * gdb.base/fork-running-state.exp: New file.
8582
8583 2016-01-25  Pedro Alves  <palves@redhat.com>
8584
8585         PR gdb/19494
8586         * gdb.base/catch-fork-kill.c: New file.
8587         * gdb.base/catch-fork-kill.exp: New file.
8588
8589 2016-01-25  Pedro Alves  <palves@redhat.com>
8590
8591         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8592         Delete, moved to lib/gdb.exp.
8593         * gdb.threads/forking-threads-plus-breakpoint.exp
8594         (foreach_with_prefix): Likewise.
8595         * gdb.threads/process-dies-while-handling-bp.exp
8596         (foreach_with_prefix): Likewise.
8597         * lib/gdb.exp (foreach_with_prefix): New procedure.
8598
8599 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8600
8601         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8602         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8603
8604 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8605
8606         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8607         endian targets.
8608
8609 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8610             Pedro Alves  <palves@redhat.com>
8611
8612         Fix testsuite compatibility with Guile.
8613         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8614         number.
8615
8616 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8617
8618         Fix testsuite compatibility with Guile.
8619         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8620         (thread 1): New test for backtrace through signal handler.
8621
8622 2016-01-22  Yao Qi  <yao.qi@linaro.org>
8623
8624         PR testsuite/19491
8625         * gdb.base/multi-forks.c: Include
8626         ../lib/unbuffer_output.c
8627         (main): Call gdb_unbuffer_output.
8628
8629 2016-01-21  Doug Evans  <dje@google.com>
8630
8631         * lib/ada.exp (gdb_compile_ada): Fix typo.
8632
8633 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
8634
8635         * gdb.base/break-fun-addr.exp: New file.
8636         * gdb.base/break-fun-addr1.c: New file.
8637         * gdb.base/break-fun-addr2.c: New file.
8638
8639 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
8640
8641         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8642         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8643         enum flag values.
8644
8645 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8646
8647         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8648         when GDB can not set the vector return value.  Add more comments
8649         for clarification.
8650
8651 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8652
8653         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
8654         command.
8655
8656 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8657
8658         * Makefile.in (DO_RUNTEST): Add --status and update usages.
8659
8660 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8661
8662         * Makefile.in (check-single): Pass --status to runtest.
8663         (check/%.exp): Likewise.
8664
8665 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8666
8667         * Makefile.in (check-parallel): Propagate return code from make
8668         do-check-parallel.
8669
8670 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8671
8672         * gdb.trace/ftrace.exp: Fix expected message on continue.
8673         * gdb.trace/pending.exp: Fix expected message on continue.
8674         * gdb.trace/trace-break.exp: Fix expected message on continue.
8675
8676 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
8677
8678         * lib/gdb.exp (gdb_test): Remove unused global references.
8679
8680 2016-01-18  Pedro Alves  <palves@redhat.com>
8681
8682         * gdb.base/async-shell.exp: Adjust expected output.
8683         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8684         * gdb.base/siginfo-thread.exp: Adjust expected output.
8685         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8686         * gdb.java/jnpe.exp: Adjust expected output.
8687         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8688         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8689         * gdb.threads/leader-exit.exp: Adjust expected output.
8690         * gdb.threads/manythreads.exp: Adjust expected output.
8691         * gdb.threads/pthreads.exp: Adjust expected output.
8692         * gdb.threads/schedlock.exp: Adjust expected output.
8693         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8694         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8695         expected output.
8696         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8697         output.
8698         * gdb.threads/sigthread.exp: Adjust expected output.
8699         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8700
8701 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8702
8703         * gdb.guile/scm-section-script.c: Replace @progbits with
8704         %progbits.
8705         * gdb.python/py-section-script.c: Likewise.
8706
8707 2016-01-15  Pedro Alves  <palves@redhat.com>
8708
8709         * gdb.multi/tids.exp: Test star wildcard ranges.
8710
8711 2016-01-15  Pedro Alves  <palves@redhat.com>
8712
8713         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8714         command from "thread apply" invocation.
8715         (thr_apply_info_thr_invalid): Default the expected output to the
8716         input tid list.
8717         (top level): Add tests that use convenience variables.  Add tests
8718         for "thread apply" with a valid TID list, but missing the command.
8719
8720 2016-01-13  Pedro Alves  <palves@redhat.com>
8721
8722         * gdb.base/default.exp: Expect $_gthread as well.
8723         * gdb.multi/tids.exp: Test $_gthread.
8724         * gdb.threads/thread-specific.exp: Test $_gthread.
8725
8726 2016-01-13  Pedro Alves  <palves@redhat.com>
8727
8728         * gdb.multi/tids.exp: Test "info threads -gid".
8729
8730 2016-01-13  Pedro Alves  <palves@redhat.com>
8731
8732         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8733         Breakpoint.thread.
8734         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8735
8736 2016-01-07  Pedro Alves  <palves@redhat.com>
8737
8738         * gdb.base/break.exp: Adjust to output changes.
8739         * gdb.base/hbreak2.exp: Likewise.
8740         * gdb.base/sepdebug.exp: Likewise.
8741         * gdb.base/watch_thread_num.exp: Likewise.
8742         * gdb.linespec/keywords.exp: Likewise.
8743         * gdb.multi/info-threads.exp: Likewise.
8744         * gdb.threads/thread-find.exp: Likewise.
8745         * gdb.multi/tids.c: New file.
8746         * gdb.multi/tids.exp: New file.
8747
8748 2016-01-13  Pedro Alves  <palves@redhat.com>
8749
8750         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8751
8752 2016-01-13  Pedro Alves  <palves@redhat.com>
8753
8754         * gdb.base/default.exp: Expect $_inferior as well.
8755         * gdb.multi/base.exp: Test $_inferior.
8756
8757 2016-01-13  Pedro Alves  <palves@redhat.com>
8758
8759         PR breakpoints/19388
8760         * gdb.base/catch-signal-siginfo-cond.c: New file.
8761         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8762
8763 2016-01-12  Josh Stone  <jistone@redhat.com>
8764             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8765
8766         * gdb.base/catch-syscall.c (do_execve): New variable.
8767         (main): Conditionally trigger an execve.
8768         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8769         (test_catch_syscall_execve): New, check entry/return across execve.
8770         (do_syscall_tests): Call test_catch_syscall_execve.
8771
8772 2016-01-12  Pedro Alves  <palves@redhat.com>
8773
8774         * gdb.base/random-signal.exp (do_test): New procedure, with body
8775         of testcase moved in.
8776
8777 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8778             Pedro Alves  <palves@redhat.com>
8779
8780         * gdb.base/funcargs.exp (finish from indirectly called function):
8781         Reintroduce the case for 'First'.
8782
8783 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8784             Pedro Alves  <palves@redhat.com>
8785
8786         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8787         (tcatch_vfork_then_child_follow_exec)
8788         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8789         identification.
8790
8791 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8792
8793         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8794         and repeats to unlimited.
8795         * gdb.python/py-value.exp: Likewise.
8796         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8797         and repeats to unlimited.
8798
8799 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8800
8801         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8802         and reordering the functions.
8803         * gdb.multi/hangout.c: Likewise.
8804         * gdb.multi/hello.c: Likewise.
8805
8806 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8807
8808         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8809         absolute.
8810         (SingleStatisticTestResult.report): Use dict.keys instead of
8811         dict.iterkeys.
8812
8813 2016-01-06  Pedro Alves  <palves@redhat.com>
8814
8815         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8816
8817 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8818
8819         * gdb.btrace/dlopen.exp: New.
8820         * gdb.btrace/dlopen.c: New.
8821         * gdb.btrace/dlopen-dso.c: New.
8822
8823 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8824
8825         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8826         PATTERN argument is optional.
8827
8828 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8829
8830         * lib/ada.exp (target_compile_ada_from_dir): New function.
8831         (gdb_compile_ada): Reimplement avoiding the use of project files.
8832         * gdb.ada/gnat_ada.gpr: Delete.
8833         * gdb.ada/cond_lang.exp: Adjust test to make path before
8834         filename optional.
8835         * gdb.ada/small_reg_param.exp: Likewise.
8836
8837 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8838
8839         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8840
8841 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8842
8843         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8844         case.
8845
8846 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8847
8848         * gdb.base/break.exp: Remove dead code.
8849         * gdb.base/sepdebug.exp: Likewise.
8850
8851 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8852
8853         * gdb.asm/asm-source.exp: Remove HP-UX references.
8854         * gdb.base/annota1.exp: Likewise.
8855         * gdb.base/annota3.exp: Likewise.
8856         * gdb.base/attach.exp: Likewise.
8857         * gdb.base/bigcore.exp: Likewise.
8858         * gdb.base/break.exp: Likewise.
8859         * gdb.base/call-ar-st.exp: Likewise.
8860         * gdb.base/callfuncs.exp: Likewise.
8861         * gdb.base/catch-fork-static.exp: Likewise.
8862         * gdb.base/display.exp: Likewise.
8863         * gdb.base/foll-exec-mode.exp: Likewise.
8864         * gdb.base/foll-exec.exp: Likewise.
8865         * gdb.base/foll-fork.exp: Likewise.
8866         * gdb.base/foll-vfork.exp: Likewise.
8867         * gdb.base/funcargs.exp: Likewise.
8868         * gdb.base/hbreak2.exp: Likewise.
8869         * gdb.base/inferior-died.exp: Likewise.
8870         * gdb.base/interrupt.exp: Likewise.
8871         * gdb.base/multi-forks.exp: Likewise.
8872         * gdb.base/nodebug.exp: Likewise.
8873         * gdb.base/sepdebug.exp: Likewise.
8874         * gdb.base/solib1.c: Likewise.
8875         * gdb.base/step-test.exp: Likewise.
8876         * gdb.mi/non-stop.c: Likewise.
8877         * gdb.mi/pthreads.c: Likewise.
8878         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8879         * gdb.threads/pthreads.c: Likewise.
8880         * gdb.threads/staticthreads.exp: Likewise.
8881         * lib/future.exp: Likewise.
8882         * lib/gdb.exp: Likewise.
8883         * gdb.base/so-indr-cl.c: Remove.
8884         * gdb.base/so-indr-cl.exp: Likewise.
8885         * gdb.base/solib.c: Likewise.
8886         * gdb.base/solib.exp: Likewise.
8887         * gdb.base/solib2.c: Likewise.
8888
8889 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8890
8891         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8892         * gdb.base/call-ar-st.exp: Likewise.
8893         * gdb.base/callfuncs.exp: Likewise.
8894         * gdb.base/condbreak.exp: Likewise.
8895         * gdb.base/constvars.exp: Likewise.
8896         * gdb.base/hbreak2.exp: Likewise.
8897         * gdb.base/langs.exp: Likewise.
8898         * gdb.base/list.exp: Likewise.
8899         * gdb.base/long_long.exp: Likewise.
8900         * gdb.base/ptype.exp: Likewise.
8901         * gdb.base/scope.exp: Likewise.
8902         * gdb.base/signals.exp: Likewise.
8903         * gdb.base/so-impl-ld.exp: Likewise.
8904         * gdb.base/varargs.exp: Likewise.
8905         * gdb.base/volatile.exp: Likewise.
8906         * gdb.base/whatis.exp: Likewise.
8907         * gdb.cp/cplusfuncs.exp: Likewise.
8908         * gdb.cp/inherit.exp: Likewise.
8909         * gdb.cp/local.exp: Likewise.
8910         * gdb.cp/member-ptr.exp: Likewise.
8911         * gdb.cp/method.exp: Likewise.
8912         * gdb.cp/overload.exp: Likewise.
8913         * gdb.cp/templates.exp: Likewise.
8914         * gdb.stabs/weird.exp: Likewise.
8915         * lib/compiler.c: Likewise.
8916         * lib/compiler.cc: Likewise.
8917         * lib/cp-support.exp: Likewise.
8918         * lib/gdb.exp: Likewise.
8919
8920 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8921
8922         * configure.ac: Remove HP-UX case.
8923         * configure: Regenerate.
8924
8925 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8926
8927         * lib/gdb.exp (gdb_compile): Add function doc.
8928
8929 2015-12-17  Pedro Alves  <palves@redhat.com>
8930
8931         PR threads/19354
8932         * gdb.multi/info-threads.exp: New file.
8933
8934 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8935
8936         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8937         is aarch64*-*-*.
8938
8939 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8940
8941         * gdb.base/history-duplicates.exp: Skip if no readline support.
8942
8943 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8944
8945         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8946
8947 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8948
8949         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8950
8951 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8952
8953         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8954         ctrl-C if nointerrupts target property is set.
8955         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8956         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8957         * gdb.base/paginate-bg-execution.exp: Likewise.
8958         * gdb.base/paginate-execution-startup.exp: Likewise.
8959         * gdb.base/random-signal.exp: Likewise.
8960         * gdb.base/range-stepping.exp: Likewise.
8961         * gdb.cp/annota2.exp: Likewise.
8962         * gdb.cp/annota3.exp: Likewise.
8963         * gdb.gdb/selftest.exp: Likewise.
8964         * gdb.threads/continue-pending-status.exp: Likewise.
8965         * gdb.threads/leader-exit.exp: Likewise.
8966         * gdb.threads/manythreads.exp: Likewise.
8967         * gdb.threads/pthreads.exp: Likewise.
8968         * gdb.threads/schedlock.exp: Likewise.
8969         * gdb.threads/sigthread.exp: Likewise.
8970
8971 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8972
8973         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8974         remote.
8975         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8976         * gdb.base/foll-exec.exp (main): Enable for target remote.
8977         * gdb.base/foll-fork.exp (main): Likewise.
8978         * gdb.base/foll-vfork.exp (main): Likewise.
8979         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8980         (proc continue_to_exit_bp_loc): Use clean_restart.
8981         * gdb.base/pie-execl.exp (main): Disable for target remote.
8982         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8983         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8984         * gdb.threads/execl.exp (main): Likewise.
8985         * gdb.threads/fork-child-threads.exp (main): Likewise.
8986         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8987         remote.
8988         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8989         remote.
8990         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8991         pid.tid style ptids, instead of just tid.
8992         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8993         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8994         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8995         ptids, instead of just tid.
8996
8997 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8998
8999         * gdb.base/list.exp (test_list_forward): Add end of file error
9000         test.
9001         (test_repeat_list_command): Add end of file error test.
9002         (test_list_backwards): Add beginning of file error test.
9003
9004 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9005
9006         * gdb.base/list.exp (test_list_invalid_args): New function,
9007         defined, and called.
9008
9009 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9010
9011         * gdb.base/list.exp (test_list): Make test names unique.
9012
9013 2015-12-11  Yao Qi  <yao.qi@linaro.org>
9014
9015         * gdb.base/coremaker2.c: Remove.
9016
9017 2015-12-10  Pedro Alves  <palves@redhat.com>
9018
9019         * gdb.multi/base.exp: Remove stale "spaces" references.
9020
9021 2015-12-10  Pedro Alves  <palves@redhat.com>
9022
9023         * gdb.multi/base.exp: Don't use nowarnings.
9024         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9025         * gdb.multi/hangout.c: Include stdio.h.
9026         * gdb.multi/hello.c: Include stdlib.h.
9027         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9028         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9029         * gdb.multi/multi-arch.exp: Don't use nowarnings.
9030
9031 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
9032
9033         * gdb.dwarf2/dw2-ranges-base.c: New file.
9034         * gdb.dwarf2/dw2-ranges-base.exp: New file.
9035         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9036         support additional line table, and debug ranges generation.
9037         (Dwarf::ranges): New function, generate .debug_ranges.
9038         (Dwarf::lines): Support generating simple line table programs.
9039         (Dwarf::assemble): Initialise new namespace variables.
9040
9041 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
9042
9043         * gdb.base/async.exp (proc test_background): Add case for
9044         asynchronous execution not supported.
9045
9046 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
9047
9048         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9049           format and change test names to make them unique.
9050
9051 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
9052             Pedro Alves  <pedro@redhat.com>
9053
9054         PR gdb/18702
9055         Add checking of floatformats setup on x86_64 hosts.
9056         * gdb.arch/i386-float.S (main): Load bigval and smallval.
9057         (smallval, bigval): New labels/constants.
9058         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9059         float" after loading bigval and smallval.
9060
9061 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
9062
9063         * gdb.ada/fun_overload_menu.exp: New testcase.
9064         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9065
9066 2015-12-04  Josh Stone  <jistone@redhat.com>
9067
9068         * gdb.base/catch-fork-static.exp: New.
9069
9070 2015-12-03  Yao Qi  <yao.qi@linaro.org>
9071
9072         * gdb.base/sizeof.c: Don't include stdio.h and
9073         ../lib/unbuffer_output.c.
9074         (main): New variable 'size' and 'value'.  Remove printf and
9075         gdb_unbuffer_output.  Assign return value to size and value.
9076         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9077         at the beginning.
9078         (check_sizeof): Check the result by printing variable 'size'.
9079         (check_valueof): Check the result by printing variable 'value'.
9080
9081 2015-12-01  Yao Qi  <yao.qi@linaro.org>
9082
9083         * gdb.base/disp-step-syscall.exp: Define syscall instruction
9084         for aarch64*-*-linux* target.
9085
9086 2015-11-30  Pedro Alves  <palves@redhat.com>
9087
9088         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9089
9090 2015-11-30  Pedro Alves  <palves@redhat.com>
9091
9092         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9093         Handle non-stop mode vCont replies.
9094
9095 2015-11-30  Pedro Alves  <palves@redhat.com>
9096
9097         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9098         prepare_for_testing.  Start gdb with "set non-stop on" appended to
9099         GDBFLAGS.  Lax expected stop output.
9100
9101 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9102
9103         * gdb.arch/arm-neon.exp: New.
9104         * gdb.arch/arm-neon.c: New.
9105
9106 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9107
9108         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9109
9110 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9111
9112         * gdb.cp/annota2.exp: Allow multiple occurrences of the
9113         frames-invalid annotation.
9114
9115 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9116
9117         * gdb.cp/annota2.exp: Use ${frames_invalid}.
9118
9119 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
9120
9121         * gdb.threads/names.exp: New file.
9122         * gdb.threads/names.c: New file.
9123         * README: Mention gdb,no_thread_names.
9124
9125 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
9126
9127         PR 19297
9128         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9129         support" error.
9130
9131 2015-11-24  Pedro Alves  <palves@redhat.com>
9132
9133         PR 17539
9134         * gdb.base/display.exp: Expect displays to be sorted in ascending
9135         order.  Use multi_line.
9136         * gdb.base/solib-display.exp: Likewise.
9137
9138 2015-11-24  Pedro Alves  <palves@redhat.com>
9139
9140         PR 17539
9141         * gdb.base/display.exp: Expect displays to be sorted in ascending
9142         order.  Use multi_line.
9143         * gdb.base/solib-display.exp: Likewise.
9144
9145 2015-11-24  Pedro Alves  <palves@redhat.com>
9146
9147         PR 17539
9148         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9149         threads in ascending order.
9150         * gdb.base/foll-fork.exp: Likewise.
9151         * gdb.base/foll-vfork.exp: Likewise.
9152         * gdb.base/multi-forks.exp: Likewise.
9153         * gdb.mi/mi-nonstop.exp: Likewise.
9154         * gdb.mi/mi-nsintrall.exp: Likewise.
9155         * gdb.multi/base.exp: Likewise.
9156         * gdb.multi/multi-arch.exp: Likewise.
9157         * gdb.python/py-inferior.exp: Likewise.
9158         * gdb.threads/break-while-running.exp: Likewise.
9159         * gdb.threads/execl.exp: Likewise.
9160         * gdb.threads/gcore-thread.exp: Likewise.
9161         * gdb.threads/info-threads-cur-sal.exp: Likewise.
9162         * gdb.threads/kill.exp: Likewise.
9163         * gdb.threads/linux-dp.exp: Likewise.
9164         * gdb.threads/multiple-step-overs.exp: Likewise.
9165         * gdb.threads/next-bp-other-thread.exp: Likewise.
9166         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9167         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9168         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9169         * gdb.threads/thread-find.exp: Likewise.
9170         * gdb.threads/tls.exp: Likewise.
9171         * lib/mi-support.exp (mi_reverse_list): Delete.
9172         (mi_check_thread_states): No longer reverse list.
9173
9174 2015-11-24  Pedro Alves  <palves@redhat.com>
9175
9176         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
9177         use lowercase.
9178
9179 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9180
9181         * gdb.trace/actions.c: Include trace-common.h.
9182         (main): Add a location for a fast tracepoint.
9183         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9184         the normal tracepoints.
9185         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9186
9187 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9188
9189         * save-trace.exp: Factor out code to these...
9190         (gdb_save_tracepoints): New.
9191         (gdb_load_tracepoints): New.
9192         (do_save_load_test): New.
9193
9194 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
9195
9196         * gdb.base/asmlabel.exp: New test.
9197         * gdb.base/asmlabel.c: New test case.
9198
9199 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9200
9201         * gdb.base/wrong_frame_bt_full-main.c: New file.
9202         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9203         * gdb.base/wrong_frame_bt_full.exp: New file.
9204
9205 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9206
9207         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9208
9209 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9210
9211         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9212         pstate register when comparing registers values in
9213         sparc64-*-linux-gnu targets to avoid spurious differences.
9214
9215 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9216
9217         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9218
9219 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
9220
9221         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9222         as type argument to gdb_compile.
9223         * gdb.base/nested-subp2.exp: Likewise.
9224         * gdb.base/nested-subp3.exp: Likewise.
9225
9226 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9227
9228         * lib/dwarf.exp (_note): Fix left shift of negative value.
9229         * gdb.trace/trace-condition.exp: Likewise.
9230
9231 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9232
9233         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9234         comments about d10v.
9235         (test_scalar_returns): Likewise.
9236         * gdb.base/d10v.ld: Remove.
9237         * gdb.base/overlays.exp: Remove the target triplet checking for
9238         d10v-*-*.
9239         * gdb.base/structs.exp (test_struct_returns): Remove the
9240         comments about d10v.
9241         (test_struct_calls): Likewise.
9242
9243 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9244
9245         * gdb.base/gnu_vector.exp: Check the return value by "p res".
9246         * gdb.base/gnu_vector.c: Don't include stdio.h.
9247         (main): Don't print res and call add_some_intvecs.
9248
9249 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9250
9251         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9252         macro.
9253         (func5): Removed.
9254         (func4): Use FAST_TRACEPOINT_LABEL.
9255         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9256         macro.
9257         (func): Removed.
9258         (thread_function): Use FAST_TRACEPOINT_LABEL.
9259         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9260         (func): Remove.
9261         (marker): Use FAST_TRACEPOINT_LABEL.
9262         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9263         (pendfunc1): Remove.
9264         (pendfunc): Use FAST_TRACEPOINT_LABEL.
9265         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9266         (foo): Remove.
9267         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9268         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9269         macro.
9270         (func): Remove.
9271         (marker): Use FAST_TRACEPOINT_LABEL.
9272         * gdb.trace/trace-common.h: New header.
9273         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9274         macro.
9275         (func): Remove.
9276         (marker): Use FAST_TRACEPOINT_LABEL.
9277         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9278         (func): Remove.
9279         (thread_function): Use FAST_TRACEPOINT_LABEL.
9280
9281 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9282
9283         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9284         in front.
9285         * gdb.trace/change-loc.exp: Use global pcreg definition.
9286         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9287         * gdb.trace/entry-values.exp: Use global spreg definition, add $
9288         in front.
9289         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9290         * gdb.trace/pending.exp: Likewise.
9291         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9292         * gdb.trace/trace-break.exp: Likewise.
9293         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9294         in front.
9295         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9296         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9297         in front.
9298         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9299
9300 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
9301
9302         * gdb.ada/fin_fun_out: New testcase.
9303
9304 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9305
9306         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9307         value associated with DW_AT_byte_size.
9308         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9309         constants for DW_AT_byte_size, DW_AT_lower_bound, and
9310         DW_AT_upper_bound.
9311
9312 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9313
9314         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9315         (gdb_target_symbol_prefix_flags): Define in terms of _asm
9316         version.
9317         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9318         gdb.dwarf2/dw2-canonicalize-type.exp,
9319         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9320         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9321         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9322         provided by gdb_target_symbol_prefix_flags_asm.
9323         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9324         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9325         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9326         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9327         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9328         macros where needed).  Use this macro for symbols which require
9329         the prefix provided by SYMBOL_PREFIX.
9330
9331 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
9332
9333         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9334         New procs.
9335         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9336         representing expressions, of more than one list element.
9337         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9338         to prepend linker symbol prefix to f.
9339         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9340         table_1 and table_2.
9341         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9342         Likewise, for f and g.
9343         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9344         for ptr.
9345         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9346         for main.
9347         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9348         table_1_ptr and table_2_ptr.
9349
9350 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9351             Joel Brobecker  <brobecker@adacore.com>
9352
9353         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9354
9355 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9356
9357         * gdb.reverse/s390-mvcle.c: New test.
9358         * gdb.reverse/s390-mvcle.exp: New file.
9359         * lib/gdb.exp: Enable reverse tests on s390*-linux.
9360
9361 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9362
9363         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9364
9365 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9366
9367         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9368         reaching marker2.
9369         * gdb.reverse/getresuid-reverse.exp: Likewise.
9370         * gdb.reverse/pipe-reverse.exp: Likewise.
9371         * gdb.reverse/readv-reverse.exp: Likewise.
9372         * gdb.reverse/recvmsg-reverse.exp: Likewise.
9373         * gdb.reverse/time-reverse.exp: Likewise.
9374         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9375
9376 2015-10-30  Yao Qi  <yao.qi@linaro.org>
9377
9378         * gdb.threads/wp-replication.c (watch_count_done): Remove.
9379         (empty_cycle): Remove.
9380         (main): Don't call empty_cycle.  Don't use watch_count_done.
9381         * gdb.threads/wp-replication.exp: Don't set breakpoint on
9382         empty_cycle.  Rewrite the code counting HW watchpoints.
9383
9384 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9385
9386         * gdb.reverse/fstatat-reverse.c: New test.
9387         * gdb.reverse/fstatat-reverse.exp: New file.
9388         * gdb.reverse/getresuid-reverse.c: New test.
9389         * gdb.reverse/getresuid-reverse.exp: New file.
9390         * gdb.reverse/pipe-reverse.c: New test.
9391         * gdb.reverse/pipe-reverse.exp: New file.
9392         * gdb.reverse/readv-reverse.c: New test.
9393         * gdb.reverse/readv-reverse.exp: New file.
9394         * gdb.reverse/recvmsg-reverse.c: New test.
9395         * gdb.reverse/recvmsg-reverse.exp: New file.
9396         * gdb.reverse/time-reverse.c: New test.
9397         * gdb.reverse/time-reverse.exp: New file.
9398         * gdb.reverse/waitpid-reverse.c: New test.
9399         * gdb.reverse/waitpid-reverse.exp: New file.
9400
9401 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9402
9403         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9404
9405 2015-10-26  Doug Evans  <dje@google.com>
9406
9407         PR symtab/17391
9408         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9409         * gdb.dwarf2/bad-regnum.c: New file.
9410         * gdb.dwarf2/bad-regnum.exp: New file.
9411
9412 2015-10-26  Doug Evans  <dje@google.com>
9413
9414         PR python/18938
9415         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9416         file.
9417
9418 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9419
9420         * gdb.compile/compile.exp (compile code globalvar): Update expectation
9421         for a change by "Mention language in compile error message".
9422
9423 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
9424
9425         PR python/18073
9426         * gdb.python/py-type.c (C::a_method): New.
9427         (C::a_const_method): New.
9428         (C::a_static_method): New.
9429         (a_function): New.
9430         * gdb.python/py-type.exp (test_fields): Test getting fields
9431         from function and method.
9432
9433 2015-10-21  Keven Boell  <keven.boell@intel.com>
9434
9435         * gdb.fortran/vla-alloc-assoc.exp: New file.
9436         * gdb.fortran/vla-datatypes.exp: New file.
9437         * gdb.fortran/vla-datatypes.f90: New file.
9438         * gdb.fortran/vla-history.exp: New file.
9439         * gdb.fortran/vla-ptype-sub.exp: New file.
9440         * gdb.fortran/vla-ptype.exp: New file.
9441         * gdb.fortran/vla-sizeof.exp: New file.
9442         * gdb.fortran/vla-sub.f90: New file.
9443         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9444         * gdb.fortran/vla-value-sub-finish.exp: New file.
9445         * gdb.fortran/vla-value-sub.exp: New file.
9446         * gdb.fortran/vla-value.exp: New file.
9447         * gdb.fortran/vla-ptr-info.exp: New file.
9448         * gdb.mi/mi-vla-fortran.exp: New file.
9449         * gdb.mi/vla.f90: New file.
9450
9451 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
9452
9453         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9454         of hardwired timeout value.
9455
9456 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9457             Pedro Alves  <palves@redhat.com>
9458
9459         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9460         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9461
9462 2015-10-19  Josh Stone  <jistone@redhat.com>
9463
9464         * gdb.base/catch-syscall.c: Include <sched.h>.
9465         (unknown_syscall): New variable.
9466         (main): Trigger a vfork and an unknown syscall.
9467         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9468         (unknown_syscall_number): Likewise.
9469         (check_call_to_syscall): Accept an optional syscall pattern.
9470         (check_return_from_syscall): Likewise.
9471         (check_continue): Likewise.
9472         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9473         (test_catch_syscall_skipping_return): New test toggling off 'catch
9474         syscall' to step over the syscall return, then toggling back on.
9475         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9476         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9477         (do_syscall_tests): Call test_catch_syscall_without_args and
9478         test_catch_syscall_mid_vfork.
9479         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9480         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9481
9482 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
9483
9484         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9485         print g_vE): Add new pass patterns.
9486         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9487         print various symbol names for vptr fields.
9488
9489 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
9490
9491         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9492         results.
9493
9494 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9495
9496         * gdb.arch/disp-step-insn-reloc.exp: New test case.
9497
9498 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9499
9500         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9501         is aarch64*-*-linux*.
9502
9503 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9504
9505         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9506         (can_relocate_bcond_true): ... it.
9507         (can_relocate_bcond_false): New function.
9508         (foo): Likewise.
9509         (can_relocate_bl): Likewise.
9510         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9511         can_relocate_bl.
9512
9513 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
9514
9515         * gdb.base/nested-addr.c: New file.
9516         * gdb.base/nested-addr.exp: New testcase.
9517
9518 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
9519
9520         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9521         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9522         its output.  Ignore the output of "record goto begin" and instead
9523         check that GDB is replaying.
9524
9525 2015-10-09  Pedro Alves  <palves@redhat.com>
9526
9527         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9528         (top level): Use it in the run with no args test.
9529
9530 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9531
9532         * gdb.dlang/properties.exp: New file.
9533
9534 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
9535
9536         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9537         whether or not address 0x1000 is mapped on the target.
9538
9539 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
9540
9541         * gdb.python/py-type.exp: Do not run tests if binaries fail to
9542         build.
9543
9544 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
9545
9546         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9547         instruction-history test.
9548
9549 2015-09-28  Doug Evans  <dje@google.com>
9550
9551         * gdb.base/gcore.c (array_func): Add reference to static_array.
9552
9553 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
9554
9555         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9556         source line.
9557
9558 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9559
9560         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9561         short or char as base type.
9562
9563 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9564
9565         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9566         to allow any size enum.
9567
9568 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9569
9570         * gdb.ada/array_ptr_renaming.exp: New testcase.
9571         * gdb.ada/array_ptr_renaming/foo.adb: New file.
9572         * gdb.ada/array_ptr_renaming/pack.ads: New file.
9573
9574 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9575
9576         * gdb.trace/ftrace-lock.c: New file.
9577         * gdb.trace/ftrace-lock.exp: New file.
9578
9579 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9580
9581         * gdb.arch/insn-reloc.c: New file.
9582         * gdb.arch/ftrace-insn-reloc.exp: New file.
9583
9584 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9585
9586         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9587         instruction.
9588         * gdb.trace/pendshr1.c (pendfunc): Likewise.
9589         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9590         * gdb.trace/range-stepping.c: Likewise.
9591         * gdb.trace/trace-break.c: Likewise.
9592         * gdb.trace/trace-mt.c (thread_function): Likewise.
9593         * gdb.trace/ftrace.c (marker): Likewise.
9594         * gdb.trace/trace-condition.c (marker): Likewise.
9595         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9596         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9597         is_aarch64_target.
9598
9599 2015-09-18  Doug Evans  <xdje42@gmail.com>
9600
9601         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9602         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9603
9604 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9605
9606         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9607         the breakpoint.
9608
9609 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9610
9611         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9612         the pending breakpoint.  Remove timeout override for "Run till
9613         MI pending breakpoint on pendfunc3 on thread 2" test.
9614
9615 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9616
9617         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9618         filename pattern.
9619
9620 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9621
9622         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9623         in breakpoint filename pattern.
9624
9625 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9626
9627         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9628
9629 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9630
9631         * gdb.linespec/explicit.exp: Check for readline support for
9632         tab-completion tests.  Fix obvious typo.
9633
9634 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9635
9636         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9637         and replay.
9638
9639 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9640
9641         * gdb.btrace/non-stop.c: New.
9642         * gdb.btrace/non-stop.exp: New.
9643
9644 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
9645             Yao Qi  <yao.qi@linaro.org>
9646
9647         * gdb.trace/trace-condition.c: New file.
9648         * gdb.trace/trace-condition.exp: New file.
9649
9650 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
9651
9652         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9653         for testing bytecode compilation.
9654
9655 2015-09-16  Pedro Alves  <palves@redhat.com>
9656             Sandra Loosemore <sandra@codesourcery.com>
9657
9658         * gdb.threads/non-stop-fair-events.c (timeout): New global.
9659         (SECONDS): Redefine.
9660         (main): Call pthread_kill and alarm early.
9661         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9662         support.
9663         (test): If the target can't hardware step and doesn't support
9664         displaced stepping, increase the timeout.
9665
9666 2015-09-16  Pedro Alves  <palves@redhat.com>
9667
9668         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9669         (enable_debug): New procedures.
9670         (test): Use them.  Bail out if waiting for threads fails.
9671         (top level): Bail out if a test fails.
9672
9673 2015-09-16  Yao Qi  <yao.qi@linaro.org>
9674
9675         * gdb.asm/asm-source.exp: Set asm-arch for
9676         aarch64*-*-* target.
9677         * gdb.asm/aarch64.inc: New file.
9678
9679 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
9680
9681         * gdb.ada/array_of_variable_length.exp: New testcase.
9682         * gdb.ada/array_of_variable_length/foo.adb: New file.
9683         * gdb.ada/array_of_variable_length/pck.adb: New file.
9684         * gdb.ada/array_of_variable_length/pck.ads: New file.
9685
9686 2015-09-15  Doug Evans  <dje@google.com>
9687
9688         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9689         of function static local variable.
9690
9691 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9692
9693         * gdb.threads/tls-so_extern.exp: New test file.
9694         * gdb.threads/tls-so_extern.c: New test file.
9695         * gdb.threads/tls-so_extern_main.c: New test file.
9696
9697 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9698
9699         * gdb.opt/solib-intra-step-lib.c: New file.
9700         * gdb.opt/solib-intra-step-main.c: New file.
9701         * gdb.opt/solib-intra-step.exp: New file.
9702
9703 2015-09-15  Pedro Alves  <palves@redhat.com>
9704
9705         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9706         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9707
9708 2015-09-14  Pedro Alves  <palves@redhat.com>
9709
9710         * gdb.base/hook-stop-continue.c: Delete.
9711         * gdb.base/hook-stop-continue.exp: Delete.
9712         * gdb.base/hook-stop-frame.c: Delete.
9713         * gdb.base/hook-stop-frame.exp: Delete.
9714         * gdb.base/hook-stop.c: New file.
9715         * gdb.base/hook-stop.exp: New file.
9716
9717 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9718
9719         * gdb.ada/access_to_packed_array.exp: New testcase.
9720         * gdb.ada/access_to_packed_array/foo.adb: New file.
9721         * gdb.ada/access_to_packed_array/pack.adb: New file.
9722         * gdb.ada/access_to_packed_array/pack.ads: New file.
9723
9724 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9725
9726         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9727         buffer size test.
9728
9729 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9730
9731         * gdb.base/foll-exec.c: Add copyright header.  Fix
9732         formatting issues.
9733         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9734         (do_exec_tests): Use clean_restart in place of zap_session,
9735         and for test initialization.  Fix formatting issues.  Use
9736         fail in place of perror.
9737         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9738         an expect statement to match an expression with output from
9739         the program under debug.
9740         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9741         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9742         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9743         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9744         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9745
9746 2015-09-09  Doug Evans  <dje@google.com>
9747
9748         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9749
9750 2015-09-09  Doug Evans  <dje@google.com>
9751
9752         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9753
9754 2015-09-09  Doug Evans  <dje@google.com>
9755
9756         * gdb.base/savedregs.exp: Fix typo.
9757
9758 2015-09-09  Pedro Alves  <palves@redhat.com>
9759
9760         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9761
9762 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9763
9764         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9765         command actually switches threads.  Give up on remaining
9766         tests if target fails to stop at breakpoint.
9767
9768 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9769
9770         * gdb.ada/funcall_char.exp: New testcase.
9771         * gdb.ada/funcall_char/foo.adb: New file.
9772
9773 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9774
9775         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9776         expected outputs.  Add two testcases for completing ambiguous
9777         functions.
9778         * gdb.ada/complete/aux_pck.adb: New file.
9779         * gdb.ada/complete/aux_pck.ads: New file.
9780         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9781         Ambiguous_Func functions.
9782         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9783         * gdb.ada/complete/pck.adb: Likewise.
9784
9785 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9786
9787         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9788         failures to run the test program under GDB.
9789
9790 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9791
9792         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9793         to C.
9794
9795 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9796
9797         * gdb.base/run-after-attach.exp: New test file.
9798         * gdb.base/run-after-attach.c: New test file.
9799
9800 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9801
9802         * gdb.base/foll-exec-2.c: New test program.
9803         * gdb.base/foll-exec-2.exp: New test.
9804
9805 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9806
9807         * gdb.base/nested-subp1.exp: New file.
9808         * gdb.base/nested-subp1.c: New file.
9809         * gdb.base/nested-subp2.exp: New file.
9810         * gdb.base/nested-subp2.c: New file.
9811         * gdb.base/nested-subp3.exp: New file.
9812         * gdb.base/nested-subp3.c: New file.
9813
9814 2015-08-24  Pedro Alves  <palves@redhat.com>
9815
9816         * gdb.server/connect-without-multi-process.c: New file.
9817         * gdb.server/connect-without-multi-process.exp: New file.
9818
9819 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9820
9821         * gdb.opt/inline-markers.c: Make z int.
9822
9823 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9824
9825         * gdb.opt/inline-markers.c: Make z volatile.
9826
9827 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9828
9829         * gdb.opt/inline-bt.c: New volatile global z.
9830         * gdb.opt/inline-cmds.c: Likewise.
9831         * gdb.opt/inline-locals.c: Likewise.
9832         * gdb.opt/inline-markers.c: New extern global z.
9833         (marker): Use z.
9834         (inline_fn): Likewise.
9835
9836 2015-08-24  Pedro Alves  <palves@redhat.com>
9837
9838         * config/m32r-stub.exp: Remove file.
9839         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9840         * gdb.base/call-rt-st.exp: Likewise.
9841         * gdb.base/call-strs.exp: Likewise.
9842         * gdb.base/default.exp: Remove references to h8300-*-hms and
9843         *-*-udi*.
9844         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9845
9846 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9847
9848         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9849         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9850         and "return" use KFAIL when GDB can not read/write the vector
9851         return value.
9852
9853 2015-08-21  Gary Benson <gbenson@redhat.com>
9854
9855         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9856
9857 2015-08-20  Pedro Alves  <palves@redhat.com>
9858
9859         * gdb.server/solib-list.exp: No longer expect an interior stop in
9860         non-stop mode.
9861
9862 2015-08-20  Pedro Alves  <palves@redhat.com>
9863
9864         * gdb.server/connect-stopped-target.c: New file.
9865         * gdb.server/connect-stopped-target.exp: New file.
9866
9867 2015-08-20  Pedro Alves  <palves@redhat.com>
9868
9869         * gdb.dwarf2/comp-unit-lang.exp: New file.
9870         * gdb.dwarf2/comp-unit-lang.c: New file.
9871
9872 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9873
9874         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9875         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9876
9877 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9878
9879         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9880         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9881
9882 2015-08-18  Doug Evans  <dje@google.com>
9883             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9884
9885         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9886         skip_python_tests.  New arg prompt_regexp.
9887         (skip_python_tests): New function.
9888         * lib/mi-support.exp (mi_skip_python_tests): New function.
9889         * gdb.python/py-mi-objfile-gdb.py: New file.
9890         * gdb.python/py-mi-objfile.c: New file.
9891         * gdb.python/py-mi-objfile.exp: New file.
9892
9893 2015-08-17  Keith Seitz  <keiths@redhat.com>
9894
9895         * gdb.linespec/explicit.exp: Move strace test from here ...
9896         * gdb.trace/strace.exp: ... to here.
9897
9898 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9899
9900         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9901         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9902
9903 2015-08-14  Doug Evans  <xdje42@gmail.com>
9904
9905         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9906         inferior before selecting a new file.
9907
9908 2015-08-14  Doug Evans  <xdje42@gmail.com>
9909
9910         * gdb.mi/mi-disassemble.exp: Update.
9911         * gdb.base/disasm-optim.S: New file.
9912         * gdb.base/disasm-optim.c: New file.
9913         * gdb.base/disasm-optim.h: New file.
9914         * gdb.base/disasm-optim.exp: New file.
9915
9916 2015-08-14  Keith Seitz  <keiths@redhat.com>
9917
9918         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9919         "evaluated-by".
9920
9921 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9922
9923         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9924
9925 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9926
9927         * gdb.ada/fun_renaming.exp: New testcase.
9928         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9929         * gdb.ada/fun_renaming/pack.adb: New file.
9930         * gdb.ada/fun_renaming/pack.ads: New file.
9931
9932 2015-08-12  Keith Seitz  <keiths@redhat.com>
9933
9934         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9935         gdb_get_line_number.
9936
9937 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9938
9939         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9940         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9941         gdb.base/dso2dso.exp: New files.
9942
9943 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9944             Pedro Alves  <palves@redhat.com>
9945             Keith Seitz  <keiths@redhat.com>
9946
9947         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9948         GDBFLAGS.
9949
9950 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9951
9952         * gdb.base/gdbhistsize-history.exp
9953         (test_histsize_history_setting): Use save_vars.
9954         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9955         Use save_vars.
9956         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9957         * gdb.base/readline.exp: Use save_vars.
9958
9959 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9960
9961         * lib/gdb.exp (save_vars): New proc.
9962
9963 2015-08-11  Keith Seitz  <keiths@redhat.com>
9964
9965         * gdb.base/help.exp: Update help_breakpoint_text.
9966
9967 2015-08-11  Keith Seitz  <keiths@redhat.com>
9968
9969         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9970         (at toplevel): Call test_explicit_breakpoints.
9971         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9972         breakpoints.
9973         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9974         breakpoint conditions, "-cond".
9975
9976 2015-08-11  Keith Seitz  <keiths@redhat.com>
9977
9978         * gdb.linespec/3explicit.c: New file.
9979         * gdb.linespec/cpexplicit.cc: New file.
9980         * gdb.linespec/cpexplicit.exp: New file.
9981         * gdb.linespec/explicit.c: New file.
9982         * gdb.linespec/explicit.exp: New file.
9983         * gdb.linespec/explicit2.c: New file.
9984         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9985         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9986         before using in the matching pattern.
9987         Clarify that `prefix' is a regular expression.
9988
9989 2015-08-11  Keith Seitz  <keiths@redhat.com>
9990
9991         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9992         test.
9993         Add tests for missing ",FMT" and ",".
9994
9995 2015-08-10  Doug Evans  <dje@google.com>
9996             Keith Seitz  <keiths@redhat.com>
9997
9998         PR gdb/17960
9999         * gdb.base/completion.exp: Add location completer tests.
10000
10001 2015-08-07  Pedro Alves  <palves@redhat.com>
10002
10003         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10004         tests here.
10005         (top level): Run do_test with and without displaced stepping.
10006
10007 2015-08-07  Pedro Alves  <palves@redhat.com>
10008
10009         * gdb.base/valgrind-disp-step.c: New file.
10010         * gdb.base/valgrind-disp-step.exp: New file.
10011
10012 2015-08-07  Pedro Alves  <palves@redhat.com>
10013
10014         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10015         Delete function.
10016         (main): Add alarm.  Run an infinite loop instead of calling
10017         wait_threads.
10018         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10019         comment.
10020         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10021         Delete function.
10022         (main): Add alarm.  Run an infinite loop instead of calling
10023         wait_threads.
10024         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10025         comment.
10026
10027 2015-08-07  Pedro Alves  <palves@redhat.com>
10028
10029         * gdb.base/checkpoint-ns.exp: New file.
10030         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10031         standard_testfile.
10032
10033 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
10034
10035         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10036         * gdb.btrace/instruction_history.exp: Update.
10037         * gdb.btrace/tsx.exp: New.
10038         * gdb.btrace/tsx.c: New.
10039
10040 2015-08-06  Pedro Alves <palves@redhat.com>
10041
10042         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10043         increase timeout.
10044         * gdb.reverse/until-precsave.exp: Bump timeouts.
10045
10046 2015-08-06  Pedro Alves  <palves@redhat.com>
10047
10048         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10049
10050 2015-08-06  Pedro Alves  <palves@redhat.com>
10051
10052         PR gdb/18749
10053         * gdb.threads/process-dies-while-handling-bp.c: New file.
10054         * gdb.threads/process-dies-while-handling-bp.exp: New file.
10055
10056 2015-08-06  Pedro Alves  <palves@redhat.com>
10057
10058         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10059         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10060
10061 2015-08-05  Pedro Alves  <palves@redhat.com>
10062
10063         * gdb.threads/next-while-other-thread-longjmps.c: New file.
10064         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10065
10066 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
10067
10068         * gdb.base/bp-permanent.exp: Report test as unsupported if
10069         the target cannot stop at the permanent breakpoint.
10070
10071 2015-08-03  Doug Evans  <dje@google.com>
10072
10073         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10074         10000.
10075
10076 2015-08-03  Doug Evans  <dje@google.com>
10077
10078         * Makefile.in (workers/%.worker, build-perf): New rule.
10079         (GDB_PERFTEST_MODE): New variable.
10080         (check-perf): Use it.
10081         (clean): Clean up gdb.perf parallel build subdirs.
10082         * lib/build-piece.exp: New file.
10083         * lib/gdb.exp (make_gdb_parallel_path): New function
10084         (standard_output_file, standard_temp_file): Call it.
10085         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10086         of $GDB_PARALLEL.
10087         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10088
10089 2015-08-03  Doug Evans  <dje@google.com>
10090
10091         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10092         (LOG_FILE_NAME): New global.
10093         (TextReporter.__init__): Initialize self.txt_sum.
10094         (TextReporter.report): Add support for multiple data-points.
10095         Move report to perftest.sum, put raw data in perftest.log.
10096         (TextReporter.start): Open sum and log files.
10097         (TextReporter.end): Close sum and log files.
10098         * gdb.perf/lib/perftest/testresult.py
10099         (SingleStatisticTestResult.record): Handle multiple data-points.
10100
10101 2015-07-31  Pedro Alves  <palves@redhat.com>
10102
10103         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10104         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10105         kill_wait_spawned_process instead of explicit "kill -9".
10106         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10107         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10108         kill_wait_spawned_process.
10109         * gdb.base/attach-twice.exp: Likewise.
10110         * gdb.base/attach.exp: Likewise.
10111         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10112         gdb_test_multiple.
10113         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10114         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10115         kill_wait_spawned_process.
10116         * gdb.base/valgrind-infcall.exp: Likewise.
10117         * gdb.multi/multi-attach.exp: Likewise.
10118         * gdb.python/py-prompt.exp: Likewise.
10119         * gdb.python/py-sync-interp.exp: Likewise.
10120         * gdb.server/ext-attach.exp: Likewise.
10121         * gdb.threads/attach-into-signal.exp (corefunc): Use
10122         spawn_wait_for_attach, spawn_id_get_pid and
10123         kill_wait_spawned_process.
10124         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10125         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
10126         spawn_id_get_pid and kill_wait_spawned_process.
10127         * gdb.threads/attach-stopped.exp (corefunc): Use
10128         spawn_wait_for_attach, spawn_id_get_pid and
10129         kill_wait_spawned_process.
10130         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10131         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10132         kill_wait_spawned_process instead of explicit "kill -9".
10133         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10134         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10135         (spawn_wait_for_attach): Use spawn instead of exec to spawn
10136         processes.  Don't map cygwin/windows pids here.  Now returns a
10137         spawn id list.
10138
10139 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10140
10141         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10142         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10143         correct patch.
10144
10145 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10146
10147         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10148
10149 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10150
10151         Reapply:
10152         2014-05-21  Mark Wielaard  <mjw@redhat.com>
10153
10154         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10155
10156 2015-07-30  Pedro Alves  <palves@redhat.com>
10157
10158         * linux-low.c (handle_extended_wait): Set the child's last
10159         reported status to TARGET_WAITKIND_STOPPED.
10160
10161 2015-07-30  Pedro Alves  <palves@redhat.com>
10162
10163         PR threads/18600
10164         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10165         only shows inferior 1.
10166
10167 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
10168             Pedro Alves  <palves@redhat.com>
10169
10170         PR threads/18600
10171         * gdb.threads/fork-plus-threads.c: New file.
10172         * gdb.threads/fork-plus-threads.exp: New file.
10173
10174 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10175
10176         * gdb.base/batch-preserve-term-settings.exp
10177         (test_terminal_settings_preserved_after_cli_exit): Use
10178         send_quit_command.
10179
10180 2015-07-29  Pedro Alves  <palves@redhat.com>
10181             Don Breazeal  <donb@codesourcery.com>
10182
10183         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10184         output from both inferior_spawn_id and gdb_spawn_id.
10185
10186 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10187
10188         * gdb.threads/attach-into-signal.exp (corefunc): Use
10189         with_test_prefix on nested loops, uniquefying the test messages.
10190
10191 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10192
10193         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10194         commit.
10195
10196 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10197
10198         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10199         New proc.
10200         (test_terminal_settings_preserved_after_sigterm): New test.
10201
10202 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10203
10204         * gdb.base/batch-preserve-term-settings.exp
10205         (test_terminal_settings_preserved_after_cli_exit): New test.
10206
10207 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10208
10209         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10210         manipulation of saved_gdbflags.
10211         (test_terminal_settings_preserved): Remove global declaration of
10212         the unused variable pagination_prompt.  Remove manipulation of
10213         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
10214         GDBFLAGS.
10215
10216 2015-07-29  Pedro Alves  <palves@redhat.com>
10217
10218         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10219
10220 2015-07-29  Pedro Alves  <palves@redhat.com>
10221
10222         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10223         at the top.
10224
10225 2015-07-29  Pedro Alves  <palves@redhat.com>
10226
10227         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10228         (main): Call gdb_unbuffer_output.
10229         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10230         (main): Call gdb_unbuffer_output.
10231         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10232         (main): Call gdb_unbuffer_output.
10233         * gdb.base/call-strs.exp: Adjust to step over the
10234         gdb_unbuffer_output call.
10235         * gdb.base/catch-gdb-caused-signals.c: Include
10236         "../lib/unbuffer_output.c".
10237         (main): Call gdb_unbuffer_output.
10238         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10239         (main): Call gdb_unbuffer_output.
10240         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10241         (main): Call gdb_unbuffer_output.
10242         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10243         (main): Call gdb_unbuffer_output.
10244         * gdb.base/shlib-call.exp: Adjust to step over the
10245         gdb_unbuffer_output call.
10246         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10247         (main): Call gdb_unbuffer_output.
10248         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10249         (main): Call gdb_unbuffer_output.
10250         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10251         (main): Rename to ...
10252         (test): ... this.
10253         (main): Reimplement.
10254         * gdb.base/varargs.exp: Run to test instead of to main.
10255         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10256         (main): Call gdb_unbuffer_output.
10257
10258 2015-07-29  Pedro Alves  <palves@redhat.com>
10259
10260         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10261         factore out from mi_continue_dprintf.  For call-style dprintfs,
10262         expect dprintf output out of $inferior_spawn_id.
10263         (mi_continue_dprintf): Use mi_expect_dprintf.
10264         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10265         (main): Call gdb_unbuffer_output.
10266
10267 2015-07-29  Pedro Alves  <palves@redhat.com>
10268
10269         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10270         (default_mi_gdb_start): Set inferior_spawn_id instead of
10271         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
10272         gdb_spawn_id.
10273         (mi_gdb_test): Always expect inferior output from both
10274         $inferior_spawn_id and $gdb_spawn_id.
10275
10276 2015-07-29  Pedro Alves  <palves@redhat.com>
10277
10278         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
10279         send_inferior and $inferior_spawn_id.
10280
10281 2015-07-29  Pedro Alves  <palves@redhat.com>
10282
10283         * gdb.gdb/complaints.exp (test_initial_complaints)
10284         (test_serial_complaints, test_short_complaints): Use
10285         gdb_test_stdio.
10286         (test_empty_complaint): Handle $inferior_spawn_id !=
10287         $gdb_spawn_id.
10288
10289 2015-07-29  Pedro Alves  <palves@redhat.com>
10290
10291         * gdb.base/varargs.exp: Use gdb_test_stdio.
10292
10293 2015-07-29  Pedro Alves  <palves@redhat.com>
10294
10295         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10296
10297 2015-07-29  Pedro Alves  <palves@redhat.com>
10298
10299         * gdb.base/ending-run.exp: Use gdb_test_stdio.
10300
10301 2015-07-29  Pedro Alves  <palves@redhat.com>
10302
10303         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10304         parameter into two new parameters, "inf_result" and "gdb_result".
10305         Expect inferior output and gdb output from $inferior_spawn_id and
10306         $gdb_spawn_id, respectively.  Adjust all callers.
10307
10308 2015-07-29  Pedro Alves  <palves@redhat.com>
10309
10310         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10311         of gdb_test_sequence.
10312
10313 2015-07-29  Pedro Alves  <palves@redhat.com>
10314
10315         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10316         (saw_spurious_output): Expect inferior output from
10317         $inferior_spawn_id.  Use gdb_test_stdio.
10318
10319 2015-07-29  Pedro Alves  <palves@redhat.com>
10320
10321         * gdb.base/dprintf.exp: Use standard_testfile.  Change
10322         prepare_for_testing call.
10323         (srcfile): Don't set.
10324         (restart): New procedure.
10325         (test_dprintf): New procecure, use to continue over dprintfs.
10326         (test_call, test_agent): New procedures, tests moved here.
10327         Restart gdb and recreate dprintfs.  Adjust expected output.
10328
10329 2015-07-29  Pedro Alves  <palves@redhat.com>
10330
10331         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10332
10333 2015-07-29  Pedro Alves  <palves@redhat.com>
10334
10335         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10336
10337 2015-07-29  Pedro Alves  <palves@redhat.com>
10338
10339         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10340         gdb_test_stdio.
10341
10342 2015-07-29  Pedro Alves  <palves@redhat.com>
10343
10344         * lib/gdb.exp (gdb_test_stdio): New procedure.
10345
10346 2015-07-29  Pedro Alves  <palves@redhat.com>
10347
10348         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10349
10350 2015-07-29  Pedro Alves  <palves@redhat.com>
10351
10352         * gdb.base/call-signal-resume.exp: Remove check for
10353         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
10354         * gdb.base/unwindonsignal.exp: Likewise.
10355         * gdb.base/call-signals.c (gen_signal): Remove printf call.
10356         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10357
10358 2015-07-29  Pedro Alves  <palves@redhat.com>
10359
10360         * gdb.base/siginfo-addr.c (pass): New function.
10361         (handler): Call it iff si_addr is correct.
10362         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10363         Set a breakpoint at "pass" and continue to it.
10364
10365 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
10366
10367         * gdb.python/py-objfile.exp: Make some tests have unique names.
10368         * gdb.python/py-pp-registration.exp: Likewise.
10369
10370 2015-07-28  Pedro Alves  <palves@redhat.com>
10371
10372         * gdb.server/server-exec-info.exp: Issue a "disconnect".
10373
10374 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10375
10376         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10377
10378 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10379
10380         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10381
10382 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
10383
10384         * gdb.base/gdb-sigterm-2.exp: New test.
10385
10386 2015-07-25  Doug Evans  <xdje42@gmail.com>
10387
10388         Revert:
10389         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10390         (workers/%.worker, build-perf): New rule.
10391         (GDB_PERFTEST_MODE): New variable.
10392         (check-perf): Use it.
10393         (clean): Clean up gdb.perf parallel build subdirs.
10394         * lib/build-piece.exp: New file.
10395         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10396         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10397         name.
10398         (standard_temp_file): Ditto.
10399         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10400         of $GDB_PARALLEL.
10401
10402 2015-07-24  Doug Evans  <dje@google.com>
10403
10404         * gdb.perf/lib/perftest/utils.py: New file.
10405         * gdb.perf/gm-hello.cc: New file.
10406         * gdb.perf/gm-pervasive-typedef.cc: New file.
10407         * gdb.perf/gm-pervasive-typedef.h: New file.
10408         * gdb.perf/gm-std.cc: New file.
10409         * gdb.perf/gm-std.h: New file.
10410         * gdb.perf/gm-use-cerr.cc: New file.
10411         * gdb.perf/gm-utils.h: New file.
10412         * gdb.perf/gmonster-null-lookup.py: New file.
10413         * gdb.perf/gmonster-pervasive-typedef.py: New file.
10414         * gdb.perf/gmonster-print-cerr.py: New file.
10415         * gdb.perf/gmonster-ptype-string.py: New file.
10416         * gdb.perf/gmonster-runto-main.py: New file.
10417         * gdb.perf/gmonster-select-file.py: New file.
10418         * gdb.perf/gmonster1-null-lookup.exp: New file.
10419         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10420         * gdb.perf/gmonster1-print-cerr.exp: New file.
10421         * gdb.perf/gmonster1-ptype-string.exp: New file.
10422         * gdb.perf/gmonster1-runto-main.exp: New file.
10423         * gdb.perf/gmonster1-select-file.exp: New file.
10424         * gdb.perf/gmonster1.cc: New file.
10425         * gdb.perf/gmonster1.exp: New file.
10426         * gdb.perf/gmonster2-null-lookup.exp: New file.
10427         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10428         * gdb.perf/gmonster2-print-cerr.exp: New file.
10429         * gdb.perf/gmonster2-ptype-string.exp: New file.
10430         * gdb.perf/gmonster2-runto-main.exp: New file.
10431         * gdb.perf/gmonster2-select-file.exp: New file.
10432         * gdb.perf/gmonster2.cc: New file.
10433         * gdb.perf/gmonster2.exp: New file.
10434
10435 2015-07-24  Doug Evans  <dje@google.com>
10436
10437         * gdb.perf/README: New file.
10438         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10439         * lib/gen-perf-test.exp: New file.
10440
10441 2015-07-24  Doug Evans  <dje@google.com>
10442
10443         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10444         (PerfTest::startup): New function.
10445         (PerfTest::run): Return result of calling body.
10446         (PerfTest::assemble): Rewrite.
10447         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10448         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10449         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10450         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10451         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10452
10453 2015-07-24  Doug Evans  <dje@google.com>
10454
10455         * lib/gdb.exp (clean_restart): Make executable optional.
10456
10457 2015-07-24  Doug Evans  <dje@google.com>
10458
10459         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10460         compiler_info references.
10461         * gdb.cp/temargs.exp: Ditto.
10462         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10463         (get_compiler_info): Early exit if already computed.  Set compiler_info
10464         to "unknown" if there was a problem.
10465         (test_compiler_info): Add function comment.  Call get_compiler_info.
10466
10467 2015-07-24  Doug Evans  <dje@google.com>
10468
10469         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10470         (workers/%.worker, build-perf): New rule.
10471         (GDB_PERFTEST_MODE): New variable.
10472         (check-perf): Use it.
10473         (clean): Clean up gdb.perf parallel build subdirs.
10474         * lib/build-piece.exp: New file.
10475         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10476         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10477         name.
10478         (standard_temp_file): Ditto.
10479         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10480         of $GDB_PARALLEL.
10481
10482 2015-07-24  Doug Evans  <dje@google.com>
10483
10484         * lib/future.exp (gdb_default_target_compile): New option
10485         "early_flags".
10486         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10487         --as-needed.
10488
10489 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
10490
10491         * gdb.base/catch-syscall.exp: Call gdb_exit before
10492         gdb_skip_xml_test.
10493
10494 2015-07-24  Pedro Alves  <palves@redhat.com>
10495
10496         * gdb.python/py-events.exp: Accept output between the stop event
10497         and the prompt.
10498         * gdb.python/py-evsignal.exp: Likewise.
10499         * gdb.python/py-evthreads.exp: Likewise.
10500
10501 2015-07-24  Pedro Alves  <palves@redhat.com>
10502
10503         PR gdb/18717
10504         * gdb.threads/non-ldr-exit.c: New file.
10505         * gdb.threads/non-ldr-exit.exp: New file.
10506
10507 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10508
10509         * gdb.server/ext-wrapper.exp: Test --wrapper option when
10510         restarting process.
10511
10512 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10513
10514         * gdb.server/ext-restart.exp: New file.
10515
10516 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10517
10518         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10519         argument options.
10520         * gdb.server/ext-wrapper.exp: New file.
10521
10522 2015-07-23  Doug Evans  <dje@google.com>
10523
10524         * gdb.dwarf2/dw2-dummy-cu.S: New file.
10525         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10526
10527 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10528
10529         * gdb.ada/var_arr_typedef.exp: New testcase.
10530         * gdb.ada/var_arr_typedef/pack.adb: New file.
10531         * gdb.ada/var_arr_typedef/pack.ads: New file.
10532         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10533
10534 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
10535
10536         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10537
10538 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10539
10540         * gdb.arch/i386-biarch-core.exp: Replace istarget
10541         by "complete set gnutarget". Remove expectation for the "core-file"
10542         command.
10543
10544 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10545
10546         Revert the previous commit:
10547         Tests for validate symbol file using build-id.
10548
10549 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
10550
10551         Tests for validate symbol file using build-id.
10552         * gdb.base/solib-mismatch-lib.c: New file.
10553         * gdb.base/solib-mismatch-libmod.c: New file.
10554         * gdb.base/solib-mismatch.c: New file.
10555         * gdb.base/solib-mismatch.exp: New file.
10556
10557 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
10558
10559         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10560         nios2-*-linux*.
10561         * gdb.base/sigbpt.exp (stepi_out): Likewise.
10562         * gdb.base/siginfo.exp: Likewise.
10563         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10564
10565 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
10566
10567         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10568         Move it to ...
10569         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10570         ... here.
10571         * gdb.trace/range-stepping.exp: Check that the target supports
10572         range stepping.
10573
10574 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10575
10576         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10577
10578 2015-07-14  Pedro Alves  <palves@redhat.com>
10579
10580         * gdb.base/killed-outside.exp: New file.
10581         * gdb.base/killed-outside.c: New file.
10582
10583 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10584
10585         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10586         (n at main): New.
10587         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10588
10589 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10590
10591         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10592         infcall tests instead of setting up for KFAIL.
10593
10594 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
10595
10596         * gdb.btrace/record_goto-step.exp: New.
10597
10598 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10599
10600         PR compile/18484
10601         * gdb.compile/compile.c (struct struct_type): Add volatile to
10602         selffield's type.
10603         * gdb.compile/compile.exp
10604         (compile code struct_object.selffield = &struct_object): Skip further
10605         struct_object tests if this one xfails.
10606
10607 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
10608
10609         PR exp/18617
10610         * gdb.trace/ax.exp: Add test.
10611
10612 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10613
10614         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10615         instead of istarget "aarch64*-*-*".
10616         * gdb.arch/aarch64-fp.exp: Likewise.
10617         * gdb.base/float.exp: Likewise.
10618         * gdb.reverse/aarch64.exp: Likewise.
10619         * lib/gdb.exp (is_aarch64_target): New proc.
10620
10621 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10622
10623         * lib/gdb.exp (is_aarch32_target): New proc.
10624         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10625         instead of "istarget "arm*-*-*"".
10626         * gdb.arch/arm-disp-step.exp: Likewise.
10627         * gdb.arch/thumb-bx-pc.exp: Likewise.
10628         * gdb.arch/thumb-prologue.exp: Likewise.
10629         * gdb.arch/thumb-singlestep.exp: Likewise.
10630         * gdb.base/disp-step-syscall.exp: Likewise.
10631         * gdb.base/float.exp: Likewise.
10632
10633 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10634
10635         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10636         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10637
10638 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10639
10640         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10641         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10642         if it exists.
10643         * gdb.multi/multi-arch.exp: Likewise.
10644
10645 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
10646
10647         * gdb.python/py-lazy-string.exp: Add missing parentheses to
10648         print.
10649
10650 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10651
10652         * gdb.arch/thumb-singlestep.exp: Do one more single step.
10653
10654 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
10655
10656         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10657         '[' and ']' characters.
10658
10659 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10660
10661         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10662
10663 2015-06-29  Pedro Alves  <palves@redhat.com>
10664
10665         PR threads/18127
10666         * gdb.threads/hand-call-new-thread.c: New file.
10667         * gdb.threads/hand-call-new-thread.c: New file.
10668
10669 2015-06-26  Keith Seitz  <keiths@redhat.com>
10670             Doug Evans  <dje@google.com>
10671
10672         PR 16253
10673         * gdb.cp/var-tag-2.cc: New file.
10674         * gdb.cp/var-tag-3.cc: New file.
10675         * gdb.cp/var-tag-4.cc: New file.
10676         * gdb.cp/var-tag.cc: New file.
10677         * gdb.cp/var-tag.exp: New file.
10678
10679 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10680
10681         * gdb.base/history-duplicates.exp: New test.
10682
10683 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10684
10685         * gdb.base/completion.exp: Test the completion of the "focus"
10686         command.
10687
10688 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10689
10690         * gdb.arch/amd64-prologue-skip.S: New file.
10691         * gdb.arch/amd64-prologue-skip.exp: New file.
10692
10693 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10694
10695         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10696         is_address_zero_readable check.
10697
10698 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10699
10700         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10701         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10702
10703 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10704
10705         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10706         linux targets.
10707
10708 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10709
10710         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10711         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10712         * gdb.base/siginfo-thread.exp: Likewise.
10713
10714 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10715
10716         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10717
10718 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10719
10720         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10721         aarch64*-*-*.
10722         (skip_hw_watchpoint_tests): Likewise.
10723
10724 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10725
10726         * gdb.base/gdbinit-history.exp: Test the interaction between
10727         setting GDBHISTSIZE and setting the history size via .gdbinit.
10728
10729 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10730
10731         PR gdb/16999
10732         * gdb.base/gdbhistsize-history.exp: New test.
10733
10734 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10735
10736         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10737         with GDBHISTSIZE.
10738         * gdb.base/readline.exp: Likewise.
10739
10740 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10741
10742         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10743         line.
10744
10745 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10746
10747         * gdb.base/gdbinit-history.exp: Add test case to check that
10748         an unlimited history file does not get truncated on exit.
10749
10750 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10751
10752         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10753         (VECTOR): New macro.  Use it...
10754         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10755         ...for these typedefs.
10756         (int8, char1, int1, double1): New typedefs.
10757         (struct just_int2, struct two_int2): New structures.
10758         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10759         (add_structvecs, add_singlevecs): New functions.
10760         (main): Call add_some_intvecs twice.
10761         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10762         the compile and exit upon failure.  Try compiling for the "native"
10763         architecture.  Test inferior function calls with vector arguments
10764         and vector return value handling with "finish" and "return".
10765
10766 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10767
10768         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10769         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10770         PE file.
10771         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10772
10773 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10774
10775         PR breakpoints/16465
10776         * gdb.mi/mi-dprintf-pending.c: New file.
10777         * gdb.mi/mi-dprintf-pending.exp: New test.
10778         * gdb.mi/mi-dprintf-pendshr.c: New file.
10779
10780 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10781             Mircea Gherzan  <mircea.gherzan@intel.com>
10782
10783         * gdb.arch/i386-mpx-map.c: New file.
10784         * gdb.arch/i386-mpx-map.exp: New File.
10785
10786 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10787
10788         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10789         * gdb.arch/i386-mpx.exp: Indentation fixed.
10790
10791 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10792
10793         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10794         function and improved indentation.
10795         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10796         gdb_test_multiple. Added additional tests to skip the test.
10797
10798 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10799
10800         * gdb.arch/i386-avx512.c: Change path in include file.
10801         * gdb.arch/i386-avx512.exp: Change include dir path
10802         compilation flag.
10803         * gdb.arch/i386-mpx.c: Change path in include file.
10804         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10805         flag.
10806
10807 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10808
10809         * gdb.compile/compile-print.exp (compile print *vararray@3)
10810         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10811
10812 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10813
10814         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10815         (do not keep jit in memory): ... this.
10816         (expect 5): Change it to ...
10817         (expect no 5): ... this.
10818
10819 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10820
10821         PR gdb/15564
10822         * gdb.mi/mi-detach.exp: New file.
10823
10824 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10825
10826         PR symtab/18392
10827         * gdb.arch/amd64-tailcall-self.S: New file.
10828         * gdb.arch/amd64-tailcall-self.c: New file.
10829         * gdb.arch/amd64-tailcall-self.exp: New file.
10830
10831 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10832
10833         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10834         tests for remote targets by checking is_target_gdbserver.
10835
10836 2015-05-27  Doug Evans  <dje@google.com>
10837
10838         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10839         * gdb.dwarf2/opaque-type-lookup.c: New file.
10840         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10841
10842 2015-05-26  Doug Evans  <dje@google.com>
10843
10844         * gdb.cp/iostream.cc: New file.
10845         * gdb.cp/iostream.exp: New file.
10846
10847 2015-05-26  Doug Evans  <dje@google.com>
10848
10849         * gdb.dwarf2/dw2-op-call.exp: Update.
10850         * gdb.dwarf2/dw4-sig-types.exp: Update.
10851         * gdb.dwarf2/implptr.exp: Update.
10852         * gdb.mi/mi-cmd-param-changed.exp: Update.
10853
10854 2015-05-26  Doug Evans  <dje@google.com>
10855
10856         * gdb.python/py-lazy-string.c: New file.
10857         * gdb.python/py-lazy-string.exp: New file.
10858         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10859         (main): Update.  Add estring3.
10860         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10861         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10862
10863 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10864             Yao Qi  <yao.qi@linaro.org>
10865
10866         * gdb.reverse/aarch64.c: New.
10867         * gdb.reverse/aarch64.exp: New.
10868
10869 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10870
10871         * lib/gdb.exp (supports_process_record): Return true for
10872         aarch64*-linux*.
10873         (supports_reverse): Likewise.
10874
10875 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10876
10877         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10878         Use with_test_prefix.
10879
10880 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10881
10882         * gdb.base/completion.exp: Add test for completion of layout
10883         names.
10884
10885 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10886
10887         * lib/gdb.exp (skip_tui_tests): New proc.
10888         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10889
10890 2015-05-19  Pedro Alves  <palves@redhat.com>
10891
10892         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10893         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10894         the environment while testing.  Restore whole environment
10895         afterwards.
10896
10897 2015-05-16  Doug Evans  <xdje42@gmail.com>
10898
10899         * gdb.guile/scm-ports.c: New file.
10900         * gdb.guile/scm-ports.exp: Add memory port tests.
10901
10902 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10903
10904         * gdb.compile/compile-print.c: New file.
10905         * gdb.compile/compile-print.exp: New file.
10906
10907 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10908
10909         * gdb.compile/compile-ops.exp: Cast param to void.
10910         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10911         (compile code struct_object.selffield = &struct_object): Add xfail.
10912
10913 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10914
10915         * gdb.ada/arr_enum_with_gap: New testcase.
10916
10917 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10918
10919         * gdb.ada/byte_packed_arr: New testcase.
10920
10921 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10922
10923         * gdb.ada/pckd_neg: New testcase.
10924
10925 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10926
10927         PR gdb/17820
10928         * gdb.base/gdbinit-history.exp: New test.
10929         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10930         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10931
10932 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10933
10934         * gdb.python/py-xmethods.cc: Enhance test case.
10935         * gdb.python/py-xmethods.exp: New tests.
10936         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10937         function.
10938         (B_indexoper): Likewise.
10939         (global_dm_list) : Add new xmethod worker functions.
10940
10941 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10942
10943         * gdb.base/coredump-filter.exp: Correctly unset
10944         "coredump_var_addr" array.
10945
10946 2015-05-08  Pedro Alves  <palves@redhat.com>
10947
10948         * gdb.server/non-existing-program.exp: Unset spawn_id.
10949
10950 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10951
10952         PR python/18291
10953         * gdb.python/py-xmethods.exp: Add tests.
10954
10955 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10956
10957         PR gdb/18208
10958         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10959         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10960         function set_coredump_filter, and remove remote_exec call.
10961         Remove argument ipid.  Callers update.
10962         (top level): Don't get inferior's PID.
10963
10964 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10965
10966         * gdb.base/watch_thread_num.exp: Skip test on targets without
10967         access watchpoints.
10968
10969 2015-05-06  Pedro Alves  <palves@redhat.com>
10970
10971         PR server/18081
10972         * gdb.server/non-existing-program.exp: New file.
10973
10974 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10975
10976         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10977
10978 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10979
10980         * gdb.ada/out_of_line_in_inlined: New testcase.
10981
10982 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10983
10984         * gdb.ada/var_rec_arr: New testcase.
10985
10986 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10987
10988         * gdb.base/break-idempotent.exp: If
10989         skip_hw_watchpoint_multi_tests returns true, skip the tests
10990         on "rwatch" and "awatch".
10991
10992 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10993
10994         * gdb.base/relativedebug.exp: Invoke gdb command
10995         "info sharedlibrary", and if libc.so doesn't have debug info,
10996         skip the test.
10997
10998 2015-04-29  Doug Evans  <dje@google.com>
10999
11000         * gdb.python/py-xmethods.exp: Add ptype tests.
11001         * gdb.python/py-xmethods.py (E_method_char_worker): Add
11002         get_result_type method.
11003
11004 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11005
11006         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11007         the target does not support hardware watchpoints.
11008
11009 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11010
11011         * gdb.base/break-always.exp: Abort testing if writing to memory
11012         causes an error.
11013
11014 2015-04-28  Doug Evans  <dje@google.com>
11015
11016         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11017         * gdb.python/py-pp-registration.exp: ... here.  New file.
11018         * gdb.python/py-pp-registration.c: New file.
11019         * gdb.python/py-pp-registration.py: New file.
11020
11021 2015-04-28  Doug Evans  <dje@google.com>
11022
11023         * gdb.python/py-bad-printers.c: New file.
11024         * gdb.python/py-bad-printers.py: New file.
11025         * gdb.python/py-bad-printers.exp: New file.
11026
11027 2015-04-28  Sasha Smundak  <asmundak@google.com>
11028
11029         * gdb.python/py-type.exp: New test.
11030
11031 2015-04-28  Andy Wingo  <wingo@igalia.com>
11032
11033         * gdb.python/py-parameter.exp:
11034         * gdb.guile/scm-parameter.exp: Escape the path that we are
11035         matching against, as it might contain characters that are special
11036         to regular expressions.
11037
11038 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
11039
11040         * gdb.ada/rec_comp: New testcase.
11041
11042 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
11043
11044         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11045         before using it.
11046
11047 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
11048
11049         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
11050         new tests for verilog output.
11051
11052 2015-04-24  Yao Qi  <yao.qi@linaro.org>
11053
11054         * boards/remote-gdbserver-on-localhost.exp: New file.
11055
11056 2015-04-23  Pedro Alves  <palves@redhat.com>
11057
11058         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11059         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
11060         "end of file", remove $inferior_spawn_id from the indirect list.
11061
11062 2015-04-23  Pedro Alves  <palves@redhat.com>
11063
11064         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11065
11066 2015-04-23  Pedro Alves  <palves@redhat.com>
11067
11068         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11069         on $any_spawn_id instead of only on $gdb_spawn_id.
11070
11071 2015-04-21  Pierre Muller  <muller@sourceware.org>
11072
11073         PR pascal/17815
11074         * lib/pascal.exp (gpc_compile): Add new option "class".
11075         (fpc_compile): Likewise.
11076         * gdb.pascal/case-insensitive-symbols.pas: New file.
11077         * gdb.pascal/case-insensitive-symbols.exp: New file.
11078
11079 2015-04-20  Gary Benson <gbenson@redhat.com>
11080
11081         * gdb.base/attach.exp: Fix three extended remote failures.
11082
11083 2015-04-17  Gary Benson <gbenson@redhat.com>
11084
11085         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11086         the main executable over the remote protocol.
11087
11088 2015-04-16  Pedro Alves  <palves@redhat.com>
11089
11090         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11091         a new gdbserver if gdbserver_reconnect_p is set.
11092
11093 2015-04-16  Pedro Alves  <palves@redhat.com>
11094
11095         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11096         is set, don't exit gdbserver.
11097
11098 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11099
11100         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11101         appropriate .insn, such that an older assembler can be used.
11102         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11103         the z/Architecture instruction set on 31-bit targets as well.
11104
11105 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11106
11107         * gdb.go/handcall.exp: Remove all logic related to the first
11108         breakpoint and rely on go_runto_main instead.
11109         * gdb.go/strings.exp: Likewise.
11110         * gdb.go/unsafe.exp: Likewise.
11111         * gdb.go/hello.exp: Likewise.  Also rename the remaining
11112         breakpoint marker to "breakpoint 1".
11113         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11114         * gdb.go/strings.go: Likewise.
11115         * gdb.go/unsafe.go: Likewise.
11116         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
11117         "set breakpoint 2 here" and rename the remaining breakpoint marker
11118         to "breakpoint 1".
11119
11120 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
11121
11122         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11123         if itertools.imap is not present.
11124         * gdb.python/py-objfile.exp: Add parentheses.
11125         * gdb.python/py-type.exp: Same.
11126         * gdb.python/py-unwind-maint.py: Same.
11127
11128 2015-04-15  Yao Qi  <yao.qi@linaro.org>
11129
11130         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11131         of ":$ptr_size" and set its form explicitly.
11132
11133 2015-04-15  Pedro Alves  <palves@redhat.com>
11134             Yao Qi  <yao.qi@linaro.org>
11135
11136         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11137         timeout by factor of 4.
11138         (test_regular_watch): Likewise.
11139         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11140         * gdb.reverse/sigall-reverse.exp: Likewise.
11141         * gdb.reverse/until-precsave.exp: Likewise.
11142         * lib/gdb.exp (with_timeout_factor): New proc.
11143         (gdb_expect): Move some code to ...
11144         (get_largest_timeout): ... here.  New procedure.
11145
11146 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
11147
11148         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11149
11150 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11151
11152         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11153         to write to the .text section.
11154
11155 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11156
11157         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11158         Handle the case of targets that do not provide PID information.
11159
11160 2015-04-13  Yao Qi  <yao.qi@linaro.org>
11161
11162         * lib/gdbserver-support.exp (gdb_exit): Catch exception
11163         and use expect instead of gdb_expect.
11164
11165 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
11166
11167         * gdb.base/coredump-filter.exp: Rename variable "addr" to
11168         "coredump_var_addr" to avoid naming conflict with other testcases.
11169
11170 2015-04-10  Pedro Alves  <palves@redhat.com>
11171
11172         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11173         gdb_test_sequence and gdb_assert.
11174
11175 2015-04-10  Pedro Alves  <palves@redhat.com>
11176
11177         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11178         test messages that don't include the breakpoint address.
11179
11180 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11181
11182         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11183         false for some offset and width combinations which aren't
11184         supported by linux kernel.
11185
11186 2015-04-10  Pedro Alves  <palves@redhat.com>
11187
11188         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11189         procedure, factored out from ...
11190         (top level): ... here.  Add "set displaced-stepping" testing axis.
11191         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11192         parameter "displaced".  Use it.
11193         (top level): Use foreach and add "set displaced-stepping" testing
11194         axis.
11195
11196 2015-04-10  Pedro Alves  <palves@redhat.com>
11197
11198         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11199         Remove comment.
11200         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11201         both the address of the instruction that triggers the watchpoint
11202         and the address of the instruction immediately after, and use
11203         those addresses for the test.  Fix comment.
11204
11205 2015-04-10  Pedro Alves  <palves@redhat.com>
11206
11207         * gdb.base/sigstep.exp (breakpoint_to_handler)
11208         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
11209         Test "backtrace" in handler.
11210         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
11211         (top level): Add new "displaced" test axis to
11212         breakpoint_to_handler, breakpoint_to_handler_entry and
11213         breakpoint_over_handler.
11214
11215 2015-04-10  Pedro Alves  <palves@redhat.com>
11216
11217         PR gdb/18216
11218         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11219
11220 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11221
11222         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11223         (test_add_rn_pc): New function.
11224         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11225         (top level): Invoke test_add_rn_pc.
11226
11227 2015-04-10  Pedro Alves  <palves@redhat.com>
11228
11229         PR gdb/13858
11230         * gdb.base/step-over-no-symbols.exp: New file.
11231
11232 2015-04-09  Andy Wingo  <wingo@igalia.com>
11233
11234         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11235         after the Python tests.
11236
11237 2015-04-08  Keith Seitz  <keiths@redhat.com>
11238
11239         PR python/16699
11240         * gdb.python/py-completion.exp: New tests for completion.
11241         * gdb.python/py-completion.py (CompleteLimit1): New class.
11242         (CompleteLimit2): Likewise.
11243         (CompleteLimit3): Likewise.
11244         (CompleteLimit4): Likewise.
11245         (CompleteLimit5): Likewise.
11246         (CompleteLimit6): Likewise.
11247         (CompleteLimit7): Likewise.
11248
11249 2015-04-08  Pedro Alves  <palves@redhat.com>
11250
11251         PR gdb/18214
11252         PR gdb/18216
11253         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11254         function.
11255         (main): Install it as SIGUSR1 handler.
11256         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11257         parameter.  Always use "setup" as prefix.  Toggle "set
11258         displaced-stepping" off/on depending on global.  Don't switch to
11259         thread 1 here.
11260         (top level): Add displaced stepping "off/on" test axis.  Update
11261         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
11262         continuing with a queued signal in each thread.
11263
11264 2015-04-08  Pedro Alves  <palves@redhat.com>
11265
11266         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11267         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
11268         gdb_breakpoint instead of gdb_test that doesn't expect anything.
11269         Return early if running to main fails.
11270         * gdb.trace/while-stepping.exp: Likewise.
11271
11272 2015-04-07  Pedro Alves  <palves@redhat.com>
11273
11274         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11275         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
11276         interact with inferior program.
11277
11278 2015-04-07  Pedro Alves  <palves@redhat.com>
11279
11280         * lib/gdb.exp (inferior_spawn_id): New global.
11281         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
11282         spawn id after processing the user code.
11283         (default_gdb_start): Set inferior_spawn_id.
11284         (send_inferior): New procedure.
11285         * lib/gdbserver-support.exp (gdbserver_start): Set
11286         inferior_spawn_id.
11287         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11288
11289 2015-04-07  Pedro Alves  <palves@redhat.com>
11290
11291         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11292         * lib/gdbserver-support.exp (gdbserver_start): Make
11293         $server_spawn_id global.
11294         (gdbserver_start): Don't wait for gdbserver's spawn id with
11295         expect_background.
11296         (close_gdbserver): New procedure.
11297         (gdb_exit): Rename the default version and reimplement.
11298
11299 2015-04-07  Pedro Alves  <palves@redhat.com>
11300
11301         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11302         append the substituted item, not the original item.
11303
11304 2015-04-07  Pedro Alves  <palves@redhat.com>
11305
11306         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11307         gdb_expect.
11308
11309 2015-04-07  Pedro Alves  <palves@redhat.com>
11310
11311         * gdb.base/interrupt.exp: Don't handle the case of the inferior
11312         output appearing once only.
11313
11314 2015-04-07  Pedro Alves  <palves@redhat.com>
11315
11316         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11317         that doesn't expect anything.  Return early if running to main
11318         fails.
11319
11320 2015-04-07  Yao Qi  <yao.qi@linaro.org>
11321
11322         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11323         (child_function): Call alarm.
11324         (main): Move call to alarm into the loop.
11325         * gdb.threads/non-stop-fair-events.exp: Build program with
11326         -DTIMEOUT=$timeout.
11327
11328 2015-04-06  Doug Evans  <xdje42@gmail.com>
11329
11330         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11331         Fix dest parameter to board_info.
11332         (fpc_compile): Ditto.
11333         (gdb_compile_pascal): Rename dest arg to destfile.
11334
11335 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
11336
11337         * gdb.ada/funcall_ref.exp: New file.
11338         * gdb.ada/funcall_ref/foo.adb: New file.
11339
11340 2015-04-02  Yao Qi  <yao.qi@linaro.org>
11341
11342         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11343         is remote.
11344
11345 2015-04-02  Gary Benson <gbenson@redhat.com>
11346
11347         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11348
11349 2015-04-01  Sasha Smundak  <asmundak@google.com>
11350
11351         * gdb.python/py-unwind-maint.c: New file.
11352         * gdb.python/py-unwind-maint.exp: New test.
11353         * gdb.python/py-unwind-maint.py: New file.
11354         * gdb.python/py-unwind.c: New file.
11355         * gdb.python/py-unwind.exp: New test.
11356         * gdb.python/py-unwind.py: New test.
11357
11358 2015-04-01  Pedro Alves  <palves@redhat.com>
11359
11360         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11361         to fail instead of non-existent $test.
11362
11363 2015-04-01  Pedro Alves  <palves@redhat.com>
11364
11365         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11366         GDBFLAGS if not empty.
11367
11368 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
11369
11370         * gdb.ada/complete.exp: Remove "multi_line".
11371         * gdb.ada/info_exc.exp: Remove "multi_line".
11372         * gdb.ada/packed_tagged.exp: Remove "multi_line".
11373         * gdb.ada/ptype_field.exp: Remove "multi_line".
11374         * gdb.ada/sym_print_name.exp: Remove "multi_line".
11375         * gdb.ada/tagged.exp: Remove "multi_line".
11376         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11377         [multi_line ...]
11378         * gdb.btrace/delta.exp: Likewise.
11379         * gdb.btrace/exception.exp: Likewise.
11380         * gdb.btrace/function_call_history.exp: Likewise.
11381         * gdb.btrace/instruction_history.exp: Likewise.
11382         * gdb.btrace/nohist.exp: Likewise.
11383         * gdb.btrace/record_goto.exp: Likewise.
11384         * gdb.btrace/segv.exp: Likewise.
11385         * gdb.btrace/stepi.exp: Likewise.
11386         * gdb.btrace/tailcall.exp: Likewise.
11387         * gdb.btrace/unknown_functions.exp: Likewise.
11388         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11389         * lib/gdb.exp: Add the "multi_line" helper.
11390
11391 2015-04-01  Pedro Alves  <palves@redhat.com>
11392
11393         * gdb.threads/tid-reuse.c: New file.
11394         * gdb.threads/tid-reuse.exp: New file.
11395
11396 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
11397
11398         PR corefiles/16092
11399         * gdb.base/coredump-filter.c: New file.
11400         * gdb.base/coredump-filter.exp: Likewise.
11401
11402 2015-03-27  Petr Machata  <pmachata@redhat.com>
11403
11404         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11405         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11406         (Dwarf::assemble): Initialize them.
11407         (Dwarf::lines): New function.
11408
11409 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
11410
11411         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11412         SYMBOL_PREFIX for x86_64-*-cygwin.
11413
11414 2015-03-26  Andy Wingo  <wingo@igalia.com>
11415
11416         PR symtab/18148
11417         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11418         const_value but not a location.
11419         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11420         location defined in non-main CUs are visible.
11421
11422 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11423
11424         PR testsuite/18139
11425         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11426         Add a line number entry for the same line.
11427         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11428         Add a line number entry for the same line.
11429
11430 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11431
11432         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11433         .int 0.
11434         (func): Likewise.  Add .Lfunc_1 label.
11435         Use .Lfunc_1 label.
11436         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11437         .int 0.
11438         (func): Likewise.
11439         Use .Lfunc_1 label.
11440
11441 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11442
11443         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11444         Call gdb_compile instead to compile each .s files without debug
11445         information.
11446
11447 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11448
11449         * gdb.base/savedregs.exp (process_saved_regs): Make
11450         "Saved registers:" optional in the pattern.
11451
11452 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11453
11454         * gdb.btrace/next.exp: Merged into step.exp.
11455         * gdb.btrace/finish.exp: Merged into step.exp.
11456         * gdb.btrace/nexti.exp: Merged into stepi.exp.
11457         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
11458         "record goto" and checking the exact replay position.
11459         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
11460         check for "Recording format" in "info record" output.
11461         * gdb.btrace/record_goto.exp: Choose test file based on target.
11462         * gdb.btrace/x86-record_goto.S: Renamed into ...
11463         * gdb.btrace/x86_64-record_goto.S: ... this.
11464         * gdb.btrace/i686-record_goto.S: New.
11465         * gdb.btrace/x86-tailcall.S: Renamed into ...
11466         * gdb.btrace/x86_64-tailcall.S: ... this.
11467         * gdb.btrace/i686-tailcall.S: New.
11468         * gdb.btrace/x86-tailcall.c: Renamed into ...
11469         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
11470         separate statements.  Update test.
11471         * gdb.btrace/delta.exp: Use record_goto.c as test file.
11472         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11473         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11474         * gdb.btrace/tailcall.exp: Choose test file based on target.
11475         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11476
11477 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11478
11479         * gdb.btrace/exception.exp: Increase BTS buffer size.
11480
11481 2015-03-24  Pedro Alves  <palves@redhat.com>
11482
11483         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11484
11485 2015-03-24  Pedro Alves  <palves@redhat.com>
11486
11487         * gdb.threads/schedlock.exp (test_step): No longer expect that
11488         "set scheduler-locking step" with "next" over a function call runs
11489         threads unlocked.
11490
11491 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11492
11493         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11494
11495 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11496
11497         PR breakpoints/16466
11498         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11499         * gdb.mi/mi-pending.c (thread_func): New function.
11500         (int main): Add threading support required.
11501         * gdb.mi/mi-pending.exp: Add tests for this issue.
11502         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11503         (pendfunc2): Remove stdio dependency.
11504         * gdb.mi/mi-pendshr2.c: New file.
11505
11506 2015-03-23  Keith Seitz  <keiths@redhat.com>
11507
11508         * gdb.linespec/keywords.c: New file.
11509         * gdb.linespec/keywords.exp: New file.
11510
11511 2015-03-23  Keith Seitz  <keiths@redhat.com>
11512
11513         PR gdb/18021
11514         * gdb.dwarf2/staticvirtual.exp: New test.
11515
11516 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11517
11518         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11519         * README: Remove HP-UX and gdb.hp.
11520         (configuration):
11521         * configure: Regenerate.
11522         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11523         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11524         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11525         gdb.hp/gdb.defects/Makefile.
11526         * gdb.hp/Makefile.in: File deleted.
11527         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11528         * gdb.hp/gdb.aCC/optimize.c: File deleted.
11529         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11530         * gdb.hp/gdb.aCC/run.c: File deleted.
11531         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11532         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11533         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11534         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11535         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11536         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11537         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11538         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11539         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11540         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11541         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11542         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11543         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11544         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11545         * gdb.hp/gdb.base-hp/reg.s: File deleted.
11546         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11547         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11548         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11549         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11550         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11551         * gdb.hp/gdb.compat/Makefile.in: File deleted.
11552         * gdb.hp/gdb.compat/average.c: File deleted.
11553         * gdb.hp/gdb.compat/sum.c: File deleted.
11554         * gdb.hp/gdb.compat/xdb.c: File deleted.
11555         * gdb.hp/gdb.compat/xdb0.c: File deleted.
11556         * gdb.hp/gdb.compat/xdb0.h: File deleted.
11557         * gdb.hp/gdb.compat/xdb1.c: File deleted.
11558         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11559         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11560         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11561         * gdb.hp/gdb.defects/Makefile.in: File deleted.
11562         * gdb.hp/gdb.defects/bs14602.c: File deleted.
11563         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11564         * gdb.hp/gdb.defects/solib-d.c: File deleted.
11565         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11566         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11567         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11568         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11569         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11570         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11571         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11572         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11573         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11574         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11575         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11576         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11577         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11578         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11579         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11580         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11581         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11582         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11583         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11584         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11585         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11586         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11587         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11588         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11589         * gdb.hp/tools/odump: File deleted.
11590
11591 2015-03-19  Pedro Alves  <palves@redhat.com>
11592
11593         * gdb.threads/continue-pending-status.exp (saw_thread_2)
11594         (saw_thread_3): New globals.
11595         (top level): Increment them when an event for the corresponding
11596         thread is seen.
11597         (no thread starvation): New test.
11598
11599 2015-03-19  Pedro Alves  <palves@redhat.com>
11600
11601         * gdb.threads/continue-pending-status.c: New file.
11602         * gdb.threads/continue-pending-status.exp: New file.
11603
11604 2015-03-18  Pedro Alves  <palves@redhat.com>
11605
11606         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11607         Use gdb_is_target_remote instead of is_remote.  Use
11608         gdb_test_multiple instead of gdb_expect.  Exit early if
11609         gdb_test_multiple hits its internal matches.  Tighten stepi tests
11610         expected output.  Fail on exit with any signal, instead of just
11611         SIGILL.
11612
11613 2015-03-18  Yao Qi  <yao.qi@linaro.org>
11614
11615         PR tdep/18107
11616         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11617         variable.
11618         * gdb.base/catch-syscall.exp: Don't skip it on
11619         aarch64*-*-linux* target.  Remove elements in all_syscalls.
11620         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11621         target.
11622         (setup_all_syscalls): New proc.
11623
11624 2015-03-16  Yao Qi  <yao.qi@linaro.org>
11625
11626         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11627         (top level): Skip tests if valid_addr_p returns false for
11628         $cmd1 or $cmd2.
11629
11630 2015-03-11  Andy Wingo  <wingo@igalia.com>
11631
11632         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11633
11634 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11635
11636         * gdb.base/catch-syscall.exp: Fix typo in comments.
11637
11638 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11639
11640         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11641
11642 2015-03-09  Pedro Alves  <palves@redhat.com>
11643
11644         * dg-extract-results.py: Delete.
11645
11646 2015-03-09  Pedro Alves  <palves@redhat.com>
11647
11648         Merge dg-extract-results.sh from GCC upstream (r218843).
11649
11650         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
11651                 * dg-extract-results.sh: Use --text with grep to avoid issues with
11652                 binary files.  Fall back to cat -v, if that doesn't work.
11653
11654 2015-03-05  Pedro Alves  <palves@redhat.com>
11655
11656         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11657
11658 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
11659
11660         * lib/mi-support.exp (mi_expect_interrupt): Accept
11661         alternative event for when in all-stop mode.
11662
11663 2015-03-04  Pedro Alves  <palves@redhat.com>
11664
11665         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11666
11667 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11668
11669         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11670
11671 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11672
11673         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11674         regexps for GDB's current line display, accept a hex address
11675         preceding the line number.
11676
11677 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11678
11679         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11680         the 'arch1' variable for "s390*-linux*" targets.
11681
11682 2015-03-04  Pedro Alves  <palves@redhat.com>
11683
11684         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11685         (main): Pass missing retval argument to pthread_join call.
11686
11687 2015-03-02  Pedro Alves  <palves@redhat.com>
11688
11689         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11690         (top level): Call do_test with non-stop as well.
11691
11692 2015-03-02  Pedro Alves  <palves@redhat.com>
11693
11694         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11695         -1.
11696
11697 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11698
11699         * gdb.arch/s390-vregs.exp: New test.
11700         * gdb.arch/s390-vregs.S: New file.
11701
11702 2015-02-27  Pedro Alves  <palves@redhat.com>
11703
11704         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11705         call to catch_command_errors.
11706         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11707         catch_command_errors.
11708
11709 2015-02-27  Pedro Alves  <palves@redhat.com>
11710
11711         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11712         "true" for boolean result.
11713         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11714         prototype of main.
11715
11716 2015-02-27  Pedro Alves  <palves@redhat.com>
11717
11718         * lib/unbuffer_output.c: New file.
11719         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11720         (main): Call gdb_unbuffer_output.
11721
11722 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11723
11724         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11725         target.
11726
11727 2015-02-26  Doug Evans  <dje@google.com>
11728
11729         * gdb.cp/class2.cc (Dbase, D): New classes.
11730         (main): New local delta.
11731         * gdb.cp/class2.exp: Test printing delta.
11732         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11733         (dynbar): New global.
11734         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11735
11736 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11737
11738         * gdb.compile/compile-ifunc.c: New file.
11739         * gdb.compile/compile-ifunc.exp: New file.
11740
11741 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11742
11743         * gdb.base/structs.exp: Check for correct struct on finish.
11744
11745 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11746
11747         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11748         is zero.
11749
11750 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11751
11752         * gdb.arch/cordic.ko.bz2: New file.
11753         * gdb.arch/cordic.ko.debug.bz2: New file.
11754         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11755
11756 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11757
11758         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11759         aarch64*-*-* target.
11760
11761 2015-02-23  Pedro Alves  <palves@redhat.com>
11762
11763         * lib/gdb.exp (delete_breakpoints): Rewrite using
11764         gdb_test_multiple.
11765
11766 2015-02-23  Pedro Alves  <palves@redhat.com>
11767
11768         * gdb.base/info-os.c: Include stdlib.h.
11769
11770 2015-02-22  Doug Evans  <xdje42@gmail.com>
11771
11772         PR symtab/17855
11773         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11774         is read after symbols have been re-read.
11775         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11776         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11777
11778 2015-02-21  Doug Evans  <dje@google.com>
11779
11780         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11781
11782 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11783
11784         PR corefiles/17808
11785         * gdb.arch/i386-biarch-core.core.bz2: New file.
11786         * gdb.arch/i386-biarch-core.exp: New file.
11787
11788 2015-02-21  Pedro Alves  <palves@redhat.com>
11789
11790         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11791         runto_main fails.
11792
11793 2015-02-20  Pedro Alves  <palves@redhat.com>
11794
11795         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11796         info probes.
11797
11798 2015-02-20  Pedro Alves  <palves@redhat.com>
11799
11800         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11801
11802 2015-02-20  Pedro Alves  <palves@redhat.com>
11803
11804         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11805         clean_restart before gdb_target_supports_trace.
11806
11807 2015-02-20  Pedro Alves  <palves@redhat.com>
11808
11809         PR threads/18006
11810         * gdb.threads/clone-thread_db.c: New file.
11811         * gdb.threads/clone-thread_db.exp: New file.
11812
11813 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11814
11815         PR breakpoints/16812
11816         * gdb.base/catch-gdb-caused-signals.c: New file.
11817         * gdb.base/catch-gdb-caused-signals.exp: New file.
11818
11819 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11820
11821         * configure: Regenerated.
11822         * configure.ac: Use GDB_AC_TRANSFORM.
11823         * aclocal.m4: sinclude ../transform.m4.
11824
11825 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11826
11827         * lib/dtrace.exp: New file.
11828         * gdb.base/dtrace-probe.exp: Likewise.
11829         * gdb.base/dtrace-probe.d: Likewise.
11830         * gdb.base/dtrace-probe.c: Likewise.
11831         * lib/pdtrace.in: Likewise.
11832         * configure.ac: Output variables with the transformed names of
11833         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11834         * configure: Regenerated.
11835
11836 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11837
11838         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11839         expected message when trying to access $_probe_* convenience
11840         variables while not on a probe.
11841
11842 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11843
11844         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11845
11846 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11847
11848         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11849         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11850
11851 2015-02-10  Doug Evans  <xdje42@gmail.com>
11852
11853         * lib/gdb.exp (gdb_load): Always return a result.
11854
11855 2015-02-10  Pedro Alves  <palves@redhat.com>
11856
11857         * gdb.threads/signal-sigtrap.c: New file.
11858         * gdb.threads/signal-sigtrap.exp: New file.
11859
11860 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11861
11862         * gdb.trace/no-attach-trace.c: New file.
11863         * gdb.trace/no-attach-trace.exp: New file.
11864
11865 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11866
11867         * gdb.dwarf2/atomic.c: New file.
11868         * gdb.dwarf2/atomic-type.exp: Likewise.
11869
11870 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11871
11872         * gdb.btrace/buffer-size.exp: Update "info record" output.
11873         * gdb.btrace/delta.exp: Update "info record" output.
11874         * gdb.btrace/enable.exp: Update "info record" output.
11875         * gdb.btrace/finish.exp: Update "info record" output.
11876         * gdb.btrace/instruction_history.exp: Update "info record" output.
11877         * gdb.btrace/next.exp: Update "info record" output.
11878         * gdb.btrace/nexti.exp: Update "info record" output.
11879         * gdb.btrace/step.exp: Update "info record" output.
11880         * gdb.btrace/stepi.exp: Update "info record" output.
11881         * gdb.btrace/nohist.exp: Update "info record" output.
11882
11883 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11884
11885         * gdb.btrace/buffer-size: New.
11886
11887 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11888
11889         * gdb.btrace/delta.exp: Update "info record" output.
11890         * gdb.btrace/enable.exp: Update "info record" output.
11891         * gdb.btrace/finish.exp: Update "info record" output.
11892         * gdb.btrace/instruction_history.exp: Update "info record" output.
11893         * gdb.btrace/next.exp: Update "info record" output.
11894         * gdb.btrace/nexti.exp: Update "info record" output.
11895         * gdb.btrace/step.exp: Update "info record" output.
11896         * gdb.btrace/stepi.exp: Update "info record" output.
11897         * gdb.btrace/nohist.exp: Update "info record" output.
11898
11899 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11900
11901         PR gdb/15678
11902         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11903
11904 2015-02-06  Pedro Alves  <palves@redhat.com>
11905
11906         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11907         macro.
11908         (seconds_left, again): New globals.
11909         (main): Wait seconds_left in a 1-second sleep loop instead of
11910         sleeping 180 seconds.  If 'again' is set, reset the seconds
11911         counter.
11912         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11913         'again' in the inferior before detaching.  Print the seconds left.
11914         (options): New global.
11915         (top level): Build program with -DTIMEOUT=$timeout.
11916
11917 2015-02-06  Pedro Alves  <palves@redhat.com>
11918
11919         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11920         determine how many seconds to pass to 'alarm'.
11921         * gdb.base/gdb-sigterm.exp (top level): Build program with
11922         -DTIMEOUT=$timeout.
11923         (do_test): Return success/failure indication.  Add more verbose
11924         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11925         when the test times out.
11926         (passes): New global.
11927         (top level): Break the testing loop if testing fails on any
11928         iteration.  Use gdb_assert.
11929
11930 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11931
11932         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11933         and initialize them.
11934         (ipc_cleanup): New function.
11935         (main): Don't declare shmid, semid, and msqid.  Add a call to
11936         atexit so that we call ipc_cleanup on exit.
11937
11938 2015-02-04  Pedro Alves  <palves@redhat.com>
11939
11940         * boards/native-extended-gdbserver.exp: Remove any target variant
11941         specifications from the board name before clearing the isremote
11942         flag from board_info.
11943
11944 2015-01-31  Doug Evans  <xdje42@gmail.com>
11945
11946         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11947
11948 2015-01-31  Gary Benson <gbenson@redhat.com>
11949
11950         * gdb.base/completion.exp: Disable completion limiting for
11951         existing tests.  Add new tests to check completion limiting.
11952         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11953
11954 2015-01-31  Doug Evans  <xdje42@gmail.com>
11955
11956         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11957
11958 2015-01-31  Doug Evans  <xdje42@gmail.com>
11959
11960         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11961         entries.  Duplicate file section script entries.
11962         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11963         inlined entries.  Add test for safe-path rejection.
11964         * gdb.python/py-section-script.c: Add duplicate inlined section script
11965         entries.  Duplicate file section script entries.
11966         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11967         inlined entries.  Add test for safe-path rejection.
11968
11969 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11970
11971         * gdb.ada/disc_arr_bound: New testcase.
11972
11973 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11974
11975         * gdb.ada/mi_var_array: New testcase.
11976
11977 2015-01-27  Doug Evans  <dje@google.com>
11978
11979         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11980         Add test for objfile.filename, objfile.username after objfile
11981         has been unloaded.
11982
11983 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11984
11985         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11986         the second test to print the name attribute of value
11987         returned by the call to gdb.lookup_type, and adjust
11988         the expected output accordingly.
11989
11990 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11991
11992         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11993         * gdb.base/disp-step-fork.c: Include unistd.h.
11994         * gdb.base/siginfo-obj.c: Include stdio.h.
11995         * gdb.base/siginfo-thread.c: Likewise.
11996         * gdb.mi/non-stop.c: Include unistd.h.
11997         * gdb.mi/nsthrexec.c: Include stdio.h.
11998         * gdb.mi/pthreads.c: Include unistd.h.
11999         * gdb.modula2/unbounded1.c (main): Declare returns int.
12000         * gdb.reverse/consecutive-reverse.c: Likewise.
12001         * gdb.threads/create-fail.c: Include unistd.h.
12002         * gdb.threads/killed.c: Likewise.
12003         * gdb.threads/linux-dp.c: Likewise.
12004         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12005         * gdb.threads/non-ldr-exc-2.c: Likewise.
12006         * gdb.threads/non-ldr-exc-3.c: Likewise.
12007         * gdb.threads/non-ldr-exc-4.c: Likewise.
12008         * gdb.threads/pthreads.c: Include unistd.h.
12009         (main): Declare returns int.
12010         * gdb.threads/tls-main.c (foo): New declaration.
12011         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12012
12013 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12014
12015         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12016         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12017
12018 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12019
12020         * gdb.base/noreturn-return.c: New file.
12021         * gdb.base/noreturn-return.exp: New file.
12022         * gdb.base/noreturn-finish.c: New file.
12023         * gdb.base/noreturn-finish.exp: New file.
12024
12025 2015-01-23  Pedro Alves  <palves@redhat.com>
12026
12027         * gdb.threads/continue-pending-after-query.c: New file.
12028         * gdb.threads/continue-pending-after-query.exp: New file.
12029
12030 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
12031             Simon Marchi  <simon.marchi@ericsson.com>
12032
12033         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12034         * gdb.base/valgrind-db-attach.exp: Same.
12035         * gdb.base/valgrind-infcall.exp: Same.
12036         * lib/mi-support.exp (default_mi_gdb_start): Same.
12037         * lib/prompt.exp (default_prompt_gdb_start): Same.
12038         * lib/gdb.exp (default_gdb_spawn): Same.
12039         (gdb_interact): New.
12040
12041
12042 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12043
12044         * gdb.compile/compile.exp (pointer to jit function): New test.
12045
12046 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12047
12048         * lib/gdb.exp (supports_process_record): Return true for
12049         powerpc*-*-linux*.
12050         (supports_reverse): Likewise.
12051
12052 2015-01-15  Don Breazeal  <donb@codesourcery.com>
12053
12054         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12055         instead of checking whether the target board is remote and
12056         use spawn_wait_for_attach instead of exec/sleep.
12057         * gdb.base/attach-twice.exp: Likewise.
12058
12059 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12060
12061         * gdb.ada/var_arr_attrs: New testcase.
12062
12063 2015-01-14  Pedro Alves  <palves@redhat.com>
12064             Joel Brobecker  <brobecker@adacore.com>
12065
12066         PR gdb/17525
12067         * gdb.base/bp-cmds-execution-x-script.c: New file.
12068         * gdb.base/bp-cmds-execution-x-script.exp: New file.
12069         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12070
12071 2015-01-14  Pedro Alves  <palves@redhat.com>
12072
12073         PR cli/17828
12074         * gdb.base/batch-preserve-term-settings.c: New file.
12075         * gdb.base/batch-preserve-term-settings.exp: New file.
12076
12077 2015-01-13  Doug Evans  <dje@google.com>
12078
12079         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12080         binary.
12081
12082 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12083
12084         * Makefile.in (clean mostlyclean): Do not delete *.py.
12085
12086 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12087
12088         * gdb.python/py-lookup-type.exp: New file.
12089
12090 2015-01-12  Pedro Alves  <palves@redhat.com>
12091
12092         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12093         restore GDBFLAGS before returning.
12094
12095 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12096
12097         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12098         is_amd64_regs_target and is_x86_like_target.
12099
12100 2015-01-11  Doug Evans  <xdje42@gmail.com>
12101
12102         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12103         is given without an explicit form.
12104         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12105         attributes.
12106         * gdb.dwarf/corrupt.exp: Ditto.
12107         * gdb.dwarf2/enum-type.exp: Ditto.
12108         * gdb.trace/entry-values.exp: Ditto.
12109         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12110
12111 2015-01-11  Doug Evans  <xdje42@gmail.com>
12112
12113         PR gdb/15830
12114         * gdb.base/maint.exp: Remove references to "maint demangle".
12115         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
12116         Add tests for explicitly specifying language to demangle.
12117         * gdb.dlang/demangle.exp: Ditto.
12118
12119 2015-01-09  Pedro Alves  <palves@redhat.com>
12120
12121         * gdb.threads/non-stop-fair-events.c: New file.
12122         * gdb.threads/non-stop-fair-events.exp: New file.
12123
12124 2015-01-09  Pedro Alves  <palves@redhat.com>
12125
12126         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12127         the global scope.  Set a breakpoint after all threads are started
12128         rather than stepping over two source lines.  Expect the prompt.
12129         * gdb.base/watch_thread_num.c (threads_started_barrier): New
12130         global.
12131         (NUM): Now 15.
12132         (main): Use threads_started_barrier to wait for all threads to
12133         start.  Main thread no longer calls thread_function.  Exit after
12134         180 seconds.
12135         (loop): New function.
12136         (thread_function): Wait on threads_started_barrier barrier.  Call
12137         'loop' at each iteration.
12138         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12139         threads have started, instead of hardcoding number of "next"
12140         steps.  Use an access watchpoint instead of a write watchpoint.
12141
12142 2015-01-09  Pedro Alves  <palves@redhat.com>
12143
12144         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12145         (thread_func): Wait on barrier.
12146         (main): Wait for all threads to start before stopping GDB.
12147         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12148         global.
12149         (thread1_func, thread2_func): Wait on barrier.
12150         (main): Wait for all threads to start before stopping GDB.
12151         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12152         New global.
12153         (thread1_func, thread2_func): Wait on barrier.
12154         (main): Wait for all threads to start before stopping GDB.
12155
12156 2015-01-09  Pedro Alves  <palves@redhat.com>
12157
12158         * gdb.threads/attach-many-short-lived-threads.c: New file.
12159         * gdb.threads/attach-many-short-lived-threads.exp: New file.
12160
12161 2014-01-09  Pedro Alves  <palves@redhat.com>
12162
12163         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12164         instead of to thread 2.
12165         * gdb.threads/signal-command-multiple-signals-pending.c (main):
12166         Add barrier around each pthread_create call instead of around all
12167         calls.
12168         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12169         Set a break on thread_function and have the child threads hit it
12170         one at at a time.
12171
12172 2015-01-09  Pedro Alves  <palves@redhat.com>
12173
12174         * lib/gdb.exp (can_spawn_for_attach): New procedure.
12175         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12176         false.
12177         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12178         checking whether the target board is remote.
12179         * gdb.multi/multi-attach.exp: Likewise.
12180         * gdb.python/py-sync-interp.exp: Likewise.
12181         * gdb.server/ext-attach.exp: Likewise.
12182         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12183         tests that need to attach, instead of checking whether the target
12184         board is remote at the top of the file.
12185
12186 2015-01-08  Yao Qi  <yao@codesourcery.com>
12187
12188         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12189
12190 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12191
12192         Fix testcase compilation.
12193         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12194
12195 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12196
12197         * gdb.python/py-type.exp: Add a couple test about empty
12198         array creation, and negative-length array creation.
12199
12200 2015-01-02  Doug Evans  <xdje42@gmail.com>
12201
12202         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12203
12204 2015-01-02  Doug Evans  <dje@google.com>
12205
12206         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12207
12208 2014-12-29  Yao Qi  <yao@codesourcery.com>
12209
12210         * gdb.trace/entry-values.exp: Update comments.  Rename variable
12211         bar_call_foo to returned_from_foo.
12212
12213 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
12214
12215         PR gdb/17394
12216         * gdb.linespec/break-asm-file.c: New file.
12217         * gdb.linespec/break-asm-file.exp: New file.
12218         * gdb.linespec/break-asm-file0.s: New file.
12219         * gdb.linespec/break-asm-file1.s: New file.
12220
12221 2014-12-18  Nigel Stephens  <nigel@mips.com>
12222             Maciej W. Rozycki  <macro@codesourcery.com>
12223
12224         * gdb.base/float.exp: Handle the new output from "info float" on
12225         MIPS targets.
12226
12227 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12228
12229         Fix MinGW compilation.
12230         * gdb.compile/compile-ops.exp: Update untested message if
12231         !skip_compile_feature_tests.
12232         * gdb.compile/compile-setjmp.exp: Likewise.
12233         * gdb.compile/compile-tls.exp: Likewise.
12234         * gdb.compile/compile.exp: Likewise.
12235         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12236         supported on this host".
12237
12238 2014-12-16  Doug Evans  <xdje42@gmail.com>
12239
12240         * boards/stabs.exp: New file.
12241
12242 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
12243
12244         * gdb.base/completion.exp: Adjust to format changes of "maint
12245         print user-registers".
12246
12247 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
12248
12249         PR server/17457
12250         * gdb.arch/aarch64-fp.c: New file.
12251         * gdb.arch/aarch64-fp.exp: New file.
12252
12253 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12254
12255         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12256         r210637, r210913, r211666, r215400, r215817).
12257
12258         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
12259                 * dg-extract-results.py: New file.
12260                 * dg-extract-results.sh: Use it if the environment seems
12261                 suitable.
12262
12263         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
12264
12265                 * dg-extract-results.py (parse_run): Handle warnings that
12266                 are printed before a test harness is run.
12267
12268         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
12269
12270                 * dg-extract-results.py (Named): Remove __cmp__ method.
12271                 (output_variation): Use a key to sort variation.harnesses.
12272
12273         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
12274
12275                 * dg-extract-results.py: For Python 3, force sys.stdout to
12276                 handle surrogate escape sequences.
12277                 (safe_open): New function.
12278                 (output_segment, main): Use it.
12279
12280         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
12281
12282                 * dg-extract-results.py (Prog.result_re): Include options
12283                 in test name.
12284
12285         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
12286
12287                 * dg-extract-results.py (output_variation): Always sort if
12288                 do_sum.
12289
12290 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
12291
12292         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12293         as long as we get pagination notifications.
12294
12295 2014-12-15  Jason Merrill  <jason@redhat.com>
12296
12297         * Makefile.in (check-gdb.%): Restore.
12298         * README: Mention it.
12299
12300 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
12301
12302         * gdb.ada/str_uninit: New testcase.
12303
12304 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12305
12306         PR symtab/17642
12307         * gdb.base/vla-stub-define.c: New file.
12308         * gdb.base/vla-stub.c: New file.
12309         * gdb.base/vla-stub.exp: New file.
12310
12311 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
12312             Jan Kratochvil  <jan.kratochvil@redhat.com>
12313             Tom Tromey  <tromey@redhat.com>
12314
12315         * configure.ac: Add gdb.compile/.
12316         * configure: Regenerate.
12317         * gdb.compile/Makefile.in: New file.
12318         * gdb.compile/compile-ops.exp: New file.
12319         * gdb.compile/compile-ops.c: New file.
12320         * gdb.compile/compile-tls.c: New file.
12321         * gdb.compile/compile-tls.exp: New file.
12322         * gdb.compile/compile-constvar.S: New file.
12323         * gdb.compile/compile-constvar.c: New file.
12324         * gdb.compile/compile-mod.c: New file.
12325         * gdb.compile/compile-nodebug.c: New file.
12326         * gdb.compile/compile-setjmp-mod.c: New file.
12327         * gdb.compile/compile-setjmp.c: New file.
12328         * gdb.compile/compile-setjmp.exp: New file.
12329         * gdb.compile/compile-shlib.c: New file.
12330         * gdb.compile/compile.c: New file.
12331         * gdb.compile/compile.exp: New file.
12332         * lib/gdb.exp (skip_compile_feature_tests): New proc.
12333
12334 2014-12-12  Tom Tromey  <tromey@redhat.com>
12335
12336         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
12337         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12338
12339 2014-12-12  Doug Evans  <dje@google.com>
12340
12341         * lib/gdb-python.exp (get_python_valueof): New function.
12342         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12343
12344 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12345
12346         * gdb.base/completion.exp: Add test for completion of "info
12347         registers ".
12348
12349 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
12350
12351         * gdb.base/func-ptrs.c: New file.
12352         * gdb.base/func-ptrs.exp: New file.
12353
12354 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12355
12356         PR breakpoints/17012
12357         * gdb.base/dprintf-detach.c: New file.
12358         * gdb.base/dprintf-detach.exp: New file.
12359
12360 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12361
12362         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12363         * lib/gdb.exp (target_is_gdbserver): New procedure.
12364
12365 2014-12-08  Doug Evans  <dje@google.com>
12366
12367         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12368
12369 2014-12-05  Yao Qi  <yao@codesourcery.com>
12370
12371         * gdb.guile/scm-error.exp: Remove the third argument to
12372         gdb_remote_download.
12373         * gdb.guile/scm-frame-args.exp: Likewise.
12374         * gdb.guile/scm-section-script.exp: Likewise.
12375
12376 2014-12-05  Yao Qi  <yao@codesourcery.com>
12377
12378         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12379
12380 2014-12-04  Doug Evans  <dje@google.com>
12381
12382         * gdb.python/py-objfile.exp: Add tests for
12383         objfile.add_separate_debug_file.
12384
12385 2014-12-04  Doug Evans  <dje@google.com>
12386
12387         * lib/gdb.exp (get_build_id): New function.
12388         (build_id_debug_filename_get): Rewrite to use it.
12389         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12390
12391 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
12392
12393         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12394         `method(long)', not just 0x0.
12395         * gdb.cp/nsalias.exp: Align code labels to 4.
12396         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12397         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12398         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12399         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12400         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12401         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12402
12403 2014-12-02  Doug Evans  <dje@google.com>
12404
12405         PR symtab/17602
12406         * gdb.cp/anon-ns.cc: Move guts of this file to ...
12407         * gdb.cp/anon-ns2.cc: ... here.  New file.
12408         * gdb.cp/anon-ns.exp: Update.
12409
12410 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
12411
12412         * gdb.python/py-events.py (inferior_call_handler): New.
12413         (register_changed_handler, memory_changed_handler): New.
12414         (test_events.invoke): Register new handlers.
12415         * gdb.python/py-events.exp: Add tests for inferior call,
12416         memory_changed and register_changed events.
12417
12418 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12419
12420         * gdb.base/execl-update-breakpoints.exp: Specify the link address
12421         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
12422         if the linker doesn't understand this.
12423
12424 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
12425
12426         * gdb.python/python.exp: Change expected reply to help().
12427
12428 2014-12-01  Yao Qi  <yao@codesourcery.com>
12429
12430         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
12431         AC_CONFIG_SUBDIRS(gdb.gdbtk).
12432         * configure: Re-generated.
12433
12434 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
12435
12436         * gdb.cp/chained-calls.cc: New file.
12437         * gdb.cp/chained-calls.exp: New file.
12438         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12439
12440 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
12441
12442         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12443         * gdb.dwarf2/symtab-producer.exp: Same.
12444         * gdb.gdb/python-interrupts.exp: Same.
12445         * gdb.gdb/python-selftest.exp: Same.
12446         * gdb.python/py-linetable.exp: Same.
12447         * gdb.python/py-type.exp: Same.
12448         * gdb.python/py-value-cc.exp: Same.
12449         * gdb.python/py-value.exp: Same.
12450
12451 2014-11-28  Yao Qi  <yao@codesourcery.com>
12452
12453         * gdb.base/break-probes.exp: Match library name prefixed with
12454         sysroot.
12455
12456 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
12457
12458         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12459         test expected output.  Add parentheses for the call to print.
12460         Remove L suffix from integers.
12461
12462 2014-11-26  Doug Evans  <dje@google.com>
12463
12464         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12465
12466 2014-11-22  Yao Qi  <yao@codesourcery.com>
12467
12468         * gdb.trace/entry-values.c: Remove asms.
12469         (foo): Add foo_label.
12470         (bar): Add bar_label.
12471         * gdb.trace/entry-values.exp: Remove code computing  foo's
12472         length and bar's length.
12473         (Dwarf::assemble): Invoke function_range for bar and use
12474         MACRO_AT_func for foo.
12475
12476 2014-11-22  Yao Qi  <yao@codesourcery.com>
12477
12478         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12479         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
12480         Use .Lgcc43_procstart instead of gcc43.
12481
12482 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
12483
12484         * gdb.ada/n_arr_bound: New testcase.
12485
12486 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
12487
12488         PR breakpoints/10737
12489         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12490         test_catch_syscall_multi_arch.
12491         (test_catch_syscall_multi_arch): New function.
12492
12493 2014-11-20  Doug Evans  <xdje42@gmail.com>
12494
12495         * gdb.base/maint.exp: Update expected output.
12496
12497 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12498
12499         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12500         4-byte instruction on S390.
12501
12502 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12503
12504         * gdb.ada/arr_arr: New testcase.
12505
12506 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12507
12508         * gdb.ada/pkd_arr_elem: New Testcase.
12509
12510 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
12511
12512         * gdb.reverse/break-precsave: Expect completion message for
12513         core file reads.
12514         * gdb.reverse/consecutive-precsave.exp: Likewise.
12515         * gdb.reverse/finish-precsave.exp: Likewise.
12516         * gdb.reverse/i386-precsave.exp: Likewise.
12517         * gdb.reverse/machinestate-precsave.exp: Likewise.
12518         * gdb.reverse/sigall-precsave.exp: Likewise.
12519         * gdb.reverse/solib-precsave.exp: Likewise.
12520         * gdb.reverse/step-precsave.exp: Likewise.
12521         * gdb.reverse/until-precsave.exp: Likewise.
12522         * gdb.reverse/watch-precsave.exp: Likewise.
12523
12524 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12525
12526         * gdb.base/bp-permanent.c: Include unistd.h.
12527         * gdb.python/py-framefilter-mi.c (main): Add return type.
12528         * gdb.python/py-framefilter.c (main): Likewise.
12529         * gdb.trace/actions-changed.c (main): Likewise.
12530
12531 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12532
12533         * gdb.mi/until.c: Add eye-catchers.
12534         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12535         line numbers.
12536
12537 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12538
12539         * gdb.base/condbreak.exp: Drop references to removed non-prototype
12540         function header variants in break1.c.
12541         * gdb.base/ena-dis-br.exp: Likewise.
12542         * gdb.base/hbreak2.exp: Likewise.
12543         * gdb.reverse/until-precsave.exp: Drop references to removed
12544         non-prototype function header variants in ur1.c.
12545         * gdb.reverse/until-reverse.exp: Likewise.
12546
12547 2014-11-17  Petr Machata  <pmachata@redhat.com>
12548
12549         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
12550         ${_cu_offset_size} bytes abbrev offset.
12551
12552 2014-11-15  Doug Evans  <xdje42@gmail.com>
12553
12554         PR symtab/17559
12555         * gdb.base/line-symtabs.exp: New file.
12556         * gdb.base/line-symtabs.c: New file.
12557         * gdb.base/line-symtabs.h: New file.
12558
12559 2014-11-14  Yao Qi  <yao@codesourcery.com>
12560
12561         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12562         (func): Add label func_label.
12563         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12564         Replace low_pc and high_pc with MACRO_AT_range.
12565         Replace name, low_pc and high_pc with MACRO_AT_func.
12566
12567 2014-11-14  Yao Qi  <yao@codesourcery.com>
12568
12569         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12570         Replace name, low_pc and high_pc with MACRO_AT_func.
12571
12572 2014-11-14  Yao Qi  <yao@codesourcery.com>
12573
12574         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12575         produce debug information.
12576         * gdb.dwarf2/implptr-optimized-out.S: Removed.
12577
12578 2014-11-14  Yao Qi  <yao@codesourcery.com>
12579
12580         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12581         object and get function length.
12582         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12583         with MACRO_AT_func.
12584         (top-level): Replace gdb_compile and clean_restart with
12585         prepare_for_testing.
12586         * gdb.dwarf2/main.c (main): Add label main_label.
12587
12588 2014-11-14  Yao Qi  <yao@codesourcery.com>
12589
12590         * lib/dwarf.exp (function_range): New procedure.
12591         (Dwarf::_handle_macro_at_func): New procedure.
12592         (Dwarf::_handle_macro_at_range): New procedure.
12593         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12594
12595 2014-11-14  Yao Qi  <yao@codesourcery.com>
12596
12597         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12598         (_handle_attribute): New procedure.
12599
12600 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12601
12602         * gdb.ada/cond_lang/foo.c (callme): Add return type.
12603         * gdb.base/call-sc.c (zed): Likewise.
12604         * gdb.base/checkpoint.c (main): Likewise.
12605         * gdb.base/dump.c (main): Likewise.
12606         * gdb.base/gcore.c (main): Likewise.
12607         * gdb.base/huge.c (main): Likewise.
12608         * gdb.base/multi-forks.c (main): Likewise.
12609         * gdb.base/pr10179-a.c (main): Likewise.
12610         * gdb.base/savedregs.c (main): Likewise.
12611         * gdb.base/sigaltstack.c (main): Likewise.
12612         * gdb.base/siginfo.c (main): Likewise.
12613         * gdb.base/structs.c (zed): Likewise.
12614         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12615         * gdb.mi/mi-syn-frame.c (main): Likewise.
12616         * gdb.mi/until.c (foo, main): Likewise.
12617         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12618         * gdb.base/solib-weak.c (foo): Declare.
12619         * gdb.base/attach-twice.c: Include stdio.h.
12620         * gdb.base/weaklib1.c: Likewise.
12621         * gdb.base/weaklib2.c: Likewise.
12622         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12623         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12624         unistd.h.
12625         * gdb.base/attach-pie-misread.c: Include stdlib.h.
12626         * gdb.mi/mi-exit-code.c: Likewise.
12627         * gdb.base/break-interp-lib.c: Include string.h.
12628         * gdb.base/coremaker.c: Likewise.
12629         * gdb.base/testenv.c: Likewise.
12630         * gdb.python/py-finish-breakpoint.c: Likewise.
12631         * gdb.base/inferior-died.c: Include sys/wait.h.
12632         * gdb.base/fileio.c: Include time.h.
12633         * gdb.base/async-shell.c: Include unistd.h.
12634         * gdb.base/dprintf-non-stop.c: Likewise.
12635         * gdb.base/info-os.c: Likewise.
12636         * gdb.mi/mi-console.c: Likewise.
12637         * gdb.mi/watch-nonstop.c: Likewise.
12638         * gdb.python/py-events.c: Likewise.
12639         * gdb.base/async.c (baz): Move up before its invocation.
12640         * gdb.base/code_elim2.c (my_global_func): Likewise.
12641         * gdb.base/skip-solib-lib.c (multiply): Likewise.
12642         * gdb.base/advance.c (func2): Likewise.
12643
12644 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12645
12646         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12647         variant.
12648         * gdb.base/annota3.c: Likewise.
12649         * gdb.base/async.c: Likewise.
12650         * gdb.base/average.c: Likewise.
12651         * gdb.base/call-ar-st.c: Likewise.
12652         * gdb.base/call-rt-st.c: Likewise.
12653         * gdb.base/call-sc.c: Likewise.
12654         * gdb.base/call-strs.c: Likewise.
12655         * gdb.base/ending-run.c: Likewise.
12656         * gdb.base/execd-prog.c: Likewise.
12657         * gdb.base/exprs.c: Likewise.
12658         * gdb.base/foll-exec.c: Likewise.
12659         * gdb.base/foll-fork.c: Likewise.
12660         * gdb.base/foll-vfork.c: Likewise.
12661         * gdb.base/funcargs.c: Likewise.
12662         * gdb.base/gcore.c: Likewise.
12663         * gdb.base/jump.c: Likewise.
12664         * gdb.base/langs0.c: Likewise.
12665         * gdb.base/langs1.c: Likewise.
12666         * gdb.base/langs2.c: Likewise.
12667         * gdb.base/mips_pro.c: Likewise.
12668         * gdb.base/nodebug.c: Likewise.
12669         * gdb.base/opaque0.c: Likewise.
12670         * gdb.base/opaque1.c: Likewise.
12671         * gdb.base/recurse.c: Likewise.
12672         * gdb.base/run.c: Likewise.
12673         * gdb.base/scope0.c: Likewise.
12674         * gdb.base/scope1.c: Likewise.
12675         * gdb.base/setshow.c: Likewise.
12676         * gdb.base/setvar.c: Likewise.
12677         * gdb.base/shmain.c: Likewise.
12678         * gdb.base/shr1.c: Likewise.
12679         * gdb.base/shr2.c: Likewise.
12680         * gdb.base/sigall.c: Likewise.
12681         * gdb.base/signals.c: Likewise.
12682         * gdb.base/so-indr-cl.c: Likewise.
12683         * gdb.base/solib2.c: Likewise.
12684         * gdb.base/structs.c: Likewise.
12685         * gdb.base/sum.c: Likewise.
12686         * gdb.base/vforked-prog.c: Likewise.
12687         * gdb.base/watchpoint.c: Likewise.
12688         * gdb.reverse/shr2.c: Likewise.
12689         * gdb.reverse/until-reverse.c: Likewise.
12690         * gdb.reverse/ur1.c: Likewise.
12691         * gdb.reverse/watch-reverse.c: Likewise.
12692
12693 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12694
12695         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12696         variant.
12697         * gdb.base/sepdebug.exp: Drop references to removed code.
12698
12699 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12700
12701         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12702         variant.  Preserve original line numbering.
12703         * gdb.base/list1.c: Likewise.
12704
12705 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12706
12707         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12708         variant.
12709         * gdb.base/break1.c: Likewise.
12710         * gdb.base/break.exp: Drop references to removed code.
12711
12712 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12713
12714         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12715         variant.
12716
12717 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12718
12719         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12720
12721 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12722
12723         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12724         logic into perform_all_tests() and invoke it with and without
12725         function header prototypes.
12726         (do_function_calls): Remove conditional XFAIL for PR 5318.
12727         (rerun_and_prepare): Remove duplicate code.
12728         (perform_all_tests): New.  Main logic moved here.
12729
12730 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12731
12732         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12733         code guarded by #ifdef NO_PROTOTYPES.
12734         (t_double_many_args): Likewise.
12735         (DEF_FUNC_MANY_ARGS_1): Likewise.
12736         (DEF_FUNC_VALUES_1): Likewise.
12737         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12738         guarded by #ifdef PROTOTYPES.
12739
12740 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12741
12742         * gdb.mi/mi-console.c: Add eye-catcher.
12743         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12744         instead of literal line number.
12745
12746 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12747
12748         * gdb.base/shr2.c: Add eye-catcher.
12749         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12750         line number.
12751
12752 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12753
12754         * gdb.base/jump.c: Add eye-catchers.
12755         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12756         numbers.
12757
12758 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12759
12760         * gdb.base/execd-prog.c: Add eye-catchers.
12761         * gdb.base/foll-exec.c: Likewise.
12762         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12763         line numbers.
12764
12765 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12766
12767         * gdb.base/ending-run.c: Add eye-catchers.
12768         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12769         literal line numbers.
12770
12771 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12772
12773         * gdb.base/call-rt-st.c: Add eye-catchers.
12774         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12775         literal line numbers.
12776
12777 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12778
12779         * gdb.base/call-ar-st.c: Add eye-catchers.
12780         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12781         literal line numbers.
12782
12783 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12784
12785         * gdb.base/average.c: Add eye-catchers.
12786         * gdb.base/sum.c: Likewise.
12787         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12788         regexps dynamically.
12789
12790 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12791
12792         * gdb.base/solib1.c: Add eye-catchers.
12793         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12794         literal line numbers.
12795
12796 2014-11-12  Pedro Alves  <palves@redhat.com>
12797
12798         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12799         leader has exited.
12800
12801 2014-11-12  Pedro Alves  <palves@redhat.com>
12802
12803         * gdb.arch/i386-bp_permanent.c: New file.
12804         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12805         (srcfile): Set to i386-bp_permanent.c.
12806         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12807         that stepi does not execute the 'leave' instruction, instead of
12808         testing it does execute.
12809         * gdb.base/bp-permanent.c: New file.
12810         * gdb.base/bp-permanent.exp: New file.
12811
12812 2014-11-10  Doug Evans  <xdje42@gmail.com>
12813
12814         PR symtab/17564
12815         * gdb.base/symtab-search-order.exp: New file.
12816         * gdb.base/symtab-search-order.c: New file.
12817         * gdb.base/symtab-search-order-1.c: New file.
12818         * gdb.base/symtab-search-order-shlib-1.c: New file.
12819
12820 2014-11-07  Pedro Alves  <palves@redhat.com>
12821
12822         PR gdb/17511
12823         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12824         i?86-*-linux*.
12825
12826 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12827
12828         PR c++/17494
12829         * gdb.cp/pr17494.cc: New file.
12830         * gdb.cp/pr17494.exp: New file.
12831
12832 2014-11-02  Yao Qi  <yao@codesourcery.com>
12833
12834         * gdb.python/python.exp: Get working directory and match the
12835         output of "set extended-prompt \\w " with it.
12836
12837 2014-10-30  Doug Evans  <dje@google.com>
12838
12839         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12840         in objfiles.
12841         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12842         in progspaces.
12843
12844 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12845
12846         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12847         * gdb.base/realname-expand.exp: Likewise.
12848         * gdb.linespec/macro-relative.exp: Likewise.
12849
12850 2014-10-29  Pedro Alves  <palves@redhat.com>
12851
12852         PR gdb/17408
12853         * gdb.threads/schedlock.c (some_function): New function.
12854         (call_function): New global.
12855         (MAYBE_CALL_SOME_FUNCTION): New macro.
12856         (thread_function): Call it.
12857         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12858         and use it instead of a global counter.  Adjust all callers.
12859         (get_current_thread): Use "find current thread" for test message
12860         here rather than having all callers pass down the same string.
12861         (goto_loop): New procedure, factored out from ...
12862         (my_continue): ... this.
12863         (step_ten_loops): Change parameter from test message to command to
12864         use.  Adjust.
12865         (list_count): Delete global.
12866         (check_result): New procedure, factored out from duplicate top
12867         level code.
12868         (continue tests): Wrap in with_test_prefix.
12869         (test_step): New procedure, factored out from duplicate top level
12870         code.
12871         (top level): Test "step" in combination with all scheduler-locking
12872         modes.  Test "next" in combination with all scheduler-locking
12873         modes, and in combination with stepping over a function call or
12874         not.
12875         * gdb.threads/next-bp-other-thread.c: New file.
12876         * gdb.threads/next-bp-other-thread.exp: New file.
12877
12878 2014-10-29  Pedro Alves  <palves@redhat.com>
12879
12880         PR python/17372
12881         * gdb.python/python.exp: Test a multi-line command that spawns
12882         interactive Python.
12883         * gdb.base/multi-line-starts-subshell.exp: New file.
12884
12885 2014-10-29  Yao Qi  <yao@codesourcery.com>
12886
12887         * gdb.base/fileio.exp: Make directories on host.
12888
12889 2014-10-29  Yao Qi  <yao@codesourcery.com>
12890
12891         * gdb.base/fileio.c (test_write): Close the file.
12892
12893 2014-10-28  Pedro Alves  <palves@redhat.com>
12894
12895         PR gdb/12623
12896         * gdb.base/sigstep.c (no_handler): New global.
12897         (main): If 'no_handler is true, set the signal handlers to
12898         SIG_IGN.
12899         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12900         with_sw_watch and no_handler parameters.  Handle them.
12901         (top level) <stepping over handler when stopped at a breakpoint
12902         test>: Add a test axis for testing with a software watchpoint, and
12903         another for testing with the signal handler set to SIG_IGN.
12904         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12905         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12906
12907 2014-10-28  Pedro Alves  <palves@redhat.com>
12908
12909         PR gdb/17511
12910         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12911         * gdb.base/sigstep.exp (other_handler_location): New global.
12912         (advance): Support stepping into the signal handler, and running
12913         commands while in the handler.
12914         (in_handler_map): New global.
12915         (top level): In the advance test, add combinations for getting
12916         into the handler with stepping commands, and for running commands
12917         in the handler.  Add comment descripting the advancei tests.
12918
12919 2014-10-28  Pedro Alves  <palves@redhat.com>
12920
12921         * gdb.base/sigstep.exp: Use build_executable instead of
12922         prepare_for_testing.
12923         (top level): Move code that starts GDB, runs to main and creates a
12924         display to ...
12925         (restart): ... this new procedure.
12926         (top level): Move backtrace from signal handler test to ...
12927         (validate_backtrace): ... this new procedure.
12928         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12929         with_test_prefix.  Always restart GDB.
12930         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12931         with_test_prefix.  Always restart GDB.  No need to delete
12932         breakpoints after the test.
12933         (test_skip_handler): Remove prefix parameter.
12934         (skip_over_handler, breakpoint_to_handler)
12935         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12936         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12937         restart GDB.  No need to delete breakpoints after the test.
12938         (top level): Use foreach to call the test procedures with
12939         different commands.
12940
12941 2014-10-28  Pedro Alves  <palves@redhat.com>
12942
12943         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12944         instead of GNATS numbers.
12945         * gdb.base/sigbpt.exp: Likewise.
12946         * gdb.base/siginfo.exp: Likewise.
12947         * gdb.base/sigstep.exp: Likewise.
12948
12949 2014-10-27  Pedro Alves  <palves@redhat.com>
12950
12951         * gdb.base/sigstep.c (dummy): New global.
12952         (main): Issue a couple writes to the new global.
12953         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12954         procedures.
12955         (skip_over_handler): Use test_skip_handler.
12956         (top level): Call skip_over_handler for stepi and nexti too.
12957         (breakpoint_over_handler): Use test_skip_handler.
12958         (top level): Call breakpoint_over_handler for stepi and nexti too.
12959
12960 2014-10-27  Yao Qi  <yao@codesourcery.com>
12961
12962         * gdb.trace/tfile.c (adjust_function_address)
12963         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12964         function descriptor.
12965
12966 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12967
12968         * gdb.base/foll-fork.exp (test_follow_fork,
12969         catch_fork_child_follow): Check for updated fork messages emitted
12970         from infrun.c.
12971         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12972         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12973         vfork_and_exec_child_follow_through_step): Check for updated vfork
12974         messages emitted from infrun.c.
12975
12976 2014-10-24  Pedro Alves  <palves@redhat.com>
12977
12978         * gdb.base/corefile.exp: Remove references to ultrix.
12979         * gdb.base/interrupt.exp: Likewise.
12980         * gdb.base/whatis.exp: Likewise.
12981         * gdb.gdb/selftest.exp: Likewise.
12982         * gdb.threads/manythreads.exp: Likewise.
12983         * gdb.threads/print-threads.exp: Likewise.
12984         * gdb.threads/pthreads.exp:: Likewise.
12985         * gdb.threads/schedlock.exp: Likewise.
12986
12987 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12988
12989         * gdb.cp/non-trivial-retval.cc: Add a test case.
12990         * gdb.cp/non-trivial-retval.exp: Add a test.
12991
12992 2014-10-20  Yao Qi  <yao@codesourcery.com>
12993
12994         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12995         * gdb.python/py-objfile-script-gdb.py: New file.
12996         * gdb.python/py-objfile-script.exp: Update reference to
12997         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12998         of remote_download.  Remove the dest file.
12999
13000 2014-10-20  Yao Qi  <yao@codesourcery.com>
13001
13002         * gdb.base/checkpoint.exp: Don't remove file copied on host.
13003         * gdb.base/step-line.exp: Likewise.
13004         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13005         * gdb.dwarf2/dw2-basic.exp: Likewise.
13006         * gdb.dwarf2/dw2-compressed.exp: Likewise.
13007         * gdb.dwarf2/dw2-filename.exp: Likewise.
13008         * gdb.dwarf2/dw2-intercu.exp: Likewise.
13009         * gdb.dwarf2/dw2-intermix.exp: Likewise.
13010         * gdb.dwarf2/dw2-producer.exp: Likewise.
13011         * gdb.dwarf2/mac-fileno.exp: Likewise.
13012         * gdb.python/py-frame-args.exp: Likewise.
13013         * gdb.python/py-framefilter.exp: Likewise.
13014         * gdb.python/py-mi.exp: Likewise.
13015         * gdb.python/py-objfile-script.exp: Likewise
13016         * gdb.python/py-pp-integral.exp: Likewise.
13017         * gdb.python/py-pp-re-notag.exp: Likewise.
13018         * gdb.python/py-prettyprint.exp: Likewise.
13019         * gdb.python/py-section-script.exp: Likewise.
13020         * gdb.python/py-typeprint.exp: Likewise.
13021         * gdb.python/py-xmethods.exp: Likewise.
13022         * gdb.stabs/weird.exp: Likewise.
13023         * gdb.xml/tdesc-regs.exp: Likewise.
13024
13025 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
13026
13027         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13028         (out_cu): Use addr_len for the size of addresses.
13029         (out_line): Likewise.  Size DW_LNE_set_address instruction
13030         according to addr_len.
13031         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13032         (FUNC): Add START_INSNS to definition.
13033
13034 2014-10-18  Yao Qi  <yao@codesourcery.com>
13035
13036         * gdb.base/argv0-symlink.exp: Check argv[0] value if
13037         gdb_has_argv0 return true.
13038         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13039         check [target_info exists noargs], check [gdb_has_argv0]
13040         instead.
13041         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13042         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13043         procedures.
13044
13045 2014-10-17  Doug Evans  <dje@google.com>
13046
13047         * gdb.python/py-events.exp: Update expected output for clear_objfiles
13048         event.
13049         * gdb.python/py-events.py: Add clear_objfiles event.
13050
13051 2014-10-17  Doug Evans  <dje@google.com>
13052
13053         * gdb.python/py-objfile.exp: Test progspace attribute.
13054
13055 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
13056
13057         * gdb.guile/scm-breakpoint.exp: Do not assume any
13058         directory separators when matching source file paths.
13059         * gdb.python/py-breakpoint.exp: Likewise.
13060         * gdb.reverse/break-precsave.exp: Likewise.
13061         * gdb.reverse/break-reverse.exp: Likewise.
13062         * gdb.reverse/consecutive-precsave.exp: Likewise.
13063         * gdb.reverse/finish-precsave.exp: Likewise.
13064         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13065         * gdb.reverse/finish-reverse.exp: Likewise.
13066         * gdb.reverse/i386-precsave.exp: Likewise.
13067         * gdb.reverse/i387-env-reverse.exp: Likewise.
13068         * gdb.reverse/i387-stack-reverse.exp: Likewise.
13069         * gdb.reverse/machinestate-precsave.exp: Likewise.
13070         * gdb.reverse/machinestate.exp: Likewise.
13071         * gdb.reverse/sigall-precsave.exp: Likewise.
13072         * gdb.reverse/solib-precsave.exp: Likewise.
13073         * gdb.reverse/step-precsave.exp: Likewise.
13074         * gdb.reverse/until-precsave.exp: Likewise.
13075         * gdb.reverse/watch-precsave.exp: Likewise.
13076         * gdb.reverse/watch-reverse.exp: Likewise.
13077
13078 2014-10-17  Yao Qi  <yao@codesourcery.com>
13079
13080         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13081         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13082
13083 2014-10-17  Pedro Alves  <palves@redhat.com>
13084
13085         PR gdb/17471
13086         * gdb.base/bg-execution-repeat.c: New file.
13087         * gdb.base/bg-execution-repeat.exp: New file.
13088
13089 2014-10-17  Pedro Alves  <palves@redhat.com>
13090
13091         PR gdb/17300
13092         * gdb.base/continue-all-already-running.c: New file.
13093         * gdb.base/continue-all-already-running.exp: New file.
13094
13095 2014-10-17  Pedro Alves  <palves@redhat.com>
13096
13097         PR gdb/17472
13098         * gdb.base/annota-input-while-running.c: New file.
13099         * gdb.base/annota-input-while-running.exp: New file.
13100
13101 2014-10-17  Pedro Alves  <palves@redhat.com>
13102
13103         * gdb.base/callfuncs.exp: emove references to osf.
13104         * gdb.base/sigall.exp: Likewise.
13105         * gdb.gdb/selftest.exp: Likewise.
13106         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13107         * gdb.mi/non-stop.c: Likewise.
13108         * gdb.mi/pthreads.c: Likewise.
13109         * gdb.reverse/sigall-precsave.exp: Likewise.
13110         * gdb.reverse/sigall-reverse.exp: Likewise.
13111         * gdb.threads/pthreads.c: Likewise.
13112         * gdb.threads/pthreads.exp: Likewise.
13113
13114 2014-10-17  Yao Qi  <yao@codesourcery.com>
13115
13116         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13117         check 'target_info exists noargs'.
13118         (test_command_prompt_position): Likewise.
13119         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13120         Remove "set args".
13121         (progvar_simple_while_test): Likewise.
13122         (progvar_complex_if_while_test): Likewise.
13123         (if_while_breakpoint_command_test): Likewise.
13124         (infrun_breakpoint_command_test): Likewise.
13125         (breakpoint_command_test): Likewise.
13126         (watchpoint_command_test): Likewise.
13127         (bp_deleted_in_command_test): Likewise.
13128         (temporary_breakpoint_commands): Likewise.
13129
13130 2014-10-16  Yao Qi  <yao@codesourcery.com>
13131
13132         * gdb.base/remotetimeout.exp: Remove noargs checking.
13133
13134 2014-10-15  Pedro Alves  <palves@redhat.com>
13135
13136         PR breakpoints/9649
13137         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13138         * gdb.base/breakpoint-in-ro-region.exp
13139         (probe_target_hardware_step): New procedure.
13140         (top level): Probe hardware stepping and hardware breakpoint
13141         support.  Test stepping through a read-only region, with both
13142         "breakpoint auto-hw" on and off and both "always-inserted" on and
13143         off.
13144
13145 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
13146
13147         * gdb.dlang/demangle.exp: Update for demangling changes.
13148
13149 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13150
13151         * gdb.cp/non-trivial-retval.cc: Add new test cases.
13152         * gdb.cp/non-trivial-retval.exp: Add new tests.
13153
13154 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13155
13156         PR c++/13403
13157         PR c++/15154
13158         * gdb.cp/non-trivial-retval.cc: New file.
13159         * gdb.cp/non-trivial-retval.exp: New file.
13160
13161 2014-10-15  Yao Qi  <yao@codesourcery.com>
13162
13163         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13164         remote host.
13165
13166 2014-10-15  Yao Qi  <yao@codesourcery.com>
13167
13168         * gdb.python/py-symbol.exp: Match file base name if host is
13169         remote, otherwise match file name with dir name.
13170         * gdb.python/py-symtab.exp: Likewise.
13171         * gdb.python/python.exp: Likewise.
13172
13173 2014-10-15  Yao Qi  <yao@codesourcery.com>
13174
13175         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13176         pattern.
13177         * gdb.python/py-symtab.exp: Likewise.
13178         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
13179         locationn.
13180
13181 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
13182
13183         * gdb.ada/addr_arith: New testcase.
13184
13185 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
13186
13187         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13188         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13189         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13190         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13191
13192 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
13193
13194         * gdb.arch/stap-eval-lang-ada.S: Likewise.
13195         * gdb.arch/stap-eval-lang-ada.c: Likewise.
13196         * gdb.arch/stap-eval-lang-ada.exp: New file.
13197
13198 2014-10-14  Yao Qi  <yao@codesourcery.com>
13199
13200         * gdb.mi/mi-var-child.c (nothing1): New function.
13201         (nothing2): New function.
13202         (do_children_tests): Set function pointers by nothing1 and
13203         nothing2.
13204         * gdb.mi/mi-var-child.exp: Step over new added statements.
13205         Update test to match the new output.
13206         * gdb.mi/var-cmd.c (nothing1): New function.
13207         (nothing2): New function.
13208         (do_children_tests): Set function pointers by  nothing1 and
13209         nothing2.
13210         * gdb.mi/mi-var-display.exp: Update test to match output.
13211         Step to the line specified by $line_dct_nothing.
13212         Increase the number of lines to step.
13213
13214 2014-10-14  Yao Qi  <yao@codesourcery.com>
13215
13216         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13217         tests.
13218         * gdb.mi/mi2-var-child.exp: Likewise.
13219
13220 2014-10-13  Doug Evans  <dje@google.com>
13221
13222         * gdb.python/py-objfile.exp: Change name of file name test.
13223
13224 2014-10-13  Doug Evans  <dje@google.com>
13225
13226         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13227         from the start of the CU.
13228
13229 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13230             Yao Qi  <yao@codesourcery.com>
13231
13232         Fix "save breakpoints" for "catch" command.
13233         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13234         Remove -nonewline.  Match also the added "main" line.
13235
13236 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13237
13238         Fix "save breakpoints" for "disable $bpnum" command.
13239         * gdb.base/save-bp.c (main): Add label.
13240         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
13241
13242 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13243
13244         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13245
13246 2014-10-11  Yao Qi  <yao@codesourcery.com>
13247
13248         * gdb.server/server-kill.exp: Execute command
13249         "set remote trace-status-packet on" before "tstatus".
13250
13251 2014-10-11  Yao Qi  <yao@codesourcery.com>
13252
13253         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13254         (main): Call getppid.
13255         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13256         and continue to it.  Read variable "server_pid".
13257
13258 2014-10-11  Yao Qi  <yao@codesourcery.com>
13259
13260         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13261
13262 2014-10-11  Yao Qi  <yao@codesourcery.com>
13263
13264         * gdb.threads/thread-find.exp: Don't execute command
13265         "info threads".
13266         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13267         * gdb.threads/linux-dp.exp: Don't check the condition
13268         $threads_created equals to zero.
13269
13270 2014-10-10  Pedro Alves  <palves@redhat.com>
13271
13272         * gdb.base/bigcore.exp: Remove references to IRIX.
13273         * gdb.base/funcargs.exp: Likewise.
13274         * gdb.base/interrupt.exp: Likewise.
13275         * gdb.base/mips_pro.exp: Likewise.
13276         * gdb.base/nodebug.exp: Likewise.
13277         * gdb.base/setvar.exp: Likewise.
13278         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13279
13280 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
13281             Pedro Alves  <palves@redhat.com>
13282
13283         PR symtab/14466
13284         * gdb.base/vdso-warning.c: New file.
13285         * gdb.base/vdso-warning.exp: New file.
13286
13287 2014-10-02  Doug Evans  <dje@google.com>
13288
13289         * gdb.base/structs.c (main): Don't run forever.
13290
13291 2014-10-02  Pedro Alves  <palves@redhat.com>
13292
13293         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13294         (top level) <stop threads 1, stop threads 2>: Use it.
13295
13296 2014-10-02  Pedro Alves  <palves@redhat.com>
13297
13298         * gdb.threads/break-while-running.exp (test): Add new
13299         'update_thread_list' argument.  Skip "info threads" if false.
13300         (top level): Add new 'update_thread_list' axis.
13301
13302 2014-10-02  Pedro Alves  <palves@redhat.com>
13303
13304         PR breakpoints/17431
13305         * gdb.base/execl-update-breakpoints.c: New file.
13306         * gdb.base/execl-update-breakpoints.exp: New file.
13307
13308 2014-10-01  Pedro Alves  <palves@redhat.com>
13309
13310         * gdb.base/breakpoint-in-ro-region.c: New file.
13311         * gdb.base/breakpoint-in-ro-region.exp: New file.
13312
13313 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
13314
13315         * gdb.mi/mi-exit-code.exp: New file.
13316         * gdb.mi/mi-exit-code.c: New file.
13317
13318 2014-09-30  Yao Qi  <yao@codesourcery.com>
13319
13320         * lib/prelink-support.exp (build_executable_own_libs): Error if
13321         the target isn't native.
13322
13323 2014-09-30  Yao Qi  <yao@codesourcery.com>
13324
13325         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13326         false.
13327
13328 2014-09-22  Pedro Alves  <palves@redhat.com>
13329
13330         * gdb.threads/break-while-running.exp: New file.
13331         * gdb.threads/break-while-running.c: New file.
13332
13333 2014-09-19  Yao Qi  <yao@codesourcery.com>
13334
13335         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13336         Invoke test.  Restart GDB with --readnow and invoke test again.
13337
13338 2014-09-19  Yao Qi  <yao@codesourcery.com>
13339
13340         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13341         proc set_breakpoint_on_gcd_function.  Invoke
13342         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
13343         invoke set_breakpoint_on_gcd_function again.
13344
13345 2014-09-18  Doug Evans  <dje@google.com>
13346
13347         * gdb.dwarf2/symtab-producer.exp: New file.
13348
13349 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13350
13351         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13352         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13353         * gdb.base/global-var-nested-by-dso.c: Likewise.
13354         * gdb.base/global-var-nested-by-dso.exp: Likewise.
13355
13356 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13357             Pedro Alves  <palves@redhat.com>
13358
13359         * gdb.base/watch-bitfields.exp: Pass string other than test file
13360         name to prepare_for_testing.
13361         (watch): New procedure.
13362         (expect_watchpoint): Use with_test_prefix.
13363         (top level): Factor out tests to ...
13364         (test_watch_location, test_regular_watch): ... these new
13365         procedures, and use with_test_prefix and gdb_continue_to_end.
13366
13367 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
13368
13369         PR breakpoints/12526
13370         * gdb.base/watch-bitfields.exp: New file.
13371         * gdb.base/watch-bitfields.c: New file.
13372
13373 2014-09-16  Pedro Alves  <palves@redhat.com>
13374
13375         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13376         software and hardware addresses, not software address against
13377         itself.
13378
13379 2014-09-16  Pedro Alves  <palves@redhat.com>
13380
13381         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13382         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13383
13384 2014-09-16  Pedro Alves  <palves@redhat.com>
13385
13386         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13387         files.
13388         * gdb.base/a2-run.exp: Remove all code guarded by istarget
13389         "*-*-vxworks*" throughout.
13390         * gdb.base/break.exp: Likewise.
13391         * gdb.base/default.exp: Likewise.
13392         * gdb.base/scope.exp: Likewise.
13393         * gdb.base/sepdebug.exp: Likewise.
13394         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13395         throughout.
13396         * gdb.base/run.c: Likewise.
13397         * gdb.base/sepdebug.c: Likewise.
13398         * gdb.hp/gdb.aCC/run.c: Likewise.
13399         * gdb.reverse/until-reverse.c: Likewise.
13400         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13401
13402 2014-09-16  Yao Qi  <yao@codesourcery.com>
13403
13404         * boards/local-remote-host-native.exp: New file.
13405
13406 2014-09-14  Doug Evans  <xdje42@gmail.com>
13407
13408         * gdb.threads/queue-signal.c (thread_count): New variable.
13409         (thread_count_mutex, thread_count_condvar): New variables.
13410         (incr_thread_count, wait_all_threads_running): New functions.
13411         (main): Wait for all threads to be in their thread functions.
13412
13413 2014-09-13  Doug Evans  <xdje42@gmail.com>
13414
13415         * gdb.threads/queue-signal.c: New file.
13416         * gdb.threads/queue-signal.exp: New file.
13417
13418 2014-09-13  Doug Evans  <xdje42@gmail.com>
13419
13420         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13421         be consistent with what default_gdb_init uses.
13422         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13423         the plain text of the prompt.  Add some logging printfs.
13424         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13425
13426 2014-09-12  Pedro Alves  <palves@redhat.com>
13427
13428         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13429         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13430         * gdb.arch/i386-size-overlap.exp: Likewise.
13431         * gdb.arch/i386-size.exp: Likewise.
13432         * gdb.arch/i386-unwind.exp: Likewise.
13433         * gdb.base/a2-run.exp: Likewise.
13434         * gdb.base/break.exp: Likewise.
13435         * gdb.base/charset.exp: Likewise.
13436         * gdb.base/chng-syms.exp: Likewise.
13437         * gdb.base/commands.exp: Likewise.
13438         * gdb.base/dbx.exp: Likewise.
13439         * gdb.base/find.exp: Likewise.
13440         * gdb.base/funcargs.exp: Likewise.
13441         * gdb.base/jit-simple.exp: Likewise.
13442         * gdb.base/reread.exp: Likewise.
13443         * gdb.base/sepdebug.exp: Likewise.
13444         * gdb.base/step-bt.exp: Likewise.
13445         * gdb.cp/mb-inline.exp: Likewise.
13446         * gdb.cp/mb-templates.exp: Likewise.
13447         * gdb.objc/basicclass.exp: Likewise.
13448         * gdb.threads/killed.exp: Likewise.
13449
13450 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13451
13452         PR tdep/17379
13453         * gdb.arch/powerpc-stackless.S: New file.
13454         * gdb.arch/powerpc-stackless.exp: New file.
13455
13456 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13457
13458         * gdb.base/attach.c: Include unistd.h.
13459         (main): Call alarm.  Add label postloop.
13460         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13461         gdb_breakpoint, gdb_continue_to_breakpoint.
13462         (test_command_line_attach_run): Kill ${testpid} in one exit path.
13463
13464 2014-09-11  Pedro Alves  <palves@redhat.com>
13465
13466         PR gdb/17347
13467         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13468         * gdb.base/attach.exp (test_command_line_attach_run): New
13469         procedure.
13470         (top level): Call it.
13471
13472 2014-09-11  Pedro Alves  <palves@redhat.com>
13473
13474         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13475         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13476         (do_command_attach_tests): Use spawn_wait_for_attach.
13477         * gdb.base/solib-overlap.exp: Likewise.
13478         * gdb.multi/multi-attach.exp: Likewise.
13479         * gdb.python/py-prompt.exp: Likewise.
13480         * gdb.python/py-sync-interp.exp: Likewise.
13481         * gdb.server/ext-attach.exp: Likewise.
13482
13483 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13484
13485         * gdb.fortran/array-element.exp: Remove unexpected "continue"
13486         command in testcase.  Simplify testcase.
13487
13488 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13489
13490         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13491
13492 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13493
13494         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13495
13496 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13497
13498         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13499
13500 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13501
13502         * gdb.dwarf2/dynarr-ptr.c: New file.
13503         * gdb.dwarf2/dynarr-ptr.exp: New file.
13504
13505 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13506
13507         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13508         of 30 rather than hardcoding 120 for a slow test case.  Take the
13509         `gdb,timeout' target setting into account for this calculation.
13510         Don't extend the timeout for the test cases that don't need it.
13511
13512 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13513
13514         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13515         a factor of 2 for a slow test case.  Take the `gdb,timeout'
13516         target setting into account for this calculation.
13517         * gdb.reverse/until-precsave.exp: Increase the timeout by
13518         a factor of 15 and 3 respectively rather than adding 120
13519         for a pair of slow test cases.  Take the `gdb,timeout'
13520         target setting into account for this calculation.
13521
13522 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13523
13524         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13525         timeout, don't pass one down to gdb_expect.
13526         (gdb_expect): Rework timeout selection.
13527
13528 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13529
13530         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13531         exception on timeout.
13532         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13533         (gdbserver_start_extended): Catch any `gdbserver_start' error
13534         exceptions.
13535         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13536         * lib/mi-support.exp (mi_gdb_target_load): Catch any
13537         `gdbserver_gdb_load' error exceptions.
13538
13539 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13540
13541         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13542         120 on waiting for the TCP socket to open.
13543
13544 2014-09-09  Doug Evans  <xdje42@gmail.com>
13545
13546         * gdb.base/default.exp (show_conv_list): Add _caller_is,
13547         _caller_matches, _any_caller_is, _any_caller_matches.
13548
13549 2014-09-09  Doug Evans  <xdje42@gmail.com>
13550
13551         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13552
13553 2014-09-09  Yao Qi  <yao@codesourcery.com>
13554
13555         * gdb.mi/mi-var-display.exp: Set print symbol off.
13556
13557 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13558
13559         PR gdb/17035
13560         * gdb.base/commands.exp: Add tests to verify user-defined
13561         commands with empty bodies.
13562         * gdb.python/py-cmd.exp: Test that we don't show user-defined
13563         python commands in `show user command`.
13564         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13565         scheme commands in `show user command`.
13566
13567 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13568
13569         PR python/17355
13570         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13571         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13572         * gdb.python/py-framefilter-invalidarg.exp: New file.
13573         * gdb.python/py-framefilter-invalidarg.py: New file.
13574
13575 2014-09-06  Doug Evans  <xdje42@gmail.com>
13576
13577         PR 15276
13578         * gdb.python/py-caller-is.c: New file.
13579         * gdb.python/py-caller-is.exp: New file.
13580
13581 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
13582
13583         PR gdb/17235
13584         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13585         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13586
13587 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
13588
13589         PR fortran/17237
13590         * gdb.fortran/print-formatted.exp: New file.
13591         * gdb.fortran/print-formatted.f90: Likewise.
13592
13593 2014-09-03  Sasha Smundak  <asmundak@google.com>
13594
13595         * gdb.python/py-frame.exp: Test Frame.read_register.
13596
13597 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
13598
13599         PR python/16699
13600         * gdb.python/py-completion.exp: New file.
13601         * gdb.python/py-completion.py: Likewise.
13602
13603 2014-08-28  Doug Evans  <dje@google.com>
13604
13605         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13606         eax,etc. are live with values set by gdb and thus the compiler can't
13607         use them.
13608         * gdb.arch/i386-pseudo.c (main): Ditto.
13609
13610 2014-08-27  Doug Evans  <dje@google.com>
13611
13612         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13613
13614 2014-08-25  Doug Evans  <dje@google.com>
13615
13616         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13617         (main): Ditto.
13618
13619 2014-08-25  Doug Evans  <dje@google.com>
13620
13621         * gdb.threads/thread-execl.exp: #include <stdio.h>.
13622
13623 2014-08-24  Yao Qi  <yao@codesourcery.com>
13624
13625         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13626         symbol off.
13627         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13628
13629 2014-08-22  Doug Evans  <dje@google.com>
13630
13631         PR 17276
13632         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13633         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13634         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13635
13636 2014-08-22  Yao Qi  <yao@codesourcery.com>
13637
13638         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13639         * gdb.python/py-finish-breakpoint2.exp: Likewise.
13640         * gdb.python/python.exp: Likewise.  Use .py file on the host
13641         instead of the build.
13642
13643 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13644
13645         * gdb.threads/gcore-stale-thread.c: New file.
13646         * gdb.threads/gcore-stale-thread.exp: New file.
13647
13648 2014-08-21  Pedro Alves  <palves@redhat.com>
13649
13650         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13651         * gdb.base/gcore-relro-pie.exp: Likewise.
13652         * gdb.base/gcore-relro.exp: Likewise.
13653         * gdb.base/gcore.exp: Likewise.
13654         * gdb.base/print-symbol-loading.exp: Likewise.
13655         * gdb.threads/gcore-thread.exp: Likewise.
13656         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13657
13658 2014-08-20  Pedro Alves  <palves@redhat.com>
13659             Jan Kratochvil  <jan.kratochvil@redhat.com>
13660
13661         * Makefile.in (EXTRA_RULES, CC): New variables, get from
13662         configure.
13663         (EXPECT): Handle READ1 being set.
13664         (all): Depend on EXTRA_RULES.
13665         (check-read1, expect-read1, read1.so, read1): New rules.
13666         * README (Testsuite Parameters): Document the READ1 make variable.
13667         (Race detection): New section.
13668         * configure: Regenerate.
13669         * configure.ac: If build==host==target, and running under a
13670         GNU/glibc system, add read1 to the extra Makefile rules.
13671         (EXTRA_RULES): AC_SUBST it.
13672         * lib/read1.c: New file.
13673
13674 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
13675
13676         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13677         the handling of variables declared as a typedef to an array
13678         which a DW_AT_data_location attribute.
13679
13680 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
13681             Pedro Alves  <palves@redhat.com>
13682
13683         PR symtab/14604
13684         PR symtab/14605
13685         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13686         gdb_test.
13687
13688 2014-08-19  Pedro Alves  <palves@redhat.com>
13689
13690         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13691
13692 2014-08-19  Yao Qi  <yao@codesourcery.com>
13693
13694         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13695         right line.
13696
13697 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13698
13699         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13700
13701 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13702
13703         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13704         attribute in array range.
13705
13706 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13707
13708         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13709
13710 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13711
13712         PR c++/17132
13713         * gdb.cp/pr17132.cc: New file.
13714         * gdb.cp/pr17132.exp: New file.
13715
13716 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13717
13718         * gdb.python/py-xmethods.py (A_getarrayind)
13719         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13720         Use 'print' with function call syntax.
13721         (E_method_matcher.match): Fix tab vs space indentation mixup.
13722
13723 2014-08-15  Yao Qi  <yao@codesourcery.com>
13724
13725         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13726         false.
13727
13728 2014-08-15  Yao Qi  <yao@codesourcery.com>
13729
13730         * gdb.cp/casts.exp: Set print symbol off.
13731         * gdb.cp/class2.exp: Likewise.
13732         * gdb.cp/overload.exp: Likewise.
13733         * gdb.cp/templates.exp: Likewise.
13734
13735 2014-08-11  Doug Evans  <dje@google.com>
13736
13737         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13738         (test_load_shlib): Update.
13739
13740 2014-08-09  Yao Qi  <yao@codesourcery.com>
13741
13742         * gdb.base/display.exp: Invoke is_address_zero_readable.
13743         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13744         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13745         * gdb.base/hbreak-unmapped.exp: Return if
13746         is_address_zero_readable returns true.
13747         * gdb.base/signest.exp: Likewise.
13748         * gdb.base/signull.exp: Likewise.
13749         * gdb.base/sigbpt.exp: Likewise.
13750         * gdb.guile/scm-disasm.exp: Do the test if
13751         is_address_zero_readable returns false.
13752         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13753         * gdb.python/py-arch.exp: Likewise.
13754         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13755         * lib/gdb.exp (is_address_zero_readable): New proc.
13756
13757 2014-08-09  Yao Qi  <yao@codesourcery.com>
13758
13759         PR testsuite/13443
13760         * gdb.mi/mi-var-display.exp: Make test messages unique.
13761
13762 2014-08-04  Tom Tromey  <tromey@redhat.com>
13763
13764         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13765         target 0".
13766
13767 2014-08-04  Tom Tromey  <tromey@redhat.com>
13768
13769         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13770         "target_resume".
13771
13772 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13773
13774         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13775         inner_vla_struct_object_size.
13776         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13777         as xfail.
13778
13779 2014-07-30  Pedro Alves  <palves@redhat.com>
13780
13781         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13782         comment.
13783
13784 2014-07-29  Yao Qi  <yao@codesourcery.com>
13785
13786         PR gdb/17206
13787         * gdb.base/until-nodebug.exp: New.
13788
13789 2014-07-28  Doug Evans  <xdje42@gmail.com>
13790
13791         PR guile/17203
13792         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13793         previously existing parameter, and previously ambiguously spelled
13794         parameter.
13795
13796 2014-07-28  Will Newton  <will.newton@linaro.org>
13797
13798         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13799
13800 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13801             Doug Evans  <xdje42@gmail.com>
13802
13803         PR guile/17146
13804         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13805
13806 2014-07-25  Pedro Alves  <palves@redhat.com>
13807
13808         * gdb.threads/signal-command-handle-nopass.c: New file.
13809         * gdb.threads/signal-command-handle-nopass.exp: New file.
13810         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13811         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13812         * gdb.threads/signal-delivered-right-thread.c: New file.
13813         * gdb.threads/signal-delivered-right-thread.exp: New file.
13814
13815 2014-07-25  Pedro Alves  <palves@redhat.com>
13816
13817         * gdb.base/double-prompt-target-event-error.exp
13818         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13819         match.
13820         (cancel_pagination_in_target_event): Rework double prompt
13821         detection.
13822         * gdb.base/paginate-after-ctrl-c-running.exp
13823         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13824         <return>' match.
13825         * gdb.base/paginate-bg-execution.exp
13826         (test_bg_execution_pagination_return)
13827         (test_bg_execution_pagination_cancel): Remove '-notransfer
13828         <return>' matches.
13829         * gdb.base/paginate-execution-startup.exp
13830         (test_fg_execution_pagination_return)
13831         (test_fg_execution_pagination_cancel): Remove '-notransfer
13832         <return>' matches.
13833         * gdb.base/paginate-inferior-exit.exp
13834         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13835         match.
13836         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13837         * lib/gdb.exp (pagination_prompt): Run text through
13838         string_to_regexp.
13839         (gdb_test_multiple): Match $pagination_prompt instead of
13840         "<return>".
13841         (string_to_regexp): Move to lib/gdb-utils.exp.
13842
13843 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13844
13845         * gdb.arch/amd64-entry-value-paramref.S: New file.
13846         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13847         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13848         * gdb.arch/amd64-optimout-repeat.S: New file.
13849         * gdb.arch/amd64-optimout-repeat.c: New file.
13850         * gdb.arch/amd64-optimout-repeat.exp: New file.
13851
13852 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13853
13854         PR gdb/17170
13855         * gdb.base/statistics.exp: New file.
13856
13857 2014-07-17  Doug Evans  <dje@google.com>
13858
13859         PR gdb/17170
13860         * gdb.base/maint.exp: Update testing of per-command stats.
13861
13862 2014-07-16  Pedro Alves  <palves@redhat.com>
13863
13864         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13865         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13866         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13867         (tfile_write_buf): New functions.
13868         (add_memory_block): Rewrite using the above.
13869         (adjust_function_address): New function.
13870         (FUNCTION_ADDRESS): New macro.
13871         (write_basic_trace_file): Remove short_x local, and use
13872         tfile_write_16. Change type of func_addr local to unsigned long
13873         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13874         here.  Cast argument of add_memory_block to char pointer.
13875         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13876         (main): Remove parameters.
13877         * gdb.trace/tfile.exp: Remove nowarnings.
13878
13879 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13880
13881         * gdb.base/debug-expr.exp: Test string evaluation with
13882         "debug expression" on.
13883
13884 2014-07-15  Pedro Alves  <palves@redhat.com>
13885
13886         * gdb.base/reread.exp: Use clean_restart.
13887
13888 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13889
13890         * gdb.arch/avr-flash-qualifer.c: New.
13891         * gdb.arch/avr-flash-qualifer.exp: New.
13892
13893 2014-07-14  Pedro Alves  <palves@redhat.com>
13894
13895         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13896         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13897
13898 2014-07-14  Pedro Alves  <palves@redhat.com>
13899
13900         * gdb.base/double-prompt-target-event-error.c: New file.
13901         * gdb.base/double-prompt-target-event-error.exp: New file.
13902
13903 2014-07-14  Pedro Alves  <palves@redhat.com>
13904
13905         PR gdb/17072
13906         * gdb.base/paginate-inferior-exit.c: New file.
13907         * gdb.base/paginate-inferior-exit.exp: New file.
13908
13909 2014-07-14  Pedro Alves  <palves@redhat.com>
13910
13911         PR gdb/17072
13912         * gdb.base/paginate-bg-execution.c: New file.
13913         * gdb.base/paginate-bg-execution.exp: New file.
13914
13915 2014-07-14  Pedro Alves  <palves@redhat.com>
13916
13917         PR gdb/17072
13918         * gdb.base/paginate-execution-startup.c: New file.
13919         * gdb.base/paginate-execution-startup.exp: New file.
13920         * lib/gdb.exp (pagination_prompt): New global.
13921         (default_gdb_spawn): New procedure, factored out from
13922         default_gdb_spawn.
13923         (default_gdb_start): Adjust to call default_gdb_spawn.
13924         (gdb_spawn): New procedure.
13925
13926 2014-07-14  Pedro Alves  <palves@redhat.com>
13927
13928         * lib/gdb.exp (gdb_assert): New procedure.
13929         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13930
13931 2014-07-14  Pedro Alves  <palves@redhat.com>
13932
13933         * gdb.base/execution-termios.c: New file.
13934         * gdb.base/execution-termios.exp: New file.
13935
13936 2014-07-14  Tom Tromey  <tromey@redhat.com>
13937
13938         * gdb.cp/vla-cxx.cc: New file.
13939         * gdb.cp/vla-cxx.exp: New file.
13940
13941 2014-07-14  Tom Tromey  <tromey@redhat.com>
13942
13943         * gdb.reverse/rerun-prec.c: New file.
13944         * gdb.reverse/rerun-prec.exp: New file.
13945
13946 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13947             Maciej W. Rozycki  <macro@codesourcery.com>
13948
13949         * lib/gdb-utils.exp: New file.
13950         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13951         inline `gdb_init_command' processing.
13952         (gdb_start_cmd): Likewise.
13953         * lib/mi-support.exp (mi_run_cmd): Likewise.
13954         * README: Document `gdb_init_command' and `gdb_init_commands'.
13955
13956 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13957
13958         Fix false FAIL running under a very long directory name.
13959         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13960         and "set print elements 10000".  Twice.
13961
13962 2014-07-11  Yao Qi  <yao@codesourcery.com>
13963
13964         * gdb.base/exprs.exp: "set print symbol off".
13965
13966 2014-07-11  Pedro Alves  <palves@redhat.com>
13967
13968         * gdb.threads/kill.c: New file.
13969         * gdb.threads/kill.exp: New file.
13970
13971 2014-07-10  Yao Qi  <yao@codesourcery.com>
13972
13973         * gdb.trace/tfile.c (write_basic_trace_file)
13974         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13975         address written to trace file.
13976
13977 2014-07-09  Pedro Alves  <palves@redhat.com>
13978
13979         * gdb.base/attach-wait-input.exp: New file.
13980         * gdb.base/attach-wait-input.c: New file.
13981
13982 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13983
13984         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13985         setting up test structures.
13986         (main): Call new test function.
13987         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13988         test function, continue into test function and walk test
13989         structures.
13990
13991 2014-07-02  Yao Qi  <yao@codesourcery.com>
13992
13993         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13994         'bar_start' at the beginning of functions 'foo' and 'bar'
13995         respectively.
13996         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13997         instead of 'foo' and 'bar'.
13998
13999 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
14000
14001         * gdb.btrace/segv.exp: New.
14002         * gdb.btrace/segv.c: New.
14003
14004 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
14005
14006         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14007         instruction.
14008
14009 2014-06-30  Mark Wielaard  <mjw@redhat.com>
14010
14011         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14012         vulture, vilify, villar): New volatile array constants.
14013         (vindictive, vegetation): New const volatile array constants.
14014         * gdb.base/volatile.exp: Test volatile and const volatile array
14015         types.
14016
14017 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14018
14019         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14020         target lacks support for awatch, rwatch, or hbreak.
14021
14022 2014-06-27  Yao Qi  <yao@codesourcery.com>
14023
14024         * gdb.multi/dummy-frame-restore.exp: New.
14025         * gdb.multi/dummy-frame-restore.c: New.
14026
14027 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
14028
14029         * gdb.btrace/gcore.exp: New.
14030
14031 2014-06-23  Pedro Alves  <palves@redhat.com>
14032
14033         * gdb.base/watchpoint-reuse-slot.c: New file.
14034         * gdb.base/watchpoint-reuse-slot.exp: New file.
14035
14036 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
14037
14038         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14039         progspace's filename in 'info', 'enable' and 'disable' command
14040         tests.
14041
14042 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14043
14044         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14045         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14046         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14047
14048 2014-06-20  Gary Benson  <gbenson@redhat.com>
14049
14050         * gdb.arch/i386-avx.exp: Fix include file location.
14051         * gdb.arch/i386-sse.exp: Likewise.
14052
14053 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
14054
14055         * gdb.dlang/expression.exp: New file.
14056
14057 2014-06-19  Pedro Alves  <palves@redhat.com>
14058
14059         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14060         out from ...
14061         (top level): ... here.  Iterate running tests under different
14062         scheduler-locking settings.
14063
14064 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
14065
14066         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14067         to DW_FORM_addr and use non-zero addresses.
14068
14069 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
14070
14071         PR gdb/17017
14072         * gdb.python/py-xmethods.cc: Add global function call counters and
14073         increment them in their respective functions.  Remove "cout"
14074         statements.
14075         * gdb.python/py-xmethods.exp: Make tests check the global function
14076         call counters instead of depending on inferior IO.
14077
14078 2014-06-18  Don Breazeal  <donb@codesourcery.com>
14079
14080         * gdb.base/foll-fork.exp (default_fork_parent_follow):
14081         Deleted procedure.
14082         (explicit_fork_parent_follow): Deleted procedure.
14083         (explicit_fork_child_follow): Deleted procedure.
14084         (test_follow_fork): New procedure.
14085         (do_fork_tests): Replace calls to deleted procedures with
14086         calls to test_follow_fork and reset GDB for subsequent
14087         procedure calls.
14088
14089 2014-06-17  Yao Qi  <yao@codesourcery.com>
14090
14091         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14092         CP1252.
14093
14094 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
14095
14096         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14097         Initialize ptr and S explicitly.
14098         (skip_type_update_when_not_use_rtti_test): Likewise.
14099
14100 2014-06-16  Keith Seitz  <keiths@redhat.com>
14101
14102         PR mi/15863
14103         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14104         the inferior is started.
14105
14106 2014-06-16  Pedro Alves  <palves@redhat.com>
14107
14108         * gdb.base/break-main-file-remove-fail.c: New file.
14109         * gdb.base/break-main-file-remove-fail.exp: New file.
14110         * gdb.base/break-unload-file.exp: Use build_executable instead of
14111         prepare_for_testing.
14112         (test_break): New parameter "initial_load".  Handle it.
14113         (top level): Add initial_load cmdline/file axis.
14114
14115 2014-06-12  Tom Tromey  <tromey@redhat.com>
14116
14117         * gdb.base/completion.exp: Don't use directory name in test.
14118
14119 2014-06-09  Gary Benson  <gbenson@redhat.com>
14120
14121         * gdb.base/sigall.c [Functions to send signals]: Reorder to
14122         separate the always-available ANSI-standard signals from the
14123         signals that require checking.
14124         (main): Likewise.
14125         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14126         Likewise.
14127         (main): Likewise.
14128
14129 2014-06-07  Keith Seitz  <keiths@redhat.com>
14130
14131         Revert:
14132         PR c++/16253
14133         * gdb.cp/var-tag.cc: New file.
14134         * gdb.cp/var-tag.exp: New file.
14135         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14136         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14137         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14138         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14139
14140 2014-06-06  Doug Evans  <xdje42@gmail.com>
14141
14142         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14143
14144 2014-06-06  Pedro Alves  <palves@redhat.com>
14145
14146         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14147         in target debug output instead of looking at RSP packets,
14148         disabling the test on any target that uses hardware stepping.
14149         Update comments.
14150
14151 2014-06-06  Pedro Alves  <palves@redhat.com>
14152
14153         * gdb.base/break-unload-file.exp: Fix typo.
14154
14155 2014-06-06  Yao Qi  <yao@codesourcery.com>
14156
14157         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14158         from "jit_function" to "^jit_function".
14159
14160 2014-06-06  Yao Qi  <yao@codesourcery.com>
14161
14162         * gdb.base/async.c (foo): Add one statement.
14163         * gdb.base/async.exp: Get the next instruction address and
14164         match the output of "nexti" by instruction address.  Match
14165         the hex address in the output of "finish".
14166
14167 2014-06-06  Gary Benson  <gbenson@redhat.com>
14168
14169         * gdb.base/call-signals.c: Remove preprocessor conditionals
14170         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14171         SIGSEGV and SIGTERM.
14172         * gdb.base/sigall.c: Likewise.
14173         * gdb.base/unwindonsignal.c: Likewise.
14174         * gdb.reverse/sigall-reverse.c: Likewise.
14175
14176 2014-06-06  Yao Qi  <yao@codesourcery.com>
14177
14178         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
14179         readable, skip the test.
14180
14181 2014-06-06  Yao Qi  <yao@codesourcery.com>
14182
14183         * gdb.threads/staticthreads.c (thread_function): Move the line
14184         setting breakpoint on forward.
14185         * gdb.threads/staticthreads.exp: Update comments.
14186
14187 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
14188
14189         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14190         "history-append! type error".
14191
14192 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
14193
14194         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14195         erroneous dprintf expected input.
14196
14197 2014-06-04  Doug Evans  <xdje42@gmail.com>
14198
14199         * gdb.guile/scm-generics.exp: Delete.
14200
14201 2014-06-04  Doug Evans  <xdje42@gmail.com>
14202
14203         * gdb.guile/scm-breakpoint.exp: Update.
14204         Add tests for breakpoint registration.
14205
14206 2014-06-04  Tom Tromey  <tromey@redhat.com>
14207
14208         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14209         VLA-in-union.
14210         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14211         inner_vla_struct, vla_union types.  Initialize objects of those
14212         types and compute their sizes.
14213
14214 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
14215             Hui Zhu  <hui@codesourcery.com>
14216
14217         * gdb.base/fileio.exp: Add test for shell not available as well as
14218         available.
14219         * gdb.base/fileio.c (test_system): Check for shell twice.
14220
14221 2014-06-04  Yao Qi  <yao@codesourcery.com>
14222
14223         * gdb.base/auto-connect-native-target.exp: Remove redundant
14224         space from the regexp pattern.
14225
14226 2014-06-04  Yao Qi  <yao@codesourcery.com>
14227
14228         * gdb.base/default.exp: Replace "child" with "native" in
14229         regexp pattern.
14230
14231 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
14232
14233         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14234         * gdb.python/py-xmethods.exp: New tests to test xmethods.
14235         * gdb.python/py-xmethods.py: Python script supporting the
14236         new testcase and tests.
14237
14238 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
14239             Pedro Alves  <palves@redhat.com>
14240
14241         PR breakpoints/17000
14242         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14243         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14244
14245 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
14246
14247         * gdb.base/subst.exp: Add tests to verify partial path matching
14248         output.
14249
14250 2014-06-03  Pedro Alves  <palves@redhat.com>
14251
14252         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14253         target that doesn't use software single-stepping.
14254
14255 2014-06-03  Pedro Alves  <palves@redhat.com>
14256
14257         PR breakpoints/17000
14258         * gdb.base/sss-bp-on-user-bp-2.c: New file.
14259         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14260
14261 2014-06-02  Doug Evans  <xdje42@gmail.com>
14262
14263         * gdb.guile/scm-parameter.exp: New file.
14264
14265 2014-06-02  Doug Evans  <xdje42@gmail.com>
14266
14267         * gdb.guile/scm-cmd.c: New file.
14268         * gdb.guile/scm-cmd.exp: New file.
14269
14270 2014-06-02  Doug Evans  <xdje42@gmail.com>
14271
14272         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14273         pretty-printer lookup.
14274         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14275         (make-pp_s-printer): Call it.
14276         (make-pretty-printer-from-dict): New function.
14277         (lookup-pretty-printer-maker-from-dict): New function.
14278         (*pretty-printer*): Simplify.
14279         (make-objfile-pp_s-printer): New function.
14280         (install-objfile-pretty-printers!): New function.
14281         (make-progspace-pp_s-printer): New function.
14282         (install-progspace-pretty-printers!): New function.
14283         * gdb.guile/scm-progspace.c: New file.
14284         * gdb.guile/scm-progspace.exp: New file.
14285
14286 2014-06-02  Pedro Alves  <palves@redhat.com>
14287
14288         * gdb.base/dprintf-bp-same-addr.c: New file.
14289         * gdb.base/dprintf-bp-same-addr.exp: New file.
14290
14291 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14292
14293         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14294         * gdb.arch/powerpc-power.s: Likewise.
14295
14296 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
14297
14298         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14299
14300 2014-06-01  Yao Qi  <yao@codesourcery.com>
14301
14302         * gdb.base/watchpoint.exp (test_watch_location): Check null
14303         pointer can be dereferenced.  If not, do the test, otherwise
14304         skip it.
14305
14306 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14307
14308         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14309         results.
14310         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14311
14312 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14313
14314         * gdb.arch/amd64-invalid-stack-middle.S: New file.
14315         * gdb.arch/amd64-invalid-stack-middle.c: New file.
14316         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14317         * gdb.arch/amd64-invalid-stack-top.c: New file.
14318         * gdb.arch/amd64-invalid-stack-top.exp: New file.
14319
14320 2014-05-30  Pedro Alves  <palves@redhat.com>
14321
14322         PR breakpoints/17000
14323         * gdb.base/sss-bp-on-user-bp.c: New file.
14324         * gdb.base/sss-bp-on-user-bp.exp: New file.
14325
14326 2014-05-30  David Blaikie  <dblaikie@gmail.com>
14327
14328         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14329         gnu_inline semantics via attribute.
14330         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14331         source explicitly specifies the required semantics.
14332
14333 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
14334
14335         * gdb.reverse/sigall-reverse.exp: Fix a typo.
14336
14337 2014-05-29  Pedro Alves  <palves@redhat.com>
14338             Tom Tromey  <tromey@redhat.com>
14339
14340         * gdb.base/async-shell.exp: Don't enable target-async.
14341         * gdb.base/async.exp
14342         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14343         parameter.  Adjust.
14344         (top level): Don't test with "target-async".
14345         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14346         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14347         * gdb.base/inferior-died.exp: Don't enable target-async.
14348         * gdb.base/interrupt-noterm.exp: Likewise.
14349         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14350         * gdb.mi/mi-nonstop-exit.exp: Likewise.
14351         * gdb.mi/mi-nonstop.exp: Likewise.
14352         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14353         * gdb.mi/mi-nsintrall.exp: Likewise.
14354         * gdb.mi/mi-nsmoribund.exp: Likewise.
14355         * gdb.mi/mi-nsthrexec.exp: Likewise.
14356         * gdb.mi/mi-watch-nonstop.exp: Likewise.
14357         * gdb.multi/watchpoint-multi.exp: Adjust comment.
14358         * gdb.python/py-evsignal.exp: Don't enable target-async.
14359         * gdb.python/py-evthreads.exp: Likewise.
14360         * gdb.python/py-prompt.exp: Likewise.
14361         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14362         * gdb.server/solib-list.exp: Don't enable target-async.
14363         * gdb.threads/thread-specific-bp.exp: Likewise.
14364         * lib/mi-support.exp: Adjust to use mi-async.
14365
14366 2014-05-29  Pedro Alves  <palves@redhat.com>
14367
14368         PR gdb/13860
14369         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14370         reason, even in sync mode.
14371
14372 2014-05-29  Pedro Alves  <palves@redhat.com>
14373             Hui Zhu  <hui@codesourcery.com>
14374
14375         PR PR15693
14376         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14377         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14378         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14379         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14380
14381 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
14382
14383         * config/monitor.exp (gdb_target_monitor): Replace use of
14384         "set remotebaud" by "set serial baud".
14385
14386 2014-05-26  Andy Wingo  <wingo@igalia.com>
14387
14388         * gdb.guile/scm-breakpoint.exp:
14389         * gdb.guile/scm-gsmob.exp: Update to use plain old object
14390         properties instead of gdb-object-properties.
14391
14392 2014-05-26  Yao Qi  <yao@codesourcery.com>
14393
14394         * gdb.server/no-thread-db.exp: Specify source file name
14395         explicitly when setting a breakpoint.
14396
14397 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14398
14399         * gdb.btrace/vdso.c: New.
14400         * gdb.btrace/vdso.exp: New.
14401
14402 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14403
14404         * gdb.base/gcore.exp (capture_command_output): Move ...
14405         * lib/gdb.exp (capture_command_output): ... here.
14406
14407 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14408
14409         * gdb.btrace/data.exp: Test memory access during btrace replay.
14410
14411 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
14412
14413         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14414
14415 2014-05-21  Pedro Alves  <palves@redhat.com>
14416
14417         PR gdb/13860
14418         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14419         (top level): Test that output related to execution commands is
14420         sent to the console with CLI commands, but not with MI commands.
14421         Test that breakpoint events are always mirrored to the console.
14422         Also expect the new source line to be output after a "next" in
14423         async mode too.  Make it a pass/fail test.
14424         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14425         output.
14426         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14427
14428 2014-05-21  Pedro Alves  <palves@redhat.com>
14429
14430         * gdb.base/list.exp (build_pattern, test_list): New procedures.
14431         Use them to test variations of "list" after reaching a breakpoint.
14432         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14433         Test "list" with listsize 10 after reaching a breakpoint.
14434         * gdb.python/python.exp (decode_line current location line
14435         number): Adjust expected line number.
14436
14437 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
14438
14439         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14440         behavior for $args, pass it directly to "run".
14441
14442 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
14443
14444         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14445         30000 to 65536.
14446
14447 2014-05-21  Pedro Alves  <palves@redhat.com>
14448
14449         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14450         auto-connect-native-target off".
14451         * gdb.base/auto-connect-native-target.c: New file.
14452         * gdb.base/auto-connect-native-target.exp: New file.
14453
14454 2014-05-21  Pedro Alves  <palves@redhat.com>
14455
14456         * gdb.base/default.exp: Test "target native" instead of "target
14457         child".
14458
14459 2014-05-21  Mark Wielaard  <mjw@redhat.com>
14460
14461         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14462
14463 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14464
14465         Fix TLS access for -static -pthread.
14466         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14467         <HAVE_TLS> (thread_function, main): Initialize it.
14468         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14469         Add clean_restart.
14470         <$have_tls != "">: Check TLSVAR.
14471
14472 2014-05-21  Pedro Alves  <palves@redhat.com>
14473
14474         * gdb.base/dcache-line-read-error.c: New.
14475         * gdb.base/dcache-line-read-error.exp: New.
14476
14477 2014-05-20  Pedro Alves  <palves@redhat.com>
14478
14479         * gdb.base/compare-sections.c: New file.
14480         * gdb.base/compare-sections.exp: New file.
14481
14482 2014-05-20  Pedro Alves  <palves@redhat.com>
14483
14484         * gdb.base/break-idempotent.c: New file.
14485         * gdb.base/break-idempotent.exp: New file.
14486
14487 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
14488
14489         * gdb.btrace/nohist.exp: New.
14490
14491 2014-05-20  Yao Qi  <yao@codesourcery.com>
14492
14493         * lib/gdb.exp (gdb_init): Set timeout if test file is under
14494         gdb.reverse directory and gdb_reverse_timeout exists in board
14495         setting.
14496         * README: Document gdb_reverse_timeout.
14497
14498 2014-05-20  Yao Qi  <yao@codesourcery.com>
14499
14500         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14501         'test_file_name'.  Treat args as a string instead of a list.
14502         (gdb_init): Rename argument 'args' by 'test_file_name'.
14503
14504 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14505
14506         * gdb.arch/powerpc-power.exp: New file.
14507         * gdb.arch/powerpc-power.s: New file.
14508
14509 2014-05-16  Doug Evans  <dje@google.com>
14510
14511         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14512         * gdb.base/completion.exp: Check that all expected files exist
14513         before doing file completion.
14514
14515 2014-05-16  Doug Evans  <dje@google.com>
14516
14517         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14518         Update.
14519         (do_syscall_tests_without_xml): Update.
14520
14521 2014-05-16  Pedro Alves  <palves@redhat.com>
14522
14523         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14524         instead of "unknown output after running".
14525
14526 2014-05-16  Yao Qi  <yao@codesourcery.com>
14527
14528         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
14529         file1.txt from host at the end.
14530         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14531
14532 2014-05-15  Doug Evans  <dje@google.com>
14533
14534         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14535         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14536         loading file.  Add test for TU lookup.
14537
14538 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14539
14540         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14541         calling "-exec-arguments" or "set args" before running the
14542         inferior.
14543
14544 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14545
14546         * lib/mi-support.exp (mi_expect_stop): Expect message for
14547         inferiors that exit with non-zero exit code.
14548
14549 2014-05-14  Yao Qi  <yao@codesourcery.com>
14550
14551         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14552         match absolute path on remote host.
14553         (test_file_list_exec_source_files): Remove "/" from the
14554         pattern.
14555
14556 2014-05-14  Yao Qi  <yao@codesourcery.com>
14557
14558         * boards/local-remote-host-notty.exp (${board}_file): New
14559         proc.
14560
14561 2014-05-07  Kyle McMartin  <kyle@redhat.com>
14562
14563         Pushed by Joel Brobecker  <brobecker@adacore.com>.
14564         * gdb.arch/aarch64-atomic-inst.c: New file.
14565         * gdb.arch/aarch64-atomic-inst.exp: New file.
14566
14567 2014-05-07  Yao Qi  <yao@codesourcery.com>
14568
14569         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14570         in current context" too.
14571
14572 2014-05-05  Keith Seitz  <keiths@redhat.com>
14573
14574         * gdb.linespec/ls-dollar.exp: Add test for linespec
14575         file:convenience_variable.
14576
14577 2014-05-05  Yao Qi  <yao@codesourcery.com>
14578
14579         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14580         traceframes into tfile and ctf trace files.  Read data from
14581         trace file and test collected data.
14582         (gdb_collect_locals_test): Likewise.
14583         (gdb_unavailable_registers_test): Likewise.
14584         (gdb_unavailable_floats): Likewise.
14585         (gdb_collect_globals_test): Likewise.
14586         (top-level): Append "ctf" to trace_file_targets if GDB
14587         supports.
14588
14589 2014-05-05  Yao Qi  <yao@codesourcery.com>
14590
14591         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14592         code to ...
14593         (gdb_collect_args_test_1): ... it.  New proc.
14594         (gdb_collect_locals_test): Move some code to ...
14595         (gdb_collect_locals_test_1): ... it.  New proc.
14596         (gdb_unavailable_registers_test): Move some code to ...
14597         (gdb_unavailable_registers_test_1): ... it.  New proc.
14598         (gdb_unavailable_floats): Move some code to ...
14599         (gdb_unavailable_floats_1): ... it.  New proc.
14600
14601 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14602
14603         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14604         probes to test for bitness recognition.
14605         * gdb.arch/amd64-stap-optional-prefix.exp
14606         (test_probe_value_without_reg): New procedure.
14607         Add code to test for different kinds of bitness.
14608
14609 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14610
14611         PR breakpoints/16889
14612         * gdb.arch/amd64-stap-optional-prefix.S: New file.
14613         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14614
14615 2014-05-01  Pedro Alves  <palves@redhat.com>
14616
14617         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
14618         gdb_file_cmd if no file is specified.
14619         * boards/native-extended-gdbserver.exp (gdb_load): Use the
14620         last_loaded_file to set the remote exec-file.
14621
14622 2014-05-01  Pedro Alves  <palves@redhat.com>
14623
14624         * boards/local-remote-host.exp: New file.
14625
14626 2014-05-01  Pedro Alves  <palves@redhat.com>
14627
14628         * boards/local-remote-host.exp: Rename to ...
14629         * boards/local-remote-host-notty.exp: ... this.
14630
14631 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
14632
14633         * gdb.ada/dyn_arrayidx: New testcase.
14634
14635 2014-04-26  Yao Qi  <yao@codesourcery.com>
14636
14637         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
14638         and compute the length of function main.  Save it in
14639         $main_length.
14640         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14641         (top-level): Use gdb_compile to compile objects into
14642         executable and restart GDB.  Remove invocation to
14643         prepare_for_testing.
14644
14645 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
14646             Pedro Alves  <palves@redhat.com>
14647
14648         PR server/16255
14649         * gdb.multi/multi-attach.c: New file.
14650         * gdb.multi/multi-attach.exp: New file.
14651
14652 2014-04-25  Pedro Alves  <palves@redhat.com>
14653
14654         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14655         user.
14656         (top level): Test that "set remote conditional-breakpoints-packet
14657         off" works as intended.
14658         * gdb.base/dprintf.exp: Test that "set remote
14659         breakpoint-commands-packet off" works as intended.
14660         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14661         New function.
14662         (top level): Call it.
14663         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14664         remote fast-tracepoints-packet off" works as intended.
14665         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14666         * lib/gdb.exp (gdb_is_target_remote): ... here.
14667
14668 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14669
14670         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14671         ensure clang would not discard them.
14672         * gdb.base/gdbvars.c: Ditto.
14673         * gdb.base/memattr.c: Ditto.
14674         * gdb.base/whatis.c: Ditto.
14675         * gdb.python/py-prettyprint.c: Ditto.
14676         * gdb.trace/actions.c: Ditto.
14677         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14678         ensure clang would not discard it.
14679
14680 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14681
14682         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14683         clang to emit the full definition of type required by the test
14684         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14685
14686 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14687
14688         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14689         coax Clang into emitting the definition of the type.
14690         * gdb.cp/pr10728-x.h (y): Ditto.
14691         * gdb.cp/pr10728-y.cc (y): Ditto.
14692
14693 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14694
14695         * gdb.base/label.exp: XFAIL label related tests under Clang.
14696         * gdb.cp/cplabel.exp: Ditto.
14697         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14698         under Clang those using labels.
14699
14700 2014-04-25  Yao Qi  <yao@codesourcery.com>
14701
14702         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14703         double_label.
14704         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14705         partial_label and double_label.
14706
14707 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14708
14709         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14710
14711 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14712
14713         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14714         of the function to work across GCC and Clang.
14715         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14716         pointer types (const void ** const V void **).
14717
14718 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14719             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14720
14721         * Makefile.in (EXECUTABLES): Added i386-avx512.
14722         * gdb.arch/i386-avx512.c: New file.
14723         * gdb.arch/i386-avx512.exp: Likewise.
14724
14725 2014-04-23  Keith Seitz  <keiths@redhat.com>
14726
14727         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14728         (mi_make_breakpoint_table): New procedure.
14729         (mi_create_breakpoint): Use mi_make_breakpoint
14730         and return the result.
14731         (mi_make_breakpoint): New procedure.
14732         (mi_build_kv_pairs): New procedure.
14733
14734         * gdb.mi/mi-break.exp: Remove unused globals,
14735         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14736         All callers updated.
14737         * gdb.mi/mi-dprintf.exp: Use variable to track command
14738         number.
14739         Update all callers of mi_create_breakpoint and use
14740         mi_make_breakpoint_table.
14741         Remove any unused global variables.
14742         * gdb.mi/mi-nonstop.exp: Likewise.
14743         * gdb.mi/mi-nsintrall.exp: Likewise.
14744         * gdb.mi/mi-nsmoribund.exp: Likewise.
14745         * gdb.mi/mi-nsthrexec.exp: Likewise.
14746         * gdb.mi/mi-reverse.exp: Likewise.
14747         * gdb.mi/mi-simplerun.exp: Likewise.
14748         * gdb.mi/mi-stepn.exp: Likewise.
14749         * gdb.mi/mi-syn-frame.exp: Likewise.
14750         * gdb.mi/mi-until.exp: Likewise.
14751         * gdb.mi/mi-var-cp.exp: Likewise.
14752         * gdb.mi/mi-var-display.exp: Likewise.
14753         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14754         * gdb.mi/mi2-var-child.exp: Likewise.
14755         * gdb.mi/mi-vla-c99.exp: Likewise.
14756         * lib/mi-support.exp: Likewise.
14757
14758         From Ian Lance Taylor  <iant@cygnus.com>:
14759         * lib/gdb.exp (parse_args): New procedure.
14760
14761 2014-04-23  Pedro Alves  <palves@redhat.com>
14762
14763         * gdb.base/break-unload-file.c: New file.
14764         * gdb.base/break-unload-file.exp: New file.
14765         * gdb.base/sym-file-lib.c (baz): New function.
14766         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14767         field.
14768         (load): Store the segment's mapped size.
14769         (unload): New function.
14770         (unload_shlib): New function.
14771         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14772         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14773         set a breakpoint at baz, and call it.
14774         * gdb.base/sym-file.exp: New tests for stale breakpoint
14775         instructions.
14776
14777 2014-04-23  Pedro Alves  <palves@redhat.com>
14778
14779         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14780         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14781         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14782         * gdb.base/hbreak-unmapped.c: New file.
14783         * gdb.base/hbreak-unmapped.exp: New file.
14784         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14785         * lib/gdb.exp (gdb_is_target_remote): ... here.
14786
14787 2014-04-22  Pedro Alves  <palves@redhat.com>
14788
14789         * gdb.base/consecutive-step-over.c: New file.
14790         * gdb.base/consecutive-step-over.exp: New file.
14791
14792 2014-04-22  Pedro Alves  <palves@redhat.com>
14793
14794         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14795         instead of send_gdb/gdb_expect.
14796
14797 2014-04-22  Yao Qi  <yao@codesourcery.com>
14798
14799         * lib/trace-support.exp (generate_tracefile): New procedure.
14800         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14801         return 0.
14802         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14803         if generate_tracefile returns 1.
14804
14805 2014-04-18  Tom Tromey  <palves@redhat.com>
14806             Pedro alves  <tromey@redhat.com>
14807
14808         PR backtrace/15558
14809         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14810         with a backtrace limit.
14811         * gdb.python/py-frame-inline.exp: Test running to an inline
14812         function with a backtrace limit, and printing the newest frame.
14813         * gdb.python/py-frame-inline.c (main): Call f.
14814
14815 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14816
14817         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14818
14819 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14820
14821         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14822         Drop prefix from unsupported source file path.
14823
14824 2014-04-17  Yao Qi  <yao@codesourcery.com>
14825
14826         * lib/gdb.exp (with_target_charset): New proc.
14827         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14828         with_target_charset.
14829         (test_print_strings): Likewise.
14830         (test_repeat_bytes): Likewise.
14831         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14832         for some tests.
14833
14834 2014-04-16  Keith Seitz  <keiths@redhat.com>
14835
14836         PR gdb/15827
14837         * gdb.dwarf2/corrupt.c: New file.
14838         * gdb.dwarf2/corrupt.exp: New file.
14839
14840 2014-04-16  Keith Seitz  <keiths@redhat.com>
14841
14842         PR c++/16597
14843         * gdb.cp/namelessclass.cc: New file.
14844         * gdb.cp/namelessclass.exp: New file.
14845         * gdb.cp/namelessclass.S: New file.
14846
14847 2014-04-16  Doug Evans  <dje@google.com>
14848
14849         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14850         Add comment.
14851         (gdbserver_default_get_comm_port): New function.
14852         (gdbserver_start): Check if board file provided
14853         "gdbserver,get_comm_port" and use it if so.
14854         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14855         (gdb,socketport): Set to "stdio".
14856         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14857         (stdio_gdbserver_template): Delete.
14858         (${board}_get_remote_address): Update.
14859         (${board}_build_remote_cmd): Delete.
14860         (${board}_get_comm_port): New function.
14861         (${board}_spawn): Update.
14862         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14863         Delete.
14864         (${board}_get_remote_address): Update.
14865         (${board}_get_comm_port): New function.
14866
14867 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14868
14869         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14870         appearing in any order.
14871
14872 2014-04-15  Doug Evans  <dje@google.com>
14873
14874         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14875         uninitialized value of "description".
14876
14877 2014-04-15  Keith Seitz  <keiths@redhat.com>
14878
14879         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14880         Remove unused globals.
14881         (test_running_the_program): Likewise.
14882         (test_controlled_execution): Likewise.
14883         (test_controlling_breakpoints): Likewise.
14884         (test_program_termination): Likewise.
14885
14886 2014-04-15  Keith Seitz  <keiths@redhat.com>
14887
14888         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14889         unused globals.
14890         (test_rbreak_creation_and_listing): Likewise.
14891         (test_ignore_count): Likewise.
14892         (test_error): Likewise.
14893
14894 2014-04-15  Pedro Alves  <palves@redhat.com>
14895
14896         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14897         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14898         sym-file-loader.c.
14899         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14900         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14901         to sym-file-loader.c.
14902         (struct library): Forward declare.
14903         (load_shlib, lookup_function): Change prototypes.
14904         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14905         (translate_offset): Remove declarations.
14906         (get_text_addr): New declaration.
14907         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14908         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14909         sym-file-loader.h.
14910         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14911         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14912         here from sym-file-loader.h.
14913         (struct library): New structure.
14914         (load_shlib, lookup_function): Change prototypes and adjust to
14915         work with a struct library.
14916         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14917         (translate_offset): Make static.
14918         (get_text_addr): New function.
14919         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14920
14921 2014-04-15  Pedro Alves  <palves@redhat.com>
14922
14923         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14924
14925 2014-04-15  Pedro Alves  <palves@redhat.com>
14926
14927         * gdb.base/sym-file-loader.c: Include <limits.h>.
14928         (SELF_LINK): New define.
14929         (get_origin): New function.
14930         (load_shlib): Use it.
14931         * gdb.base/sym-file.exp: Don't early return if the target is
14932         remote.  Use runto_main, and issue fail is that fails.  Use
14933         gdb_load_shlibs.
14934         (shlib_name): Delete.
14935         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14936
14937 2014-04-15  Pedro Alves <palves@redhat.com>
14938
14939         * gdb.base/sym-file.exp: Remove regex characters from test
14940         message.  Don't refer to breakpoint numbers in test messages.
14941
14942 2014-04-14  Keith Seitz  <keiths@redhat.com>
14943
14944         PR c++/16253
14945         * gdb.cp/var-tag.cc: New file.
14946         * gdb.cp/var-tag.exp: New file.
14947         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14948         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14949         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14950         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14951
14952 2014-04-14  Tom Tromey  <tromey@redhat.com>
14953
14954         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14955         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14956         type.
14957         * gdb.cp/enum-class.exp: New file.
14958         * gdb.cp/enum-class.cc: New file.
14959
14960 2014-04-14  Tom Tromey  <tromey@redhat.com>
14961
14962         * gdb.dwarf2/enum-type.exp: New file.
14963
14964 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14965
14966         * gdb.mi/mi-vla-c99.exp: New file.
14967         * gdb.mi/vla.c: New file.
14968
14969 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14970
14971         * gdb.base/vla-datatypes.c: New file.
14972         * gdb.base/vla-datatypes.exp: New file.
14973
14974 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14975
14976         * gdb.base/vla-ptr.c: New file.
14977         * gdb.base/vla-ptr.exp: New file.
14978
14979 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14980
14981         * gdb.dwarf2/count.exp: New file.
14982
14983 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14984
14985         * gdb.base/vla-sideeffect.c: New file.
14986         * gdb.base/vla-sideeffect.exp: New file.
14987
14988 2014-04-14  David Blaikie <dblaikie@gmail.com>
14989
14990         * gdb.mi/non-stop.c: Add return value for non-void function return
14991         statement.
14992         * gdb.threads/staticthreads.c: Ditto.
14993
14994 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14995             Doug Evans  <xdje42@gmail.com>
14996
14997         * gdb.guile/scm-value.c: Improve test case.
14998         * gdb.guile/scm-value.exp: Add new test.
14999
15000 2014-04-11  David Blaikie  <dblaikie@gmail.com>
15001
15002         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15003         override Clang's default.
15004
15005 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
15006
15007         Revert the following changes (regressions):
15008
15009         * gdb.base/vla-sideeffect.c: New file.
15010         * gdb.base/vla-sideeffect.exp: New file.
15011
15012         * gdb.dwarf2/count.exp: New file.
15013
15014         * gdb.base/vla-multi.c: New file.
15015         * gdb.base/vla-multi.exp: New file.
15016
15017         * gdb.base/vla-ptr.c: New file.
15018         * gdb.base/vla-ptr.exp: New file.
15019
15020         * gdb.base/vla-datatypes.c: New file.
15021         * gdb.base/vla-datatypes.exp: New file.
15022
15023         * gdb.mi/mi-vla-c99.exp: New file.
15024         * gdb.mi/vla.c: New file.
15025
15026 2014-04-11  Keith Seitz  <keiths@redhat.com>
15027
15028         PR c++/16675
15029         * gdb.cp/cpsizeof.exp: New file.
15030         * gdb.cp/cpsizeof.cc: New file.
15031
15032 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15033
15034         * gdb.mi/mi-vla-c99.exp: New file.
15035         * gdb.mi/vla.c: New file.
15036
15037 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15038
15039         * gdb.base/vla-datatypes.c: New file.
15040         * gdb.base/vla-datatypes.exp: New file.
15041
15042 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15043
15044         * gdb.base/vla-ptr.c: New file.
15045         * gdb.base/vla-ptr.exp: New file.
15046
15047 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15048
15049         * gdb.base/vla-multi.c: New file.
15050         * gdb.base/vla-multi.exp: New file.
15051
15052 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15053
15054         * gdb.dwarf2/count.exp: New file.
15055
15056 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15057
15058         * gdb.base/vla-sideeffect.c: New file.
15059         * gdb.base/vla-sideeffect.exp: New file.
15060
15061 2014-04-11  Yao Qi  <yao@codesourcery.com>
15062
15063         * gdb.base/completion.exp: Check file exists before running tests
15064         on file completion.
15065
15066 2014-04-10  Pedro Alves  <palves@redhat.com>
15067
15068         * gdb.base/cond-eval-mode.c: New file.
15069         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
15070         prepare_for_testing to build the new file.  Check result of
15071         runto_main.
15072         (test_break, test_watch): New procedures.
15073         (top level): Use them.
15074
15075 2014-04-08  Pierre Muller  <muller@sourceware.org>
15076
15077         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15078         Ctrl-V use for mingw hosts.
15079
15080 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
15081
15082         * gdb.python/py-value.c: Improve test case.
15083         * gdb.python/py-value.exp: Add new test.
15084
15085 2014-04-07  David Blaikie  <dblaikie@gmail.com>
15086
15087         * lib/compiler.c: Identify the clang compiler.
15088         * lib/compiler.cc: Ditto.
15089
15090 2014-04-03  Yao Qi  <yao@codesourcery.com>
15091
15092         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15093
15094 2014-04-01  Anton Blanchard  <anton@samba.org>
15095
15096         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
15097         messages unique.
15098
15099 2014-04-01  Anton Blanchard  <anton@samba.org>
15100
15101         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15102         prepare_for_testing.
15103
15104 2014-04-01  Anton Blanchard  <anton@samba.org>
15105
15106         * gdb.arch/ppc64-atomic-inst.c: Remove.
15107         * gdb.arch/ppc64-atomic-inst.S: New file.
15108         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15109
15110 2014-03-31  Doug Evans  <dje@google.com>
15111
15112         * gdb.base/print-symbol-loading-lib.c: New file.
15113         * gdb.base/print-symbol-loading-main.c: New file.
15114         * gdb.base/print-symbol-loading.exp: New file.
15115
15116 2014-03-31  Yao Qi  <yao@codesourcery.com>
15117
15118         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15119
15120 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
15121
15122         * gdb.ada/mi_dyn_arr: New testcase.
15123
15124 2014-03-27  Doug Evans  <dje@google.com>
15125
15126         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15127
15128 2014-03-27  Yao Qi  <yao@codesourcery.com>
15129
15130         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15131         if target is nios2-*-*.
15132
15133 2014-03-26  Yao Qi  <yao@codesourcery.com>
15134
15135         * lib/gdb.exp (readline_is_used): New proc.
15136         * gdb.base/completion.exp: Move tests on command complete up.
15137         Skip the rest of tests if readline is not used.
15138         * gdb.ada/complete.exp: Skp the test if readline is not
15139         used.
15140         * gdb.base/filesym.exp: Likewise.
15141         * gdb.base/macscp.exp: Likewise.
15142         * gdb.base/readline-ask.exp: Likewise.
15143         * gdb.base/readline.exp: Likewise.
15144         * gdb.python/py-cmd.exp: Likewise.
15145         * gdb.trace/tfile.exp: Likewise.
15146
15147 2014-03-26  Yao Qi  <yao@codesourcery.com>
15148
15149         * gdb.base/macscp.exp: Fix code format issues.
15150
15151 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
15152
15153         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15154         * gdb.asm/powerpc64le.inc: New file.
15155
15156 2014-03-25  Pedro Alves  <palves@redhat.com>
15157             Doug Evans  <dje@google.com>
15158
15159         * gdb.base/source-execution.c: New file.
15160         * gdb.base/source-execution.exp: New file.
15161         * gdb.base/source-execution.gdb: New file.
15162
15163 2014-03-24  Doug Evans  <dje@google.com>
15164
15165         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15166         using fission.
15167
15168 2014-03-24  Hui Zhu  <hui@codesourcery.com>
15169             Pedro Alves  <palves@redhat.com>
15170
15171         PR breakpoints/16101
15172         * gdb.base/dprintf.exp: Use unsupported rather than changing the
15173         test pass/fail messages.  Detect missing support for dprintf when
15174         breakpoints are actually inserted.
15175         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15176         breakpoints are actually inserted.
15177         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15178         fails.
15179
15180 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
15181
15182         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15183
15184 2014-03-22  Doug Evans  <xdje42@gmail.com>
15185
15186         * gdb.python/python.exp (python not supported): Verify multi-line
15187         python command issues an error.
15188         * gdb.guile/guile.exp (guile not supported): Verify multi-line
15189         guile command issues an error.
15190
15191 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
15192
15193         * gdb.threads/thread-specific.exp: Handle the lack of usable
15194         $this_breakpoint and $this_thread.
15195
15196 2014-03-21  Hui Zhu  <hui@codesourcery.com>
15197
15198         * gdb.base/attach.exp (do_command_attach_tests): New.
15199
15200 2014-03-20  Tom Tromey  <tromey@redhat.com>
15201             Pedro Alves  <palves@redhat.com>
15202
15203         PR cli/15718
15204         * gdb.base/condbreak-call-false.c: New file.
15205         * gdb.base/condbreak-call-false.exp: New file.
15206
15207 2014-03-20  Pedro Alves  <palves@redhat.com>
15208
15209         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15210         Delete.
15211         (block_signals, unblock_signals): Delete.
15212         (child_function_2, main): Remove references to deleted variable
15213         and functions.
15214
15215 2014-03-20  Pedro Alves  <palves@redhat.com>
15216
15217         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15218         Use pthread_kill to signal thread 2.
15219         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15220         Adjust to make the test send itself a signal rather than using the
15221         host's "kill" command.
15222
15223 2014-03-20  Pedro Alves  <palves@redhat.com>
15224
15225         * gdb.threads/multiple-step-overs.c: New file.
15226         * gdb.threads/multiple-step-overs.exp: New file.
15227         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15228         Adjust expected infrun debug output.
15229
15230 2014-03-20  Pedro Alves  <palves@redhat.com>
15231
15232         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15233         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15234
15235 2014-03-20  Pedro Alves  <palves@redhat.com>
15236
15237         PR breakpoints/7143
15238         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15239         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
15240         of gdb_test_multiple.
15241         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15242         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15243
15244 2014-03-20  Pedro Alves  <palves@redhat.com>
15245
15246         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15247         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15248
15249 2014-03-19  Pedro Alves  <palves@redhat.com>
15250
15251         * gdb.base/async.exp: Remove early return.
15252
15253 2014-03-19  Pedro Alves  <palves@redhat.com>
15254
15255         * gdb.base/async.exp (step& tests): Pass explicit test messages.
15256
15257 2014-03-19  Pedro Alves  <palves@redhat.com>
15258
15259         * gdb.base/async.exp (test_background): Expect \r\n after
15260         "completed." in the fail pattern.
15261
15262 2014-03-19  Pedro Alves  <palves@redhat.com>
15263
15264         * gdb.base/async.exp (test_background): New procedure.
15265         Use it for all background execution command tests.
15266
15267 2014-03-19  Pedro Alves  <palves@redhat.com>
15268
15269         * gdb.base/async.exp: Use prepare_for_testing.
15270
15271 2014-03-19  Pedro Alves  <palves@redhat.com>
15272
15273         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
15274         the same line.
15275
15276 2014-03-19  Pedro Alves  <palves@redhat.com>
15277
15278         * gdb.base/async.c (main): Add "jump here" and "until here" line
15279         marker comments.
15280         * gdb.base/async.exp (jump_here): New global.
15281         (jump& test): Use it.
15282         (until_here): New global.
15283         (until& test): Use it.
15284
15285 2014-03-19  Pedro Alves  <palves@redhat.com>
15286
15287         * gdb.base/async.exp: Don't frob gdb_protocol.
15288
15289 2014-03-18  Doug Evans  <xdje42@gmail.com>
15290
15291         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
15292         Fix spelling of exec-done-display.
15293
15294 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
15295
15296         PR gdb/15358
15297         * gdb.base/gdb-sigterm.c: New file.
15298         * gdb.base/gdb-sigterm.exp: New file.
15299
15300 2014-03-18  Pedro Alves  <palves@redhat.com>
15301
15302         PR gdb/13860
15303         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15304         * lib/mi-support.exp (mi_expect_stop): Add special handling for
15305         solib-event.
15306
15307 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
15308
15309         * gdb.ada/pckd_arr_ren: New testcase.
15310
15311 2014-03-13  Doug Evans  <xdje42@gmail.com>
15312
15313         PR guile/16612
15314         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15315         collect after discarding symbols.
15316
15317 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
15318             Doug Evans  <xdje42@gmail.com>
15319
15320         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15321         to history survives a gc.
15322
15323 2014-03-13  Pedro Alves  <palves@redhat.com>
15324
15325         * gdb.base/default.exp: Don't test "target procfs".
15326
15327 2014-03-13  Pedro Alves  <palves@redhat.com>
15328
15329         * gdb.base/default.exp: Update "target child" and "target procfs"
15330         tests to not expect "Unix".
15331
15332 2014-03-12  Tom Tromey  <tromey@redhat.com>
15333
15334         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15335         New procs.  Add target-async tests.
15336         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15337         Add target-async tests.
15338
15339 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15340
15341         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15342         'func_start' and 'func_end' for the beginning and end of the
15343         function code, respectively.
15344         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15345         'func_end' instead of 'func' and 'main'.
15346
15347 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15348
15349         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15350         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15351         generate the debug info assembler source.
15352
15353 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15354
15355         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15356         * gdb.dwarf2/arr-subrange.exp: Likewise.
15357         * gdb.dwarf2/dwz.exp: Likewise.
15358         * gdb.dwarf2/method-ptr.exp: Likewise.
15359         * gdb.dwarf2/missing-sig-type.exp: Likewise.
15360         * gdb.dwarf2/subrange.exp: Likewise.
15361         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15362         * gdb.dwarf2/implptrpiece.exp: Likewise.
15363         * gdb.dwarf2/nostaticblock.exp: Likewise.
15364
15365 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15366
15367         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15368         directory to absolute path name arguments.
15369
15370 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
15371
15372         * gdb.ada/tagged_access: New testcase.
15373
15374 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
15375
15376         * gdb.btrace/data.exp: Update expected output.
15377
15378 2014-03-06  Yao Qi  <yao@codesourcery.com>
15379
15380         * gdb.trace/pr16508.exp: New file.
15381
15382 2014-03-05  Pedro Alves  <palves@redhat.com>
15383
15384         PR gdb/16575
15385         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15386         procedure.
15387         (top level): Adjust to use it.  Add tests that exercise breakpoint
15388         interaction with the code-cache.
15389
15390 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
15391
15392         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15393         test for 'history-append!'.
15394
15395 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15396
15397         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15398         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15399         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15400         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15401         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15402         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15403
15404 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15405
15406         * testsuite/gdb.python/py-pp-re-notag.c: New file.
15407         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15408         * testsuite/gdb.python/py-pp-re-notag.p: New file.
15409
15410 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15411
15412         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15413
15414 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15415
15416         * gdb.dwarf2/arr-stride.c: New file.
15417         * gdb.dwarf2/arr-stride.exp: New file.
15418
15419 2014-02-26  Pedro Alves  <palves@redhat.com>
15420
15421         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15422         that won't ever trigger.  Make sure that GDB reports the correct
15423         breakpoint that caused the stop.
15424
15425 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15426
15427         PR gdb/16626
15428         * gdb.base/auto-load-script: New file.
15429         * gdb.base/auto-load.c: New file.
15430         * gdb.base/auto-load.exp: New file.
15431
15432         PR gdb/16626
15433         * gdb.base/auto-load.exp: Fix out-of-srctree run.
15434
15435 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15436
15437         Fix dw2-icycle.exp -fsanitize=address GDB crash.
15438         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15439
15440 2014-02-24  Doug Evans  <dje@google.com>
15441
15442         * lib/gdb.exp (run_on_host): Log error output if program fails.
15443
15444 2014-02-21  Pedro Alves  <palves@redhat.com>
15445
15446         * gdb.threads/step-after-sr-lock.c: Rename to ...
15447         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15448         * gdb.threads/step-after-sr-lock.exp: Rename to ...
15449         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15450         ... this.
15451
15452 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
15453
15454         PR tdep/16397
15455         * gdb.arch/amd64-stap-special-operands.exp: New file.
15456         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15457         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15458         * gdb.arch/amd64-stap-triplet.S: Likewise.
15459         * gdb.arch/amd64-stap-triplet.c: Likewise.
15460
15461 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
15462
15463         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15464         in .section pseudo-op.
15465
15466 2014-02-20  lin zuojian  <manjian2006@gmail.com>
15467             Joel Brobecker  <brobecker@adacore.com>
15468             Doug Evans  <xdje42@gmail.com>
15469
15470         PR symtab/16581
15471         * gdb.dwarf2/dw2-icycle.S: New file.
15472         * gdb.dwarf2/dw2-icycle.c: New file.
15473         * gdb.dwarf2/dw2-icycle.exp: New file.
15474
15475 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
15476
15477         * gdb.python/py-value-cc.cc: Improve test case to enable testing
15478         operations on gdb.Value objects.
15479         * gdb.python/py-value-cc.exp: Add new test to test operations on
15480         gdb.Value objects.
15481
15482 2014-02-18  Doug Evans  <dje@google.com>
15483
15484         * Makefile.in (TESTS): New variable.
15485         (expanded_tests, expanded_tests_or_none): New variables
15486         (check-single): Pass $(expanded_tests_or_none) to runtest.
15487         (check-parallel): Only run tests in $(TESTS) if non-empty.
15488         (check/no-matching-tests-found): New rule.
15489         * README: Document TESTS makefile variable.
15490
15491 2014-02-18  Doug Evans  <dje@google.com>
15492
15493         * Makefile.in (check-parallel): rm -rf outputs temp.
15494
15495 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15496
15497         Fix "ERROR: no fileid for" in the testsuite.
15498         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15499
15500 2014-02-12  Doug Evans  <dje@google.com>
15501
15502         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15503         (MISCELLANEOUS): New variable.
15504         (clean): rm -rf $(MISCELLANEOUS).
15505         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15506         dwp live in the same directory as symlinks, with each symlink pointed
15507         to a differently named file in a different directory.
15508
15509 2014-02-11  Doug Evans  <dje@google.com>
15510
15511         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15512         of Tcl file commands.
15513
15514 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
15515
15516         * gdb.threads/step-after-sr-lock.exp: Avoid executing
15517         "kill -SIGUSR1 -1".
15518
15519 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
15520
15521         * gdb.ada/tick_length_array_enum_idx: New testcase.
15522
15523 2014-02-10  Doug Evans  <xdje42@gmail.com>
15524
15525         * configure.ac (AC_OUTPUT): Add gdb.guile.
15526         * configure: Regenerate.
15527         * lib/gdb-guile.exp: New file.
15528         * lib/gdb.exp (get_target_charset): New function.
15529         * gdb.base/help.exp: Update expected output from "apropos apropos".
15530         * gdb.guile/Makefile.in: New file.
15531         * gdb.guile/guile.exp: New file.
15532         * gdb.guile/scm-arch.c: New file.
15533         * gdb.guile/scm-arch.exp: New file.
15534         * gdb.guile/scm-block.c: New file.
15535         * gdb.guile/scm-block.exp: New file.
15536         * gdb.guile/scm-breakpoint.c: New file.
15537         * gdb.guile/scm-breakpoint.exp: New file.
15538         * gdb.guile/scm-disasm.c: New file.
15539         * gdb.guile/scm-disasm.exp: New file.
15540         * gdb.guile/scm-equal.c: New file.
15541         * gdb.guile/scm-equal.exp: New file.
15542         * gdb.guile/scm-error.exp: New file.
15543         * gdb.guile/scm-error.scm: New file.
15544         * gdb.guile/scm-frame-args.c: New file.
15545         * gdb.guile/scm-frame-args.exp: New file.
15546         * gdb.guile/scm-frame-args.scm: New file.
15547         * gdb.guile/scm-frame-inline.c: New file.
15548         * gdb.guile/scm-frame-inline.exp: New file.
15549         * gdb.guile/scm-frame.c: New file.
15550         * gdb.guile/scm-frame.exp: New file.
15551         * gdb.guile/scm-generics.exp: New file.
15552         * gdb.guile/scm-gsmob.exp: New file.
15553         * gdb.guile/scm-iterator.c: New file.
15554         * gdb.guile/scm-iterator.exp: New file.
15555         * gdb.guile/scm-math.c: New file.
15556         * gdb.guile/scm-math.exp: New file.
15557         * gdb.guile/scm-objfile-script-gdb.in: New file.
15558         * gdb.guile/scm-objfile-script.c: New file.
15559         * gdb.guile/scm-objfile-script.exp: New file.
15560         * gdb.guile/scm-objfile.c: New file.
15561         * gdb.guile/scm-objfile.exp: New file.
15562         * gdb.guile/scm-ports.exp: New file.
15563         * gdb.guile/scm-pretty-print.c: New file.
15564         * gdb.guile/scm-pretty-print.exp: New file.
15565         * gdb.guile/scm-pretty-print.scm: New file.
15566         * gdb.guile/scm-section-script.c: New file.
15567         * gdb.guile/scm-section-script.exp: New file.
15568         * gdb.guile/scm-section-script.scm: New file.
15569         * gdb.guile/scm-symbol.c: New file.
15570         * gdb.guile/scm-symbol.exp: New file.
15571         * gdb.guile/scm-symtab-2.c: New file.
15572         * gdb.guile/scm-symtab.c: New file.
15573         * gdb.guile/scm-symtab.exp: New file.
15574         * gdb.guile/scm-type.c: New file.
15575         * gdb.guile/scm-type.exp: New file.
15576         * gdb.guile/scm-value-cc.cc: New file.
15577         * gdb.guile/scm-value-cc.exp: New file.
15578         * gdb.guile/scm-value.c: New file.
15579         * gdb.guile/scm-value.exp: New file.
15580         * gdb.guile/source2.scm: New file.
15581         * gdb.guile/types-module.cc: New file.
15582         * gdb.guile/types-module.exp: New file.
15583
15584 2014-02-10  Yao Qi  <yao@codesourcery.com>
15585
15586         PR testsuite/16543
15587         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15588         * configure: Regenerated.
15589         * Makefile.in: New file.
15590
15591 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
15592
15593         * gdb.python/py-framefilter.exp: Fix typo.
15594
15595 2014-02-08  Yao Qi  <yao@codesourcery.com>
15596
15597         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15598         that no =breakpoint-modified is emitted when breakpoints are
15599         modified through MI commands.
15600
15601 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
15602             Pedro Alves  <palves@redhat.com>
15603
15604         * gdb.threads/step-after-sr-lock.c: New file.
15605         * gdb.threads/step-after-sr-lock.exp: New file.
15606
15607 2014-02-07  Pedro Alves  <palves@redhat.com>
15608
15609         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15610
15611 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15612
15613         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15614         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15615
15616 2014-02-06  Doug Evans  <xdje42@gmail.com>
15617
15618         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15619         output.
15620
15621         * gdb.gdb/python-interrupts.exp: New file.
15622
15623 2014-02-05  Yao Qi  <yao@codesourcery.com>
15624
15625         * gdb.trace/report.exp (use_collected_data): Test the output
15626         of "info threads" and "info inferiors".
15627
15628 2014-02-05  Yao Qi  <yao@codesourcery.com>
15629
15630         Revert this patch:
15631
15632         2013-05-24  Yao Qi  <yao@codesourcery.com>
15633
15634         * gdb.trace/tfile.exp: Test inferior and thread.
15635
15636 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15637
15638         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15639         on a function.
15640         * gdb.base/step-bt.c: Call hello via function pointer to make
15641         sure its first instruction is executed on powerpc64le-linux.
15642
15643 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15644
15645         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15646
15647 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15648
15649         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
15650         of the test patterns for use on little-endian systems.
15651
15652 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15653
15654         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15655         (decimal_vector): Fix for little-endian.
15656
15657 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
15658
15659         * gdb.arch/sparc-sysstep.exp: New file.
15660         * gdb.arch/sparc-sysstep.c: Likewise.
15661
15662         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15663
15664 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15665
15666         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15667
15668 2014-01-23  Tom Tromey  <tromey@redhat.com>
15669
15670         * gdb.ada/array_char_idx: New testcase.
15671
15672 2014-01-23  Tom Tromey  <tromey@redhat.com>
15673
15674         PR python/16487:
15675         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15676         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15677         classes.
15678
15679 2014-01-23  Tom Tromey  <tromey@redhat.com>
15680
15681         PR python/16491:
15682         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15683         string from an inferior frame.
15684         * gdb.python/py-framefilter-mi.exp: Update.
15685
15686 2014-01-22  Doug Evans  <dje@google.com>
15687
15688         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15689
15690 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15691
15692         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15693
15694 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15695
15696         * gdb.trace/entry-values.exp: Remove excess space character from
15697         regex patterns.  Handle s390 call instruction.
15698
15699 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15700
15701         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15702         define "*_start" label.  Make "name" static.
15703         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15704         ${name} by references to ${name}_start.
15705
15706 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15707
15708         * gdb.base/info-macros.exp: Remove "debug" from the compile
15709         options.
15710
15711 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15712
15713         * gdb.dlang/demangle.exp: New file.
15714
15715 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15716
15717         * gdb.dlang/primitive-types.exp: New file.
15718
15719 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15720
15721         * configure.ac: Create gdb.dlang/Makefile.
15722         * configure: Regenerate.
15723         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15724         * gdb.dlang/Makefile.in: New file.
15725         * lib/d-support.exp: New file.
15726         * lib/gdb.exp (skip_d_tests): New proc.
15727
15728 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15729
15730         * gdb.btrace/delta.exp: Check reverse stepi.
15731         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15732         * gdb.btrace/finish.exp: New.
15733         * gdb.btrace/next.exp: New.
15734         * gdb.btrace/nexti.exp: New.
15735         * gdb.btrace/record_goto.c: Add comments.
15736         * gdb.btrace/step.exp: New.
15737         * gdb.btrace/stepi.exp: New.
15738         * gdb.btrace/multi-thread-step.c: New.
15739         * gdb.btrace/multi-thread-step.exp: New.
15740         * gdb.btrace/rn-dl-bind.c: New.
15741         * gdb.btrace/rn-dl-bind.exp: New.
15742         * gdb.btrace/data.c: New.
15743         * gdb.btrace/data.exp: New.
15744         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15745
15746 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15747
15748         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15749         * gdb.btrace/exception.exp: Update.
15750         * gdb.btrace/instruction_history.exp: Update.
15751         * gdb.btrace/record_goto.exp: Update.
15752         * gdb.btrace/tailcall.exp: Update.
15753         * gdb.btrace/unknown_functions.exp: Update.
15754         * gdb.btrace/delta.exp: New.
15755
15756 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15757
15758         * gdb.btrace/record_goto.exp: Add backtrace test.
15759         * gdb.btrace/tailcall.exp: Add backtrace test.
15760
15761 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15762
15763         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15764         * gdb.btrace/record_goto.c: New.
15765         * gdb.btrace/record_goto.exp: New.
15766         * gdb.btrace/x86-record_goto.S: New.
15767
15768 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15769
15770         * gdb.btrace/function_call_history.exp: Update tests.
15771         * gdb.btrace/instruction_history.exp: Update tests.
15772
15773 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15774
15775         * gdb.btrace/function_call_history.exp: Fix expected field
15776         order for "record function-call-history".
15777         Add new tests for "record function-call-history /c".
15778         * gdb.btrace/exception.cc: New.
15779         * gdb.btrace/exception.exp: New.
15780         * gdb.btrace/tailcall.exp: New.
15781         * gdb.btrace/x86-tailcall.S: New.
15782         * gdb.btrace/x86-tailcall.c: New.
15783         * gdb.btrace/unknown_functions.c: New.
15784         * gdb.btrace/unknown_functions.exp: New.
15785         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15786
15787 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15788
15789         * gdb.btrace/instruction_history.exp: Update.
15790         * gdb.btrace/function_call_history.exp: Update.
15791
15792 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15793
15794         * gdb.btrace/function_call_history.exp: Fix expected function
15795         trace.
15796         * gdb.btrace/instruction_history.exp: Initialize traced.
15797         Remove traced_functions.
15798
15799 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15800
15801         * gdb.btrace/function_call_history.exp: Update
15802         * gdb.btrace/instruction_history.exp: Update.
15803
15804 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15805
15806         * gdb.btrace/enable.exp: Update expected text.
15807
15808 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15809
15810         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15811         bytes.
15812
15813 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15814
15815         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15816
15817 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15818
15819         * lib/gdb.exp (supports_process_record): Return true for
15820         arm*-linux*.  (supports_reverse): Likewise.
15821
15822 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15823
15824         PR python/15464
15825         PR python/16113
15826         * gdb.python/py-type.c: Enhance test case.
15827         * gdb.python/py-value-cc.cc: Likewise
15828         * gdb.python/py-type.exp: Add new tests.
15829         * gdb.python/py-value-cc.exp: Likewise
15830
15831 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15832             Pedro Alves <palves@redhat.com>
15833
15834         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15835         Make "name" extern.
15836         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15837         references to ${name}_start by references to ${name}.
15838
15839 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15840
15841         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15842
15843 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15844
15845         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15846
15847 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15848             Pedro Alves  <palves@redhat.com>
15849
15850         * gdb.mi/mi-info-os.exp: Connect to the target with
15851         mi_gdb_target_load.
15852
15853 2014-01-08  Pedro Alves  <palves@redhat.com>
15854
15855         * gdb.threads/reconnect-signal.c: New file.
15856         * gdb.threads/reconnect-signal.exp: New file.
15857
15858 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15859
15860         * gdb.base/source-dir.exp: New file.
15861
15862 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15863
15864         * gdb.ada/mi_interface: New testcase.
15865
15866 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15867
15868         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15869         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15870         gdb.ada/pp-rec-component/pck.ads: New files.
15871
15872 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15873
15874         * gdb.python/py-pp-integral.c: New file.
15875         * gdb.python/py-pp-integral.py: New file.
15876         * gdb.python/py-pp-integral.exp: New file.
15877
15878 For older changes see ChangeLog-1993-2013.
15879 \f
15880 ;; Local Variables:
15881 ;; mode: change-log
15882 ;; left-margin: 8
15883 ;; fill-column: 74
15884 ;; version-control: never
15885 ;; End:
15886
15887     Copyright 2014-2019 Free Software Foundation, Inc.
15888   Copying and distribution of this file, with or without modification,
15889   are permitted provided the copyright notice and this notice are preserved.