[gdb/testsuite] Fix gdb.arch/amd64-entry-value-paramref.S
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-05-09  Tom de Vries  <tdevries@suse.de>
2
3         * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4         CU-relative.
5
6 2019-05-08  Joel Brobecker  <brobecker@adacore.com>
7
8         * gdb.ada/frame_arg_lang.exp: New testcase.
9         * gdb.ada/frame_arg_lang/bla.adb: New file.
10         * gdb.ada/frame_arg_lang/pck.ads: New file.
11         * gdb.ada/frame_arg_lang/pck.adb: New file.
12         * gdb.ada/frame_arg_lang/foo.c: New file.
13
14 2019-05-08  Tom Tromey  <tromey@adacore.com>
15
16         * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
17
18 2019-05-08  Tom Tromey  <tromey@adacore.com>
19
20         * gdb.base/ptype-offsets.exp: Update tests.
21
22 2019-05-08  Tom Tromey  <tromey@adacore.com>
23
24         * gdb.base/ptype-offsets.exp: Use string_to_regexp.  Fix test
25         cases.
26         * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
27         "short".
28
29 2019-05-08  Tom Tromey  <tromey@adacore.com>
30
31         * gdb.ada/vla.exp: New file.
32         * gdb.ada/vla/vla.adb: New file.
33
34 2019-05-07  Tom de Vries  <tdevries@suse.de>
35
36         * gdb.base/index-cache.exp (ls_host): Fix return statement.
37
38 2019-05-07  Tom de Vries  <tdevries@suse.de>
39
40         PR testsuite/24522
41         * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
42         section.
43
44 2019-05-07  Tom de Vries  <tdevries@suse.de>
45
46         PR testsuite/24522
47         * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
48         .debug_aranges section.
49
50 2019-05-07  Tom de Vries  <tdevries@suse.de>
51
52         PR testsuite/24159
53         * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
54
55 2019-05-06  Tom de Vries  <tdevries@suse.de>
56
57         * lib/gdb.exp (exec_has_index_section): New proc.
58         * gdb.base/index-cache.exp: Handle case that binfile contains an index
59         section.
60
61 2019-05-04  Tom de Vries  <tdevries@suse.de>
62
63         * boards/cc-with-debug-names.exp: New file.
64
65 2019-05-03  Tom Tromey  <tromey@adacore.com>
66
67         * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
68         * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
69         * gdb.ada/char_enum.exp: Add test.
70
71 2019-05-03  Tom de Vries  <tdevries@suse.de>
72
73         * boards/cc-with-gdb-index.exp: New file.
74
75 2019-05-02  Andrew Burgess  <andrew.burgess@embecosm.com>
76
77         * gdb.rust/simple.exp: Add new test case.
78         * gdb.rust/simple.rs (struct StringAtOffset): New struct.
79         (main): Initialise an instance of the new struct.
80
81 2019-05-01  Tom Tromey  <tromey@adacore.com>
82
83         * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
84         record.
85         (NPR): New variable.
86         * gdb.ada/packed_array_assign.exp: Add nested packed assignment
87         test.
88
89 2019-05-01  Tom Tromey  <tromey@adacore.com>
90
91         * gdb.ada/packed_array_assign.exp: Add packed assignment
92         regression test.
93
94 2019-05-01  Tom de Vries  <tdevries@suse.de>
95
96         * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
97
98 2019-05-01  Tom de Vries  <tdevries@suse.de>
99
100         * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
101
102 2019-04-30  Ali Tamur  <tamur@google.com>
103
104         * lib/dwarf.exp(): Added DW_FORM_strx1-4.
105
106 2019-04-30  Tom Tromey  <tromey@adacore.com>
107
108         * lib/ada.exp (find_ada_tool): New proc.
109         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
110         * gdb.ada/catch_ex_std.exp: New file.
111         * gdb.ada/catch_ex_std/foo.adb: New file.
112         * gdb.ada/catch_ex_std/some_package.adb: New file.
113         * gdb.ada/catch_ex_std/some_package.ads: New file.
114
115 2019-04-30  Tom Tromey  <tromey@adacore.com>
116
117         PR c++/24470:
118         * gdb.cp/temargs.cc: Add test code from PR.
119
120 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
121
122         * gdb.fortran/vla-datatypes.exp: Update expected results.
123         * gdb.fortran/vla-ptype.exp: Likewise.
124         * gdb.fortran/vla-type.exp: Likewise.
125         * gdb.fortran/vla-value.exp: Likewise.
126
127 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
128
129         * gdb.fortran/ptr-indentation.exp: Update expected results.
130         * gdb.fortran/ptype-on-functions.exp: Likewise.
131         * gdb.fortran/vla-ptr-info.exp: Likewise.
132         * gdb.fortran/vla-value.exp: Likewise.
133
134 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
135
136         * gdb.fortran/ptype-on-functions.exp: New file.
137         * gdb.fortran/ptype-on-functions.f90: New file.
138
139 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
140
141         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
142         case void string.
143
144 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
145
146         * gdb.fortran/complex.exp: Expand.
147         * gdb.fortran/complex.f: Renamed to...
148         * gdb.fortran/complex.f90: ...this, and extended to add more
149         complex values.
150
151 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
152
153         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
154         MODULO, CMPLX.
155
156 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
157             Richard Bunt  <richard.bunt@arm.com>
158
159         * gdb.base/max-depth.c: New file.
160         * gdb.base/max-depth.exp: New file.
161         * gdb.python/py-nested-maps.c: New file.
162         * gdb.python/py-nested-maps.exp: New file.
163         * gdb.python/py-nested-maps.py: New file.
164         * gdb.python/py-format-string.exp (test_max_depth): New proc.
165         (test_all_common): Call test_max_depth.
166         * gdb.fortran/max-depth.exp: New file.
167         * gdb.fortran/max-depth.f90: New file.
168         * gdb.go/max-depth.exp: New file.
169         * gdb.go/max-depth.go: New file.
170         * gdb.modula2/max-depth.exp: New file.
171         * gdb.modula2/max-depth.c: New file.
172         * lib/gdb.exp (get_print_expr_at_depths): New proc.
173
174 2019-04-29  Tom de Vries  <tdevries@suse.de>
175
176         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
177
178 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
179
180         * gdb.base/callexit.exp: Test may-call-functions off.
181
182 2019-04-25  Keith Seitz  <keiths@redhat.com>
183
184         PR c++/24367
185         * gdb.cp/meth-typedefs.cc (incomplete_struct)
186         (another_incomplete_struct, test_incomplete): New definitions.
187         (main): Use new definitions.
188         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
189         functions.
190
191 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
192
193         PR corefiles/11608
194         PR corefiles/18187
195         * gdb.base/coredump-filter-build-id.exp: New file.
196
197 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
198
199         * Makefile.in: Pass through GDBSERVER_DEBUG.
200         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
201         (gdbserver,debug): Add board setting.
202         * gdb.trace/tspeed.exp: Skip when debugging.
203         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
204         * lib/gdbserver-support.exp: Likewise
205
206 2019-04-24  Tom Tromey  <tromey@adacore.com>
207
208         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
209         Rust.
210
211 2019-04-24  Tom Tromey  <tromey@adacore.com>
212
213         * gdb.arch/amd64-eval.exp: Test bitfield return.
214         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
215         (class Foo) <return_bitfields>: New method.
216         (main): Call it.
217
218 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
219
220         * gdb.cp/many-args.cc: New file.
221         * gdb.cp/many-args.exp: New file.
222
223 2019-04-23  Tom de Vries  <tdevries@suse.de>
224
225         PR gdb/24433
226         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
227
228 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
229
230         * gdb.trace/backtrace.exp: Use nopie flag.
231         * gdb.trace/circ.exp: Likewise.
232         * gdb.trace/collection.exp: Likewise.
233         * gdb.trace/ftrace.exp: Likewise.
234         * gdb.trace/mi-trace-unavailable.exp: Likewise.
235         * gdb.trace/mi-traceframe-changed.exp: Likewise.
236         * gdb.trace/qtro.exp: Likewise.
237         * gdb.trace/read-memory.exp: Likewise.
238         * gdb.trace/report.exp: Likewise.
239         * gdb.trace/tfile.exp: Likewise.
240         * gdb.trace/tfind.exp: Likewise.
241         * gdb.trace/unavailable.exp: Likewise.
242
243 2019-04-22  Pedro Alves  <palves@redhat.com>
244
245         * gdb.base/solib-probes-nosharedlibrary.c,
246         gdb.base/solib-probes-nosharedlibrary.exp: New files.
247
248 2019-04-19  Tom Tromey  <tromey@adacore.com>
249
250         * gdb.ada/ptype_union.c: New file.
251         * gdb.ada/ptype_union.exp: New file.
252
253 2019-04-19  Tom Tromey  <tromey@adacore.com>
254
255         PR symtab/24423:
256         * gdb.base/list0.h (foo): Add a control-l character.
257
258 2019-04-18  Tom de Vries  <tdevries@suse.de>
259
260         PR gdb/24433
261         * boards/local-board.exp: Set sysroot to "".
262
263 2019-04-18  Tom de Vries  <tdevries@suse.de>
264             Pedro Alves  <palves@redhat.com>
265
266         PR gdb/24454
267         * gdb.threads/vfork-follow-child-exec.c: New file.
268         * gdb.threads/vfork-follow-child-exec.exp: New file.
269         * gdb.threads/vfork-follow-child-exit.c: New file.
270         * gdb.threads/vfork-follow-child-exit.exp: New file.
271
272 2019-04-15  Leszek Swirski  <leszeks@google.com>
273
274         * gdb.arch/amd64-eval.cc: New file.
275         * gdb.arch/amd64-eval.exp: New file.
276
277 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
278
279         * gdb.server/sysroot.c: New test.
280         * gdb.server/sysroot.exp: New file.
281         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
282         matching param.
283
284 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
285
286         * gdb.base/align.exp: Extend test to cover structures containing
287         only static fields.
288
289 2019-04-11  Tom de Vries  <tdevries@suse.de>
290
291         * boards/cc-with-dwz-m.exp: New file.
292         * boards/cc-with-dwz.exp: New file.
293         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
294
295 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
296
297         * gdb.base/start-cpp.exp: New file.
298         * gdb.base/start-cpp.cc: New file.
299
300 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
301
302         * gdb.python/py-thrhandle.exp: Adjust tests to call
303         thread_from_handle instead of thread_from_thread_handle.
304
305 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
306
307         * gdb.python/py-thrhandle.exp: Add tests for
308         gdb.InferiorThread.handle.
309
310 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
311
312         * gdb.python/py-function.exp: Check calling helper function from
313         all languages.
314         * lib/gdb.exp (gdb_supported_languages): New proc.
315
316 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
317
318         * gdb.base/complex-parts.c: New file.
319         * gdb.base/complex-parts.exp: New file.
320
321 2019-04-01  Tom Tromey  <tromey@adacore.com>
322
323         PR symtab/23331:
324         * gdb.dwarf2/dw2-ranges-main.c: New file.
325         * gdb.dwarf2/dw2-ranges-psym.c: New file.
326         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
327
328 2019-03-30  Simon Marchi <simark@simark.ca>
329
330         * gdb.base/default.exp: Add values for $_gdb_major and
331         $_gdb_minor.
332
333 2019-03-29  Tom Tromey  <tromey@adacore.com>
334
335         * gdb.base/help.exp: Tighten apropos regexp.
336
337 2019-03-29  Keith Seitz  <keiths@redhat.com>
338
339         * gdb.fortran/array-bounds.exp: New file.
340         * gdb.fortran/array-bounds.f90: New file.
341
342 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
343
344         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
345
346 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
347
348         * gdb.multi/hello.c (main): Increase alarm timer.
349
350 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
351
352         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
353         factor when no hardware watchpoint support.
354
355 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
356             Pedro Alves  <palves@redhat.com>
357
358         * boards/local-board.exp: set sysroot to /.
359
360 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
361
362         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
363         in child.
364
365 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
366
367         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
368         field.
369         (make_container): Initialise new field.
370         * gdb.python/py-prettyprint.exp: Add new tests.
371         * gdb.python/py-prettyprint.py (class ContainerPrinter)
372         <display_hint>: New method.
373
374 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
375
376         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
377         gdb_continue_to_breakpoint more throughout this test.
378         (run_lang_tests) Supply unique test names, and use
379         gdb_test_no_output.
380
381 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
382
383         * gdb.base/finish-pretty.exp: Update expected results.
384         * gdb.base/pretty-print.c: New file.
385         * gdb.base/pretty-print.exp: New file.
386
387 2019-03-25  Pedro Alves  <palves@redhat.com>
388
389         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
390         move comments outside list.  Append '-i "" eof' section.
391
392 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
393
394         * README: Add pie options.
395         * gdb.base/break-interp.exp: Ensure pie is disabled.
396         * gdb.base/dump.exp: Likewise.
397         * lib/gdb.exp (gdb_compile): Add pie option.
398
399 2019-03-19  Tom Tromey  <tromey@adacore.com>
400
401         * gdb.mi/mi2-cli-display.c: New file.
402         * gdb.mi/mi2-cli-display.exp: New file.
403
404 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
405             Tom Tromey  <tromey@adacore.com>
406
407         * gdb.ada/ptype_array/pck.adb: New file.
408         * gdb.ada/ptype_array/pck.ads: New file.
409         * gdb.ada/ptype_array/foo.adb: New file.
410         * gdb.ada/ptype_array.exp: New file.
411
412 2019-03-14  Tom Tromey  <tromey@adacore.com>
413
414         * gdb.base/style.exp: Add "set style sources" test.
415
416 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
417
418         * mi-breakpoint-location-ena-dis.exp: Rename to ...
419         * mi-breakpoint-multiple-locations.exp: ... this.
420         (make_breakpoints_pattern): New proc.
421         (do_test): Add mi_version parameter, test -break-insert,
422         -break-info and =breakpoint-created.
423
424 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
425
426         * config/default.exp: Remove 'load_lib gdb.exp'.
427         * config/monitor.exp: Likewise.
428         * config/sid.exp: Likewise.
429         * config/sim.exp: Likewise.
430         * config/slite.exp: Likewise.
431         * config/unix.exp: Likewise.
432         * gdb.base/default.exp: Remove unhelpful comment.
433
434 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
435
436         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
437
438 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
439
440         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
441
442 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
443
444         * gdb.fortran/type-kinds.exp: Update expected results.
445
446 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
447
448         * gdb.fortran/type-kinds.exp: Test new integer type kind.
449
450 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
451
452         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
453         function.
454         (test_basic_parsing_of_type_kinds): Expand types tested.
455         (test_parsing_invalid_type_kinds): New function.
456
457 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
458
459         * gdb.fortran/intrinsics.exp: New file.
460         * gdb.fortran/intrinsics.f90: New file.
461         * gdb.fortran/type-kinds.exp: New file.
462
463 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
464
465         * gdb.fortran/dot-ops.exp: New file.
466
467 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
468
469         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
470         Check upper and lower case logical literals.
471
472 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
473
474         * gdb.fortran/types.exp (test_float_literal_types_accepted):
475         Remove duplicate tests.
476
477 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
478
479         * lib/gdb.exp (builtin_cd): rename of cd.
480         (cd): Override builtin.
481
482 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
483
484         * gdb.fortran/function-calls.exp: New file.
485         * gdb.fortran/function-calls.f90: New test.
486
487 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
488
489         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
490         on user program standard output.
491         * gdb.fortran/short-circuit-argument-list.f90: Record function
492         calls.
493
494 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
495
496         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
497         failure.
498
499 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
500
501         PR gdb/8527
502         * gdb.base/interrupt-daemon-attach.c,
503         gdb.base/interrupt-daemon-attach.exp: New test.
504
505 2019-02-27  Pedro Alves  <palves@redhat.com>
506
507         * gdb.base/page.exp: Add tests for "set width/height -1".
508
509 2019-02-27  Pedro Alves  <palves@redhat.com>
510
511         * gdb.base/page.exp: Add tests for "set/show width/height" with
512         "infinite" values.
513
514 2019-02-27  Tom Tromey  <tromey@adacore.com>
515
516         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
517         2.4.
518         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
519         workaround.
520
521 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
522
523         * gdb.base/align.exp: Extend to compile in both C and C++, and add
524         tests for structs with static members.
525
526 2019-02-26  Tom Tromey  <tromey@adacore.com>
527
528         * gdb.python/py-value.exp (test_value_from_buffer): Check for
529         ValueError, not TypeError.
530
531 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
532
533         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
534         call from main program.
535
536 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
537
538         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
539         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
540         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
541         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
542         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
543
544 2019-02-22  Keith Seitz  <keiths@redhat.com>
545
546         PR symtab/23853
547         * gdb.base/symlink-sourcefile.c: New file.
548         * gdb.base/symlink-sourcefile.exp: New file.
549
550 2019-02-20  Tom Tromey  <tom@tromey.com>
551
552         * gdb.base/info_qt.exp: Update.
553
554 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
555
556         * gdb.base/source.exp: Move "error in sourced script" code to
557         the end.
558         * gdb.base/source-error.gdb: Move contents to
559         source-error-1.gdb.  Add new code to source source-error-1.gdb.
560         * gdb.base/source-error-1.gdb: New file, from previous
561         source-error.gdb.
562
563 2019-02-17  Tom Tromey  <tom@tromey.com>
564
565         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
566         for macro styling.
567         * gdb.base/style.c (SOME_MACRO): New macro.
568
569 2019-02-17  Tom Tromey  <tom@tromey.com>
570
571         * gdb.base/style.exp: Add line-wrapping tests.
572         * gdb.base/page.exp: Add test for quitting during pagination.
573
574 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
575
576         * gdb.ada/big_packed_array: New testcase.
577         * gdb.ada/homonym.exp: Fix incorrect expected output for
578         "break <homonym__get_value>" test.
579
580 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
581
582         PR breakpoints/21870
583         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
584         and prepare_for_testing.  Add comment.
585         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
586         redundant cleanup call.  Clean up comment.
587
588 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
589
590         PR breakpoints/21870
591         * gdb.arch/aarch64-dbreg-contents.exp: New file.
592         * gdb.arch/aarch64-dbreg-contents.c: New file.
593
594 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
595
596         * gdb.ada/mi_ref_changeable: New testcase.
597
598 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
599
600         * gdb.base/attach.exp: Add double attach test.
601
602 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
603
604         * lib/gdb.exp (default_gdb_start): Don't match pagination
605         prompt.
606         (gdb_init): Set stty_init.
607
608 2019-01-27  Tom Tromey  <tom@tromey.com>
609
610         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
611         skip_python_tests.
612
613 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
614
615         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
616         New structure.
617         (struct struct_static_02_02): Likewise.
618         (struct struct_static_02_03): Likewise.
619         (struct struct_static_02_04): Likewise.
620         (struct struct_static_04_01): Likewise.
621         (struct struct_static_04_02): Likewise.
622         (struct struct_static_04_03): Likewise.
623         (struct struct_static_04_04): Likewise.
624         (struct struct_static_06_01): Likewise.
625         (struct struct_static_06_02): Likewise.
626         (struct struct_static_06_03): Likewise.
627         (struct struct_static_06_04): Likewise.
628         (cmp_struct_static_02_01): Likewise.
629         (cmp_struct_static_02_02): Likewise.
630         (cmp_struct_static_02_03): Likewise.
631         (cmp_struct_static_02_04): Likewise.
632         (cmp_struct_static_04_01): Likewise.
633         (cmp_struct_static_04_02): Likewise.
634         (cmp_struct_static_04_03): Likewise.
635         (cmp_struct_static_04_04): Likewise.
636         (cmp_struct_static_06_01): Likewise.
637         (cmp_struct_static_06_02): Likewise.
638         (cmp_struct_static_06_03): Likewise.
639         (cmp_struct_static_06_04): Likewise.
640         (call_all): Test new structs.
641         * gdb.base/infcall-nested-structs.exp: Likewise.
642
643 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
644         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
645
646 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
647         * gdb.base/stack-protector.c: New test.
648         * gdb.base/stack-protector.exp: New file.
649         * gdb.cp/ovldbreak.exp: Only allow a single break line.
650         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
651         option.
652         (gdb_compile): Remove stack protector for GCC and prevent
653         recursion.
654
655 2019-01-16  Keith Seitz  <keiths@redhat.com>
656
657         PR gdb/23773
658         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
659
660 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
661
662         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
663         aliases.
664         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
665         tests.
666         * gdb.arch/powerpc-vector-regs.c: New file.
667         * gdb.arch/powerpc-vector-regs.exp: New file.
668
669 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
670
671         * gdb.arch/altivec-regs.exp: Fix the list passed to
672         gdb_expect_list when testing "info vector".
673
674 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
675
676         * gdb.base/style.exp: Don't include path in testname.
677
678 2019-01-10  Keith Seitz  <keiths@redhat.com>
679
680         PR gdb/23712
681         PR symtab/23010
682         * gdb.dwarf2/multidictionary.exp: New file.
683
684 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
685
686         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
687         (test_gnuv3_style_demangling): ... this.
688         (test_lucid_style_demangling): Remove.
689         (test_arm_style_demangling): Remove.
690         (test_hp_style_demangling): Remove.
691         (do_tests): Remove calls to the above.
692
693 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
694
695         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
696         case.
697
698 2019-01-06  Tom Tromey  <tom@tromey.com>
699
700         PR gdb/28155:
701         * gdb.dwarf2/typedef-void-finish.exp: New file.
702
703 2018-12-28  Tom Tromey  <tom@tromey.com>
704             Simon Marchi <simark@simark.ca>
705
706         * gdb.base/jit-exec.exp: New file.
707         * gdb.base/jit-exec.c: New file.
708         * gdb.base/jit-execd.c: New file.
709
710 2018-12-28  Tom Tromey  <tom@tromey.com>
711
712         * gdb.base/style.exp: Update test to check for address styling.
713
714 2018-12-28  Tom Tromey  <tom@tromey.com>
715
716         * gdb.base/style.exp: Add test for styling of "Reading symbols"
717         message.
718
719 2018-12-28  Tom Tromey  <tom@tromey.com>
720
721         * gdb.base/style.exp: Add test for version number styling.
722
723 2018-12-28  Tom Tromey  <tom@tromey.com>
724
725         * gdb.base/style.exp: Add test for print_address_symbolic.
726
727 2018-12-28  Tom Tromey  <tom@tromey.com>
728
729         * gdb.base/style.exp: Add test for breakpoint setting.
730
731 2018-12-28  Tom Tromey  <tom@tromey.com>
732
733         * gdb.base/style.exp: Add test for variable names.
734
735 2018-12-28  Tom Tromey  <tom@tromey.com>
736
737         * gdb.base/style.exp: New file.
738         * gdb.base/style.c: New file.
739
740 2018-12-28  Tom Tromey  <tom@tromey.com>
741
742         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
743         "dumb".
744         * gdb.base/readline.exp (operate_and_get_next): Save and restore
745         the TERM environment variable.
746
747 2018-12-27  Tom Tromey  <tom@tromey.com>
748
749         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
750         pagination test.
751
752 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
753
754         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
755         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
756
757 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
758
759         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
760         Filename a.adb changed to bp_fun_addr.adb.
761         gdb.ada/bp_fun_addr.exp: Update test accordingly.
762
763 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
764
765         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
766         non-PIE executables.
767         * README: Mention the gdb,nopie_flag board setting.
768         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
769         non-PIE executable.
770         * gdb.arch/amd64-entry-value.exp: Likewise.
771         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
772         * gdb.arch/i386-float.exp: Likewise.
773         * gdb.arch/i386-signal.exp: Likewise.
774         * gdb.mi/mi-reg-undefined.exp: Likewise.
775
776 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
777
778         PR gdb/23974
779         * gdb.base/info-os.exp: Check return for unknown "info os" type.
780
781 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
782
783         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
784         Update order of results accordingly.
785
786 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
787
788         * gdb.base/annota1.exp: Update a test regexp.
789
790 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
791
792         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
793
794 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
795
796         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
797         (reuse_time): Initialize to REUSE_TIME_CAP.
798         (check_rc): New function.
799         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
800         Check pthread_create rc.
801         (spawner_thread_func): Check pthread_create and pthread_join rc.
802
803 2018-12-08  Pedro Alves  <palves@redhat.com>
804
805         * gdb.base/list.exp (test_forward_search): Rename to ...
806         (test_forward_reverse_search): ... this.  Also test reverse-search
807         and the forward-search alias.
808
809 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
810
811         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
812         local timeout variable before return, and remove all local timeout
813         variable entirely.
814         (gdb_load): Likewise.
815
816 2018-12-01  Tom de Vries  <tdevries@suse.de>
817
818         * gdb.base/gdb-caching-proc.exp: New file.
819
820 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
821
822         * Makefile.in (TIMESTAMP): New variable.
823         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
824         command.
825         (check-single-racy): Likewise.
826         (check/%.exp): Likewise.
827         (check-racy/%.exp): Likewise.
828         (workers/%.worker): Likewise.
829         (build-perf): Likewise.
830         (check-perf): Likewise.
831         * README: Describe new "TS" and "TS_FORMAT" variables.
832         * print-ts.py: New file.
833
834 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
835
836         PR python/23714
837         * gdb.python/python.exp: Test command repetition after
838         gdb.execute.
839
840 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
841
842         * gdb.opt/inline-break.exp: Add test that info breakpoint output
843         is correctly aligned.
844
845 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
846
847         * gdb.ada/info_auto_lang.exp: New testcase.
848         * gdb.ada/info_auto_lang/global_pack.ads: New file.
849         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
850         * gdb.ada/info_auto_lang/some_c.c: New file.
851
852 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
853
854         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
855         FUNC_lang language syntax.
856
857 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
858
859         * gdb.base/info_minsym.c: New file.
860         * gdb.base/info_minsym.exp: New file.
861
862 2018-11-19  Tom Tromey  <tom@tromey.com>
863
864         PR rust/23625:
865         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
866         * gdb.rust/expr.exp: Update expected output.  Change one test.
867
868 2018-11-19  Tom Tromey  <tom@tromey.com>
869
870         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
871
872 2018-11-19  Pedro Alves  <palves@redhat.com>
873
874         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
875         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
876         see the expected warning.
877
878 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
879
880         PR gdb/22736:
881         * gdb.cp/infcall-nodebug-lib.c: New test.
882         * gdb.cp/infcall-nodebug-main.c: New test.
883         * gdb.cp/infcall-nodebug.exp: New file.
884
885 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
886
887         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
888         completer tests.
889
890 2018-11-09  Tom de Vries  <tdevries@suse.de>
891
892         * gdb.base/msym-lang.c: New test.
893         * gdb.base/msym-lang.exp: New file.
894         * gdb.base/msym-lang-main.c: New test.
895
896 2018-11-08  Tom Tromey  <tom@tromey.com>
897
898         PR gdb/23555:
899         PR gdb/23838:
900         * gdb.base/warning.exp: New file.
901
902 2018-11-08  Jan Beulich  <jbeulich@suse.com>
903
904         * testsuite/gdb.arch/i386-avx512.c,
905         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
906
907 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
908
909         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
910         point hardware.
911
912 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
913
914         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
915         * gdb.dwarf2/missing-type-name.exp: New file.
916
917 2018-11-06  Tom de Vries  <tdevries@suse.de>
918
919         * gdb.base/many-headers.c: New test.
920         * gdb.base/many-headers.exp: New file.
921
922 2018-11-06  Jim Wilson  <jimw@sifive.com>
923
924         * gdb.base/code_elim.exp: For riscv, set additional_flags
925         to include -msmall-data-limit=0.
926
927 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
928
929         * gdb.ada/watch_minus_l: New testcase.
930
931 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
932
933         * gdb.arch/aix-sighandle.c: New file.
934         * gdb.arch/aix-sighandle.exp: New file.
935
936 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
937
938         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
939         registers being unions.
940
941 2018-10-31  Tom de Vries  <tdevries@suse.de>
942
943         * lib/valgrind.exp: New file.
944          (vgdb_start, vgdb_stop): New procs, factored out of ...
945         * gdb.base/valgrind-bt.exp: ... here, ...
946         * gdb.base/valgrind-disp-step.exp: ... here and ...
947         * gdb.base/valgrind-infcall.exp: ... here.
948
949 2018-10-31  Tom de Vries  <tdevries@suse.de>
950
951         * lib/gdb.exp (get_valueof): Don't output read value in test name.
952
953 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
954
955         * gdb.dwarf2/void-type.c: New file.
956         * gdb.dwarf2/void-type.exp: New file.
957
958 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
959
960         * gdb.base/info_qt.c: New file.
961         * gdb.base/info_qt.exp: New file.
962
963 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
964
965         * gdb.arch/powerpc-htm-regs.c: New file.
966         * gdb.arch/powerpc-htm-regs.exp: New file.
967
968 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
969
970         * gdb.arch/powerpc-tar.c: New file.
971         * gdb.arch/powerpc-tar.exp: New file.
972
973 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
974
975         * gdb.arch/powerpc-ppr-dscr.c: New file.
976         * gdb.arch/powerpc-ppr-dscr.exp: New file.
977
978 2018-10-25  Tom de Vries  <tdevries@suse.de>
979
980         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
981
982 2018-10-24  Tom de Vries  <tdevries@suse.de>
983
984         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
985         longer exists error.
986
987 2018-10-24  Tom de Vries  <tdevries@suse.de>
988
989         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
990
991 2018-10-24  Tom de Vries  <tdevries@suse.de>
992
993         * gdb.base/valgrind-db-attach.exp: Handle removed support for
994         --db-attach in valgrind.
995
996 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
997
998         * gdb.arch/riscv-reg-aliases.c: New file.
999         * gdb.arch/riscv-reg-aliases.exp: New file.
1000
1001 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1002
1003         * gdb.python/py-cmd.exp: Check for gdb_prompt.
1004
1005 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1006
1007         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1008
1009 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1010
1011         * gdb.cp/ovldbreak.exp: Fix regexps.
1012
1013 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1014
1015         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1016
1017 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1018
1019         PR cli/23785
1020         * gdb.base/restore.exp: New test to check if "restore" with an
1021         invalid file doesn't segfault.
1022
1023 2018-10-18  Tom de Vries  <tdevries@suse.de>
1024
1025         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1026         * gdb.ada/excep_handle.exp: Same.
1027         * gdb.ada/mi_string_access.exp: Same.
1028         * gdb.ada/mi_var_union.exp: Same.
1029         * gdb.arch/arc-analyze-prologue.exp: Same.
1030         * gdb.arch/arc-decode-insn.exp: Same.
1031         * gdb.base/readnever.exp: Same.
1032         * gdb.fortran/printing-types.exp: Same.
1033         * gdb.guile/scm-lazy-string.exp: Same.
1034
1035 2018-10-16  Tom de Vries  <tdevries@suse.de>
1036
1037         PR gdb/23730
1038         * gdb.base/catch-follow-exec.c: Add copyright notice.
1039         * gdb.base/catch-follow-exec.exp: Rewrite to use
1040         gdb_spawn_with_cmdline_opts.  Require gdb-native.
1041
1042 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
1043
1044         * gdb.trace/actions-changed.exp: Check for arch support.
1045         * gdb.trace/actions.exp: Likewise.
1046         * gdb.trace/ax.exp: Likewise.
1047         * gdb.trace/backtrace.exp: Likewise.
1048         * gdb.trace/change-loc.exp: Likewise.
1049         * gdb.trace/deltrace.exp: Likewise.
1050         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1051         * gdb.trace/ftrace.exp: Likewise.
1052         * gdb.trace/infotrace.exp: Check for arch support.
1053         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1054         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1055         * gdb.trace/mi-tsv-changed.exp: Likewise.
1056         * gdb.trace/packetlen.exp: Likewise.
1057         * gdb.trace/passc-dyn.exp: Likewise.
1058         * gdb.trace/passcount.exp: Likewise.
1059         * gdb.trace/pending.exp: Likewise.
1060         * gdb.trace/range-stepping.exp: Check for shlib support.
1061         * gdb.trace/report.exp: Check for arch support.
1062         * gdb.trace/save-trace.exp: Likewise.
1063         * gdb.trace/signal.exp: Check for signal support.
1064         * gdb.trace/tfind.exp: Check for arch support.
1065         * gdb.trace/trace-break.exp: Check for arch and shlib support.
1066         * gdb.trace/trace-common.h: Add comment.
1067         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1068         * gdb.trace/trace-enable-disable.exp: Likewise.
1069         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
1070         * gdb.trace/tracecmd.exp: Check for arch support.
1071         * gdb.trace/tspeed.exp: Check for shlib and target support.
1072         * gdb.trace/tstatus.exp: Check for arch support.
1073         * gdb.trace/tsv.exp: Likewise.
1074         * gdb.trace/while-dyn.exp: Likewise.
1075         * gdb.trace/while-stepping.exp: Likewise.
1076         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1077
1078 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
1079
1080         * gdb.trace/tspeed.exp: Remove nowarnings.
1081         (prepare_for_trace_test): Declare "global ipalib".
1082         * gdb.trace/tspeed.c: Include unistd.h.
1083         (main): Remove superfluous printf argument.
1084
1085 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
1086
1087         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1088         directory prefix on the filename.
1089
1090 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1091
1092         * gdb.gdb/unittest.exp: Update expected message informing that
1093         selftests have been disabled.
1094         * gdb.server/unittest.exp: Likewise.
1095
1096 2018-10-09  Tom de Vries  <tdevries@suse.de>
1097
1098         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1099         with runto_main.
1100
1101 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1102
1103         PR c++/16841
1104         * gdb.cp/virtbase2.cc: New file.
1105         * gdb.cp/virtbase2.exp: New file.
1106
1107 2018-10-06  Tom Tromey  <tom@tromey.com>
1108
1109         PR python/19399:
1110         * gdb.python/py-inferior.exp: Add architecture test.
1111
1112 2018-10-06  Tom Tromey  <tom@tromey.com>
1113
1114         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1115         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1116
1117 2018-10-06  Tom Tromey  <tom@tromey.com>
1118
1119         * gdb.python/py-breakpoint.exp (check_last_event): Check location
1120         of a "throw" catchpoint.
1121
1122 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1123
1124         * gdb.base/info-proc.exp: Update string expected from "help info
1125         proc".
1126
1127 2018-10-04  Tom Tromey  <tom@tromey.com>
1128
1129         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1130         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1131         (test_initial_complaints, test_empty_complaints): Update.
1132         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1133
1134 2018-10-04  Tom Tromey  <tom@tromey.com>
1135
1136         PR cli/19551:
1137         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1138         * lib/gdb.exp (gdb_file_cmd): Update.
1139         * gdb.stabs/weird.exp (print_weird_var): Update.
1140         * gdb.server/solib-list.exp: Update.
1141         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1142         * gdb.mi/mi-cli.exp: Update.
1143         * gdb.linespec/linespec.exp: Update.
1144         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1145         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1146         * gdb.cp/cp-relocate.exp: Update.
1147         * gdb.base/sym-file.exp: Update.
1148         * gdb.base/relocate.exp: Update.
1149         * gdb.base/readnever.exp: Update.
1150         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1151         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1152         * gdb.base/dbx.exp (gdb_file_cmd): Update.
1153         * gdb.base/code_elim.exp: Update.
1154         * gdb.base/break-unload-file.exp (test_break): Update.
1155         * gdb.base/break-interp.exp (test_attach_gdb): Update.
1156         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1157         Update.
1158         * gdb.base/attach.exp (do_attach_tests): Update.
1159         * gdb.base/sepdebug.exp: Update.
1160         * gdb.python/py-section-script.exp: Update.
1161
1162 2018-10-04  Tom Tromey  <tom@tromey.com>
1163
1164         PR cli/22234:
1165         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1166         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1167         output.
1168
1169 2018-10-04  Tom Tromey  <tom@tromey.com>
1170
1171         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1172         set width and height to 0.
1173         (test_command_line_attach_run): Use -quiet.
1174
1175 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
1176
1177         * lib/gdb.exp (skip_ifunc_tests): New.
1178         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
1179         other compile failures.
1180         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1181
1182 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1183
1184         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1185         is_amd64_regs_target.
1186
1187 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1188
1189         * gdb.arch/aarch64-sighandler-regs.c: New test.
1190         * gdb.arch/aarch64-sighandler-regs.exp: New file.
1191         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1192
1193 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
1194
1195         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1196         assembly.
1197
1198 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1199
1200         * gdb.base/frame-selection.exp: New file.
1201         * gdb.base/frame-selection.c: New file.
1202
1203 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
1204
1205         * gdb.threads/check-libthread-db.c (thread_routine): Use a
1206         pthread barrier.
1207         (main): Likewise.
1208
1209 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1210
1211         * gdb.base/large-frame-1.c: New file.
1212         * gdb.base/large-frame-2.c: New file.
1213         * gdb.base/large-frame.exp: New file.
1214         * gdb.base/large-frame.h: New file.
1215
1216 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1217
1218         PR gdb/20948
1219         * gdb.base/write_mem.exp: New test.
1220         * gdb.base/write_mem.c: Likewise.
1221
1222 2018-09-23  Tom Tromey  <tom@tromey.com>
1223
1224         PR python/18852:
1225         * gdb.python/py-parameter.exp: Add test for parameter that throws
1226         on "set".
1227
1228 2018-09-23  Tom Tromey  <tom@tromey.com>
1229
1230         PR python/17284:
1231         * gdb.python/py-template.exp (test_template_arg): Add test for
1232         negative template argument number.
1233
1234 2018-09-23  Tom Tromey  <tom@tromey.com>
1235
1236         PR python/14062:
1237         * gdb.python/python.exp: Add test for post_event error.
1238
1239 2018-09-23  Tom Tromey  <tom@tromey.com>
1240
1241         PR python/18170:
1242         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1243         convert pointers to int and long.
1244
1245 2018-09-23  Tom Tromey  <tom@tromey.com>
1246
1247         PR python/20126:
1248         * gdb.python/py-value.exp (test_value_numeric_ops): Add
1249         signed-ness conversion tests.
1250
1251 2018-09-23  Tom Tromey  <tom@tromey.com>
1252
1253         PR python/18352;
1254         * gdb.python/py-value.exp (test_float_conversion): New proc.
1255         Use it.
1256
1257 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1258
1259         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1260
1261 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
1262
1263         * gdb.base/complete-empty.exp: Skip tab-completion tests if
1264         no readline.
1265         * gdb.base/utf8-identifiers.exp: Likewise.
1266         * gdb.cp/cpcompletion.exp: Likewise.
1267         * gdb.linespec/cpcompletion.exp: Likewise.
1268         * gdb.linespec/cpls-abi-tag.exp: Likewise.
1269         * gdb.linespec/cpls-ops.exp: Likewise.
1270
1271 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
1272             Chris January  <chris.january@arm.com>
1273
1274         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1275         * gdb.fortran/short-circuit-argument-list.exp: New file.
1276         * gdb.fortran/short-circuit-argument-list.f90: New test.
1277
1278 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1279
1280         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1281         "arch=" keyword when executing "-stack-list-frames".
1282
1283 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1284
1285         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1286         "arch=" keyword when executing "-stack-list-frames".
1287
1288 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1289
1290         * gdb.ada/complete.exp: Expect for "@" when doing "complete
1291         break ada".
1292
1293 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
1294
1295         PR python/23669
1296         * gdb.python/python.exp: Test gdb.execute("show commands").
1297
1298 2018-09-16  Tom Tromey  <tom@tromey.com>
1299
1300         * gdb.base/new-ui.exp (do_execution_tests): Update.
1301         * gdb.base/dbx.exp (test_breakpoints): Update.
1302
1303 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
1304
1305         * lib/gdb.exp (gdb_simple_compile): Add proc.
1306         (is_elf_target): Use gdb_simple_compile.
1307         (skip_altivec_tests): Likewise.
1308         (skip_vsx_tests): Likewise.
1309         (skip_tsx_tests): Likewise.
1310         (skip_btrace_tests): Likewise.
1311         (skip_btrace_pt_tests): Likewise.
1312         (gdb_can_simple_compile): Likewise.
1313         (gdb_has_argv0): Likewise.
1314         (gdb_target_symbol_prefix): Likewise.
1315         (target_supports_scheduler_locking): Likewise.
1316
1317 2018-09-13  Tom Tromey  <tom@tromey.com>
1318
1319         * Makefile.in (TAGS): Recognize proc_with_prefix and
1320         gdb_caching_proc.
1321
1322 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1323
1324         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1325         method.
1326
1327 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1328
1329         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1330         and a few other Inferior properties when the Inferior is no
1331         longer valid.
1332
1333 2018-09-13  Tom Tromey  <tom@tromey.com>
1334
1335         PR rust/23650:
1336         * gdb.rust/simple.exp: Add test for enum field access error.
1337
1338 2018-09-13  Tom Tromey  <tom@tromey.com>
1339
1340         PR rust/23626:
1341         * gdb.rust/simple.rs (EmptyEnum): New type.
1342         (main): Use it.
1343         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1344
1345 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1346
1347         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1348         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1349         * gdb.python/py-symtab.exp: Update test printing an objfile.
1350
1351 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
1352
1353         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1354         object.
1355
1356 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
1357
1358         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1359         (support_complex_tests): Use gdb_can_simple_compile.
1360         (is_ilp32_target): Likewise.
1361         (is_lp64_target): Likewise.
1362         (is_64_target): Likewise.
1363         (is_amd64_regs_target): Likewise.
1364         (is_aarch32_target): Likewise.
1365         (gdb_int128_helper): Likewise.
1366
1367 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1368
1369         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1370
1371 2018-09-10  Jerome Guitton  <guitton@adacore.com>
1372
1373         * gdb.ada/same_component_name: Add test for case of tagged record
1374         with variable-length fields.
1375
1376 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1377
1378         * gdb.ada/access_to_unbounded_array.exp: New testcase.
1379         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1380         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1381         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1382
1383 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1384
1385         * gdb.ada/mi_string_access.exp: New testcase.
1386         * gdb.ada/mi_string_access/bar.adb: New file.
1387         * gdb.ada/mi_string_access/pck.adb: New file.
1388         * gdb.ada/mi_string_access/pck.asd: New file.
1389
1390 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1391
1392         * gdb.ada/mi_var_union.exp: New testcase.
1393         * gdb.ada/mi_var_union/bar.adb: New file.
1394         * gdb.ada/mi_var_union/pck.adb: New file.
1395         * gdb.ada/mi_var_union/pck.asd: New file.
1396
1397 2018-09-08  Tom Tromey  <tom@tromey.com>
1398
1399         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1400
1401 2018-09-08  Tom Tromey  <tom@tromey.com>
1402
1403         PR python/16047:
1404         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1405         (register_pretty_printers): Register new printer.
1406         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1407         test.
1408         * gdb.python/py-prettyprint.c (int_type3): New typedef.
1409         (an_int_type3): New global.
1410
1411 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1412
1413         * gdb.ada/expr_with_funcall: New testcase.
1414
1415 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1416
1417         * gdb.ada/packed_array_assign: New testcase.
1418
1419 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1420
1421         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1422         names, and add test prefixes to make test names unique.
1423
1424 2018-09-05  Tom de Vries  <tdevries@suse.de>
1425
1426         * gdb.dwarf2/varval.exp: Add test.
1427
1428 2018-09-04  Gary Benson <gbenson@redhat.com>
1429
1430         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1431         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
1432
1433 2018-08-31  Tom Tromey  <tom@tromey.com>
1434
1435         * gdb.rust/simple.rs: Rename second variable "v".
1436
1437 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1438
1439         * gdb.base/funcargs.c (use_a): New function.
1440         (recurse): Call use_a.
1441
1442 2018-08-29  Keith Seitz  <keiths@redhat.com>
1443
1444         * gdb.compile/compile-cplus-anonymous.cc: New file.
1445         * gdb.compile/compile-cplus-anonymous.exp: New file.
1446         * gdb.compile/compile-cplus-array-decay.cc: New file.
1447         * gdb.compile/compile-cplus-array-decay.exp: New file.
1448         * gdb.compile/compile-cplus-inherit.cc: New file.
1449         * gdb.compile/compile-cplus-inherit.exp: New file.
1450         * gdb.compile/compile-cplus-member.cc: New file.
1451         * gdb.compile/compile-cplus-member.exp: New file.
1452         * gdb.compile/compile-cplus-method.cc: New file.
1453         * gdb.compile/compile-cplus-method.exp: New file.
1454         * gdb.compile/compile-cplus-mod.c: "New" file.
1455         * gdb.compile/compile-cplus-namespace.cc: New file.
1456         * gdb.compile/compile-cplus-namespace.exp: New file.
1457         * gdb.compile/compile-cplus-nested.cc: New file.
1458         * gdb.compile/compile-cplus-nested.exp: New file.
1459         * gdb.compile/compile-cplus-print.c: "New" file.
1460         * gdb.compile/compile-cplus-print.exp: "New" file.
1461         * gdb.compile/compile-cplus-virtual.cc: New file.
1462         * gdb.compile/compile-cplus-virtual.exp: New file.
1463         * gdb.compile/compile-cplus.c: "New" file.
1464         * gdb.compile/compile-cplus.exp: "New" file.
1465         * lib/compile-support.exp: New file.
1466
1467 2018-08-16  Gary Benson <gbenson@redhat.com>
1468
1469         PR gdb/13000:
1470         * gdb.base/batch-exit-status.exp: New file.
1471         * gdb.base/batch-exit-status.good-commands: Likewise.
1472         * gdb.base/batch-exit-status.bad-commands: Likewise.
1473
1474 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
1475
1476         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1477         (struct struct02): Likewise.
1478         (struct struct03): Likewise.
1479         (struct struct04): Likewise.
1480         (struct struct_01_01): New struct.
1481         (struct struct_01_02): Likewise.
1482         (struct struct_01_03): Likewise.
1483         (struct struct_01_04): Likewise.
1484         (struct struct_02_01): Likewise.
1485         (struct struct_02_02): Likewise.
1486         (struct struct_02_03): Likewise.
1487         (struct struct_02_04): Likewise.
1488         (struct struct_04_01): Likewise.
1489         (struct struct_04_02): Likewise.
1490         (struct struct_04_03): Likewise.
1491         (struct struct_04_04): Likewise.
1492         (struct struct_05_01): Likewise.
1493         (struct struct_05_02): Likewise.
1494         (struct struct_05_03): Likewise.
1495         (struct struct_05_04): Likewise.
1496         (cmp_struct01): Remove function.
1497         (cmp_struct02): Likewise.
1498         (cmp_struct03): Likewise.
1499         (cmp_struct04): Likewise.
1500         (cmp_struct_01_01): Add Function.
1501         (cmp_struct_01_02): Likewise.
1502         (cmp_struct_01_03): Likewise.
1503         (cmp_struct_01_04): Likewise.
1504         (cmp_struct_02_01): Likewise.
1505         (cmp_struct_02_02): Likewise.
1506         (cmp_struct_02_03): Likewise.
1507         (cmp_struct_02_04): Likewise.
1508         (cmp_struct_04_01): Likewise.
1509         (cmp_struct_04_02): Likewise.
1510         (cmp_struct_04_03): Likewise.
1511         (cmp_struct_04_04): Likewise.
1512         (cmp_struct_05_01): Likewise.
1513         (cmp_struct_05_02): Likewise.
1514         (cmp_struct_05_03): Likewise.
1515         (cmp_struct_05_04): Likewise.
1516         (call_all): Add new structs.
1517         * gdb.base/infcall-nested-structs.exp: Likewise.
1518
1519 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
1520
1521         * gdb.python/py-framefilter-mi.exp: Update regexp to
1522         check for "arch" field in frame output.
1523
1524 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
1525
1526         * gdb.dwarf2/dw2-ranges-func.c: New file.
1527         * gdb.dwarf2/dw2-ranges-func.exp: New file.
1528
1529 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
1530
1531         * gdb.base/term.exp: Compare terminal settings with values from
1532         the inferior.
1533         * gdb.base/term.c: Get and set terminal settings.
1534
1535 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
1536
1537         * lib/mi-support.exp (mi_expect_stop): Update regexp to
1538         accommodate new "arch" field in frame output.
1539         * gdb.mi/mi-return.exp: Likewise.
1540         * gdb.mi/mi-stack.exp: Likewise.
1541         * gdb.mi/mi-syn-frame.exp: Likewise.
1542         * gdb.mi/user-selected-context-sync.exp: Likewise.
1543
1544 2018-08-19  Michael Spang  <spang@google.com>
1545
1546         PR gdb/11786
1547         * gdb.base/gcore-tls-pie.c: New file.
1548         * gdb.base/gcore-tls-pie.exp: New file.
1549
1550 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
1551
1552         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1553         * gdb.dwarf2/varval.c: New file.
1554         * gdb.dwarf2/varval.exp: New file.
1555
1556 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
1557
1558         PR gdb/18931
1559         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1560
1561 2018-08-16  Keith Seitz  <keiths@redhat.com>
1562
1563         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1564         tests expected to pass.
1565
1566 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
1567
1568         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1569         -data-disassemble -a.
1570         (test_disassembly_bogus_args): Likewise.
1571
1572 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
1573
1574         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1575
1576 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1577
1578         * gdb.base/vla-optimized-out.exp: Add new test.
1579
1580 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1581
1582         * gdb.base/vla-optimized-out-o3.exp: Delete.
1583         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1584         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1585         deleted tests.
1586
1587 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1588
1589         PR gdb/18050:
1590         * gdb.server/extended-remote-restart.c: New file.
1591         * gdb.server/extended-remote-restart.exp: New file.
1592
1593 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
1594
1595         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1596         "set variable index = 42".
1597
1598 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1599
1600         * boards/index-cache-gdb.exp: New file.
1601         * gdb.dwarf2/index-cache.exp: New file.
1602         * gdb.dwarf2/index-cache.c: New file.
1603         * gdb.base/maint.exp: Check if we are using the index cache.
1604
1605 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1606
1607         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1608         MAKEFLAGS.
1609
1610 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1611
1612         * dg-extract-results.sh: Move to toplevel contrib.
1613         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1614         * Makefile.in (check-parallel-racy): Likewise.
1615
1616 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1617
1618         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1619         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1620         tests if the target supports scheduler locking.
1621
1622 2018-08-04  Tom de Vries  <tdevries@suse.de>
1623
1624         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1625
1626 2018-08-02  Tom Tromey  <tom@tromey.com>
1627
1628         PR symtab/16842.
1629         * gdb.cp/temargs.exp: Test "info address" of a template
1630         parameter.
1631
1632 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
1633
1634         * gdb.python/py-mi-var-info-path-expression.c: New file.
1635         * gdb.python/py-mi-var-info-path-expression.py: New file.
1636         * gdb.python/py-mi-var-info-path-expression.exp: New file.
1637
1638 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
1639
1640         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1641         error after "cannot resolve name" string.
1642
1643 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1644
1645         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1646         started.
1647         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1648
1649 2018-07-28  Tom de Vries  <tdevries@suse.de>
1650
1651         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1652
1653 2018-07-26  Tom de Vries  <tdevries@suse.de>
1654
1655         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1656
1657 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1658
1659         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1660         is visible.
1661
1662 2018-07-26  Tom de Vries  <tdevries@suse.de>
1663
1664         PR breakpoints/23366
1665         * gdb.base/catch-follow-exec.c: New test.
1666         * gdb.base/catch-follow-exec.exp: New file.
1667
1668 2018-07-25  Tom de Vries  <tdevries@suse.de>
1669
1670         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
1671         vla-optimized-out.c.
1672
1673 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
1674
1675         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1676         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1677
1678 2018-07-20  Tom de Vries  <tdevries@suse.de>
1679
1680         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1681         NOCLONE macro.
1682         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1683
1684 2018-07-19  Tom de Vries  <tdevries@suse.de>
1685
1686         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1687         regular expression.
1688
1689 2018-07-18  Tom de Vries  <tdevries@suse.de>
1690
1691         * gdb.base/vla-optimized-out.c: New test.
1692         * gdb.base/vla-optimized-out.exp: New file.
1693
1694 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1695
1696         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1697         message "No address associated with hostname" when gdbserver
1698         cannot resolve the hostname.
1699
1700 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1701
1702         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1703         Add some test prefixes to make tests unique.
1704
1705 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1706
1707         * gdb.base/frameapply.c: New file.
1708         * gdb.base/frameapply.exp: New file.
1709
1710 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1711
1712         * gdb.base/skip.exp: Update expected error message.
1713
1714 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1715             Jan Kratochvil  <jan.kratochvil@redhat.com>
1716             Paul Fertser  <fercerpav@gmail.com>
1717             Tsutomu Seki  <sekiriki@gmail.com>
1718
1719         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1720         parameter.
1721         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1722         by default.
1723         * boards/native-gdbserver.exp: Likewise.
1724         * gdb.server/run-without-local-binary.exp: Improve regexp used
1725         for detecting when a remote debugging connection succeeds.
1726         * gdb.server/server-connect.exp: New file.
1727         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1728         Do not prefix the port number with ":".
1729         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1730         support for detecting and using it.  Add '$debughost_gdbserver'
1731         to the list of arguments used to start gdbserver.  Handle case
1732         when gdbserver cannot resolve a network name.
1733
1734 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1735
1736         PR c++/23373
1737         * gdb.base/ptype-offsets.cc (struct static_member): New
1738         struct.
1739         (main) <stmember>: New variable.
1740         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1741         with a static member in it.
1742
1743 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1744
1745         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1746         watchpoints enabled and disabled.
1747
1748 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1749
1750         * gdb.base/examine-backward.exp: Still run tests around address
1751         0x0, even if address 0x0 is not readable.  Update the pattern for
1752         matching address 0x0 in expected output.
1753
1754 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1755
1756         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1757         malloc/free.
1758
1759 2018-07-04  Tom de Vries  <tdevries@suse.de>
1760
1761         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1762
1763 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1764
1765         PR tdep/8282
1766         * gdb.arch/mips-disassembler-options.exp: New test.
1767         * gdb.arch/mips-disassembler-options.s: New test source.
1768
1769 2018-06-29  Pedro Alves  <palves@redhat.com>
1770
1771         * gdb.threads/names.exp: Adjust expected "info threads" output.
1772
1773 2018-06-29  Pedro Alves  <palves@redhat.com>
1774
1775         * gdb.opt/inline-break.exp (line number, address): Add "info
1776         break" tests.
1777
1778 2018-06-29  Pedro Alves  <palves@redhat.com>
1779
1780         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1781         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1782         number and address and running to them.
1783
1784 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1785
1786         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1787
1788 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1789
1790         * lib/compiler.c: Remove executable permission flag.
1791
1792 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1793
1794         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1795         code.
1796         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1797
1798 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1799
1800         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1801
1802 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1803
1804         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1805         address argument is omitted.
1806
1807 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1808
1809         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1810
1811 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1812
1813         PR gdb/21695
1814         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1815         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1816
1817 2018-06-26  Tom Tromey  <tom@tromey.com>
1818
1819         PR rust/22574:
1820         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1821         * gdb.rust/simple.rs (struct SimpleLayout): New.
1822
1823 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1824
1825         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1826         "info registers" output.
1827
1828 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1829
1830         * gdb.base/watchpoint-hw-attach.c: New test.
1831         * gdb.base/watchpoint-hw-attach.exp: New file.
1832
1833 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1834
1835         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1836         through /bin/sh.
1837         * boards/dwarf4-gdb-index.exp: Likewise.
1838         * boards/fission-dwp.exp: Likewise.
1839
1840 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1841
1842         * gdb.base/float128.exp: Add comment and improved fail message
1843         to the failure case of "print large128" test.
1844
1845 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1846
1847         * configure.ac: Remove AC_PREREQ.
1848         * configure: Re-generate.
1849
1850 2018-06-19  Pedro Alves  <palves@redhat.com>
1851
1852         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1853         (func_extern_caller): New.
1854         (main): Call func_extern_caller.
1855         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1856         logic change.
1857
1858 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1859
1860         PR gdb/16841
1861         * gdb.cp/typedef-base.cc: New file.
1862         * gdb.cp/typedef-base.exp: New file.
1863
1864 2018-06-18  Tom de Vries  <tdevries@suse.de>
1865
1866         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1867
1868 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1869             Richard Bunt <Richard.Bunt@arm.com>
1870
1871         * gdb.threads/attach-slow-waitpid.c: New file.
1872         * gdb.threads/attach-slow-waitpid.exp: New file.
1873         * gdb.threads/slow-waitpid.c: New file.
1874
1875 2018-06-14  Pedro Alves  <palves@redhat.com>
1876
1877         * gdb.base/fork-running-state.c: Include <errno.h>.
1878         (exit_if_relative_exits): New.
1879         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1880         exits.
1881         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1882         child exits.
1883
1884 2018-06-14  Tom de Vries  <tdevries@suse.de>
1885
1886         PR cli/22573
1887         * gdb.base/finish-pretty.c: New test.
1888         * gdb.base/finish-pretty.exp: New file.
1889
1890 2018-06-14  Pedro Alves  <palves@redhat.com>
1891
1892         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1893         gdb's expected startup output.
1894
1895 2018-06-14  Pedro Alves  <palves@redhat.com>
1896
1897         * lib/selftest-support.exp (selftest_setup): Remove inlined
1898         function handling.
1899
1900 2018-06-14  Tom de Vries  <tdevries@suse.de>
1901
1902         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1903         matching of breakpoint printing.
1904
1905 2018-06-13  Tom de Vries  <tdevries@suse.de>
1906
1907         PR testsuite/23269
1908         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1909         (fork_child): ... here, and ...
1910         (fork_parent): ... here.
1911
1912 2018-06-12  Tom de Vries  <tdevries@suse.de>
1913
1914         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1915
1916 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1917             Stephen Roberts  <stephen.roberts@arm.com>
1918
1919         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1920         rewrite test to describe action performed, rather than possible
1921         failure.
1922
1923 2018-06-08  Gary Benson <gbenson@redhat.com>
1924
1925         * gdb.threads/check-libthread-db.exp: New file.
1926         * gdb.threads/check-libthread-db.c: Likewise.
1927
1928 2018-06-05  Tom Tromey  <tom@tromey.com>
1929
1930         * gdb.base/default.exp: Update expected "show version" output.
1931
1932 2018-06-05  Tom Tromey  <tom@tromey.com>
1933
1934         PR cli/12326:
1935         * gdb.cp/static-print-quit.exp: Update.
1936         * lib/gdb.exp (pagination_prompt): Update.
1937         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1938         * gdb.python/python.exp: Update.
1939
1940 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1941
1942         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1943
1944 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1945
1946         * gdb.ada/bp_fun_addr: New testcase.
1947
1948 2018-06-01  Tom Tromey  <tom@tromey.com>
1949
1950         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1951         results.
1952         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1953         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1954         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1955         * gdb.base/maint.exp (maint_pass_if): Update.
1956
1957 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1958
1959         * gdb.base/endian.exp: New test.
1960         * gdb.base/endian.c: New test source.
1961
1962 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1963
1964         PR gdb/23203
1965         * gdb.base/bt-selected-frame.c: New file.
1966         * gdb.base/bt-selected-frame.exp: New file.
1967         * lib/gdb.exp (get_current_frame_number): New function.
1968
1969 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1970             Pedro Alves  <palves@redhat.com>
1971
1972         * gdb.threads/tls-core.c: Include <stdlib.h>
1973         (thread_proc): Call `abort'.
1974         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1975         (tls_core_test): New procedure, bits factored out from ...
1976         (top level): ... here.  Test both native cores and gcore cores.
1977
1978 2018-05-23  Tom Tromey  <tom@tromey.com>
1979
1980         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1981
1982 2018-05-23  Tom Tromey  <tom@tromey.com>
1983
1984         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1985         symfile_complaints.
1986         (test_short_complaints): Likewise.
1987         (test_empty_complaints): Likewise.
1988         (test_initial_complaints): Update.
1989
1990 2018-05-23  Tom Tromey  <tom@tromey.com>
1991
1992         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1993
1994 2018-05-23  Tom Tromey  <tom@tromey.com>
1995
1996         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1997         (test_short_complaints): Update.
1998
1999 2018-05-22  Pedro Alves  <palves@redhat.com>
2000
2001         * gdb.base/remote.exp: Only gdb_start after compiling the
2002         testcase.  Issue "disconnect" before testing "set remote" command
2003         defaults.  Issue clean_restart before running to main.
2004
2005 2018-05-22  Pedro Alves  <palves@redhat.com>
2006
2007         * gdb.base/remote.exp: Adjust expected output of "show remote
2008         memory-write-packet-size".  Add tests for "set remote
2009         memory-write-packet-size 0" and "set remote
2010         memory-write-packet-size fixed/limit".
2011
2012 2018-05-22  Pedro Alves  <palves@redhat.com>
2013
2014         PR gdb/22973
2015         * gdb.base/utf8-identifiers.c: New file.
2016         * gdb.base/utf8-identifiers.exp: New file.
2017
2018 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
2019
2020         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2021
2022 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
2023
2024         * gdb.arch/powerpc-vsx-gcore.exp: New file.
2025
2026 2018-05-18  Tom Tromey  <tom@tromey.com>
2027
2028         * gdb.base/ptype-offsets.exp: Update.
2029
2030 2018-05-17  Keith Seitz  <keiths@redhat.com>
2031
2032         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2033         in expected breakpoint stop locations.
2034         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2035         move to proper scope to test variable values.
2036         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2037         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2038         New functions.
2039         (main): Call not_inline_func3.
2040         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2041         inline_func1, inline_func2, and inline_func3.  Test that when each
2042         breakpoint is hit, GDB properly reports both the stop location
2043         and the backtrace. Repeat tests for temporary breakpoints.
2044
2045 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
2046
2047         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2048         rather then trying to access it in determining whether the PID
2049         of `gdbserver' could have been retrieved.
2050
2051 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2052
2053         * gdb.arch/amd64-init-x87-values.S: New file.
2054         * gdb.arch/amd64-init-x87-values.exp: New file.
2055
2056 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2057
2058         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2059
2060 2018-05-04  Tom Tromey  <tom@tromey.com>
2061
2062         PR python/22730:
2063         * gdb.python/python.exp: Test multi-line execute.
2064
2065 2018-05-04  Tom Tromey  <tom@tromey.com>
2066
2067         PR python/22731:
2068         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2069
2070 2018-05-04  Tom Tromey  <tom@tromey.com>
2071
2072         PR gdb/11750:
2073         * gdb.base/define.exp: Test defining a user command inside a user
2074         command.
2075         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2076
2077 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2078             Pedro Alves <palves@redhat.com>
2079
2080         PR breakpoints/19806 and support for PR external/20207.
2081         * gdb.base/watchpoint-unaligned.c: New file.
2082         * gdb.base/watchpoint-unaligned.exp: New file.
2083
2084 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2085
2086         * gdb.base/maint.exp: Make test names unique, use
2087         test_prefix_command_help to test 'help maint info', and remove
2088         repeated test of 'help maint'.
2089
2090 2018-05-04  Tom Tromey  <tom@tromey.com>
2091
2092         PR gdb/22619:
2093         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2094         behavior.
2095
2096 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2097
2098         * gdb.base/maint.exp: Process output from 'maint print registers'
2099         line at a time.
2100
2101 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2102
2103         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2104         timeout.
2105
2106 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2107
2108         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2109         filter pattern.
2110
2111 2018-05-02  Pedro Alves  <palves@redhat.com>
2112
2113         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2114         to_log_command renames.
2115         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2116
2117 2018-05-02  Tom Tromey  <tom@tromey.com>
2118
2119         * gdb.python/py-parameter.exp: Set test message.
2120
2121 2018-05-02  Tom Tromey  <tom@tromey.com>
2122
2123         PR python/20084:
2124         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2125         PARAM_ZUINTEGER_UNLIMITED tests.
2126
2127 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
2128
2129         PR rust/23124
2130         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2131         when casting.
2132
2133 2018-04-30  Tom Tromey  <tom@tromey.com>
2134
2135         * gdb.python/py-type.exp: Check align attribute.
2136         * gdb.python/py-type.c: New "aligncheck" global.
2137
2138 2018-04-30  Tom Tromey  <tom@tromey.com>
2139
2140         PR exp/17095:
2141         * gdb.dwarf2/dw2-align.exp: New file.
2142         * gdb.cp/align.exp: New file.
2143         * gdb.base/align.exp: New file.
2144         * lib/gdb.exp (gdb_int128_helper): New proc.
2145         (has_int128_c, has_int128_cxx): New caching procs.
2146
2147 2018-04-27  Tom Tromey  <tom@tromey.com>
2148
2149         PR rust/22545:
2150         * gdb.rust/simple.exp: Add inclusive range tests.
2151
2152 2018-04-26  Pedro Alves  <palves@redhat.com>
2153
2154         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2155         ifunc breakpoint locations correctly of ifunc breakpoints set
2156         while the program resolves the ifunc.
2157
2158 2018-04-26  Pedro Alves  <palves@redhat.com>
2159
2160         * gdb.base/gnu-ifunc-final.c: New file.
2161         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2162         * gdb.base/gnu-ifunc.exp (executable): Delete.
2163         (staticexecutable): Adjust.
2164         (lib_opts, exec_opts): Delete.
2165         (make_binsuffix, build, set-break): New procedures.
2166         (misc_tests): New, with tests factored out from the top level.
2167         (top level): Test different combinations of ifunc resolver name,
2168         resolver with and with debug info, and ifunc target with and
2169         without debug info.  Wrap static tests with with_target_prefix.
2170
2171 2018-04-26  Pedro Alves  <palves@redhat.com>
2172
2173         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2174         return type" warnings.
2175
2176 2018-04-25  Pedro Alves  <palves@redhat.com>
2177
2178         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2179         killed".
2180         * gdb.base/kill-after-signal.exp: Likewise.
2181         * gdb.threads/kill.exp: Likewise.
2182
2183 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2184             Sergio Durigan Junior  <sergiodj@redhat.com>
2185             Pedro Alves  <palves@redhat.com>
2186
2187         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2188         regexps to expect for '[Inferior ... detached]' as well.
2189         * gdb.base/attach.exp: Likewise.
2190         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2191         "gdb_continue_to_end".
2192         (test_catch_syscall_with_wrong_args): Likewise.
2193         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2194         ']'.  Don't set 'verbose' on.
2195         * gdb.base/foll-vfork.exp: Likewise.
2196         * gdb.base/fork-print-inferior-events.c: New file.
2197         * gdb.base/fork-print-inferior-events.exp: New file.
2198         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2199         '[Inferior ... has been killed]' message.
2200         * gdb.base/kill-after-signal.exp: Likewise.
2201         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2202         detach message.
2203         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2204         message.
2205         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2206         regexps to expect for '[Inferior ... detached]' as well.
2207         * gdb.threads/process-dies-while-detaching.exp: Likewise.
2208
2209 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
2210
2211         PR gdb/23104
2212         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2213
2214 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
2215
2216         * gdb.threads/multiple-successive-infcall.c: New test.
2217         * gdb.threads/multiple-successive-infcall.exp: New file.
2218
2219 2018-04-17  Tom Tromey  <tom@tromey.com>
2220
2221         * gdb.rust/simple.rs (Union): New type.
2222         (main): New local "u".
2223         * gdb.rust/simple.exp (test_one_slice): Add new test case.
2224
2225 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2226
2227         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2228         number information in output of "whereis" command.
2229         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2230
2231 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2232
2233         * gdb.ada/info_types.exp: Adjust expected output to the line
2234         numbers now printed by "info var/func/type".
2235         * gdb.base/completion.exp: Likewise.
2236         * gdb.base/included.exp: Likewise.
2237         * gdb.cp/cp-relocate.exp: Likewise.
2238         * gdb.cp/cplusfuncs.exp: Likewise.
2239         * gdb.cp/namespace.exp: Likewise.
2240         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2241
2242 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2243
2244         * gdb.btrace/cpu.exp: New.
2245
2246 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2247
2248         * gdb.base/step-indirect-call-thunk.exp: New.
2249         * gdb.base/step-indirect-call-thunk.c: New.
2250         * gdb.reverse/step-indirect-call-thunk.exp: New.
2251         * gdb.reverse/step-indirect-call-thunk.c: New.
2252
2253 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
2254
2255         * gdb.base/pie-fork.c: New file.
2256         * gdb.base/pie-fork.exp: New file.
2257
2258 2018-04-11  Tom Tromey  <tom@tromey.com>
2259
2260         * gdb.rust/simple.exp: Add test for ".." struct initializer.
2261
2262 2018-04-10  Pedro Alves  <palves@redhat.com>
2263
2264         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2265         exits.  Instead loop running forever.
2266         (fork_parent): Run forever too.
2267
2268 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2269
2270         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2271         mi_continue_to_line.
2272         * gdb.mi/mi-stack.c (callee4): Add comment.
2273
2274 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2275
2276         * gdb.mi/mi-stack.exp: Fix indentation.
2277
2278 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2279
2280         PR gdb/22979
2281         * gdb.arch/amd64-osabi.exp: New file.
2282
2283 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2284
2285         PR gdb/22980
2286         * gdb.base/osabi.exp: New file.
2287
2288 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
2289
2290         * gdb.cp/static-typedef-print.exp: New file.
2291         * gdb.cp/static-typedef-print.cc: New file.
2292
2293 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2294
2295         * gdb.ada/varsize_limit: New testcase.
2296
2297 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2298
2299         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2300
2301         * gdb.ada/notcplusplus: New testcase.
2302
2303         * gdb.base/c-linkage-name.c: New file.
2304         * gdb.base/c-linkage-name.exp: New testcase.
2305
2306 2018-03-26  Tom Tromey  <tom@tromey.com>
2307
2308         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2309         * gdb.python/py-framefilter.py (name_error): New global.
2310         (ErrorInName.function): Use name_error.
2311
2312 2018-03-26  Tom Tromey  <tom@tromey.com>
2313
2314         PR backtrace/15582:
2315         * gdb.python/py-framefilter.exp: Add "bt hide" test.
2316
2317 2018-03-23  Keith Seitz  <keiths@redhat.com>
2318
2319         PR c++/22968
2320         * gdb.cp/subtypes.exp: New file.
2321         * gdb.cp/subtypes.h: New file.
2322         * gdb.cp/subtypes.cc: New file.
2323         * gdb.cp/subtypes-2.cc: New file.
2324
2325 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2326
2327         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2328         (done): Call '_exit' not 'exit' to avoid atexit handlers.
2329         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2330         -nostartfiles when compiling the test.  Confirm that all registers
2331         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2332
2333 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2334
2335         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2336         option, syntax was wrong anyway.
2337         * gdb.arch/arm-disp-step.exp: Likewise.
2338         * gdb.arch/sparc64-regs.exp: Likewise.
2339         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2340         option, syntax was wrong anyway, switch to use
2341         prepare_for_testing.
2342         * gdb.arch/i386-disp-step.exp: Likewise.
2343
2344 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2345
2346         * gdb.ada/exec_changed.exp: Replace "target_info exists
2347         use_gdb_stub" by "use_gdb_stub".
2348         * gdb.ada/start.exp: Likewise.
2349         * gdb.base/async-shell.exp: Likewise.
2350         * gdb.base/attach-pie-misread.exp: Likewise.
2351         * gdb.base/attach-wait-input.exp: Likewise.
2352         * gdb.base/break-entry.exp: Likewise.
2353         * gdb.base/break-interp.exp: Likewise.
2354         * gdb.base/dprintf-detach.exp: Likewise.
2355         * gdb.base/nostdlib.exp: Likewise.
2356         * gdb.base/solib-nodir.exp: Likewise.
2357         * gdb.base/statistics.exp: Likewise.
2358         * gdb.base/testenv.exp: Likewise.
2359         * gdb.mi/mi-exec-run.exp: Likewise.
2360         * gdb.mi/mi-start.exp: Likewise.
2361         * gdb.multi/dummy-frame-restore.exp: Likewise.
2362         * gdb.multi/multi-arch-exec.exp: Likewise.
2363         * gdb.multi/multi-arch.exp: Likewise.
2364         * gdb.multi/tids.exp: Likewise.
2365         * gdb.multi/watchpoint-multi.exp: Likewise.
2366         * gdb.python/py-events.exp: Likewise.
2367         * gdb.threads/attach-into-signal.exp: Likewise.
2368         * gdb.threads/attach-stopped.exp: Likewise.
2369         * gdb.threads/threadapply.exp: Likewise.
2370         * lib/selftest-support.exp: Likewise.
2371
2372 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2373
2374         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2375
2376 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
2377
2378         * gdb.perf/template-breakpoints.cc: New file.
2379         * gdb.perf/template-breakpoints.exp: New file.
2380         * gdb.perf/template-breakpoints.py: New file.
2381
2382 2018-03-19  Tom Tromey  <tom@tromey.com>
2383
2384         * gdb.rust/simple.rs (main): Add local variables field1, field2,
2385         y0.
2386         * gdb.rust/simple.exp: Test bare identifier form of struct
2387         initializer.
2388
2389 2018-03-19  Tom Tromey  <tom@tromey.com>
2390
2391         * gdb.gdb/observer.exp: Remove.
2392
2393 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2394
2395         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2396         "qualified" option when setting breakpoints.
2397         * gdb.trace/backtrace.exp: Likewise.
2398         * gdb.trace/circ.exp: Likewise.
2399         * gdb.trace/collection.exp: Likewise.
2400         * gdb.trace/disconnected-tracing.exp: Likewise.
2401         * gdb.trace/ftrace-lock.exp: Likewise.
2402         * gdb.trace/ftrace.exp: Likewise.
2403         * gdb.trace/infotrace.exp: Likewise.
2404         * gdb.trace/packetlen.exp: Likewise.
2405         * gdb.trace/passc-dyn.exp: Likewise.
2406         * gdb.trace/qtro.exp: Likewise.
2407         * gdb.trace/read-memory.exp: Likewise.
2408         * gdb.trace/report.exp: Likewise.
2409         * gdb.trace/signal.exp: Likewise.
2410         * gdb.trace/status-stop.exp: Likewise.
2411         * gdb.trace/strace.exp: Likewise.
2412         * gdb.trace/tfind.exp: Likewise.
2413         * gdb.trace/trace-break.exp: Likewise.
2414         * gdb.trace/trace-condition.exp: Likewise.
2415         * gdb.trace/trace-mt.exp: Likewise.
2416         * gdb.trace/tstatus.exp: Likewise.
2417         * gdb.trace/tsv.exp: Likewise.
2418         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2419         * gdb.trace/unavailable.exp: Likewise.
2420         * gdb.trace/while-dyn.exp: Likewise.
2421
2422 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2423
2424         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2425         that libinproctrace is copied to the target.
2426
2427 2018-03-14  Tom Tromey  <tom@tromey.com>
2428
2429         PR cli/14977:
2430         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2431         a null pointer.
2432         * gdb.base/wchar.exp: Likewise.
2433
2434 2018-03-14  Tom Tromey  <tom@tromey.com>
2435
2436         PR cli/19918:
2437         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2438         flag.
2439
2440 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
2441
2442         PR gdb/22841
2443         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2444         "target" to remote_exec.
2445
2446 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
2447
2448         PR gdb/22841
2449         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2450         ${board}_upload): Remove.
2451
2452 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2453
2454         * gdb.cp/watch-cp.cc: New test.
2455         * gdb.cp/watch-cp.exp: New file.
2456
2457 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2458
2459         * gdb.base/infcall-nested-structs.exp: New file.
2460         * gdb.base/infcall-nested-structs.c: New file.
2461         * gdb.base/float.exp: Add riscv support.
2462
2463 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2464
2465         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2466         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2467
2468 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
2469
2470         * gdb.server/abspath.exp: New file.
2471         * lib/gdb.exp (with_cwd): New procedure.
2472
2473 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
2474
2475         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2476         use it.
2477         (gdb_is_target_remote_prompt): New proc.
2478         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2479         (gdb_is_target_native): Pass prompt parameter to
2480         gdb_is_target_1.
2481
2482 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
2483
2484         * gdb.base/load-command.c: New file.
2485         * gdb.base/load-command.exp: New file.
2486         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2487         (gdb_is_target_1): ...this, and generalize for other targets
2488         than just remote.
2489         (gdb_is_target_remote): Use gdb_is_target_1.
2490         (gdb_is_target_native): use gdb_is_target_1.
2491
2492 2018-02-26  Tom Tromey  <tom@tromey.com>
2493
2494         PR python/16497:
2495         * gdb.python/py-framefilter.exp: Update test.
2496
2497 2018-02-26  Tom Tromey  <tom@tromey.com>
2498
2499         * gdb.dwarf2/variant.c: New file.
2500         * gdb.dwarf2/variant.exp: New file.
2501
2502 2018-02-26  Tom Tromey  <tom@tromey.com>
2503
2504         * gdb.rust/simple.exp: Accept more possible results in enum test.
2505
2506 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
2507
2508         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2509         parentheses.
2510
2511 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
2512
2513         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2514         name of a variable: $actual_linejj -> $actual_line.
2515
2516 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
2517
2518         * gdb.arch/amd64-i386-address.exp: Fix a typo.
2519
2520 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
2521
2522         * gdb.btrace/buffer-size.exp: Do not force BTS.
2523
2524 2018-02-14  Pedro Alves  <palves@redhat.com>
2525
2526         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2527         getting a "Quit".
2528
2529 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2530
2531         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2532         Fix test name.
2533
2534 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
2535
2536         * gdb.cp/m-static.exp: Check type of optimized out static
2537         member.
2538
2539 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2540
2541         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2542         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2543
2544 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
2545             Leszek Swirski  <leszeks@google.com>
2546
2547         * gdb.python/py-prettyprint.c
2548         (struct to_string_returns_value_inner,
2549         struct to_string_returns_value_wrapper): New.
2550         (main): Add tsrvw variable.
2551         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2552         ToStringReturnsValueWrapper): New classes.
2553         (register_pretty_printers): Register new pretty-printers.
2554         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2555         recursive pretty printer.
2556         * gdb.python/py-mi.exp: Likewise.
2557
2558 2018-02-01  Leszek Swirski  <leszeks@google.com>
2559
2560         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2561         functions with the same name as an include file are parsed
2562         correctly.
2563
2564 2018-02-01  Yao Qi  <yao.qi@linaro.org>
2565
2566         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2567         "\[^\r\n\]*".
2568
2569 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
2570
2571         * gdb.arch/powerpc-prologue-frame.s: New file.
2572         * gdb.arch/powerpc-prologue-frame.c: Likewise.
2573         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2574
2575 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
2576
2577         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2578
2579 2018-01-30  Pedro Alves  <palves@redhat.com>
2580
2581         PR gdb/13211
2582         * gdb.base/interrupt-daemon.c: New.
2583         * gdb.base/interrupt-daemon.exp: New.
2584         * gdb.multi/multi-term-settings.c: New.
2585         * gdb.multi/multi-term-settings.exp: New.
2586
2587 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
2588
2589         * gdb.base/break.exp: Save the location where the breakpoint
2590         on break.c:47 was actually inserted when debugging the version
2591         compiled at -O2 and use it in the expected output of the "info
2592         break" test performed soon after.
2593
2594 2018-01-22  Pedro Alves  <palves@redhat.com>
2595             Sergio Durigan Junior  <sergiodj@redhat.com>
2596
2597         * gdb.base/whatis.exp: Add tests for 'set print object on' +
2598         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2599
2600 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
2601
2602         * gdb.base/break-include.c, gdb.base/break-include.inc,
2603         gdb.base/break-include.exp: New files.
2604         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2605         line number now being the actual line number where the breakpoint
2606         was inserted.
2607         * gdb.mi/mi-break.exp: Likewise.
2608         * gdb.mi/mi-reverse.exp: Likewise.
2609         * gdb.mi/mi-simplerun.exp: Ditto.
2610
2611 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2612
2613         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2614         varobj.
2615         * gdb.mi/mi-var-create-rtti.exp: Likewise.
2616
2617 2018-01-21  Don Breazeal  <donb@codesourcery.com>
2618             Andrew Burgess  <andrew.burgess@embecosm.com>
2619
2620         * gdb.mi/basics.c: Add new global.
2621         * gdb.mi/mi-frame-regs.exp: New file.
2622         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2623         case.
2624
2625 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2626
2627         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2628         non-parameter, and on an unknown symbol.
2629
2630 2018-01-19  Tom Tromey  <tom@tromey.com>
2631
2632         * gdb.rust/modules.rs (TWENTY_THREE): New global.
2633         * gdb.rust/modules.exp: Add ::-qualified lookup test.
2634
2635 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2636
2637         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2638         setrlimit and chdir to int.
2639
2640 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2641
2642         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2643         function.
2644         (my_tend): Likewise.
2645         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2646         rationale of avoiding FP- and vector instructions.
2647
2648 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2649
2650         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2651         "info reg" with "\[ \t\]*".
2652         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2653         "\[ \t\]+".
2654         * gdb.arch/s390-multiarch.exp: Ditto.
2655         * gdb.base/pc-fp.exp: Ditto.
2656         * gdb.reverse/i386-precsave.exp: Ditto.
2657         * gdb.reverse/i386-reverse.exp: Ditto.
2658         * gdb.reverse/i387-env-reverse.exp: Ditto.
2659         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2660
2661 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2662
2663         * lib/gdb.exp (gdb_compile): Re-enable use of
2664         universal_compile_options for languages other than Rust.
2665
2666 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2667
2668         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2669
2670 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
2671
2672         PR gdb/16577
2673         * gdb.base/solib-vanish.exp: New.
2674         * gdb.base/solib-vanish-main.c: New.
2675         * gdb.base/solib-vanish-lib1.c: New.
2676         * gdb.base/solib-vanish-lib2.c: New.
2677
2678 2018-01-17  Yao Qi  <yao.qi@linaro.org>
2679
2680         * gdb.compile/compile.exp: Match the address printed for
2681         frame in the output of command "bt".
2682
2683 2018-01-15  Tom Tromey  <tom@tromey.com>
2684
2685         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2686         compute sp_reg.
2687
2688 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2689
2690         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2691         to prepare.
2692         (prepare): Return 0 on error, 1 on success.
2693
2694 2018-01-12  Pedro Alves  <palves@redhat.com>
2695
2696         * gdb.base/continue-after-aborted-step-over.c: New.
2697         * gdb.base/continue-after-aborted-step-over.exp: New.
2698
2699 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2700
2701         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2702         options when not creating an executable.
2703
2704 2018-01-11  Pedro Alves  <palves@redhat.com>
2705
2706         PR remote/22597
2707         * gdb.server/stop-reply-no-thread.c: New file.
2708         * gdb.server/stop-reply-no-thread.exp: New file.
2709
2710 2018-01-10  Pedro Alves  <palves@redhat.com>
2711
2712         PR gdb/22670
2713         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
2714         functions too.  Test setting breakpoints and printing C functions
2715         with no debug info too.
2716         * gdb.ada/bp_c_mixed_case/qux.c: New file.
2717
2718 2018-01-10  Pedro Alves  <palves@redhat.com>
2719
2720         PR gdb/22670
2721         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2722         a fail.
2723
2724 2018-01-10  Pedro Alves  <palves@redhat.com>
2725
2726         PR gdb/22670
2727         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2728
2729 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2730
2731         * gdb.server/unittest.exp: Match the output in non-development
2732         mode.
2733
2734 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2735
2736         * gdb.gdb/unittest.exp: Match output in non-development mode.
2737
2738 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2739
2740         * gdb.ada/access_tagged_param.exp: Relax expected output
2741         for value of "ObjL" in "continue" to pck.inspect breakpoint
2742         test.
2743
2744 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2745
2746         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2747         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2748
2749 2018-01-05  Pedro Alves  <palves@redhat.com>
2750
2751         PR gdb/18653
2752         * gdb.base/libsegfault.exp: New.
2753
2754 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2755
2756         PR gdb/22670
2757         * gdb.ada/access_tagged_param.exp: New file.
2758         * gdb.ada/access_tagged_param/foo.adb: New file.
2759
2760 2018-01-05  Pedro Alves  <palves@redhat.com>
2761
2762         PR gdb/22670
2763         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2764         exercise lower case too, and to exercise both full matching and
2765         wild matching.
2766
2767 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2768
2769         * gdb.ada/rename_subscript_param: New testcase.
2770
2771 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2772
2773         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2774
2775 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2776
2777         * gdb.ada/convvar_comp: New testcase.
2778
2779 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2780
2781         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2782         (My_Table): New global variable.
2783         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2784
2785 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2786
2787         PR gdb/22670
2788         * gdb.ada/maint_with_ada: New testcase.
2789
2790 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2791
2792         PR gdb/22670
2793         * gdb.ada/bp_c_mixed_case: New testcase.
2794
2795 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2796
2797         PR gdb/22670
2798         * gdb.ada/complete.exp: Add "complete break ada" test.
2799
2800 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2801
2802         PR gdb/22670
2803         * gdb.ada/info_addr_mixed_case: New testcase.
2804
2805 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2806
2807         * gdb.ada/excep_handle.exp: New testcase.
2808         * gdb.ada/excep_handle/foo.adb: New file.
2809         * gdb.ada/excep_handle/pck.ads: New file.
2810
2811 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2812
2813         * gdb.base/step-line.c: Add extra empty line in copyright header.
2814         * gdb.base/step-line.inp: Likewise.
2815
2816 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2817
2818         * gdb.ada/dyn_stride.exp: Add slice test.
2819
2820 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2821
2822         * gdb.ada/dyn_stride: New testcase.
2823
2824 2017-12-27  Stafford Horne  <shorne@gmail.com>
2825
2826         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2827         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2828
2829 2017-12-27  Stafford Horne  <shorne@gmail.com>
2830
2831         * gdb.base/reggroups.c: New file.
2832         * gdb.base/reggroups.exp: New file.
2833
2834 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2835
2836         * gdb.dwarf2/ada-valprint-error.c: New file.
2837         * gdb.dwarf2/ada-valprint-error.exp: New file.
2838
2839 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2840
2841         * gdb.ada/assign_arr: New testcase.
2842
2843 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2844
2845         * gdb.ada/funcall_ptr: New testcase.
2846
2847 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2848
2849         PR cli/16224
2850         * gdb.base/ptype-offsets.cc: New file.
2851         * gdb.base/ptype-offsets.exp: New file.
2852
2853 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2854
2855         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2856         if XML is disabled.
2857
2858 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2859
2860         * gdb.ada/same_component_name: New testcase.
2861
2862 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2863
2864         * gdb.ada/str_binop_equal: New testcase.
2865
2866 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2867
2868         * gdb.ada/task_switch_in_core: New testcase.
2869
2870 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2871
2872         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2873         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2874         call test_bkpt_qualified.
2875         (test_bkpt_qualified): New proc.
2876
2877 2017-12-13  Pedro Alves  <palves@redhat.com>
2878
2879         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2880         Tighten regexp by matching with an anchor.
2881
2882 2017-12-13  Pedro Alves  <palves@redhat.com>
2883
2884         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2885         ("expression with namespace"): New set of tests.
2886         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2887         (Nested::Test_NS::qux): New.
2888         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2889         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2890
2891 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2892
2893         * gdb.base/server-del-break.c: New file.
2894         * gdb.base/server-del-break.exp: New file.
2895
2896 2017-12-12  Stafford Horne  <shorne@gmail.com>
2897
2898         * gdb.xml/tdesc-regs.exp: Add or1k support.
2899
2900 2017-12-12  Stafford Horne  <shorne@gmail.com>
2901
2902         * gdb.base/bp-permanent.c: Define nop of or1k.
2903
2904 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2905
2906         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2907         output with components being reordered.
2908
2909 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2910
2911         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2912         output with components being reordered.
2913
2914 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2915             Pedro Alves  <palves@redhat.com>
2916
2917         * gdb.base/maint.exp (check for .gdb_index): Check also for
2918         .debug_names.
2919         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2920         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2921         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2922         (.gdb_index used after symbol reloading): Support also .debug_names.
2923         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2924
2925 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2926
2927         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2928         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2929
2930 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2931
2932         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2933         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2934
2935 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2936
2937         * gdb.arch/aarch64-tagged-pointer.c: New file.
2938         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2939
2940 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2941
2942         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2943         "int".
2944
2945 2017-12-07  Keith Seitz  <keiths@redhat.com>
2946
2947         PR breakpoints/22569
2948         * gdb.linespec/ls-errs.exp: Change expected result of "break
2949         -source this file has spaces.c -line 3".
2950         Check that an explicit source file followed by whitespace is
2951         identified as an invalid explicit location.
2952
2953 2017-12-07  Keith Seitz  <keiths@redhat.com>
2954
2955         * gdb.cp/nested-types.cc: New file.
2956         * gdb.cp/nested-types.exp: New file.
2957         * lib/cp-support.exp: Load data-structures.exp library.
2958         (debug_cp_test_ptype_class): New global.
2959         (cp_ptype_class_verbose, next_line): New procedures.
2960         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2961         Add and document new return value.
2962         Switch the list of lines to a queue.
2963         Add support for new `type' key for nested type definitions.
2964         Add debugging/troubleshooting messages.
2965         * lib/data-structures.exp: New file.
2966
2967 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2968
2969         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2970         with proc_with_prefix, don't use with_test_prefix.
2971
2972 2017-12-07  Tom Tromey  <tom@tromey.com>
2973
2974         * gdb.base/break.exp: Add test for empty "commands".
2975
2976 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2977
2978         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2979         malloc and catch syscall.
2980
2981 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2982
2983        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2984         tests for explicit locations.
2985
2986 2017-12-06  Pedro Alves  <palves@redhat.com>
2987
2988         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2989         force-disabling XML descriptions.
2990
2991 2017-12-04  Pedro Alves  <palves@redhat.com>
2992
2993         PR gdb/22499
2994         * gdb.arch/amd64-disp-step-avx.S: New file.
2995         * gdb.arch/amd64-disp-step-avx.exp: New file.
2996
2997 2017-12-03  Pedro Alves  <palves@redhat.com>
2998
2999         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3000         and <string.h>.
3001         (parent_function): Print distinct messages when waitpid fails, or
3002         the child exits with a signal, or the child exits for an unhandled
3003         reason.
3004         * gdb.threads/process-dies-while-detaching.exp
3005         (detach_and_expect_exit): New 'inf_output_re' parameter and use
3006         it.  Wait for both inferior output and GDB's prompt.  Use an
3007         indirect spawn id list.
3008         (do_detach): New parameter 'child_exit'.  Use it to compute
3009         expected inferior output.
3010         (test_detach, test_detach_watch, test_detach_killed_outside):
3011         Adjust to pass down the expected child exit kind.
3012
3013 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
3014             Sergio Durigan Junior  <sergiodj@redhat.com>
3015             Pedro Alves  <palves@redhat.com>
3016
3017         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3018
3019 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3020
3021         * gdb.base/relocate.exp: Add tests to guarantee that arguments
3022         to 'symbol-file' and 'add-symbol-file' can be
3023         position-independent.
3024
3025 2017-12-01  Yao Qi  <yao.qi@linaro.org>
3026
3027         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3028         the URL in copyright header.
3029         * gdb.arch/aarch64-fp.exp: Likewise.
3030         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3031         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3032         * gdb.base/expand-psymtabs.exp: Likewise.
3033         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3034         * gdb.fortran/common-block.exp: Likewise.
3035         * gdb.fortran/common-block.f90: Likewise.
3036         * gdb.fortran/logical.exp: Likewise.
3037         * gdb.fortran/vla-datatypes.f90: Likewise.
3038         * gdb.fortran/vla-sub.f90: Likewise.
3039
3040 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
3041
3042         * gdb.ada/repeat_dyn: New testcase.
3043
3044 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
3045
3046         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3047         Update for changed thread numbering.
3048         * gdb.cell/bt.exp: Update for changed GDB output.
3049
3050 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
3051
3052         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3053         setting isremote by hand.
3054         * boards/dwarf4-gdb-index.exp: Likewise.
3055         * boards/fission.exp: Likewise.
3056         * boards/stabs.exp: Likewise.
3057
3058 2017-11-30  Pedro Alves  <palves@redhat.com>
3059
3060         * gdb.linespec/cpls-ops.exp
3061         (check_explicit_skips_function_argument): Extract the underlying
3062         type of size_t instead of hardcoding it.
3063
3064 2017-11-29  Pedro Alves  <palves@redhat.com>
3065
3066         PR c++/19436
3067         * gdb.linespec/cpls-abi-tag.cc: New file.
3068         * gdb.linespec/cpls-abi-tag.exp: New file.
3069
3070 2017-11-29  Pedro Alves  <palves@redhat.com>
3071
3072         * gdb.base/langs.exp: Use -qualified.
3073         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3074         it.
3075         * gdb.cp/namespace.exp: Use -qualified.
3076         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3077         (overload-3, template-overload, template-ret-type, const-overload)
3078         (const-overload-quoted, anon-ns, ambiguous-prefix): New
3079         procedures.
3080         (test_driver): Call them.
3081         * gdb.cp/save-bp-qualified.cc: New.
3082         * gdb.cp/save-bp-qualified.exp: New.
3083         * gdb.linespec/explicit.exp: Test -qualified.
3084         * lib/completion-support.exp (completion::explicit_opts_list): Add
3085         "-qualified".
3086         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3087
3088 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3089
3090         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3091
3092 2017-11-29  Tom Tromey  <tom@tromey.com>
3093
3094         * gdb.base/relocate.exp: Update invalid argument test.
3095         Add new tests for invalid arguments.
3096
3097 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3098
3099         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3100         Return 0 as a long.
3101         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3102
3103 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3104
3105         * gdb.cp/breakpoint.cc (bar): Set return type to void.
3106         * gdb.cp/psymtab-parameter.cc (func): Likewise.
3107         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3108         func ().
3109         * gdb.cp/shadow.cc (B.func): Return 0.
3110
3111 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
3112
3113         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3114         expected output in gdb_expect call to allow the exception
3115         message to be present as well.  Fix syntax confusion to avoid
3116         TCL thinking that exception_name is an array.
3117
3118 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
3119
3120         * gdb.arch/spu-info.c: Include <unistd.h>.
3121         (do_signal_test): Fix broken calls to write.
3122         * gdb.arch/spu-info.exp: Use prepare_for_testing.
3123         Fix checks for empty mailboxes.  Update signal tests for corrected
3124         do_signal_test routine.  Allow nonzero event status.
3125         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3126         * gdb.cell/arch.exp: Use standard_output_file.
3127         * gdb.cell/break.exp: Likewise.
3128         * gdb.cell/bt.exp: Likewise.
3129         * gdb.cell/core.exp: Likewise.
3130         * gdb.cell/dwarfaddr.exp: Likewise.
3131         * gdb.cell/ea-cache.exp: Likewise.
3132         * gdb.cell/ea-standalone.exp: Likewise.
3133         * gdb.cell/f-regs.exp: Likewise.
3134         * gdb.cell/fork.exp: Likewise.
3135         * gdb.cell/gcore.exp: Likewise.
3136         * gdb.cell/mem-access.exp: Likewise.
3137         * gdb.cell/ptype.exp: Likewise.
3138         * gdb.cell/registers.exp: Likewise.
3139         * gdb.cell/sizeof.exp: Likewise.
3140         * gdb.cell/solib-symbol.exp: Likewise.
3141         * gdb.cell/solib.exp: Likewise.
3142
3143 2017-11-25   Pedro Alves  <palves@redhat.com>
3144
3145         * gdb.base/complete-empty.exp: New file.
3146         * gdb.base/completion.exp: Adjust.
3147
3148 2017-11-25  Pedro Alves  <palves@redhat.com>
3149
3150         * gdb.linespec/cpls-ops.cc: New file.
3151         * gdb.linespec/cpls-ops.exp: New file.
3152         * lib/completion-support.exp (test_complete_prefix_range_re): New,
3153         factored out from ...
3154         (test_complete_prefix_range): ... this.
3155
3156 2017-11-24  Pedro Alves  <palves@redhat.com>
3157
3158         * gdb.linespec/cpcompletion.exp: New file.
3159         * gdb.linespec/cpls-hyphen.cc: New file.
3160         * gdb.linespec/cpls.cc: New file.
3161         * gdb.linespec/cpls2.cc: New file.
3162         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
3163         test to use test_gdb_complete_unique.  Add label completion,
3164         keyword completion and explicit location completion tests.
3165         * lib/completion-support.exp: New file.
3166
3167 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
3168
3169         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3170         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3171         when hitting an exception catchpoint.
3172
3173 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3174
3175         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3176
3177 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
3178
3179         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3180         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3181         * gdb.dwarf2/info-locals-optimized-out.c: New file.
3182
3183 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3184
3185         * gdb.base/info-os.exp: Pass pthreads.
3186         * gdb.multi/multi-attach.exp: Likewise.
3187
3188 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3189
3190         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3191         compiler.
3192
3193 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3194
3195         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3196         * gdb.base/break-interp.exp: Likewise.
3197         * gdb.base/jit-attach-pie.exp: Likewise.
3198
3199 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3200
3201         * gdb.base/float128.c (large128): New variable.
3202         * gdb.base/float128.exp: Add test to print largest __float128 value.
3203
3204 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3205
3206         * gdb.arch/vsx-regs.exp: Update register content checks.
3207
3208 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
3209
3210         * gdb.arch/ppc-longdouble.exp: New file.
3211         * gdb.arch/ppc-longdouble.c: Likewise.
3212
3213 2017-11-21  Pedro Alves  <palves@redhat.com>
3214
3215         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3216
3217 2017-11-20  Pedro Alves  <palves@redhat.com>
3218
3219         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3220         (long_double_typedef): New typedefs.
3221         Use DEF on double and long double.
3222         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3223         cases.
3224         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3225         and 'long_double_ptr_same_size' locals.  Use them to decide
3226         whether cast from array/function to float is valid/invalid.
3227
3228 2017-11-17  Tom Tromey  <tom@tromey.com>
3229
3230         * gdb.rust/traits.rs: New file.
3231         * gdb.rust/traits.exp: New file.
3232
3233 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
3234
3235         * gdb.ada/minsyms: New testcase.
3236
3237 2017-11-16  Pedro Alves  <palves@redhat.com>
3238
3239         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3240         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3241
3242 2017-11-16  Pedro Alves  <palves@redhat.com>
3243
3244         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3245         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3246
3247 2017-11-16  Pedro Alves  <palves@redhat.com>
3248
3249         * gdb.server/reconnect-ctrl-c.c: New file.
3250         * gdb.server/reconnect-ctrl-c.exp: New file.
3251
3252 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
3253
3254         * gdb.python/py-rbreak.exp: New file.
3255         * gdb.python/py-rbreak.c: New file.
3256         * gdb.python/py-rbreak-func2.c: New file.
3257
3258 2017-11-16  Pedro Alves  <palves@redhat.com>
3259
3260         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3261         pattern.
3262         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3263         GDB.
3264
3265 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
3266
3267         * gdb.tui/completionn.exp (test_tab_completion): Add space in
3268         regex.
3269
3270 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
3271
3272         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3273         test names.
3274
3275 2017-11-09  Pedro Alves  <palves@redhat.com>
3276
3277         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3278         factored out from ...
3279         (top level): ... here, and adjusted to avoid expecting beyond the
3280         prompt in a single gdb_test_multiple.
3281
3282 2017-11-09  Pedro Alves  <palves@redhat.com>
3283
3284         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3285         output.
3286         * gdb.server/ext-attach.exp ("kill" test): Likewise.
3287         * gdb.server/ext-restart.exp ("kill" test): Likewise.
3288         * gdb.server/ext-run.exp ("kill" test): Likewise.
3289         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3290
3291 2017-11-09  Pedro Alves  <palves@redhat.com>
3292
3293         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3294         match till end of line.
3295
3296 2017-11-09  Pedro Alves  <palves@redhat.com>
3297
3298         * gdb.base/memattr.exp: Tighten regexes to match the end line.
3299
3300 2017-11-09  Pedro Alves  <palves@redhat.com>
3301
3302         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3303         New procedures, factored out from ...
3304         (top level): ... here, and adjusted to avoid expecting beyond the
3305         prompt in one go.
3306
3307 2017-11-09  Pedro Alves  <palves@redhat.com>
3308
3309         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3310         output.  Fix '?' match.
3311
3312 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
3313
3314         * gdb.ada/scoped_watch: New testcase.
3315         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3316         which is actually correct.
3317         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3318         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3319
3320 2017-11-08  Pedro Alves  <palves@redhat.com>
3321
3322         * gdb.gdb/complaints.exp (test_initial_complaints)
3323         (test_serial_complaints, test_short_complaints): Call
3324         complaint_internal instead of complaint.
3325
3326 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
3327
3328         * gdb.threads/tls-core.c: New file.
3329         * gdb.threads/tls-core.exp: Likewise.
3330
3331 2017-11-08   Pedro Alves  <palves@redhat.com>
3332
3333         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3334         (p Exported_Capitalized): New test.
3335         (p exported_capitalized): New test.
3336
3337 2017-11-07  Pedro Alves  <palves@redhat.com>
3338
3339         * gdb.cp/ena-dis-br-range.exp: Add more tests.
3340
3341 2017-11-07  Pedro Alves  <palves@redhat.com>
3342
3343         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3344         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3345         (disable_invalid, disable_inverted, disable_negative): New
3346         procedures.
3347         ("bad numbers"): New set of tests.
3348
3349 2017-11-07  Pedro Alves  <palves@redhat.com>
3350
3351         * gdb.cp/ena-dis-br-range.exp: Add tests.
3352
3353 2017-11-07  Pedro Alves  <palves@redhat.com>
3354
3355         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3356
3357 2017-11-07  Xavier Roirand  <roirand@adacore.com>
3358             Pedro Alves  <palves@redhat.com>
3359
3360         * gdb.base/ena-dis-br.exp: Add reference to
3361         gdb.cp/ena-dis-br-range.exp.
3362         * gdb.cp/ena-dis-br-range.exp: New file.
3363         * gdb.cp/ena-dis-br-range.cc: New file.
3364
3365 2017-11-06  Pedro Alves  <palves@redhat.com>
3366
3367         * gdb.base/attach-non-pgrp-leader.c: New.
3368         * gdb.base/attach-non-pgrp-leader.exp: New.
3369
3370 2017-11-06  Pedro Alves  <palves@redhat.com>
3371
3372         * configure.ac: No longer check for termio.h and sgtty.h.
3373         * configure: Regenerate.
3374         * remote-utils.c: Include termios.h instead of gdb_termios.h.
3375         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3376         Remove termio and sgtty code.
3377
3378 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3379
3380         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3381         in GDB is disabled.
3382
3383 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3384
3385         * gdb.python/py-thrhandle.exp: Skip it if python is not
3386         enabled.
3387
3388 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
3389
3390         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3391         as a breakpoint command.
3392
3393 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
3394
3395         PR python/21213
3396         * gdb.python/py-infthread.exp: Test calling
3397         InferiorThread.inferior () multiple times in a row.
3398
3399 2017-10-27  Keith Seitz  <keiths@redhat.com>
3400
3401         * gdb.opt/inline-break.exp (break_info_1): New procedure.
3402         Test "info break" for every inlined function breakpoint.
3403
3404 2017-10-27  Yao Qi  <yao.qi@linaro.org>
3405
3406         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3407
3408 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
3409
3410         * gdb.cp/classes.exp (test_static_members): Test printing
3411         Outer::instance.
3412         * gdb.cp/classes.c (struct Inner, struct Outer): New.
3413         (Inner::instance, Outer::instance): New.
3414
3415 2017-10-24  Pedro Alves  <palves@redhat.com>
3416
3417         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3418         extra console" test in two stages.
3419
3420 2017-10-24  Pedro Alves  <palves@redhat.com>
3421
3422         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3423
3424 2017-10-24  Pedro Alves  <palves@redhat.com>
3425
3426         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3427         loop.
3428
3429 2017-10-24  Pedro Alves  <palves@redhat.com>
3430
3431         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3432         $attempt" and "stoppedtry $stoppedtry" test prefixes.
3433
3434 2017-10-24  Pedro Alves  <palves@redhat.com>
3435
3436         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3437         parameter and handle it.  Don't output read value in test name.
3438
3439 2017-10-24  Pedro Alves  <palves@redhat.com>
3440
3441         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3442         custom test name.
3443
3444 2017-10-24  Pedro Alves  <palves@redhat.com>
3445
3446         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3447         include the unstable output directory name in the test's name.
3448         (initial_setup_simple) <'set args'>: Use custom test name.
3449
3450 2017-10-24  Pedro Alves  <palves@redhat.com>
3451
3452         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3453         with explicit test name.
3454
3455 2017-10-20  Pedro Alves  <palves@redhat.com>
3456
3457         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3458         'wait -i'.  Use gdb_assert and remote_close.
3459
3460 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
3461
3462         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3463         number from variable rather than hard-coded.
3464
3465 2017-10-19  Pedro Alves  <palves@redhat.com>
3466
3467         * gdb.base/long-inferior-output.c: New file.
3468         * gdb.base/long-inferior-output.exp: New file.
3469
3470 2017-11-18  Keith Seitz  <keiths@redhat.com>
3471
3472         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3473         method.
3474         (main): Call it.
3475         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3476         Add additional user-defined conversion operator tests.
3477
3478 2017-10-17  Pedro Alves  <palves@redhat.com>
3479
3480         * boards/native-stdio-gdbserver.exp: Load "local-board".
3481
3482 2017-10-17  Pedro Alves  <palves@redhat.com>
3483
3484         * gdb.base/quit-live.c: New file.
3485         * gdb.base/quit-live.exp: New file.
3486
3487 2017-10-16  Keith Seitz  <keiths@redhat.com>
3488
3489         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3490         (class_with_protected_typedef, class_with_private_typedef)
3491         (struct_with_public_typedef, struct_with_protected_typedef)
3492         (struct_with_private_typedef): New classes/structs.
3493         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3494         typedefs and access specifiers.
3495
3496 2017-10-16  Pedro Alves  <palves@redhat.com>
3497             Simon Marchi  <simon.marchi@polymtl.ca>
3498
3499         * README (Local vs Remote vs Native): New section.
3500         * boards/local-board.exp: New file, with bits factored out from
3501         ...
3502         * boards/native-extended-gdbserver.exp: ... here.  Load
3503         "local-board".
3504         * boards/native-gdbserver.exp: Load "local-board".
3505         (${board}_spawn, ${board}_exec): Delete.
3506         * boards/native-stdio-gdbserver.exp: Most contents factored out to
3507         ...
3508         * boards/stdio-gdbserver-base.exp: ... this new file.
3509         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3510         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3511         procedure.
3512         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3513         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
3514         stdio_gdbserver_command.
3515         (${board}_get_remote_address, ${board}_get_comm_port)
3516         (${board}_download, ${board}_upload): Delete.
3517         (get_target_remote_pipe_cmd): New.
3518
3519 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
3520
3521         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3522         test_bkpt_deletion, test_bkpt_cond_and_cmds,
3523         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3524         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3525         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3526         remove with_test_prefix.
3527
3528 2017-10-13  Pedro Alves  <palves@redhat.com>
3529
3530         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3531         * gdb.base/annota1.exp: Use it instead of is_remote.
3532         * gdb.base/annota3.exp: Use it instead of is_remote.
3533         * gdb.cp/annota2.exp: Use it instead of is_remote.
3534         * gdb.cp/annota3.exp: Use it instead of is_remote.
3535         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3536
3537 2017-10-13  Pedro Alves  <palves@redhat.com>
3538
3539         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3540         (test_num_test_vars, run_and_count_vars, find_env)
3541         (test_set_unset_env, test_inherit_env_var): New procedures.
3542         (top level): Use them.
3543
3544 2017-10-13  Pedro Alves  <palves@redhat.com>
3545
3546         * lib/selftest-support.exp (selftest_setup): Extend comments, and
3547         also skip on stub-like targets.
3548
3549 2017-10-13  Pedro Alves  <palves@redhat.com>
3550
3551         PR gdb/22293
3552         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3553         (top level): Move some tests to ...
3554         (test_not_found): ... this new procedure.
3555         (top level): Call it.
3556
3557 2017-10-13  Pedro Alves  <palves@redhat.com>
3558
3559         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
3560         expect different "info terminal" output if testing with a
3561         non-native target.
3562
3563 2017-10-13  Pedro Alves  <palves@redhat.com>
3564             Simon Marchi  <simon.marchi@polymtl.ca>
3565
3566         PR python/12966
3567         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3568
3569 2017-10-13  Pedro Alves  <palves@redhat.com>
3570
3571         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3572         already.
3573
3574 2017-10-13  Pedro Alves  <palves@redhat.com>
3575
3576         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3577         is_remote.
3578
3579 2017-10-13  Pedro Alves  <palves@redhat.com>
3580
3581         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3582         is_remote.
3583
3584 2017-10-13  Pedro Alves  <palves@redhat.com>
3585
3586         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3587         is set.
3588         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
3589         instead of is_remote.
3590
3591 2017-10-13  Pedro Alves  <palves@redhat.com>
3592
3593         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3594         (top level): Add comment.
3595
3596 2017-10-13  Pedro Alves  <palves@redhat.com>
3597
3598         * gdb.base/remote.exp (top level): Fix comment typo and add
3599         missing return.
3600
3601 2017-10-13  Pedro Alves  <palves@redhat.com>
3602             Simon Marchi  <simon.marchi@polymtl.ca>
3603
3604         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3605         calls and add comments.  Skip test if use_gdb_stub is set.
3606         (top level): Use "set cwd" command instead of "cd" command.
3607
3608 2017-10-13  Pedro Alves  <palves@redhat.com>
3609
3610         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3611         is_remote target check.
3612
3613 2017-10-13  Pedro Alves  <palves@redhat.com>
3614
3615         * gdb.base/scope.exp: Use build_executable + clean_restart +
3616         gdb_file_cmd instead of prepare_for_testing and no longer skip
3617         "before run" tests on is_remote target boards.  Update comments.
3618         * boards/native-extended-gdbserver.exp
3619         (extended_gdbserver_load_last_file): New, factored out from ...
3620         (gdb_load): ... this.  Move further below and add comment.
3621         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3622
3623 2017-10-12  Pedro Alves  <palves@redhat.com>
3624
3625         * gdb.base/attach.exp: Remove references to gdb64.
3626         * gdb.base/dbx.exp: Remove references to gdb64.
3627
3628 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3629             Pedro Alves  <palves@redhat.com>
3630
3631         * gdb.base/label.exp: Remove is_remote target check.
3632
3633 2017-10-12  Pedro Alves  <palves@redhat.com>
3634
3635         * gdb.base/auvx.exp (coredir): Update comment.
3636         (top level) <core_works>: Use "set cwd" command instead of "cd"
3637         command.
3638
3639 2017-10-12  Pedro Alves  <palves@redhat.com>
3640             Simon Marchi  <simon.marchi@polymtl.ca>
3641
3642         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3643         target boards.
3644
3645 2017-10-12  Pedro Alves  <palves@redhat.com>
3646             Simon Marchi  <simon.marchi@polymtl.ca>
3647
3648         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3649         Instead skip if there's any gdb_protocol set.
3650
3651 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3652             Pedro Alves  <palves@redhat.com>
3653
3654         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3655
3656 2017-10-12  Pedro Alves  <palves@redhat.com>
3657             Simon Marchi  <simon.marchi@polymtl.ca>
3658
3659         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3660         instead of on dejagnu remote boards.
3661
3662 2017-10-12  Pedro Alves  <palves@redhat.com>
3663             Simon Marchi  <simon.marchi@polymtl.ca>
3664
3665         * gdb.base/inferior-died.exp: Remove is_remote and isnative
3666         checks.  Use build_executable + clean_restart instead of
3667         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
3668         of enabling non-stop after starting gdb.
3669
3670 2017-10-12  Pedro Alves  <palves@redhat.com>
3671
3672         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3673         * gdb.threads/non-ldr-exc-2.exp: Ditto.
3674         * gdb.threads/non-ldr-exc-3.exp: Ditto.
3675         * gdb.threads/non-ldr-exc-4.exp: Ditto.
3676
3677 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3678
3679         * gdb.arch/arc-tdesc-cpu.exp: New file.
3680         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3681
3682 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
3683
3684         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3685
3686 2017-10-10  Pedro Alves <palves@redhat.com>
3687
3688         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3689         expect CLI output.
3690
3691 2017-10-10  Pedro Alves  <palves@redhat.com>
3692
3693         * lib/selftest-support.exp (selftest_setup): Update for
3694         captured_command_loop's prototype change.
3695
3696 2017-10-09  Pedro Alves  <palves@redhat.com>
3697
3698         Test both arch1=>arch2 and arch2=>arch1.
3699
3700         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3701         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
3702         factored out to...
3703         (append_arch1_options, append_arch2_options, append_arch_options)
3704         (build_executables): New procedures.
3705         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
3706         local.
3707         (top level): Add new 'first_arch' testing axis.
3708
3709 2017-10-09  Pedro Alves  <palves@redhat.com>
3710
3711         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3712         (barrier): New.
3713         (thread_start, all_started): New functions.
3714         (main): Spawn new thread and wait until it is scheduled.
3715         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3716         option.
3717         (do_test): Add 'selected_thread' parameter.  Run to all_started
3718         instead of main.  Explicitly set the breakpoint at main.  Switch
3719         to the SELECTED_THREAD thread.
3720         (top level): Test handling the exec event with either the main
3721         thread or the second thread selected.
3722
3723 2017-10-09  Pedro Alves  <palves@redhat.com>
3724
3725         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3726         logic.  Move STOP marker after the value checks.
3727         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3728         regexp.
3729
3730 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3731
3732         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3733
3734 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3735
3736         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3737         integer-to-dfp conversion.
3738         * gdb.base/dfp-test.exp: Likewise.
3739
3740 2017-10-04  Pedro Alves  <palves@redhat.com>
3741
3742         * gdb.multi/hangout.c: Include <unistd.h>.
3743         (hangout_loop): New function.
3744         (main): Call alarm.  Call hangout_loop in a loop.
3745         * gdb.multi/hello.c: Include <unistd.h>.
3746         (hello_loop): New function.
3747         (main): Call alarm.  Call hangout_loop in a loop.
3748         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3749         inferior with the other selected.
3750
3751 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3752
3753         * gdb.mi/list-thread-groups-available.exp: New file.
3754         * gdb.mi/list-thread-groups-available.c: New file.
3755
3756 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3757
3758         * gdb.base/set-cwd.exp: Make it available on
3759         native-extended-gdbserver.
3760
3761 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3762
3763         * gdb.base/set-cwd.c: New file.
3764         * gdb.base/set-cwd.exp: Likewise.
3765
3766 2017-10-02  Tom Tromey  <tom@tromey.com>
3767
3768         PR rust/22236:
3769         * gdb.rust/simple.rs (main): New variable "fslice".
3770         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3771
3772 2017-10-02  Tom Tromey  <tom@tromey.com>
3773
3774         * gdb.rust/simple.exp: Test ptype of a slice.
3775
3776 2017-10-02  Tom Tromey  <tom@tromey.com>
3777
3778         * gdb.rust/simple.exp: Test index of slice.
3779
3780 2017-09-27  Tom Tromey  <tom@tromey.com>
3781
3782         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3783
3784 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3785             Pedro Alves  <palves@redhat.com>
3786
3787         * gdb.base/compare-sections.exp (get value of read-only section): Read
3788         as unsigned value.
3789         (corrupt read-only section): Likewise and don't set written if patching
3790         failed.
3791
3792 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3793
3794         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3795         files.
3796
3797 2017-09-20  Pedro Alves  <palves@redhat.com>
3798
3799         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3800         symbol names in gdb's output.
3801         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3802
3803 2017-09-20  Pedro Alves  <palves@redhat.com>
3804
3805         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3806         Rename to ...
3807         (test_list_ambiguous_symbol): ... this and add a symbol name
3808         parameter.  Adjust.
3809         (test_list_ambiguous_function): Reimplement on top of
3810         test_list_ambiguous_symbol and also test listing ambiguous
3811         variables.
3812         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3813         (ambiguous_fun): ... this.
3814         (ambiguous_var): New.
3815         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3816         (ambiguous_fun): ... this.
3817         (ambiguous_var): New.
3818
3819 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3820
3821         * gdb.base/starti.c: New file.
3822         * gdb.base/starti.exp: New file.
3823         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3824
3825 2017-09-14  Pedro Alves  <palves@redhat.com>
3826
3827         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3828         (top level): Use it instead of runto.
3829
3830 2017-09-11  Tom Tromey  <tom@tromey.com>
3831
3832         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3833
3834 2017-09-11  Tom Tromey  <tom@tromey.com>
3835
3836         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3837         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3838
3839 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3840
3841         * gdb.fortran/printing-types.exp: New file.
3842         * gdb.fortran/printing-types.exp: New file.
3843
3844 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3845
3846         * gdb.fortran/vla-ptype.exp: Fix typos.
3847         * gdb.fortran/vla-value.exp: Same.
3848
3849 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3850
3851         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3852         * gdb.mi/mi-var-child-f.exp: Likewise.
3853         * gdb.mi/mi-vla-fortran.exp: Likewise.
3854
3855 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3856             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3857             Bernhard Heckel  <bernhard.heckel@intel.com>
3858
3859         * gdb.fortran/ptr-indentation.f90: New file.
3860         * gdb.fortran/ptr-indentation.exp: New file.
3861
3862 2017-09-05  Tom Tromey  <tom@tromey.com>
3863
3864         PR gdb/22010:
3865         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3866
3867 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3868
3869         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3870
3871 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3872
3873         * gdb.threads/tls-nodebug-pie.c: New file.
3874         * gdb.threads/tls-nodebug-pie.exp: New file.
3875
3876 2017-09-05  Tom Tromey  <tom@tromey.com>
3877
3878         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3879         for rust.
3880
3881 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3882
3883         * gdb.multi/multi-arch-exec.exp: Test with different
3884         "follow-exec-mode" settings.
3885         (do_test): New procedure.
3886
3887 2017-09-04  Pedro Alves  <palves@redhat.com>
3888
3889         * gdb.base/func-static.c (S::method const, S::method volatile)
3890         (S::method volatile const): New methods.
3891         (c_s, v_s, cv_s): New instances.
3892         (main): Call method() on them.
3893         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3894         (cannot_resolve): New procedure.
3895         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3896         print-quote-unquoted columns.
3897         (do_test): Test printing each scope too.
3898
3899 2017-09-04  Pedro Alves  <palves@redhat.com>
3900
3901         * gdb.base/local-static.exp: Also test with
3902         class::method::variable wholly quoted.
3903         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3904
3905 2017-09-04  Pedro Alves  <palves@redhat.com>
3906
3907         * gdb.base/local-static.c: New.
3908         * gdb.base/local-static.cc: New.
3909         * gdb.base/local-static.exp:  New.
3910
3911 2017-09-04  Pedro Alves  <palves@redhat.com>
3912
3913         * gdb.asm/asm-source.exp: Add casts to int.
3914         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3915         (dataglobal64_1, dataglobal64_2): New globals.
3916         * gdb.base/nodebug.exp: Test different expressions involving the
3917         new globals, with print, whatis and ptype.  Add casts to int.
3918         * gdb.base/solib-display.exp: Add casts to int.
3919         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3920         * gdb.cp/m-static.exp: Add cast to int.
3921         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3922         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3923         tls variable with no debug info without a cast.  Test with a cast
3924         to int too.
3925         * gdb.trace/entry-values.exp: Add casts.
3926
3927 2017-09-04  Pedro Alves  <palves@redhat.com>
3928
3929         * gdb.base/nodebug.exp: Test that ptype's error about functions
3930         with unknown return type includes the function name too.
3931
3932 2017-09-04  Pedro Alves  <palves@redhat.com>
3933
3934         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3935         return type of munmap in infcall.
3936         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3937         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3938         type of ftell in infcall.
3939         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3940         type of getpid in infcall.
3941         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3942         infcall.
3943         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3944         Bail on failure to extract the pid.
3945         * gdb.base/nodebug.c: #include <stdint.h>.
3946         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3947         New functions.
3948         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3949         Change expected output of print/whatis/ptype with functions with
3950         no debug info.  Test all supported languages.  Call
3951         test_call_promotion.
3952         * gdb.compile/compile.exp: Adjust expected output to expect
3953         warning.
3954         * gdb.threads/siginfo-threads.exp: Likewise.
3955
3956 2017-09-04  Pedro Alves  <palves@redhat.com>
3957
3958         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3959         "prototypes".  Test calling float functions via prototyped and
3960         unprototyped function pointers.
3961         (perform_all_tests): New parameter "prototypes".  Pass it down.
3962         (top level): Pass down "prototypes" parameter to
3963         perform_all_tests.
3964
3965 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3966
3967         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3968         Test with nested loops.
3969
3970 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3971
3972         * gdb.base/commands.exp: Call the new procedures.
3973         (loop_break_test, loop_continue_test): New procedures.
3974
3975 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3976
3977         * gdb.base/commands.exp: Call new procedure.
3978         (define_if_without_arg_test): New procedure.
3979
3980 2017-09-04  Pedro Alves  <palves@redhat.com>
3981
3982         * gdb.base/list-ambiguous.exp: New file.
3983         * gdb.base/list-ambiguous0.c: New file.
3984         * gdb.base/list-ambiguous1.c: New file.
3985         * gdb.base/list.exp (test_list_range): Adjust expected output.
3986
3987 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3988
3989         * gdb.base/share-env-with-gdbserver.c: New file.
3990         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3991
3992 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3993
3994         * gdb.base/commands.exp (gdbvar_simple_if_test,
3995         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3996         progvar_simple_if_test, progvar_simple_while_test,
3997         progvar_complex_if_while_test, user_defined_command_test,
3998         user_defined_command_args_eval,
3999         user_defined_command_args_stack_test,
4000         user_defined_command_manyargs_test, bp_deleted_in_command_test,
4001         temporary_breakpoint_commands,
4002         gdb_test_no_prompt, redefine_hook_test,
4003         redefine_backtrace_test): Remove "global gdb_prompt".
4004
4005 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4006
4007         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4008         New proc, call it from toplevel.
4009
4010 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
4011
4012         PR remote/21852
4013         * gdb.server/normal.c: New file, copied from gdb.base.
4014         * gdb.server/run-without-local-binary.exp: New file.
4015
4016 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
4017
4018         * gdb.arch/sparc64-adi.exp: New file.
4019         * gdb.arch/sparc64-adi.c: New file.
4020
4021 2017-08-22  Pedro Alves  <palves@redhat.com>
4022
4023         * gdb.cp/overload.exp (line_range_pattern): New procedure.
4024         (top level): Add "list all overloads" tests.
4025
4026 2017-08-22  Tom Tromey  <tom@tromey.com>
4027
4028         * gdb.gdb/xfullpath.exp: Remove.
4029
4030 2017-08-21  Pedro Alves  <palves@redhat.com>
4031
4032         PR gdb/19487
4033         * gdb.base/symbol-alias.c: New.
4034         * gdb.base/symbol-alias2.c: New.
4035         * gdb.base/symbol-alias.exp: New.
4036
4037 2017-08-21  Pedro Alves  <palves@redhat.com>
4038
4039         * gdb.base/dfp-test.c
4040         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4041         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4042         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4043         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4044         * gdb.base/whatis-ptype-typedefs.c: New.
4045         * gdb.base/whatis-ptype-typedefs.exp: New.
4046         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4047         (an_int, an_int_type, an_int_type2): New globals.
4048         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4049         involving typedefs and cast expressions.
4050         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4051         (lookup_typedefs_function): New.
4052         (typedefs_pretty_printers_dict): New.
4053         (top level): Register lookup_typedefs_function in
4054         gdb.pretty_printers.
4055
4056 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4057
4058         * gdb.server/unittest.exp: New.
4059
4060 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4061
4062         PR gdb/21954
4063         * gdb.base/environ.exp: Add test to check if 'unset environment'
4064         works.
4065
4066 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4067
4068         * lib/gdb.exp (universal_compile_options): New caching proc.
4069         (gdb_compile): Suppress GCC's coloring of messages.
4070
4071 2017-08-14  Tom Tromey  <tom@tromey.com>
4072
4073         PR gdb/21675:
4074         * gdb.base/printcmds.exp (test_radices): New function.
4075         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4076         * gdb.base/sizeof.exp (check_valueof): Use p/d.
4077         * lib/gdb.exp (get_integer_valueof): Use p/d.
4078
4079 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
4080
4081         * lib/gdb.exp (get_valueof): Don't capture end-of-line
4082         characters.
4083
4084 2017-08-05  Tom Tromey  <tom@tromey.com>
4085
4086         * gdb.rust/simple.exp: Allow String to appear in a different
4087         namespace.
4088
4089 2017-07-26  Yao Qi  <yao.qi@linaro.org>
4090
4091         * gdb.gdb/unittest.exp: Invoke command
4092         "maintenance check xml-descriptions".
4093
4094 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4095
4096         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4097         calling context.
4098         (hex128): Drop erroneous calculation of parameters.
4099
4100 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
4101
4102         * gdb.python/py-unwind.exp: Disable stack protection when
4103         building test file.
4104
4105 2017-07-20  Pedro Alves  <palves@redhat.com>
4106
4107         * gdb.base/default.exp (set language): Adjust expected output.
4108
4109 2017-07-20  Pedro Alves  <palves@redhat.com>
4110
4111         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4112         (test_minsym): ... this, and make static.
4113         (get_pck__foo__bar__minsym): Rename to ...
4114         (get_test_minsym): ... this.
4115         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
4116         symbol names and comments.
4117         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4118         (get_test_minsym): ... this.
4119         (pck__foo__bar__minsym__2): Rename to ...
4120         (test_minsym): ... this.
4121         (main): Adjust.
4122
4123 2017-07-17  Pedro Alves  <palves@redhat.com>
4124
4125         * gdb.base/completion.exp: Adjust expected output.
4126         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4127         the completer works.
4128
4129 2017-07-17  Pedro Alves  <palves@redhat.com>
4130
4131         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4132
4133 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
4134
4135         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4136
4137 2017-07-14  Tom Tromey  <tom@tromey.com>
4138
4139         PR rust/21764:
4140         * gdb.rust/simple.exp: Add tests.
4141
4142 2017-07-14  Tom Tromey  <tom@tromey.com>
4143
4144         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4145
4146 2017-07-14  Pedro Alves  <palves@redhat.com>
4147
4148         * gdb.linespec/base/one/thefile.cc (z1): New function.
4149         * gdb.linespec/base/two/thefile.cc (z2): New function.
4150         * gdb.linespec/linespec.exp: Add tests.
4151
4152 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4153
4154         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4155         to mi_create_breakpoint.
4156
4157 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4158
4159         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4160         mi_create_breakpoint.
4161
4162 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
4163
4164         * gdb.dlang/demangle.exp: Update for demangling changes.
4165
4166 2017-07-09  Tom Tromey  <tom@tromey.com>
4167
4168         * gdb.dwarf2/shortpiece.exp: New file.
4169
4170 2017-07-06  David Blaikie  <dblaikie@gmail.com>
4171
4172         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4173         built from fissiont-multi-cu{1,2}.c.
4174         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4175         except putting 'main' and 'func' in separate CUs in the same DWO file.
4176         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4177         test.
4178         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4179         test.
4180
4181 2017-07-06  Pedro Alves  <palves@redhat.com>
4182
4183         * gdb.python/py-unwind.exp: Test flushregs.
4184
4185 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4186
4187         PR cli/21688
4188         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4189         tests for alias commands and trailing whitespace.
4190
4191 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4192
4193         PR cli/21688
4194         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4195         procedure.  Call it.
4196
4197 2017-06-29  Pedro Alves  <palves@redhat.com>
4198
4199         * gdb.base/printcmds.exp: Add tests.
4200
4201 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
4202
4203         PR gdb/21337
4204         * gdb.base/reread-readsym.exp: New file.
4205         * gdb.base/reread-readsym.c: New file.
4206
4207 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
4208
4209         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4210         subpattern.
4211
4212 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
4213
4214         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4215         extended mnemonic.
4216         * gdb.arch/powerpc-power9.s: Likewise.
4217
4218 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4219
4220         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4221         on 32-bit x86 targets.  Exploit is_*_target macros where
4222         appropriate.
4223
4224 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4225
4226         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4227         register pieces.
4228
4229 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4230
4231         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4232         located in one or more DWARF pieces.
4233
4234 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4235
4236         * lib/gdb.exp (get_endianness): New proc.
4237         * gdb.arch/aarch64-fp.exp: Use it.
4238         * gdb.arch/altivec-regs.exp: Likewise.
4239         * gdb.arch/e500-regs.exp: Likewise.
4240         * gdb.arch/vsx-regs.exp: Likewise.
4241         * gdb.base/dump.exp: Likewise.
4242         * gdb.base/funcargs.exp: Likewise.
4243         * gdb.base/gnu_vector.exp: Likewise.
4244         * gdb.dwarf2/formdata16.exp: Likewise.
4245         * gdb.dwarf2/implptrpiece.exp: Likewise.
4246         * gdb.dwarf2/nonvar-access.exp: Likewise.
4247         * gdb.python/py-inferior.exp: Likewise.
4248         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4249
4250 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4251
4252         PR gdb/21226
4253         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4254         stack value pieces are taken from the LSB end.
4255
4256 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4257
4258         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4259         variable at nonzero offset.
4260
4261 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4262
4263         * gdb.dwarf2/var-access.c: New file.
4264         * gdb.dwarf2/var-access.exp: New test.
4265         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4266
4267 2017-06-12  Tom Tromey  <tom@tromey.com>
4268
4269         * gdb.dwarf2/formdata16.exp: Add tests.
4270
4271 2017-06-12  Tom Tromey  <tom@tromey.com>
4272
4273         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4274
4275 2017-06-12  Tom Tromey  <tom@tromey.com>
4276
4277         PR exp/16225:
4278         * gdb.reverse/i386-sse-reverse.exp: Update tests.
4279         * gdb.arch/vsx-regs.exp: Update tests.
4280         * gdb.arch/s390-vregs.exp (hex128): New proc.
4281         Update test.
4282         * gdb.arch/altivec-regs.exp: Update tests.
4283
4284 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4285
4286         * gdb.base/startup-with-shell.c: New file.
4287         * gdb.base/startup-with-shell.exp: Likewise.
4288
4289 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4290
4291         * gdb.server/non-existing-program.exp: Update regex in order to
4292         reflect the fact that gdbserver is now using fork_inferior (with a
4293         shell) to startup the inferior.
4294
4295 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
4296
4297         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4298         support function calls from GDB.
4299
4300 2017-05-21  Tom Tromey  <tom@tromey.com>
4301
4302         PR rust/21466:
4303         * gdb.rust/unsized.exp: New file.
4304         * gdb.rust/unsized.rs: New file.
4305
4306 2017-05-19  Tom Tromey  <tom@tromey.com>
4307
4308         PR rust/21484:
4309         * gdb.rust/watch.exp: New file.
4310         * gdb.rust/watch.rs: New file.
4311
4312 2017-05-18  Tom Tromey  <tom@tromey.com>
4313
4314         * gdb.rust/simple.exp: Allow Box to be qualified.
4315
4316 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4317
4318         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4319
4320 2017-05-18  Pedro Alves  <palves@redhat.com>
4321
4322         * gdb.base/fileio.c (test_write, test_read, test_close)
4323         (test_fstat): Don't print 'ret' in the fail path.
4324
4325 2017-05-18  Pedro Alves  <palves@redhat.com>
4326
4327         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4328         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4329         (test_system, test_rename, test_unlink, test_time): Change
4330         prototypes.
4331         * gdb.base/fileio.exp (stop_msg): Adjust.
4332
4333 2017-05-18  Pedro Alves  <palves@redhat.com>
4334
4335         * gdb.base/fileio.c (null_str): New global.
4336         (test_stat): Use it.
4337         * gdb.base/fileio.exp: Remove nowarnings.
4338
4339 2017-05-17  Yao Qi  <yao.qi@linaro.org>
4340
4341         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4342
4343 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
4344
4345         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4346         argument command.
4347         (top-level): Invoke test_set_inferior_tty.
4348
4349 2017-05-04  Pedro Alves  <palves@redhat.com>
4350
4351         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4352         Add parens to print call for Python 3.
4353
4354 2017-05-03  Keith Seitz  <keiths@redhat.com>
4355
4356         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4357         (main): Call it.
4358
4359 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4360
4361         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4362         to prev and next.
4363
4364 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4365
4366         * gdb.python/py-record-btrace.exp: Remove test for
4367         gdb.BtraceInstruction.error.
4368
4369 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4370
4371         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4372
4373 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4374
4375         * gdb.python/py-record-btrace-threads.c: New file.
4376         * gdb.python/py-record-btrace-threads.exp: New file.
4377
4378 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
4379
4380         PR testsuite/8595
4381         * gdb.base/environ.exp: Make test available in all architectures.
4382         Move bits related to "info program" testing to
4383         gdb.base/info-program.exp.  Rewrite tests to use the two new
4384         procedures mentione below.
4385         (test_set_show_env_var) New procedure.
4386         (test_set_show_env_var_equal): Likewise.
4387         * gdb.base/info-program.exp: New file.
4388
4389 2017-04-27  Keith Seitz  <keiths@redhat.com>
4390
4391         * gdb.cp/oranking.cc (test15): New function.
4392         (main): Call test15 and declare additional variables for testing.
4393         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4394         "p foo101('abc')" tests.
4395         Add tests for cv qualifier overloads.
4396         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4397         "lvalue reference overload" test.
4398         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4399         "print value of f1 on Child&& in f2" test.
4400
4401 2017-04-19  Pedro Alves  <palves@redhat.com>
4402
4403         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4404         procedure.
4405         (top level): Call it.
4406         * lib/gdb.exp (gdb_define_cmd): New procedure.
4407
4408 2017-04-12  Pedro Alves  <palves@redhat.com>
4409
4410         PR gdb/21323
4411         * gdb.cp/wide_char_types.c: Include <wchar.h>.
4412         (wchar): New global.
4413         * gdb.cp/wide_char_types.exp (wide_char_types_program)
4414         (do_test_wide_char, wide_char_types_no_program, top level): Add
4415         wchar_t testing.
4416
4417 2017-04-12  Pedro Alves  <palves@redhat.com>
4418
4419         PR c++/21323
4420         * gdb.cp/wide_char_types.c: New file.
4421         * gdb.cp/wide_char_types.exp: New file.
4422
4423 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
4424
4425         PR gdb/21352
4426         * gdb.trace/tsv.exp: Add test for "tsave -r".
4427
4428 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
4429
4430         * gdb.dlang/watch-loc.c: New file.
4431         * gdb.dlang/watch-loc.exp: New file.
4432
4433 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4434
4435         * gdb.python/py-section-script.exp (sepdebug): New testcases.
4436
4437 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4438
4439         * gdb.arch/arc-analyze-prologue.S: New file.
4440         * gdb.arch/arc-analyze-prologue.exp: Likewise.
4441
4442 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4443
4444         * gdb.arch/arc-decode-insn.S: New file.
4445         * gdb.arch/arc-decode-insn.exp: Likewise.
4446
4447 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
4448
4449         PR tdep/20928
4450         * gdb.arch/sparc64-regs.exp: New file.
4451         * gdb.arch/sparc64-regs.S: Likewise.
4452
4453 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
4454
4455         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4456         and memory view on Python 3.
4457
4458 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4459             Keith Seitz  <keiths@redhat.com>
4460
4461         PR gdb/14441
4462         * gdb.cp/demangle.exp: Add rvalue reference tests.
4463         * gdb.cp/rvalue-ref-casts.cc: New file.
4464         * gdb.cp/rvalue-ref-casts.exp: New file.
4465         * gdb.cp/rvalue-ref-overload.cc: New file.
4466         * gdb.cp/rvalue-ref-overload.exp: New file.
4467         * gdb.cp/rvalue-ref-params.cc: New file.
4468         * gdb.cp/rvalue-ref-params.exp: New file.
4469         * gdb.cp/rvalue-ref-sizeof.cc: New file.
4470         * gdb.cp/rvalue-ref-sizeof.exp: New file.
4471         * gdb.cp/rvalue-ref-types.cc: New file.
4472         * gdb.cp/rvalue-ref-types.exp: New file.
4473         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4474         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4475
4476 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4477
4478         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4479         New procedure.
4480
4481 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4482
4483         * lib/mi-support.exp (mi_gdb_test): Add additional message
4484         for unexpected output.
4485
4486 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4487
4488         * gdb.base/examine-backward.c (Barrier): New character array
4489         constant, to ensure that TestStrings is preceded by a string
4490         terminator.
4491
4492 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4493
4494         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4495         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4496         and implicit pointer into such a location.
4497
4498 2017-03-16  Doug Evans  <dje@google.com>
4499
4500         * gdb.python/py-lazy-string (pointer): Really add new typedef.
4501
4502 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4503
4504         * gdb.cp/m-static.exp: Fix expectation for prototype of
4505         test5.single_constructor and single_constructor::single_constructor.
4506
4507 2017-03-16  Doug Evans  <dje@google.com>
4508
4509         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4510         * gdb.guile/scm-lazy-string.c: New file.
4511         * gdb.guile/scm-value.exp: Move lazy string tests to ...
4512         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
4513         for pointer, array, typedef lazy strings.
4514
4515 2017-03-16  Doug Evans  <dje@google.com>
4516
4517         PR python/17728, python/18439, python/18779
4518         * gdb.python/py-value.c (main) Delete locals sptr, sn.
4519         * gdb.python/py-lazy-string.c (pointer): New typedef.
4520         (main): New locals ptr, array, typedef_ptr.
4521         * gdb.python/py-value.exp: Move lazy string tests to ...
4522         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
4523         array, typedef lazy strings.
4524
4525 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
4526
4527         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4528           Add optional 'test' parameter.
4529
4530 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4531
4532         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4533         Skip for versions of DejaGnu < 1.5.
4534
4535 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4536
4537         * lib/gdb.exp (dejagnu_version): New proc.
4538         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4539         Use dejagnu_version.
4540
4541 2017-03-10  Keith Seitz  <keiths@redhat.com>
4542
4543         PR c++/8128
4544         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4545         type from destructor regexps.
4546         Add a branch which actually passes the test.
4547         Adjust "ptype t5i" test names.
4548
4549 2017-03-08  Pedro Alves  <palves@redhat.com>
4550
4551         * gdb.base/step-over-exit.exp: Add explicit test message.
4552
4553 2017-03-08  Pedro Alves  <palves@redhat.com>
4554
4555         PR gdb/18360
4556         * gdb.threads/interrupt-while-step-over.c: New file.
4557         * gdb.threads/interrupt-while-step-over.exp: New file.
4558
4559 2017-03-08  Pedro Alves  <palves@redhat.com>
4560
4561         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4562         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4563
4564 2017-03-08  Pedro Alves  <palves@redhat.com>
4565
4566         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4567         PKRU as not supported as a PASS.
4568
4569 2017-03-08  Pedro Alves  <palves@redhat.com>
4570
4571         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4572         prefix instead of $binfile1/$binfile2.
4573         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4574         in test message.
4575         * gdb.python/py-completion.exp: Use "load python file" as test
4576         messages instead of unstable path names.
4577
4578 2017-03-08  Pedro Alves  <palves@redhat.com>
4579             Jan Kratochvil  <jan.kratochvil@redhat.com>
4580
4581         PR cli/21218
4582         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4583         New proc.
4584         (top level): Call it.
4585
4586 2017-03-08  Pedro Alves  <palves@redhat.com>
4587
4588         PR tui/21216
4589         * gdb.tui/tui-nl-filtered-output.exp: New file.
4590
4591 2017-03-08  Pedro Alves  <palves@redhat.com>
4592
4593         * gdb.base/completion.exp: Move TUI completion tests to ...
4594         * gdb.tui/completion.exp: ... this new file.
4595
4596 2017-03-08  Pedro Alves  <palves@redhat.com>
4597
4598         * gdb.base/tui-disasm-long-lines.c,
4599         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4600         gdb.base/tui-layout.exp: Move to ...
4601         * gdb.tui/: ... this new directory.
4602
4603 2017-03-07  Pedro Alves  <palves@redhat.com>
4604
4605         * gdb.base/tui-layout.c: New file.
4606         * gdb.base/tui-layout.exp: New file.
4607
4608 2017-03-07  Pedro Alves  <palves@redhat.com>
4609
4610         * gdb.base/tui-layout.c: Rename to ...
4611         * gdb.base/tui-disasm-long-lines.c: ... this.
4612         * gdb.base/tui-layout.exp: Rename to ...
4613         * gdb.base/tui-disasm-long-lines.exp: ... this.
4614
4615 2017-03-07  Pedro Alves  <palves@redhat.com>
4616
4617         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4618
4619 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4620
4621         * i386-mpx-call.c: New file.
4622         * i386-mpx-call.exp: New file.
4623
4624 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4625
4626         * gdb.arch/powerpc-power.exp: Delete test.
4627         * gdb.arch/powerpc-power.s: Likewise.
4628         * gdb.disasm/disassembler-options.exp: New test.
4629         * gdb.arch/powerpc-altivec.exp: Likewise.
4630         * gdb.arch/powerpc-altivec.s: Likewise.
4631         * gdb.arch/powerpc-altivec2.exp: Likewise.
4632         * gdb.arch/powerpc-altivec2.s: Likewise.
4633         * gdb.arch/powerpc-altivec3.exp: Likewise.
4634         * gdb.arch/powerpc-altivec3.s: Likewise.
4635         * gdb.arch/powerpc-power7.exp: Likewise.
4636         * gdb.arch/powerpc-power7.s: Likewise.
4637         * gdb.arch/powerpc-power8.exp: Likewise.
4638         * gdb.arch/powerpc-power8.s: Likewise.
4639         * gdb.arch/powerpc-power9.exp: Likewise.
4640         * gdb.arch/powerpc-power9.s: Likewise.
4641         * gdb.arch/powerpc-vsx.exp: Likewise.
4642         * gdb.arch/powerpc-vsx.s: Likewise.
4643         * gdb.arch/powerpc-vsx2.exp: Likewise.
4644         * gdb.arch/powerpc-vsx2.s: Likewise.
4645         * gdb.arch/powerpc-vsx3.exp: Likewise.
4646         * gdb.arch/powerpc-vsx3.s: Likewise.
4647         * gdb.arch/arm-disassembler-options.exp: Likewise.
4648         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4649         * gdb.arch/s390-disassembler-options.exp: Likewise.
4650
4651 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
4652
4653         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4654         (check_supported_features): ... this. Changed return type to void.
4655         (supports_rdseed): New static global.
4656         (rdseed): Check supports_rdseed.
4657         (initialize): Call check_supported_features.
4658
4659 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4660
4661         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4662         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
4663         and lqarx/stqcx.
4664         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4665         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4666
4667 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4668
4669         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4670         uppercase.
4671
4672 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4673
4674         * gdb.dwarf2/formdata16.c: New file.
4675         * gdb.dwarf2/formdata16.exp: New file.
4676         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4677
4678 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4679
4680         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4681         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4682         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4683         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4684         DW_AT_GNU_*.
4685
4686 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4687
4688         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4689
4690 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4691
4692         PR gdb/21164
4693         * gdb.base/maint.exp: Add testcases for when the commands do
4694         not have arguments.
4695
4696 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4697
4698         * gdb.cp/chained-calls.exp: Use p instead of P.
4699
4700 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4701
4702         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4703         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4704
4705 2017-02-14  Tom Tromey  <tom@tromey.com>
4706
4707         PR python/13598:
4708         * gdb.python/py-events.exp: Add before_prompt event tests.
4709
4710 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4711
4712         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4713
4714 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4715
4716         * gdb.linespec/explicit.c (my_unique_function_name): New function.
4717         (main): Call my_unique_function_name.
4718         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4719         completion of patterns with a single match.
4720         Add missing -re switches to gdb_test_multiple calls.
4721
4722 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4723
4724         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4725         return if core file is not recognized.
4726
4727 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4728
4729         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4730         and extra UIs.
4731
4732 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4733
4734         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4735         proc_with_prefix.
4736
4737 2017-02-10  Tom Tromey  <tom@tromey.com>
4738
4739         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4740
4741 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4742
4743         PR gdb/21122
4744         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4745
4746 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4747
4748         * gdb.base/define.exp: Add test for command abbreviations
4749         in define.
4750
4751 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4752
4753         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4754         * gdb.reverse/insn-reverse-x86.c: New file.
4755
4756 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4757
4758         PR tdep/20936
4759         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4760
4761 2017-02-03  Tom Tromey  <tom@tromey.com>
4762
4763         PR rust/21097:
4764         * gdb.rust/simple.exp: Add new tests.
4765
4766 2017-02-02  Pedro Alves  <palves@redhat.com>
4767
4768         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4769         tests.
4770
4771 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4772
4773         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4774         taking a 2-byte value out of a 4-byte DWARF implicit value on
4775         big-endian targets.
4776         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4777         logic.  Add test cases for DW_OP_implicit.
4778
4779 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4780
4781         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4782
4783 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4784
4785         * gdb.btrace/enable.exp: Call gdb_exit before
4786         skip_gdbserver_tests.
4787
4788 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4789
4790         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4791         GDBFLAGS.
4792
4793 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4794
4795         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4796         the test is skipped.
4797         * gdb.btrace/data.exp: Likewise.
4798         * gdb.btrace/delta.exp: Likewise.
4799         * gdb.btrace/dlopen.exp: Likewise.
4800         * gdb.btrace/enable-running.exp: Likewise.
4801         * gdb.btrace/enable.exp: Likewise.
4802         * gdb.btrace/exception.exp: Likewise.
4803         * gdb.btrace/function_call_history.exp: Likewise.
4804         * gdb.btrace/gcore.exp: Likewise.
4805         * gdb.btrace/instruction_history.exp: Likewise.
4806         * gdb.btrace/multi-thread-step.exp: Likewise.
4807         * gdb.btrace/nohist.exp: Likewise.
4808         * gdb.btrace/non-stop.exp: Likewise.
4809         * gdb.btrace/reconnect.exp: Likewise.
4810         * gdb.btrace/record_goto-step.exp: Likewise.
4811         * gdb.btrace/record_goto.exp: Likewise.
4812         * gdb.btrace/rn-dl-bind.exp: Likewise.
4813         * gdb.btrace/segv.exp: Likewise.
4814         * gdb.btrace/step.exp: Likewise.
4815         * gdb.btrace/stepi.exp: Likewise.
4816         * gdb.btrace/tailcall-only.exp: Likewise.
4817         * gdb.btrace/tailcall.exp: Likewise.
4818         * gdb.btrace/tsx.exp: Likewise.
4819         * gdb.btrace/unknown_functions.exp: Likewise.
4820         * gdb.btrace/vdso.exp: Likewise.
4821
4822 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4823
4824         * gdb.btrace/enable-running.c: New.
4825         * gdb.btrace/enable-running.exp: New.
4826
4827 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4828
4829         * gdb.arch/amd64-gs_base.c: New file.
4830         * gdb.arch/amd64-gs_base.exp: New file.
4831
4832 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4833
4834         * lib/memory.exp: Remove spurious empty newlines.
4835
4836 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4837
4838         * gdb.python/py-bad-printers.exp: Load python file using "source".
4839         * gdb.python/py-events.exp: Likewise.
4840         * gdb.python/py-evsignal.exp: Likewise.
4841         * gdb.python/py-evthreads.exp: Likewise.
4842         * gdb.python/py-frame-args.exp: Likewise.
4843         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4844         * gdb.python/py-framefilter-mi.exp: Likewise.
4845         * gdb.python/py-framefilter.exp: Likewise.
4846         * gdb.python/py-mi.exp: Likewise.
4847         * gdb.python/py-pp-maint.exp: Likewise.
4848         * gdb.python/py-pp-registration.exp: Likewise.
4849         * gdb.python/py-prettyprint.exp: Likewise.
4850         (run_lang_tests): Likewise.
4851         * gdb.python/py-typeprint.exp: Likewise.
4852
4853 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4854
4855         * lib/memory.exp: New file.
4856         * lib/gdb.exp: Load memory.exp.
4857         * gdb.base/memattr.exp (delete_memory): Move proc to
4858         lib/memory.exp and rename to delete_memory_regions.
4859         Replace delete_memory with delete_memory_regions.
4860         Cleanup memory regions before tests.
4861         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4862         before tests.
4863
4864 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4865
4866         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4867         files.
4868         (initialize): New function conditionally defined.
4869         (testcases): Move within conditional block.
4870         (main): Call initialize.
4871         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4872         of gdb.reverse/insn-reverse.c.
4873         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4874         gdb.reverse/insn-reverse.c.
4875
4876 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4877
4878         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4879         disassemble on address 0.
4880
4881 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4882             Yao Qi  <yao.qi@linaro.org>
4883
4884         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4885         * gdb.dwarf2/implptr-64bit.S: Remove.
4886         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4887         variables in caller's context.  Add DW_OP_implicit_value.
4888
4889 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4890
4891         * lib/dwarf.exp (Dwarf::_location): Handle
4892         DW_OP_GNU_implicit_pointer with proper size.
4893
4894 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4895
4896         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4897         and add untested calls.
4898
4899 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4900
4901         * gdb.python/python.exp: Check line number against what GDB thinks
4902         the line number is for func1.
4903
4904 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4905
4906         * gdb.dlang/debug-expr.exp: New file.
4907
4908 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4909
4910         Fix test names for the following files:
4911
4912         * gdb.ada/exec_changed.exp
4913         * gdb.ada/info_types.exp
4914         * gdb.arch/aarch64-atomic-inst.exp
4915         * gdb.arch/aarch64-fp.exp
4916         * gdb.arch/altivec-abi.exp
4917         * gdb.arch/altivec-regs.exp
4918         * gdb.arch/amd64-byte.exp
4919         * gdb.arch/amd64-disp-step.exp
4920         * gdb.arch/amd64-dword.exp
4921         * gdb.arch/amd64-entry-value-inline.exp
4922         * gdb.arch/amd64-entry-value-param.exp
4923         * gdb.arch/amd64-entry-value-paramref.exp
4924         * gdb.arch/amd64-entry-value.exp
4925         * gdb.arch/amd64-i386-address.exp
4926         * gdb.arch/amd64-invalid-stack-middle.exp
4927         * gdb.arch/amd64-invalid-stack-top.exp
4928         * gdb.arch/amd64-optimout-repeat.exp
4929         * gdb.arch/amd64-prologue-skip.exp
4930         * gdb.arch/amd64-prologue-xmm.exp
4931         * gdb.arch/amd64-stap-special-operands.exp
4932         * gdb.arch/amd64-stap-wrong-subexp.exp
4933         * gdb.arch/amd64-tailcall-cxx.exp
4934         * gdb.arch/amd64-tailcall-noret.exp
4935         * gdb.arch/amd64-tailcall-ret.exp
4936         * gdb.arch/amd64-tailcall-self.exp
4937         * gdb.arch/amd64-word.exp
4938         * gdb.arch/arm-bl-branch-dest.exp
4939         * gdb.arch/arm-disp-step.exp
4940         * gdb.arch/arm-neon.exp
4941         * gdb.arch/arm-single-step-kernel-helper.exp
4942         * gdb.arch/avr-flash-qualifier.exp
4943         * gdb.arch/disp-step-insn-reloc.exp
4944         * gdb.arch/e500-abi.exp
4945         * gdb.arch/e500-regs.exp
4946         * gdb.arch/ftrace-insn-reloc.exp
4947         * gdb.arch/i386-avx512.exp
4948         * gdb.arch/i386-bp_permanent.exp
4949         * gdb.arch/i386-byte.exp
4950         * gdb.arch/i386-cfi-notcurrent.exp
4951         * gdb.arch/i386-disp-step.exp
4952         * gdb.arch/i386-dr3-watch.exp
4953         * gdb.arch/i386-float.exp
4954         * gdb.arch/i386-gnu-cfi.exp
4955         * gdb.arch/i386-mpx-map.exp
4956         * gdb.arch/i386-mpx-sigsegv.exp
4957         * gdb.arch/i386-mpx-simple_segv.exp
4958         * gdb.arch/i386-mpx.exp
4959         * gdb.arch/i386-permbkpt.exp
4960         * gdb.arch/i386-prologue.exp
4961         * gdb.arch/i386-signal.exp
4962         * gdb.arch/i386-size-overlap.exp
4963         * gdb.arch/i386-unwind.exp
4964         * gdb.arch/i386-word.exp
4965         * gdb.arch/mips-fcr.exp
4966         * gdb.arch/powerpc-d128-regs.exp
4967         * gdb.arch/powerpc-stackless.exp
4968         * gdb.arch/ppc64-atomic-inst.exp
4969         * gdb.arch/s390-stackless.exp
4970         * gdb.arch/s390-tdbregs.exp
4971         * gdb.arch/s390-vregs.exp
4972         * gdb.arch/sparc-sysstep.exp
4973         * gdb.arch/thumb-bx-pc.exp
4974         * gdb.arch/thumb-singlestep.exp
4975         * gdb.arch/thumb2-it.exp
4976         * gdb.arch/vsx-regs.exp
4977         * gdb.asm/asm-source.exp
4978         * gdb.base/a2-run.exp
4979         * gdb.base/advance.exp
4980         * gdb.base/all-bin.exp
4981         * gdb.base/anon.exp
4982         * gdb.base/args.exp
4983         * gdb.base/arithmet.exp
4984         * gdb.base/async-shell.exp
4985         * gdb.base/async.exp
4986         * gdb.base/attach-pie-noexec.exp
4987         * gdb.base/attach-twice.exp
4988         * gdb.base/auto-load.exp
4989         * gdb.base/bang.exp
4990         * gdb.base/bitfields.exp
4991         * gdb.base/break-always.exp
4992         * gdb.base/break-caller-line.exp
4993         * gdb.base/break-entry.exp
4994         * gdb.base/break-inline.exp
4995         * gdb.base/break-on-linker-gcd-function.exp
4996         * gdb.base/break-probes.exp
4997         * gdb.base/break.exp
4998         * gdb.base/breakpoint-shadow.exp
4999         * gdb.base/call-ar-st.exp
5000         * gdb.base/call-sc.exp
5001         * gdb.base/call-signal-resume.exp
5002         * gdb.base/call-strs.exp
5003         * gdb.base/callfuncs.exp
5004         * gdb.base/catch-fork-static.exp
5005         * gdb.base/catch-gdb-caused-signals.exp
5006         * gdb.base/catch-load.exp
5007         * gdb.base/catch-signal-fork.exp
5008         * gdb.base/catch-signal.exp
5009         * gdb.base/catch-syscall.exp
5010         * gdb.base/charset.exp
5011         * gdb.base/checkpoint.exp
5012         * gdb.base/chng-syms.exp
5013         * gdb.base/code-expr.exp
5014         * gdb.base/code_elim.exp
5015         * gdb.base/commands.exp
5016         * gdb.base/completion.exp
5017         * gdb.base/complex.exp
5018         * gdb.base/cond-expr.exp
5019         * gdb.base/condbreak.exp
5020         * gdb.base/consecutive.exp
5021         * gdb.base/continue-all-already-running.exp
5022         * gdb.base/coredump-filter.exp
5023         * gdb.base/corefile.exp
5024         * gdb.base/dbx.exp
5025         * gdb.base/debug-expr.exp
5026         * gdb.base/define.exp
5027         * gdb.base/del.exp
5028         * gdb.base/disabled-location.exp
5029         * gdb.base/disasm-end-cu.exp
5030         * gdb.base/disasm-optim.exp
5031         * gdb.base/display.exp
5032         * gdb.base/duplicate-bp.exp
5033         * gdb.base/ena-dis-br.exp
5034         * gdb.base/ending-run.exp
5035         * gdb.base/enumval.exp
5036         * gdb.base/environ.exp
5037         * gdb.base/eu-strip-infcall.exp
5038         * gdb.base/eval-avoid-side-effects.exp
5039         * gdb.base/eval-skip.exp
5040         * gdb.base/exitsignal.exp
5041         * gdb.base/expand-psymtabs.exp
5042         * gdb.base/filesym.exp
5043         * gdb.base/find-unmapped.exp
5044         * gdb.base/finish.exp
5045         * gdb.base/float.exp
5046         * gdb.base/foll-exec-mode.exp
5047         * gdb.base/foll-exec.exp
5048         * gdb.base/foll-fork.exp
5049         * gdb.base/fortran-sym-case.exp
5050         * gdb.base/freebpcmd.exp
5051         * gdb.base/func-ptr.exp
5052         * gdb.base/func-ptrs.exp
5053         * gdb.base/funcargs.exp
5054         * gdb.base/gcore-buffer-overflow.exp
5055         * gdb.base/gcore-relro-pie.exp
5056         * gdb.base/gcore-relro.exp
5057         * gdb.base/gcore.exp
5058         * gdb.base/gdb1090.exp
5059         * gdb.base/gdb11530.exp
5060         * gdb.base/gdb11531.exp
5061         * gdb.base/gdb1821.exp
5062         * gdb.base/gdbindex-stabs.exp
5063         * gdb.base/gdbvars.exp
5064         * gdb.base/hbreak.exp
5065         * gdb.base/hbreak2.exp
5066         * gdb.base/included.exp
5067         * gdb.base/infcall-input.exp
5068         * gdb.base/inferior-died.exp
5069         * gdb.base/infnan.exp
5070         * gdb.base/info-macros.exp
5071         * gdb.base/info-os.exp
5072         * gdb.base/info-proc.exp
5073         * gdb.base/info-shared.exp
5074         * gdb.base/info-target.exp
5075         * gdb.base/infoline.exp
5076         * gdb.base/interp.exp
5077         * gdb.base/interrupt.exp
5078         * gdb.base/jit-reader.exp
5079         * gdb.base/jit-simple.exp
5080         * gdb.base/kill-after-signal.exp
5081         * gdb.base/kill-detach-inferiors-cmd.exp
5082         * gdb.base/label.exp
5083         * gdb.base/langs.exp
5084         * gdb.base/ldbl_e308.exp
5085         * gdb.base/line-symtabs.exp
5086         * gdb.base/linespecs.exp
5087         * gdb.base/list.exp
5088         * gdb.base/long_long.exp
5089         * gdb.base/longest-types.exp
5090         * gdb.base/maint.exp
5091         * gdb.base/max-value-size.exp
5092         * gdb.base/memattr.exp
5093         * gdb.base/mips_pro.exp
5094         * gdb.base/morestack.exp
5095         * gdb.base/moribund-step.exp
5096         * gdb.base/multi-forks.exp
5097         * gdb.base/nested-addr.exp
5098         * gdb.base/nextoverexit.exp
5099         * gdb.base/noreturn-finish.exp
5100         * gdb.base/noreturn-return.exp
5101         * gdb.base/nostdlib.exp
5102         * gdb.base/offsets.exp
5103         * gdb.base/opaque.exp
5104         * gdb.base/pc-fp.exp
5105         * gdb.base/permissions.exp
5106         * gdb.base/print-symbol-loading.exp
5107         * gdb.base/prologue-include.exp
5108         * gdb.base/psymtab.exp
5109         * gdb.base/ptype.exp
5110         * gdb.base/random-signal.exp
5111         * gdb.base/randomize.exp
5112         * gdb.base/range-stepping.exp
5113         * gdb.base/readline-ask.exp
5114         * gdb.base/recpar.exp
5115         * gdb.base/recurse.exp
5116         * gdb.base/relational.exp
5117         * gdb.base/restore.exp
5118         * gdb.base/return-nodebug.exp
5119         * gdb.base/return.exp
5120         * gdb.base/run-after-attach.exp
5121         * gdb.base/save-bp.exp
5122         * gdb.base/scope.exp
5123         * gdb.base/sect-cmd.exp
5124         * gdb.base/set-lang-auto.exp
5125         * gdb.base/set-noassign.exp
5126         * gdb.base/setvar.exp
5127         * gdb.base/sigall.exp
5128         * gdb.base/sigbpt.exp
5129         * gdb.base/siginfo-addr.exp
5130         * gdb.base/siginfo-infcall.exp
5131         * gdb.base/siginfo-obj.exp
5132         * gdb.base/siginfo.exp
5133         * gdb.base/signals-state-child.exp
5134         * gdb.base/signest.exp
5135         * gdb.base/sigstep.exp
5136         * gdb.base/sizeof.exp
5137         * gdb.base/skip.exp
5138         * gdb.base/solib-corrupted.exp
5139         * gdb.base/solib-nodir.exp
5140         * gdb.base/solib-search.exp
5141         * gdb.base/stack-checking.exp
5142         * gdb.base/stale-infcall.exp
5143         * gdb.base/stap-probe.exp
5144         * gdb.base/start.exp
5145         * gdb.base/step-break.exp
5146         * gdb.base/step-bt.exp
5147         * gdb.base/step-line.exp
5148         * gdb.base/step-over-exit.exp
5149         * gdb.base/step-over-syscall.exp
5150         * gdb.base/step-resume-infcall.exp
5151         * gdb.base/step-test.exp
5152         * gdb.base/store.exp
5153         * gdb.base/structs3.exp
5154         * gdb.base/sym-file.exp
5155         * gdb.base/symbol-without-target_section.exp
5156         * gdb.base/term.exp
5157         * gdb.base/testenv.exp
5158         * gdb.base/ui-redirect.exp
5159         * gdb.base/until.exp
5160         * gdb.base/unwindonsignal.exp
5161         * gdb.base/value-double-free.exp
5162         * gdb.base/vla-datatypes.exp
5163         * gdb.base/vla-ptr.exp
5164         * gdb.base/vla-sideeffect.exp
5165         * gdb.base/volatile.exp
5166         * gdb.base/watch-cond-infcall.exp
5167         * gdb.base/watch-cond.exp
5168         * gdb.base/watch-non-mem.exp
5169         * gdb.base/watch-read.exp
5170         * gdb.base/watch-vfork.exp
5171         * gdb.base/watchpoint-cond-gone.exp
5172         * gdb.base/watchpoint-delete.exp
5173         * gdb.base/watchpoint-hw-hit-once.exp
5174         * gdb.base/watchpoint-hw.exp
5175         * gdb.base/watchpoint-stops-at-right-insn.exp
5176         * gdb.base/watchpoints.exp
5177         * gdb.base/wchar.exp
5178         * gdb.base/whatis-exp.exp
5179         * gdb.btrace/buffer-size.exp
5180         * gdb.btrace/data.exp
5181         * gdb.btrace/delta.exp
5182         * gdb.btrace/dlopen.exp
5183         * gdb.btrace/enable.exp
5184         * gdb.btrace/exception.exp
5185         * gdb.btrace/function_call_history.exp
5186         * gdb.btrace/gcore.exp
5187         * gdb.btrace/instruction_history.exp
5188         * gdb.btrace/nohist.exp
5189         * gdb.btrace/reconnect.exp
5190         * gdb.btrace/record_goto-step.exp
5191         * gdb.btrace/record_goto.exp
5192         * gdb.btrace/rn-dl-bind.exp
5193         * gdb.btrace/segv.exp
5194         * gdb.btrace/step.exp
5195         * gdb.btrace/stepi.exp
5196         * gdb.btrace/tailcall-only.exp
5197         * gdb.btrace/tailcall.exp
5198         * gdb.btrace/tsx.exp
5199         * gdb.btrace/unknown_functions.exp
5200         * gdb.btrace/vdso.exp
5201         * gdb.compile/compile-ifunc.exp
5202         * gdb.compile/compile-ops.exp
5203         * gdb.compile/compile-print.exp
5204         * gdb.compile/compile-setjmp.exp
5205         * gdb.cp/abstract-origin.exp
5206         * gdb.cp/ambiguous.exp
5207         * gdb.cp/annota2.exp
5208         * gdb.cp/annota3.exp
5209         * gdb.cp/anon-ns.exp
5210         * gdb.cp/anon-struct.exp
5211         * gdb.cp/anon-union.exp
5212         * gdb.cp/arg-reference.exp
5213         * gdb.cp/baseenum.exp
5214         * gdb.cp/bool.exp
5215         * gdb.cp/breakpoint.exp
5216         * gdb.cp/bs15503.exp
5217         * gdb.cp/call-c.exp
5218         * gdb.cp/casts.exp
5219         * gdb.cp/chained-calls.exp
5220         * gdb.cp/class2.exp
5221         * gdb.cp/classes.exp
5222         * gdb.cp/cmpd-minsyms.exp
5223         * gdb.cp/converts.exp
5224         * gdb.cp/cp-relocate.exp
5225         * gdb.cp/cpcompletion.exp
5226         * gdb.cp/cpexprs.exp
5227         * gdb.cp/cplabel.exp
5228         * gdb.cp/cplusfuncs.exp
5229         * gdb.cp/cpsizeof.exp
5230         * gdb.cp/ctti.exp
5231         * gdb.cp/derivation.exp
5232         * gdb.cp/destrprint.exp
5233         * gdb.cp/dispcxx.exp
5234         * gdb.cp/enum-class.exp
5235         * gdb.cp/exception.exp
5236         * gdb.cp/exceptprint.exp
5237         * gdb.cp/expand-psymtabs-cxx.exp
5238         * gdb.cp/expand-sals.exp
5239         * gdb.cp/extern-c.exp
5240         * gdb.cp/filename.exp
5241         * gdb.cp/formatted-ref.exp
5242         * gdb.cp/fpointer.exp
5243         * gdb.cp/gdb1355.exp
5244         * gdb.cp/gdb2495.exp
5245         * gdb.cp/hang.exp
5246         * gdb.cp/impl-this.exp
5247         * gdb.cp/infcall-dlopen.exp
5248         * gdb.cp/inherit.exp
5249         * gdb.cp/iostream.exp
5250         * gdb.cp/koenig.exp
5251         * gdb.cp/local.exp
5252         * gdb.cp/m-data.exp
5253         * gdb.cp/m-static.exp
5254         * gdb.cp/mb-ctor.exp
5255         * gdb.cp/mb-inline.exp
5256         * gdb.cp/mb-templates.exp
5257         * gdb.cp/member-name.exp
5258         * gdb.cp/member-ptr.exp
5259         * gdb.cp/meth-typedefs.exp
5260         * gdb.cp/method.exp
5261         * gdb.cp/method2.exp
5262         * gdb.cp/minsym-fallback.exp
5263         * gdb.cp/misc.exp
5264         * gdb.cp/namelessclass.exp
5265         * gdb.cp/namespace-enum.exp
5266         * gdb.cp/namespace-nested-import.exp
5267         * gdb.cp/namespace.exp
5268         * gdb.cp/nextoverthrow.exp
5269         * gdb.cp/no-dmgl-verbose.exp
5270         * gdb.cp/non-trivial-retval.exp
5271         * gdb.cp/noparam.exp
5272         * gdb.cp/nsdecl.exp
5273         * gdb.cp/nsimport.exp
5274         * gdb.cp/nsnested.exp
5275         * gdb.cp/nsnoimports.exp
5276         * gdb.cp/nsrecurs.exp
5277         * gdb.cp/nsstress.exp
5278         * gdb.cp/nsusing.exp
5279         * gdb.cp/operator.exp
5280         * gdb.cp/oranking.exp
5281         * gdb.cp/overload-const.exp
5282         * gdb.cp/overload.exp
5283         * gdb.cp/ovldbreak.exp
5284         * gdb.cp/ovsrch.exp
5285         * gdb.cp/paren-type.exp
5286         * gdb.cp/parse-lang.exp
5287         * gdb.cp/pass-by-ref.exp
5288         * gdb.cp/pr-1023.exp
5289         * gdb.cp/pr-1210.exp
5290         * gdb.cp/pr-574.exp
5291         * gdb.cp/pr10687.exp
5292         * gdb.cp/pr12028.exp
5293         * gdb.cp/pr17132.exp
5294         * gdb.cp/pr17494.exp
5295         * gdb.cp/pr9067.exp
5296         * gdb.cp/pr9167.exp
5297         * gdb.cp/pr9631.exp
5298         * gdb.cp/printmethod.exp
5299         * gdb.cp/psmang.exp
5300         * gdb.cp/psymtab-parameter.exp
5301         * gdb.cp/ptype-cv-cp.exp
5302         * gdb.cp/ptype-flags.exp
5303         * gdb.cp/re-set-overloaded.exp
5304         * gdb.cp/ref-types.exp
5305         * gdb.cp/rtti.exp
5306         * gdb.cp/scope-err.exp
5307         * gdb.cp/shadow.exp
5308         * gdb.cp/smartp.exp
5309         * gdb.cp/static-method.exp
5310         * gdb.cp/static-print-quit.exp
5311         * gdb.cp/temargs.exp
5312         * gdb.cp/templates.exp
5313         * gdb.cp/try_catch.exp
5314         * gdb.cp/typedef-operator.exp
5315         * gdb.cp/typeid.exp
5316         * gdb.cp/userdef.exp
5317         * gdb.cp/using-crash.exp
5318         * gdb.cp/var-tag.exp
5319         * gdb.cp/virtbase.exp
5320         * gdb.cp/virtfunc.exp
5321         * gdb.cp/virtfunc2.exp
5322         * gdb.cp/vla-cxx.exp
5323         * gdb.disasm/t01_mov.exp
5324         * gdb.disasm/t02_mova.exp
5325         * gdb.disasm/t03_add.exp
5326         * gdb.disasm/t04_sub.exp
5327         * gdb.disasm/t05_cmp.exp
5328         * gdb.disasm/t06_ari2.exp
5329         * gdb.disasm/t07_ari3.exp
5330         * gdb.disasm/t08_or.exp
5331         * gdb.disasm/t09_xor.exp
5332         * gdb.disasm/t10_and.exp
5333         * gdb.disasm/t11_logs.exp
5334         * gdb.disasm/t12_bit.exp
5335         * gdb.disasm/t13_otr.exp
5336         * gdb.dlang/circular.exp
5337         * gdb.dwarf2/arr-stride.exp
5338         * gdb.dwarf2/arr-subrange.exp
5339         * gdb.dwarf2/atomic-type.exp
5340         * gdb.dwarf2/bad-regnum.exp
5341         * gdb.dwarf2/bitfield-parent-optimized-out.exp
5342         * gdb.dwarf2/callframecfa.exp
5343         * gdb.dwarf2/clztest.exp
5344         * gdb.dwarf2/corrupt.exp
5345         * gdb.dwarf2/data-loc.exp
5346         * gdb.dwarf2/dup-psym.exp
5347         * gdb.dwarf2/dw2-anon-mptr.exp
5348         * gdb.dwarf2/dw2-anonymous-func.exp
5349         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5350         * gdb.dwarf2/dw2-bad-unresolved.exp
5351         * gdb.dwarf2/dw2-basic.exp
5352         * gdb.dwarf2/dw2-canonicalize-type.exp
5353         * gdb.dwarf2/dw2-case-insensitive.exp
5354         * gdb.dwarf2/dw2-common-block.exp
5355         * gdb.dwarf2/dw2-compdir-oldgcc.exp
5356         * gdb.dwarf2/dw2-compressed.exp
5357         * gdb.dwarf2/dw2-const.exp
5358         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5359         * gdb.dwarf2/dw2-cu-size.exp
5360         * gdb.dwarf2/dw2-dup-frame.exp
5361         * gdb.dwarf2/dw2-entry-value.exp
5362         * gdb.dwarf2/dw2-icycle.exp
5363         * gdb.dwarf2/dw2-ifort-parameter.exp
5364         * gdb.dwarf2/dw2-inline-break.exp
5365         * gdb.dwarf2/dw2-inline-param.exp
5366         * gdb.dwarf2/dw2-intercu.exp
5367         * gdb.dwarf2/dw2-intermix.exp
5368         * gdb.dwarf2/dw2-lexical-block-bare.exp
5369         * gdb.dwarf2/dw2-linkage-name-trust.exp
5370         * gdb.dwarf2/dw2-minsym-in-cu.exp
5371         * gdb.dwarf2/dw2-noloc.exp
5372         * gdb.dwarf2/dw2-op-call.exp
5373         * gdb.dwarf2/dw2-op-out-param.exp
5374         * gdb.dwarf2/dw2-opt-structptr.exp
5375         * gdb.dwarf2/dw2-param-error.exp
5376         * gdb.dwarf2/dw2-producer.exp
5377         * gdb.dwarf2/dw2-ranges-base.exp
5378         * gdb.dwarf2/dw2-ref-missing-frame.exp
5379         * gdb.dwarf2/dw2-reg-undefined.exp
5380         * gdb.dwarf2/dw2-regno-invalid.exp
5381         * gdb.dwarf2/dw2-restore.exp
5382         * gdb.dwarf2/dw2-restrict.exp
5383         * gdb.dwarf2/dw2-single-line-discriminators.exp
5384         * gdb.dwarf2/dw2-strp.exp
5385         * gdb.dwarf2/dw2-undefined-ret-addr.exp
5386         * gdb.dwarf2/dw2-unresolved.exp
5387         * gdb.dwarf2/dw2-var-zero-addr.exp
5388         * gdb.dwarf2/dw4-sig-types.exp
5389         * gdb.dwarf2/dwz.exp
5390         * gdb.dwarf2/dynarr-ptr.exp
5391         * gdb.dwarf2/enum-type.exp
5392         * gdb.dwarf2/gdb-index.exp
5393         * gdb.dwarf2/implptr-64bit.exp
5394         * gdb.dwarf2/implptr-optimized-out.exp
5395         * gdb.dwarf2/implptr.exp
5396         * gdb.dwarf2/implref-array.exp
5397         * gdb.dwarf2/implref-const.exp
5398         * gdb.dwarf2/implref-global.exp
5399         * gdb.dwarf2/implref-struct.exp
5400         * gdb.dwarf2/mac-fileno.exp
5401         * gdb.dwarf2/main-subprogram.exp
5402         * gdb.dwarf2/member-ptr-forwardref.exp
5403         * gdb.dwarf2/method-ptr.exp
5404         * gdb.dwarf2/missing-sig-type.exp
5405         * gdb.dwarf2/nonvar-access.exp
5406         * gdb.dwarf2/opaque-type-lookup.exp
5407         * gdb.dwarf2/pieces-optimized-out.exp
5408         * gdb.dwarf2/pieces.exp
5409         * gdb.dwarf2/pr10770.exp
5410         * gdb.dwarf2/pr13961.exp
5411         * gdb.dwarf2/staticvirtual.exp
5412         * gdb.dwarf2/subrange.exp
5413         * gdb.dwarf2/symtab-producer.exp
5414         * gdb.dwarf2/trace-crash.exp
5415         * gdb.dwarf2/typeddwarf.exp
5416         * gdb.dwarf2/valop.exp
5417         * gdb.dwarf2/watch-notconst.exp
5418         * gdb.fortran/array-element.exp
5419         * gdb.fortran/charset.exp
5420         * gdb.fortran/common-block.exp
5421         * gdb.fortran/complex.exp
5422         * gdb.fortran/derived-type-function.exp
5423         * gdb.fortran/derived-type.exp
5424         * gdb.fortran/logical.exp
5425         * gdb.fortran/module.exp
5426         * gdb.fortran/multi-dim.exp
5427         * gdb.fortran/nested-funcs.exp
5428         * gdb.fortran/print-formatted.exp
5429         * gdb.fortran/subarray.exp
5430         * gdb.fortran/vla-alloc-assoc.exp
5431         * gdb.fortran/vla-datatypes.exp
5432         * gdb.fortran/vla-history.exp
5433         * gdb.fortran/vla-ptr-info.exp
5434         * gdb.fortran/vla-ptype-sub.exp
5435         * gdb.fortran/vla-ptype.exp
5436         * gdb.fortran/vla-sizeof.exp
5437         * gdb.fortran/vla-type.exp
5438         * gdb.fortran/vla-value-sub-arbitrary.exp
5439         * gdb.fortran/vla-value-sub-finish.exp
5440         * gdb.fortran/vla-value-sub.exp
5441         * gdb.fortran/vla-value.exp
5442         * gdb.fortran/whatis_type.exp
5443         * gdb.go/chan.exp
5444         * gdb.go/handcall.exp
5445         * gdb.go/hello.exp
5446         * gdb.go/integers.exp
5447         * gdb.go/methods.exp
5448         * gdb.go/package.exp
5449         * gdb.go/strings.exp
5450         * gdb.go/types.exp
5451         * gdb.go/unsafe.exp
5452         * gdb.guile/scm-arch.exp
5453         * gdb.guile/scm-block.exp
5454         * gdb.guile/scm-breakpoint.exp
5455         * gdb.guile/scm-cmd.exp
5456         * gdb.guile/scm-disasm.exp
5457         * gdb.guile/scm-equal.exp
5458         * gdb.guile/scm-frame-args.exp
5459         * gdb.guile/scm-frame-inline.exp
5460         * gdb.guile/scm-frame.exp
5461         * gdb.guile/scm-iterator.exp
5462         * gdb.guile/scm-math.exp
5463         * gdb.guile/scm-objfile.exp
5464         * gdb.guile/scm-ports.exp
5465         * gdb.guile/scm-symbol.exp
5466         * gdb.guile/scm-symtab.exp
5467         * gdb.guile/scm-value-cc.exp
5468         * gdb.guile/types-module.exp
5469         * gdb.linespec/break-ask.exp
5470         * gdb.linespec/cpexplicit.exp
5471         * gdb.linespec/explicit.exp
5472         * gdb.linespec/keywords.exp
5473         * gdb.linespec/linespec.exp
5474         * gdb.linespec/ls-dollar.exp
5475         * gdb.linespec/ls-errs.exp
5476         * gdb.linespec/skip-two.exp
5477         * gdb.linespec/thread.exp
5478         * gdb.mi/mi-async.exp
5479         * gdb.mi/mi-basics.exp
5480         * gdb.mi/mi-break.exp
5481         * gdb.mi/mi-catch-load.exp
5482         * gdb.mi/mi-cli.exp
5483         * gdb.mi/mi-cmd-param-changed.exp
5484         * gdb.mi/mi-console.exp
5485         * gdb.mi/mi-detach.exp
5486         * gdb.mi/mi-disassemble.exp
5487         * gdb.mi/mi-eval.exp
5488         * gdb.mi/mi-file-transfer.exp
5489         * gdb.mi/mi-file.exp
5490         * gdb.mi/mi-fill-memory.exp
5491         * gdb.mi/mi-inheritance-syntax-error.exp
5492         * gdb.mi/mi-linespec-err-cp.exp
5493         * gdb.mi/mi-logging.exp
5494         * gdb.mi/mi-memory-changed.exp
5495         * gdb.mi/mi-read-memory.exp
5496         * gdb.mi/mi-record-changed.exp
5497         * gdb.mi/mi-reg-undefined.exp
5498         * gdb.mi/mi-regs.exp
5499         * gdb.mi/mi-return.exp
5500         * gdb.mi/mi-reverse.exp
5501         * gdb.mi/mi-simplerun.exp
5502         * gdb.mi/mi-solib.exp
5503         * gdb.mi/mi-stack.exp
5504         * gdb.mi/mi-stepi.exp
5505         * gdb.mi/mi-syn-frame.exp
5506         * gdb.mi/mi-until.exp
5507         * gdb.mi/mi-var-block.exp
5508         * gdb.mi/mi-var-child.exp
5509         * gdb.mi/mi-var-cmd.exp
5510         * gdb.mi/mi-var-cp.exp
5511         * gdb.mi/mi-var-display.exp
5512         * gdb.mi/mi-var-invalidate.exp
5513         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5514         * gdb.mi/mi-vla-fortran.exp
5515         * gdb.mi/mi-watch.exp
5516         * gdb.mi/mi2-var-child.exp
5517         * gdb.mi/user-selected-context-sync.exp
5518         * gdb.modula2/unbounded-array.exp
5519         * gdb.multi/dummy-frame-restore.exp
5520         * gdb.multi/multi-arch-exec.exp
5521         * gdb.multi/multi-arch.exp
5522         * gdb.multi/tids.exp
5523         * gdb.multi/watchpoint-multi.exp
5524         * gdb.opencl/callfuncs.exp
5525         * gdb.opencl/convs_casts.exp
5526         * gdb.opencl/datatypes.exp
5527         * gdb.opencl/operators.exp
5528         * gdb.opencl/vec_comps.exp
5529         * gdb.opt/clobbered-registers-O2.exp
5530         * gdb.opt/inline-break.exp
5531         * gdb.opt/inline-bt.exp
5532         * gdb.opt/inline-cmds.exp
5533         * gdb.opt/inline-locals.exp
5534         * gdb.pascal/case-insensitive-symbols.exp
5535         * gdb.pascal/floats.exp
5536         * gdb.pascal/gdb11492.exp
5537         * gdb.python/lib-types.exp
5538         * gdb.python/py-arch.exp
5539         * gdb.python/py-as-string.exp
5540         * gdb.python/py-bad-printers.exp
5541         * gdb.python/py-block.exp
5542         * gdb.python/py-breakpoint-create-fail.exp
5543         * gdb.python/py-breakpoint.exp
5544         * gdb.python/py-caller-is.exp
5545         * gdb.python/py-cmd.exp
5546         * gdb.python/py-explore-cc.exp
5547         * gdb.python/py-explore.exp
5548         * gdb.python/py-finish-breakpoint.exp
5549         * gdb.python/py-finish-breakpoint2.exp
5550         * gdb.python/py-frame-args.exp
5551         * gdb.python/py-frame-inline.exp
5552         * gdb.python/py-frame.exp
5553         * gdb.python/py-framefilter-mi.exp
5554         * gdb.python/py-infthread.exp
5555         * gdb.python/py-lazy-string.exp
5556         * gdb.python/py-linetable.exp
5557         * gdb.python/py-mi-events.exp
5558         * gdb.python/py-mi-objfile.exp
5559         * gdb.python/py-mi.exp
5560         * gdb.python/py-objfile.exp
5561         * gdb.python/py-pp-integral.exp
5562         * gdb.python/py-pp-maint.exp
5563         * gdb.python/py-pp-re-notag.exp
5564         * gdb.python/py-pp-registration.exp
5565         * gdb.python/py-recurse-unwind.exp
5566         * gdb.python/py-strfns.exp
5567         * gdb.python/py-symbol.exp
5568         * gdb.python/py-symtab.exp
5569         * gdb.python/py-sync-interp.exp
5570         * gdb.python/py-typeprint.exp
5571         * gdb.python/py-unwind-maint.exp
5572         * gdb.python/py-unwind.exp
5573         * gdb.python/py-value-cc.exp
5574         * gdb.python/py-xmethods.exp
5575         * gdb.reverse/amd64-tailcall-reverse.exp
5576         * gdb.reverse/break-precsave.exp
5577         * gdb.reverse/break-reverse.exp
5578         * gdb.reverse/consecutive-precsave.exp
5579         * gdb.reverse/consecutive-reverse.exp
5580         * gdb.reverse/finish-precsave.exp
5581         * gdb.reverse/finish-reverse-bkpt.exp
5582         * gdb.reverse/finish-reverse.exp
5583         * gdb.reverse/fstatat-reverse.exp
5584         * gdb.reverse/getresuid-reverse.exp
5585         * gdb.reverse/i386-precsave.exp
5586         * gdb.reverse/i386-reverse.exp
5587         * gdb.reverse/i386-sse-reverse.exp
5588         * gdb.reverse/i387-env-reverse.exp
5589         * gdb.reverse/i387-stack-reverse.exp
5590         * gdb.reverse/insn-reverse.exp
5591         * gdb.reverse/machinestate-precsave.exp
5592         * gdb.reverse/machinestate.exp
5593         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5594         * gdb.reverse/pipe-reverse.exp
5595         * gdb.reverse/readv-reverse.exp
5596         * gdb.reverse/recvmsg-reverse.exp
5597         * gdb.reverse/rerun-prec.exp
5598         * gdb.reverse/s390-mvcle.exp
5599         * gdb.reverse/step-precsave.exp
5600         * gdb.reverse/step-reverse.exp
5601         * gdb.reverse/time-reverse.exp
5602         * gdb.reverse/until-precsave.exp
5603         * gdb.reverse/until-reverse.exp
5604         * gdb.reverse/waitpid-reverse.exp
5605         * gdb.reverse/watch-precsave.exp
5606         * gdb.reverse/watch-reverse.exp
5607         * gdb.rust/generics.exp
5608         * gdb.rust/methods.exp
5609         * gdb.rust/modules.exp
5610         * gdb.rust/simple.exp
5611         * gdb.server/connect-with-no-symbol-file.exp
5612         * gdb.server/ext-attach.exp
5613         * gdb.server/ext-restart.exp
5614         * gdb.server/ext-wrapper.exp
5615         * gdb.server/file-transfer.exp
5616         * gdb.server/server-exec-info.exp
5617         * gdb.server/server-kill.exp
5618         * gdb.server/server-mon.exp
5619         * gdb.server/wrapper.exp
5620         * gdb.stabs/exclfwd.exp
5621         * gdb.stabs/gdb11479.exp
5622         * gdb.threads/clone-new-thread-event.exp
5623         * gdb.threads/corethreads.exp
5624         * gdb.threads/current-lwp-dead.exp
5625         * gdb.threads/dlopen-libpthread.exp
5626         * gdb.threads/gcore-thread.exp
5627         * gdb.threads/sigstep-threads.exp
5628         * gdb.threads/watchpoint-fork.exp
5629         * gdb.trace/actions-changed.exp
5630         * gdb.trace/backtrace.exp
5631         * gdb.trace/change-loc.exp
5632         * gdb.trace/circ.exp
5633         * gdb.trace/collection.exp
5634         * gdb.trace/disconnected-tracing.exp
5635         * gdb.trace/ftrace.exp
5636         * gdb.trace/mi-trace-frame-collected.exp
5637         * gdb.trace/mi-trace-unavailable.exp
5638         * gdb.trace/mi-traceframe-changed.exp
5639         * gdb.trace/mi-tsv-changed.exp
5640         * gdb.trace/no-attach-trace.exp
5641         * gdb.trace/passc-dyn.exp
5642         * gdb.trace/qtro.exp
5643         * gdb.trace/range-stepping.exp
5644         * gdb.trace/read-memory.exp
5645         * gdb.trace/save-trace.exp
5646         * gdb.trace/signal.exp
5647         * gdb.trace/status-stop.exp
5648         * gdb.trace/tfile.exp
5649         * gdb.trace/trace-break.exp
5650         * gdb.trace/trace-buffer-size.exp
5651         * gdb.trace/trace-condition.exp
5652         * gdb.trace/tracefile-pseudo-reg.exp
5653         * gdb.trace/tstatus.exp
5654         * gdb.trace/unavailable.exp
5655         * gdb.trace/while-dyn.exp
5656         * gdb.trace/while-stepping.exp
5657
5658 2016-12-22  Doug Evans  <xdje42@gmail.com>
5659
5660         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5661         and msymbols.
5662
5663 2016-12-19  Yao Qi  <yao.qi@linaro.org>
5664
5665         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5666         (test_with_self): Don't call do_steps_and_nexts, and remove
5667         code about stepping into xmalloc.
5668
5669 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5670
5671         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5672
5673 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5674
5675         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5676
5677 2016-12-09  Pedro Alves  <palves@redhat.com>
5678
5679         * gdb.base/all-architectures-0.exp: New file.
5680         * gdb.base/all-architectures-1.exp: New file.
5681         * gdb.base/all-architectures-2.exp: New file.
5682         * gdb.base/all-architectures-3.exp: New file.
5683         * gdb.base/all-architectures-4.exp: New file.
5684         * gdb.base/all-architectures-5.exp: New file.
5685         * gdb.base/all-architectures-6.exp: New file.
5686         * gdb.base/all-architectures-7.exp: New file.
5687         * gdb.base/all-architectures.exp.in: New file.
5688
5689 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5690
5691         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5692
5693 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5694
5695         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5696         possible.
5697         Remove useless pattern-matching code.
5698
5699 2016-12-02  Pedro Alves  <palves@redhat.com>
5700
5701         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5702         procedure.
5703         (top level): Call it.
5704
5705 2016-12-02  Pedro Alves  <palves@redhat.com>
5706
5707         * gdb.base/commands.exp (user_defined_command_args_stack_test):
5708         New procedure.
5709         (top level): Call it.
5710
5711 2016-12-02  Pedro Alves  <palves@redhat.com>
5712
5713         PR cli/20559
5714         * gdb.base/commands.exp (user_defined_command_args_eval): New
5715         procedure.
5716         (top level): Call it.
5717
5718 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5719
5720         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5721         timeout handling.
5722
5723 2016-12-02  Tom Tromey  <tom@tromey.com>
5724
5725         * gdb.dwarf2/main-subprogram.c: New file.
5726         * gdb.dwarf2/main-subprogram.exp: New file.
5727
5728 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5729
5730         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5731         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5732         gdb_test_no_output for a couple of cases.
5733         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5734
5735 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5736
5737         Fix test names and standardize compilation error messages throughout
5738         the following files:
5739
5740         * gdb.ada/start.exp
5741         * gdb.arch/alpha-step.exp
5742         * gdb.arch/e500-prologue.exp
5743         * gdb.arch/ftrace-insn-reloc.exp
5744         * gdb.arch/gdb1291.exp
5745         * gdb.arch/gdb1431.exp
5746         * gdb.arch/gdb1558.exp
5747         * gdb.arch/i386-dr3-watch.exp
5748         * gdb.arch/i386-sse-stack-align.exp
5749         * gdb.arch/ia64-breakpoint-shadow.exp
5750         * gdb.arch/pa-nullify.exp
5751         * gdb.arch/powerpc-aix-prologue.exp
5752         * gdb.arch/thumb-bx-pc.exp
5753         * gdb.base/annota1.exp
5754         * gdb.base/annota3.exp
5755         * gdb.base/arrayidx.exp
5756         * gdb.base/assign.exp
5757         * gdb.base/attach.exp
5758         * gdb.base/auxv.exp
5759         * gdb.base/bang.exp
5760         * gdb.base/bfp-test.exp
5761         * gdb.base/bigcore.exp
5762         * gdb.base/bitfields2.exp
5763         * gdb.base/break-fun-addr.exp
5764         * gdb.base/break-probes.exp
5765         * gdb.base/call-rt-st.exp
5766         * gdb.base/callexit.exp
5767         * gdb.base/catch-fork-kill.exp
5768         * gdb.base/charset.exp
5769         * gdb.base/checkpoint.exp
5770         * gdb.base/comprdebug.exp
5771         * gdb.base/constvars.exp
5772         * gdb.base/coredump-filter.exp
5773         * gdb.base/cursal.exp
5774         * gdb.base/cvexpr.exp
5775         * gdb.base/detach.exp
5776         * gdb.base/display.exp
5777         * gdb.base/dmsym.exp
5778         * gdb.base/dprintf-pending.exp
5779         * gdb.base/dso2dso.exp
5780         * gdb.base/dtrace-probe.exp
5781         * gdb.base/dump.exp
5782         * gdb.base/enum_cond.exp
5783         * gdb.base/exe-lock.exp
5784         * gdb.base/exec-invalid-sysroot.exp
5785         * gdb.base/execl-update-breakpoints.exp
5786         * gdb.base/exprs.exp
5787         * gdb.base/fileio.exp
5788         * gdb.base/find.exp
5789         * gdb.base/finish.exp
5790         * gdb.base/fixsection.exp
5791         * gdb.base/foll-vfork.exp
5792         * gdb.base/frame-args.exp
5793         * gdb.base/gcore.exp
5794         * gdb.base/gdb1250.exp
5795         * gdb.base/global-var-nested-by-dso.exp
5796         * gdb.base/gnu-ifunc.exp
5797         * gdb.base/hashline1.exp
5798         * gdb.base/hashline2.exp
5799         * gdb.base/hashline3.exp
5800         * gdb.base/hbreak-in-shr-unsupported.exp
5801         * gdb.base/huge.exp
5802         * gdb.base/infcall-input.exp
5803         * gdb.base/info-fun.exp
5804         * gdb.base/info-shared.exp
5805         * gdb.base/jit-simple.exp
5806         * gdb.base/jit-so.exp
5807         * gdb.base/jit.exp
5808         * gdb.base/jump.exp
5809         * gdb.base/label.exp
5810         * gdb.base/lineinc.exp
5811         * gdb.base/logical.exp
5812         * gdb.base/longjmp.exp
5813         * gdb.base/macscp.exp
5814         * gdb.base/miscexprs.exp
5815         * gdb.base/new-ui-echo.exp
5816         * gdb.base/new-ui-pending-input.exp
5817         * gdb.base/new-ui.exp
5818         * gdb.base/nodebug.exp
5819         * gdb.base/nofield.exp
5820         * gdb.base/offsets.exp
5821         * gdb.base/overlays.exp
5822         * gdb.base/pending.exp
5823         * gdb.base/pointers.exp
5824         * gdb.base/pr11022.exp
5825         * gdb.base/printcmds.exp
5826         * gdb.base/prologue.exp
5827         * gdb.base/ptr-typedef.exp
5828         * gdb.base/realname-expand.exp
5829         * gdb.base/relativedebug.exp
5830         * gdb.base/relocate.exp
5831         * gdb.base/remote.exp
5832         * gdb.base/reread.exp
5833         * gdb.base/return2.exp
5834         * gdb.base/savedregs.exp
5835         * gdb.base/sep.exp
5836         * gdb.base/sepdebug.exp
5837         * gdb.base/sepsymtab.exp
5838         * gdb.base/set-inferior-tty.exp
5839         * gdb.base/setshow.exp
5840         * gdb.base/shlib-call.exp
5841         * gdb.base/sigaltstack.exp
5842         * gdb.base/siginfo-addr.exp
5843         * gdb.base/signals.exp
5844         * gdb.base/signull.exp
5845         * gdb.base/sigrepeat.exp
5846         * gdb.base/so-impl-ld.exp
5847         * gdb.base/solib-display.exp
5848         * gdb.base/solib-overlap.exp
5849         * gdb.base/solib-search.exp
5850         * gdb.base/solib-symbol.exp
5851         * gdb.base/structs.exp
5852         * gdb.base/structs2.exp
5853         * gdb.base/symtab-search-order.exp
5854         * gdb.base/twice.exp
5855         * gdb.base/unload.exp
5856         * gdb.base/varargs.exp
5857         * gdb.base/watchpoint-solib.exp
5858         * gdb.base/watchpoint.exp
5859         * gdb.base/whatis.exp
5860         * gdb.base/wrong_frame_bt_full.exp
5861         * gdb.btrace/dlopen.exp
5862         * gdb.cell/ea-standalone.exp
5863         * gdb.cell/ea-test.exp
5864         * gdb.cp/dispcxx.exp
5865         * gdb.cp/gdb2384.exp
5866         * gdb.cp/method2.exp
5867         * gdb.cp/nextoverthrow.exp
5868         * gdb.cp/pr10728.exp
5869         * gdb.disasm/am33.exp
5870         * gdb.disasm/h8300s.exp
5871         * gdb.disasm/mn10300.exp
5872         * gdb.disasm/sh3.exp
5873         * gdb.dwarf2/dw2-dir-file-name.exp
5874         * gdb.fortran/complex.exp
5875         * gdb.fortran/library-module.exp
5876         * gdb.guile/scm-pretty-print.exp
5877         * gdb.guile/scm-symbol.exp
5878         * gdb.guile/scm-type.exp
5879         * gdb.guile/scm-value.exp
5880         * gdb.linespec/linespec.exp
5881         * gdb.mi/gdb701.exp
5882         * gdb.mi/gdb792.exp
5883         * gdb.mi/mi-breakpoint-changed.exp
5884         * gdb.mi/mi-dprintf-pending.exp
5885         * gdb.mi/mi-dprintf.exp
5886         * gdb.mi/mi-exit-code.exp
5887         * gdb.mi/mi-pending.exp
5888         * gdb.mi/mi-solib.exp
5889         * gdb.mi/new-ui-mi-sync.exp
5890         * gdb.mi/pr11022.exp
5891         * gdb.mi/user-selected-context-sync.exp
5892         * gdb.opt/solib-intra-step.exp
5893         * gdb.python/py-events.exp
5894         * gdb.python/py-finish-breakpoint.exp
5895         * gdb.python/py-mi.exp
5896         * gdb.python/py-prettyprint.exp
5897         * gdb.python/py-shared.exp
5898         * gdb.python/py-symbol.exp
5899         * gdb.python/py-template.exp
5900         * gdb.python/py-type.exp
5901         * gdb.python/py-value.exp
5902         * gdb.reverse/solib-precsave.exp
5903         * gdb.reverse/solib-reverse.exp
5904         * gdb.server/solib-list.exp
5905         * gdb.stabs/weird.exp
5906         * gdb.threads/reconnect-signal.exp
5907         * gdb.threads/stepi-random-signal.exp
5908         * gdb.trace/actions.exp
5909         * gdb.trace/ax.exp
5910         * gdb.trace/backtrace.exp
5911         * gdb.trace/change-loc.exp
5912         * gdb.trace/deltrace.exp
5913         * gdb.trace/ftrace-lock.exp
5914         * gdb.trace/ftrace.exp
5915         * gdb.trace/infotrace.exp
5916         * gdb.trace/mi-tracepoint-changed.exp
5917         * gdb.trace/packetlen.exp
5918         * gdb.trace/passcount.exp
5919         * gdb.trace/pending.exp
5920         * gdb.trace/range-stepping.exp
5921         * gdb.trace/report.exp
5922         * gdb.trace/stap-trace.exp
5923         * gdb.trace/tfind.exp
5924         * gdb.trace/trace-break.exp
5925         * gdb.trace/trace-condition.exp
5926         * gdb.trace/trace-enable-disable.exp
5927         * gdb.trace/trace-mt.exp
5928         * gdb.trace/tracecmd.exp
5929         * gdb.trace/tspeed.exp
5930         * gdb.trace/tsv.exp
5931         * lib/perftest.exp
5932
5933 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5934
5935         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5936         with gdb_test_no_output.
5937         Use command as test name.
5938
5939 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5940
5941         Fix test names starting with uppercase throughout the files.
5942
5943         * gdb.ada/assign_1.exp
5944         * gdb.ada/boolean_expr.exp
5945         * gdb.base/arrayidx.exp
5946         * gdb.base/del.exp
5947         * gdb.base/gcore-buffer-overflow.exp
5948         * gdb.base/testenv.exp
5949         * gdb.compile/compile.exp
5950         * gdb.python/py-framefilter-invalidarg.exp
5951         * gdb.python/py-framefilter.exp
5952
5953 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5954
5955         Fix test names starting with uppercase throughout the files.
5956
5957         * gdb.ada/array_return.exp
5958         * gdb.ada/expr_delims.exp
5959         * gdb.ada/mi_dyn_arr.exp
5960         * gdb.ada/mi_interface.exp
5961         * gdb.ada/mi_var_array.exp
5962         * gdb.ada/watch_arg.exp
5963         * gdb.arch/alpha-step.exp
5964         * gdb.arch/altivec-regs.exp
5965         * gdb.arch/e500-regs.exp
5966         * gdb.arch/powerpc-d128-regs.exp
5967         * gdb.base/arrayidx.exp
5968         * gdb.base/break.exp
5969         * gdb.base/checkpoint.exp
5970         * gdb.base/debug-expr.exp
5971         * gdb.base/dmsym.exp
5972         * gdb.base/radix.exp
5973         * gdb.base/sepdebug.exp
5974         * gdb.base/testenv.exp
5975         * gdb.base/watch_thread_num.exp
5976         * gdb.base/watchpoint-cond-gone.exp
5977         * gdb.cell/break.exp
5978         * gdb.cell/ea-cache.exp
5979         * gdb.compile/compile.exp
5980         * gdb.cp/gdb2495.exp
5981         * gdb.gdb/selftest.exp
5982         * gdb.gdb/xfullpath.exp
5983         * gdb.go/hello.exp
5984         * gdb.go/integers.exp
5985         * gdb.objc/basicclass.exp
5986         * gdb.pascal/hello.exp
5987         * gdb.pascal/integers.exp
5988         * gdb.python/py-breakpoint.exp
5989         * gdb.python/py-cmd.exp
5990         * gdb.python/py-linetable.exp
5991         * gdb.python/py-xmethods.exp
5992         * gdb.python/python.exp
5993         * gdb.reverse/consecutive-precsave.exp
5994         * gdb.reverse/finish-precsave.exp
5995         * gdb.reverse/i386-precsave.exp
5996         * gdb.reverse/machinestate-precsave.exp
5997         * gdb.reverse/sigall-precsave.exp
5998         * gdb.reverse/solib-precsave.exp
5999         * gdb.reverse/step-precsave.exp
6000         * gdb.reverse/until-precsave.exp
6001         * gdb.reverse/watch-precsave.exp
6002         * gdb.threads/leader-exit.exp
6003         * gdb.threads/pthreads.exp
6004         * gdb.threads/wp-replication.exp
6005         * gdb.trace/actions.exp
6006         * gdb.trace/mi-tsv-changed.exp
6007         * gdb.trace/tsv.exp
6008
6009 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6010
6011         Fix test names starting with uppercase throughout the files.
6012
6013         * gdb.arch/i386-bp_permanent.exp
6014         * gdb.arch/i386-gnu-cfi.exp
6015         * gdb.base/disasm-end-cu.exp
6016         * gdb.base/macscp.exp
6017         * gdb.base/pending.exp
6018         * gdb.base/watch_thread_num.exp
6019         * gdb.cp/exception.exp
6020         * gdb.cp/gdb2495.exp
6021         * gdb.cp/local.exp
6022         * gdb.python/py-evsignal.exp
6023         * gdb.python/python.exp
6024         * gdb.trace/tracecmd.exp
6025
6026 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6027
6028         Fix test names starting with uppercase throughout the files.
6029
6030         * gdb.base/charset.exp
6031         * gdb.base/eval.exp
6032         * gdb.base/multi-forks.exp
6033         * gdb.guile/scm-progspace.exp
6034         * gdb.opencl/datatypes.exp
6035         * gdb.python/py-block.exp
6036         * gdb.python/py-function.exp
6037         * gdb.python/py-symbol.exp
6038         * gdb.python/py-symtab.exp
6039         * gdb.python/py-xmethods.exp
6040         * gdb.reverse/break-precsave.exp
6041         * gdb.reverse/break-reverse.exp
6042         * gdb.reverse/consecutive-precsave.exp
6043         * gdb.reverse/consecutive-reverse.exp
6044         * gdb.reverse/finish-precsave.exp
6045         * gdb.reverse/finish-reverse-bkpt.exp
6046         * gdb.reverse/finish-reverse.exp
6047         * gdb.reverse/fstatat-reverse.exp
6048         * gdb.reverse/getresuid-reverse.exp
6049         * gdb.reverse/i386-precsave.exp
6050         * gdb.reverse/i386-reverse.exp
6051         * gdb.reverse/i386-sse-reverse.exp
6052         * gdb.reverse/i387-stack-reverse.exp
6053         * gdb.reverse/insn-reverse.exp
6054         * gdb.reverse/machinestate-precsave.exp
6055         * gdb.reverse/machinestate.exp
6056         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6057         * gdb.reverse/pipe-reverse.exp
6058         * gdb.reverse/readv-reverse.exp
6059         * gdb.reverse/recvmsg-reverse.exp
6060         * gdb.reverse/rerun-prec.exp
6061         * gdb.reverse/s390-mvcle.exp
6062         * gdb.reverse/sigall-precsave.exp
6063         * gdb.reverse/sigall-reverse.exp
6064         * gdb.reverse/solib-precsave.exp
6065         * gdb.reverse/solib-reverse.exp
6066         * gdb.reverse/step-precsave.exp
6067         * gdb.reverse/step-reverse.exp
6068         * gdb.reverse/time-reverse.exp
6069         * gdb.reverse/until-precsave.exp
6070         * gdb.reverse/until-reverse.exp
6071         * gdb.reverse/waitpid-reverse.exp
6072         * gdb.reverse/watch-precsave.exp
6073         * gdb.reverse/watch-reverse.exp
6074
6075 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6076
6077         Fix test names starting with uppercase throughout the files.
6078
6079         * gdb.arch/i386-mpx-simple_segv.exp
6080         * gdb.arch/i386-mpx.exp
6081         * gdb.arch/i386-permbkpt.exp
6082         * gdb.arch/pa-nullify.exp
6083         * gdb.arch/powerpc-d128-regs.exp
6084         * gdb.arch/vsx-regs.exp
6085         * gdb.base/bfp-test.exp
6086         * gdb.base/break.exp
6087         * gdb.base/breakpoint-shadow.exp
6088         * gdb.base/callfuncs.exp
6089         * gdb.base/charset.exp
6090         * gdb.base/commands.exp
6091         * gdb.base/completion.exp
6092         * gdb.base/dfp-test.exp
6093         * gdb.base/echo.exp
6094         * gdb.base/ending-run.exp
6095         * gdb.base/eval.exp
6096         * gdb.base/expand-psymtabs.exp
6097         * gdb.base/float128.exp
6098         * gdb.base/floatn.exp
6099         * gdb.base/foll-exec-mode.exp
6100         * gdb.base/gdb1056.exp
6101         * gdb.base/gdb11531.exp
6102         * gdb.base/kill-after-signal.exp
6103         * gdb.base/multi-forks.exp
6104         * gdb.base/overlays.exp
6105         * gdb.base/pending.exp
6106         * gdb.base/sepdebug.exp
6107         * gdb.base/testenv.exp
6108         * gdb.base/valgrind-db-attach.exp
6109         * gdb.base/watch_thread_num.exp
6110         * gdb.base/watchpoint-cond-gone.exp
6111         * gdb.base/watchpoint.exp
6112         * gdb.base/watchpoints.exp
6113         * gdb.cp/arg-reference.exp
6114         * gdb.cp/baseenum.exp
6115         * gdb.cp/operator.exp
6116         * gdb.cp/shadow.exp
6117         * gdb.dwarf2/dw2-op-out-param.exp
6118         * gdb.dwarf2/dw2-reg-undefined.exp
6119         * gdb.go/chan.exp
6120         * gdb.go/hello.exp
6121         * gdb.go/integers.exp
6122         * gdb.go/methods.exp
6123         * gdb.go/package.exp
6124         * gdb.guile/scm-parameter.exp
6125         * gdb.guile/scm-progspace.exp
6126         * gdb.guile/scm-value.exp
6127         * gdb.mi/mi-pending.exp
6128         * gdb.mi/user-selected-context-sync.exp
6129         * gdb.multi/multi-attach.exp
6130         * gdb.multi/tids.exp
6131         * gdb.opt/clobbered-registers-O2.exp
6132         * gdb.pascal/floats.exp
6133         * gdb.pascal/integers.exp
6134         * gdb.python/py-block.exp
6135         * gdb.python/py-events.exp
6136         * gdb.python/py-parameter.exp
6137         * gdb.python/py-symbol.exp
6138         * gdb.python/py-symtab.exp
6139         * gdb.python/py-type.exp
6140         * gdb.python/py-value.exp
6141         * gdb.python/py-xmethods.exp
6142         * gdb.python/python.exp
6143         * gdb.reverse/break-precsave.exp
6144         * gdb.reverse/consecutive-precsave.exp
6145         * gdb.reverse/finish-precsave.exp
6146         * gdb.reverse/i386-precsave.exp
6147         * gdb.reverse/machinestate-precsave.exp
6148         * gdb.reverse/sigall-precsave.exp
6149         * gdb.reverse/solib-precsave.exp
6150         * gdb.reverse/step-precsave.exp
6151         * gdb.reverse/until-precsave.exp
6152         * gdb.reverse/watch-precsave.exp
6153         * gdb.server/ext-attach.exp
6154         * gdb.server/ext-restart.exp
6155         * gdb.server/ext-run.exp
6156         * gdb.server/ext-wrapper.exp
6157         * gdb.stabs/gdb11479.exp
6158         * gdb.stabs/weird.exp
6159         * gdb.threads/attach-many-short-lived-threads.exp
6160         * gdb.threads/kill.exp
6161         * gdb.threads/watchpoint-fork.exp
6162
6163 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6164
6165         Fix test names starting with uppercase throughout all the files below.
6166
6167         * gdb.ada/array_return.exp
6168         * gdb.ada/catch_ex.exp
6169         * gdb.ada/info_exc.exp
6170         * gdb.ada/mi_catch_ex.exp
6171         * gdb.ada/mi_dyn_arr.exp
6172         * gdb.ada/mi_ex_cond.exp
6173         * gdb.ada/mi_exc_info.exp
6174         * gdb.ada/mi_interface.exp
6175         * gdb.ada/mi_task_arg.exp
6176         * gdb.ada/mi_task_info.exp
6177         * gdb.ada/mi_var_array.exp
6178         * gdb.arch/alpha-step.exp
6179         * gdb.arch/amd64-disp-step.exp
6180         * gdb.arch/arm-disp-step.exp
6181         * gdb.arch/disp-step-insn-reloc.exp
6182         * gdb.arch/e500-prologue.exp
6183         * gdb.arch/ftrace-insn-reloc.exp
6184         * gdb.arch/gdb1558.exp
6185         * gdb.arch/i386-bp_permanent.exp
6186         * gdb.arch/i386-disp-step.exp
6187         * gdb.arch/i386-float.exp
6188         * gdb.arch/i386-gnu-cfi.exp
6189         * gdb.arch/ia64-breakpoint-shadow.exp
6190         * gdb.arch/mips16-thunks.exp
6191         * gdb.arch/pa-nullify.exp
6192         * gdb.arch/powerpc-aix-prologue.exp
6193         * gdb.arch/powerpc-power.exp
6194         * gdb.arch/ppc-dfp.exp
6195         * gdb.arch/s390-tdbregs.exp
6196         * gdb.arch/spu-info.exp
6197         * gdb.arch/spu-ls.exp
6198         * gdb.arch/thumb-bx-pc.exp
6199         * gdb.base/advance.exp
6200         * gdb.base/annota-input-while-running.exp
6201         * gdb.base/arrayidx.exp
6202         * gdb.base/asmlabel.exp
6203         * gdb.base/async.exp
6204         * gdb.base/attach-wait-input.exp
6205         * gdb.base/auto-connect-native-target.exp
6206         * gdb.base/batch-preserve-term-settings.exp
6207         * gdb.base/bfp-test.exp
6208         * gdb.base/bigcore.exp
6209         * gdb.base/bp-permanent.exp
6210         * gdb.base/break-always.exp
6211         * gdb.base/break-fun-addr.exp
6212         * gdb.base/break-idempotent.exp
6213         * gdb.base/break-main-file-remove-fail.exp
6214         * gdb.base/break-probes.exp
6215         * gdb.base/break-unload-file.exp
6216         * gdb.base/break.exp
6217         * gdb.base/call-ar-st.exp
6218         * gdb.base/call-rt-st.exp
6219         * gdb.base/call-sc.exp
6220         * gdb.base/call-signal-resume.exp
6221         * gdb.base/call-strs.exp
6222         * gdb.base/callexit.exp
6223         * gdb.base/callfuncs.exp
6224         * gdb.base/catch-gdb-caused-signals.exp
6225         * gdb.base/catch-signal-siginfo-cond.exp
6226         * gdb.base/catch-syscall.exp
6227         * gdb.base/compare-sections.exp
6228         * gdb.base/cond-eval-mode.exp
6229         * gdb.base/condbreak-call-false.exp
6230         * gdb.base/consecutive-step-over.exp
6231         * gdb.base/cursal.exp
6232         * gdb.base/disabled-location.exp
6233         * gdb.base/disasm-end-cu.exp
6234         * gdb.base/display.exp
6235         * gdb.base/double-prompt-target-event-error.exp
6236         * gdb.base/dprintf-bp-same-addr.exp
6237         * gdb.base/dprintf-detach.exp
6238         * gdb.base/dprintf-next.exp
6239         * gdb.base/dprintf-non-stop.exp
6240         * gdb.base/dprintf-pending.exp
6241         * gdb.base/dso2dso.exp
6242         * gdb.base/ending-run.exp
6243         * gdb.base/enum_cond.exp
6244         * gdb.base/examine-backward.exp
6245         * gdb.base/exe-lock.exp
6246         * gdb.base/exec-invalid-sysroot.exp
6247         * gdb.base/execl-update-breakpoints.exp
6248         * gdb.base/execution-termios.exp
6249         * gdb.base/fileio.exp
6250         * gdb.base/fixsection.exp
6251         * gdb.base/foll-exec-mode.exp
6252         * gdb.base/foll-exec.exp
6253         * gdb.base/fork-running-state.exp
6254         * gdb.base/frame-args.exp
6255         * gdb.base/fullpath-expand.exp
6256         * gdb.base/func-ptr.exp
6257         * gdb.base/gcore-relro-pie.exp
6258         * gdb.base/gdb1090.exp
6259         * gdb.base/gdb1555.exp
6260         * gdb.base/global-var-nested-by-dso.exp
6261         * gdb.base/gnu-ifunc.exp
6262         * gdb.base/hbreak-in-shr-unsupported.exp
6263         * gdb.base/hbreak-unmapped.exp
6264         * gdb.base/hook-stop.exp
6265         * gdb.base/infcall-input.exp
6266         * gdb.base/info-fun.exp
6267         * gdb.base/info-shared.exp
6268         * gdb.base/interrupt-noterm.exp
6269         * gdb.base/jit-so.exp
6270         * gdb.base/jit.exp
6271         * gdb.base/line-symtabs.exp
6272         * gdb.base/list.exp
6273         * gdb.base/longjmp.exp
6274         * gdb.base/macscp.exp
6275         * gdb.base/max-value-size.exp
6276         * gdb.base/nodebug.exp
6277         * gdb.base/nofield.exp
6278         * gdb.base/overlays.exp
6279         * gdb.base/paginate-after-ctrl-c-running.exp
6280         * gdb.base/paginate-bg-execution.exp
6281         * gdb.base/paginate-inferior-exit.exp
6282         * gdb.base/pending.exp
6283         * gdb.base/pr11022.exp
6284         * gdb.base/printcmds.exp
6285         * gdb.base/ptr-typedef.exp
6286         * gdb.base/ptype.exp
6287         * gdb.base/randomize.exp
6288         * gdb.base/range-stepping.exp
6289         * gdb.base/realname-expand.exp
6290         * gdb.base/relativedebug.exp
6291         * gdb.base/remote.exp
6292         * gdb.base/savedregs.exp
6293         * gdb.base/sepdebug.exp
6294         * gdb.base/set-noassign.exp
6295         * gdb.base/shlib-call.exp
6296         * gdb.base/shreloc.exp
6297         * gdb.base/sigaltstack.exp
6298         * gdb.base/sigbpt.exp
6299         * gdb.base/siginfo-addr.exp
6300         * gdb.base/siginfo-obj.exp
6301         * gdb.base/siginfo-thread.exp
6302         * gdb.base/signest.exp
6303         * gdb.base/signull.exp
6304         * gdb.base/sigrepeat.exp
6305         * gdb.base/skip.exp
6306         * gdb.base/so-impl-ld.exp
6307         * gdb.base/solib-corrupted.exp
6308         * gdb.base/solib-disc.exp
6309         * gdb.base/solib-display.exp
6310         * gdb.base/solib-overlap.exp
6311         * gdb.base/solib-search.exp
6312         * gdb.base/solib-symbol.exp
6313         * gdb.base/source-execution.exp
6314         * gdb.base/sss-bp-on-user-bp-2.exp
6315         * gdb.base/sss-bp-on-user-bp.exp
6316         * gdb.base/stack-checking.exp
6317         * gdb.base/stale-infcall.exp
6318         * gdb.base/step-break.exp
6319         * gdb.base/step-line.exp
6320         * gdb.base/step-over-exit.exp
6321         * gdb.base/step-test.exp
6322         * gdb.base/structs.exp
6323         * gdb.base/sym-file.exp
6324         * gdb.base/symtab-search-order.exp
6325         * gdb.base/term.exp
6326         * gdb.base/type-opaque.exp
6327         * gdb.base/unload.exp
6328         * gdb.base/until-nodebug.exp
6329         * gdb.base/until.exp
6330         * gdb.base/unwindonsignal.exp
6331         * gdb.base/watch-cond.exp
6332         * gdb.base/watch-non-mem.exp
6333         * gdb.base/watch_thread_num.exp
6334         * gdb.base/watchpoint-reuse-slot.exp
6335         * gdb.base/watchpoint-solib.exp
6336         * gdb.base/watchpoint.exp
6337         * gdb.btrace/dlopen.exp
6338         * gdb.cell/arch.exp
6339         * gdb.cell/break.exp
6340         * gdb.cell/bt.exp
6341         * gdb.cell/core.exp
6342         * gdb.cell/data.exp
6343         * gdb.cell/dwarfaddr.exp
6344         * gdb.cell/ea-cache.exp
6345         * gdb.cell/ea-standalone.exp
6346         * gdb.cell/ea-test.exp
6347         * gdb.cell/f-regs.exp
6348         * gdb.cell/fork.exp
6349         * gdb.cell/gcore.exp
6350         * gdb.cell/mem-access.exp
6351         * gdb.cell/ptype.exp
6352         * gdb.cell/registers.exp
6353         * gdb.cell/sizeof.exp
6354         * gdb.cell/solib-symbol.exp
6355         * gdb.cell/solib.exp
6356         * gdb.compile/compile-tls.exp
6357         * gdb.cp/exception.exp
6358         * gdb.cp/gdb2495.exp
6359         * gdb.cp/local.exp
6360         * gdb.cp/mb-inline.exp
6361         * gdb.cp/mb-templates.exp
6362         * gdb.cp/pr10687.exp
6363         * gdb.cp/pr9167.exp
6364         * gdb.cp/scope-err.exp
6365         * gdb.cp/templates.exp
6366         * gdb.cp/virtfunc.exp
6367         * gdb.dwarf2/dw2-dir-file-name.exp
6368         * gdb.dwarf2/dw2-single-line-discriminators.exp
6369         * gdb.fortran/complex.exp
6370         * gdb.fortran/library-module.exp
6371         * gdb.guile/guile.exp
6372         * gdb.guile/scm-cmd.exp
6373         * gdb.guile/scm-frame-inline.exp
6374         * gdb.guile/scm-objfile.exp
6375         * gdb.guile/scm-pretty-print.exp
6376         * gdb.guile/scm-symbol.exp
6377         * gdb.guile/scm-type.exp
6378         * gdb.guile/scm-value.exp
6379         * gdb.linespec/keywords.exp
6380         * gdb.linespec/ls-errs.exp
6381         * gdb.linespec/macro-relative.exp
6382         * gdb.linespec/thread.exp
6383         * gdb.mi/mi-breakpoint-changed.exp
6384         * gdb.mi/mi-dprintf-pending.exp
6385         * gdb.mi/mi-fullname-deleted.exp
6386         * gdb.mi/mi-logging.exp
6387         * gdb.mi/mi-pending.exp
6388         * gdb.mi/mi-solib.exp
6389         * gdb.mi/new-ui-mi-sync.exp
6390         * gdb.mi/user-selected-context-sync.exp
6391         * gdb.multi/dummy-frame-restore.exp
6392         * gdb.multi/multi-arch-exec.exp
6393         * gdb.multi/remove-inferiors.exp
6394         * gdb.multi/watchpoint-multi-exit.exp
6395         * gdb.opt/solib-intra-step.exp
6396         * gdb.perf/backtrace.exp
6397         * gdb.perf/single-step.exp
6398         * gdb.perf/skip-command.exp
6399         * gdb.perf/skip-prologue.exp
6400         * gdb.perf/solib.exp
6401         * gdb.python/lib-types.exp
6402         * gdb.python/py-as-string.exp
6403         * gdb.python/py-bad-printers.exp
6404         * gdb.python/py-block.exp
6405         * gdb.python/py-breakpoint.exp
6406         * gdb.python/py-cmd.exp
6407         * gdb.python/py-events.exp
6408         * gdb.python/py-evthreads.exp
6409         * gdb.python/py-finish-breakpoint.exp
6410         * gdb.python/py-finish-breakpoint2.exp
6411         * gdb.python/py-frame-inline.exp
6412         * gdb.python/py-frame.exp
6413         * gdb.python/py-inferior.exp
6414         * gdb.python/py-infthread.exp
6415         * gdb.python/py-mi.exp
6416         * gdb.python/py-objfile.exp
6417         * gdb.python/py-pp-maint.exp
6418         * gdb.python/py-pp-registration.exp
6419         * gdb.python/py-prettyprint.exp
6420         * gdb.python/py-recurse-unwind.exp
6421         * gdb.python/py-shared.exp
6422         * gdb.python/py-symbol.exp
6423         * gdb.python/py-symtab.exp
6424         * gdb.python/py-template.exp
6425         * gdb.python/py-type.exp
6426         * gdb.python/py-unwind-maint.exp
6427         * gdb.python/py-unwind.exp
6428         * gdb.python/py-value.exp
6429         * gdb.python/python.exp
6430         * gdb.reverse/finish-reverse-bkpt.exp
6431         * gdb.reverse/insn-reverse.exp
6432         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6433         * gdb.reverse/solib-precsave.exp
6434         * gdb.reverse/solib-reverse.exp
6435         * gdb.stabs/gdb11479.exp
6436         * gdb.stabs/weird.exp
6437         * gdb.threads/fork-child-threads.exp
6438         * gdb.threads/fork-plus-threads.exp
6439         * gdb.threads/fork-thread-pending.exp
6440         * gdb.threads/forking-threads-plus-breakpoint.exp
6441         * gdb.threads/hand-call-in-threads.exp
6442         * gdb.threads/interrupted-hand-call.exp
6443         * gdb.threads/linux-dp.exp
6444         * gdb.threads/local-watch-wrong-thread.exp
6445         * gdb.threads/next-while-other-thread-longjmps.exp
6446         * gdb.threads/non-ldr-exit.exp
6447         * gdb.threads/pending-step.exp
6448         * gdb.threads/print-threads.exp
6449         * gdb.threads/process-dies-while-detaching.exp
6450         * gdb.threads/process-dies-while-handling-bp.exp
6451         * gdb.threads/pthreads.exp
6452         * gdb.threads/queue-signal.exp
6453         * gdb.threads/reconnect-signal.exp
6454         * gdb.threads/signal-command-handle-nopass.exp
6455         * gdb.threads/signal-command-multiple-signals-pending.exp
6456         * gdb.threads/signal-delivered-right-thread.exp
6457         * gdb.threads/signal-sigtrap.exp
6458         * gdb.threads/sigthread.exp
6459         * gdb.threads/staticthreads.exp
6460         * gdb.threads/stepi-random-signal.exp
6461         * gdb.threads/thread-unwindonsignal.exp
6462         * gdb.threads/thread_check.exp
6463         * gdb.threads/thread_events.exp
6464         * gdb.threads/tid-reuse.exp
6465         * gdb.threads/tls-nodebug.exp
6466         * gdb.threads/tls-shared.exp
6467         * gdb.threads/tls-so_extern.exp
6468         * gdb.threads/tls.exp
6469         * gdb.threads/wp-replication.exp
6470         * gdb.trace/actions-changed.exp
6471         * gdb.trace/actions.exp
6472         * gdb.trace/backtrace.exp
6473         * gdb.trace/change-loc.exp
6474         * gdb.trace/collection.exp
6475         * gdb.trace/deltrace.exp
6476         * gdb.trace/disconnected-tracing.exp
6477         * gdb.trace/entry-values.exp
6478         * gdb.trace/ftrace-lock.exp
6479         * gdb.trace/ftrace.exp
6480         * gdb.trace/infotrace.exp
6481         * gdb.trace/mi-trace-frame-collected.exp
6482         * gdb.trace/mi-trace-unavailable.exp
6483         * gdb.trace/mi-traceframe-changed.exp
6484         * gdb.trace/mi-tracepoint-changed.exp
6485         * gdb.trace/mi-tsv-changed.exp
6486         * gdb.trace/no-attach-trace.exp
6487         * gdb.trace/packetlen.exp
6488         * gdb.trace/passc-dyn.exp
6489         * gdb.trace/passcount.exp
6490         * gdb.trace/pending.exp
6491         * gdb.trace/pr16508.exp
6492         * gdb.trace/qtro.exp
6493         * gdb.trace/range-stepping.exp
6494         * gdb.trace/read-memory.exp
6495         * gdb.trace/report.exp
6496         * gdb.trace/save-trace.exp
6497         * gdb.trace/signal.exp
6498         * gdb.trace/stap-trace.exp
6499         * gdb.trace/status-stop.exp
6500         * gdb.trace/strace.exp
6501         * gdb.trace/tfile.exp
6502         * gdb.trace/tfind.exp
6503         * gdb.trace/trace-break.exp
6504         * gdb.trace/trace-condition.exp
6505         * gdb.trace/trace-enable-disable.exp
6506         * gdb.trace/trace-mt.exp
6507         * gdb.trace/tracecmd.exp
6508         * gdb.trace/tracefile-pseudo-reg.exp
6509         * gdb.trace/tspeed.exp
6510         * gdb.trace/tstatus.exp
6511         * gdb.trace/tsv.exp
6512         * gdb.trace/unavailable.exp
6513         * gdb.trace/while-dyn.exp
6514         * gdb.trace/while-stepping.exp
6515         * lib/gdb-guile.exp
6516         * lib/gdb.exp
6517         * lib/mi-support.exp
6518         * lib/pascal.exp
6519         * lib/perftest.exp
6520         * lib/prelink-support.exp
6521         * lib/selftest-support.exp
6522
6523 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
6524
6525         * Makefile.in: Include disable-implicit-rules.mk.
6526
6527 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6528
6529         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6530         non-byte-aligned bit fields.
6531
6532 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6533
6534         PR gdb/12616
6535         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
6536         respects the DW_AT_data_bit_offset attribute.
6537
6538 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
6539
6540         * gdb.base/default.exp: Fix output of "set language".
6541
6542 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
6543
6544         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6545         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
6546         make.
6547         * configure.ac: Remove checks for the make program.
6548         * configure: Re-generate.
6549
6550 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
6551
6552         * gdb.python/py-recurse-unwind.c (main): Add loop.
6553         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6554         to read_register() and gdb.parse_and_eval().  Make each code
6555         call a separate case that can be individually tested.
6556         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6557         proc. Call cont_and_backtrace for each of the code paths that
6558         we want to test in the unwinder.
6559
6560 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6561
6562         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6563         the definition of struct S.
6564
6565 2016-11-11  Catherine Moore  <clm@codesourcery.com>
6566
6567         * gdb.base/dump.exp: Identify verilog format dump tests as such.
6568
6569 2016-11-09  Pedro Alves  <palves@redhat.com>
6570
6571         * gdb.base/commands.exp (runto_or_return): New procedure.
6572         (gdbvar_simple_if_test, gdbvar_simple_while_test)
6573         (gdbvar_complex_if_while_test, progvar_simple_if_test)
6574         (progvar_simple_while_test, progvar_complex_if_while_test)
6575         (if_while_breakpoint_command_test)
6576         (infrun_breakpoint_command_test, breakpoint_command_test)
6577         (user_defined_command_test, watchpoint_command_test)
6578         (test_command_prompt_position, redefine_hook_test)
6579         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6580         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6581         multi_line_input and multi_line.  Remove gdb_expect and
6582         gdb_stop_suppressing_tests uses.
6583         * lib/gdb.exp (valnum_re): New global.
6584         (multi_line_input): New procedure.
6585
6586 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
6587
6588         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6589         Remove.
6590         (test_setup): Define with proc_with_prefix.
6591         (test_cli_inferior): Likewise.
6592         (test_cli_thread): Likewise.
6593         (test_cli_frame): Likewise.
6594         (test_cli_select_frame): Likewise.
6595         (test_cli_up_down): Likewise.
6596         (test_mi_thread_select): Likewise.
6597         (test_mi_stack_select_frame): Likewise.
6598         (test_cli_in_mi_inferior): Likewise.
6599         (test_cli_in_mi_thread): Likewise.
6600         (test_cli_in_mi_frame): Likewise.
6601         (top level): Do not use with_test_prefix_procname.
6602
6603 2016-11-09  Pedro Alves  <palves@redhat.com>
6604
6605         * gdb.base/commands.exp (gdbvar_simple_if_test)
6606         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6607         (progvar_simple_if_test, progvar_simple_while_test)
6608         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6609         (infrun_breakpoint_command_test, breakpoint_command_test)
6610         (user_defined_command_test, watchpoint_command_test)
6611         (test_command_prompt_position, deprecated_command_test)
6612         (bp_deleted_in_command, temporary_breakpoint_commands)
6613         (stray_arg0_test, source_file_with_indented_comment)
6614         (recursive_source_test, if_commands_test)
6615         (error_clears_commands_left, redefine_hook_test)
6616         (redefine_backtrace_test): Use proc_with_prefix.
6617         * lib/gdb.exp (proc_with_prefix): New proc.
6618
6619 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6620
6621         * gdb.base/tui-layout.c: New file.
6622         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6623         disassembly window contains very long lines.
6624
6625 2016-11-08  Tom Tromey  <tom@tromey.com>
6626
6627         * gdb.python/py-value.exp (test_value_creation): Make "long" test
6628         depend on Python 2.
6629
6630 2016-11-08  Tom Tromey  <tom@tromey.com>
6631
6632         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6633         New method.
6634
6635 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
6636
6637         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6638
6639 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
6640
6641         * gdb.rust/simple.rs: Add test for univariant enums without
6642         discriminants and for encoded struct-like enums.
6643
6644 2016-10-28  Pedro Alves  <palves@redhat.com>
6645
6646         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6647         gdb_test_multiple, tighten regexps and match symtabs and line
6648         tables incrementally.
6649
6650 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
6651
6652         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6653         general.
6654
6655 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
6656
6657         * gdb.base/exec-invalid-sysroot.exp: New file.
6658
6659 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6660
6661         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6662
6663 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6664
6665         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6666
6667 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
6668
6669         * gdb.base/killed-outside.exp: Remove $options from a call to
6670         `prepare_for_testing'.
6671
6672 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6673
6674         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6675         Change test message.
6676
6677 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6678
6679         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6680         Update comment.
6681
6682 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6683
6684         * gdb.trace/mi-trace-save.exp: New file.
6685
6686 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6687
6688         * gdb.base/code_elim.exp (get_var_address): Remove.
6689         * gdb.base/relocate.exp: Likewise.
6690         * gdb.base/shreloc.exp: Likewise.
6691         * lib/gdb.exp (get_var_address): New.
6692
6693 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6694
6695         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6696         floating point tests if $skip_float_test is false.
6697
6698 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
6699
6700         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6701         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6702         argc values.
6703         Add 1 to argc so we guarantee distinct initial/modified argc values.
6704
6705 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6706
6707         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6708
6709 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6710
6711         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6712         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6713         * gdb.arch/vsx-regs.exp: Likewise.
6714
6715 2016-10-07  Yao Qi  <yao.qi@linaro.org>
6716
6717         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6718
6719 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
6720
6721         * gdb.python/python.exp: Test decode_line("*0").
6722
6723 2016-10-06  Doug Evans  <dje@google.com>
6724
6725         * gdb.python/py-value.exp (test_value_creation): Add test for large
6726         unsigned 64-bit value.
6727
6728 2016-10-06  Tom Tromey  <tom@tromey.com>
6729
6730         * gdb.compile/compile.exp: Change java tests to rust.
6731         * gdb.base/setshow.exp: Change java tests to rust.
6732         * gdb.base/default.exp: Remove java from language list.
6733         * README (Examples): Update language example.
6734         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6735         test.
6736         * lib/gdb.exp (skip_java_tests): Remove.
6737         * lib/java.exp: Remove.
6738         * gdb.java: Remove.
6739
6740 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6741
6742         * gdb.arch/mips-fcr.exp: New test.
6743         * gdb.arch/mips-fcr.c: Source for the new test.
6744
6745 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6746
6747         * gdb.base/solib-disc.exp: Use `standard_output_file'
6748         throughout.
6749
6750 2016-10-06  Pedro Alves  <palves@redhat.com>
6751
6752         * gdb.base/jit-simple-dl.c: New file.
6753         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6754         * gdb.base/jit-simple.c: ... this.
6755         * gdb.base/jit-simple.exp (jit_run): Delete.
6756         (build_jit): New proc.
6757         (jit_test_reread): Recompile either the main program or the shared
6758         library, depending on what is being tested.  Skip changing address
6759         if caller wants to.  Compare before/after addresses.  If testing
6760         standalone, explicitly load the binary.  Test "maint info
6761         breakpoints".
6762         (top level): Add "standalone vs shared lib" and "change address"
6763         vs "same address" axes.
6764
6765 2016-10-06  Pedro Alves  <palves@redhat.com>
6766
6767         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6768         call.
6769         (jit_run): Delete.
6770         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6771         explicitly.  Compare the before/after addresses of the JIT
6772         descriptor.
6773
6774 2016-08-15  Doug Evans  <dje@google.com>
6775
6776         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6777         for single bitfields is bool.
6778         * gdb.xml/tdesc-regs.exp: Ditto.
6779
6780 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6781
6782         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6783
6784 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6785
6786         * lib/gdb.exp (support_complex_tests): Return zero if
6787         gdb_skip_float_test return true.
6788
6789 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6790             Simon Marchi  <simon.marchi@ericsson.com>
6791
6792         PR gdb/20487
6793         * gdb.mi/user-selected-context-sync.exp: New file.
6794         * gdb.mi/user-selected-context-sync.c: New file.
6795
6796 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6797             Simon Marchi  <simon.marchi@ericsson.com>
6798
6799         PR gdb/20487
6800         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6801         =thread-select-event check.
6802
6803 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6804
6805         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6806         the compulsory L operand changes.
6807         * gdb.arch/powerpc-power.s: Likewise.
6808
6809 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6810
6811         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6812         * gdb.base/jit-attach-pie.c: New file.
6813         * gdb.base/jit-attach-pie.exp: New file.
6814
6815 2016-09-28  Pedro Alves  <palves@redhat.com>
6816
6817         * gdb.base/infcall-input.c: New file.
6818         * gdb.base/infcall-input.exp: New file.
6819
6820 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6821
6822         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6823         (gdb_exit): Rename it to ...
6824         (gdbserver_gdb_exit): ...  Close GDBserver.
6825         (gdb_exit): New proc, call gdbserver_gdb_exit.
6826         (mi_gdb_exit): Likewise.
6827
6828 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6829
6830         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6831         path.
6832         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6833         Remove duplication.
6834
6835 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6836
6837         * lib/gdbserver-support.exp: Check the existence of
6838         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6839
6840 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6841
6842         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6843
6844 2016-09-21  Tom Tromey  <tom@tromey.com>
6845
6846         PR gdb/20604:
6847         * gdb.base/quit.exp: New file.
6848
6849 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6850
6851         * .gitignore: New file.
6852
6853 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6854
6855         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6856         throughout.
6857
6858 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6859
6860         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6861
6862 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6863
6864         * gdb.cp/casts.cc (decltype): Move it ...
6865         (main): ... with its call to ...
6866         * gdb.cp/casts03.cc: ... a new file.
6867         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6868
6869 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6870
6871         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6872
6873 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6874
6875         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6876         and sync up the test with tests in gas/testsuite/gas/ppc.
6877         * gdb.arch/powerpc-power.exp: Likewise.
6878
6879 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6880
6881         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6882
6883 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6884             Jan Kratochvil  <jan.kratochvil@redhat.com>
6885
6886         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6887         make m1's definition to be different from m2's.  Use 'dummy' as an
6888         argument for probe 'two'.
6889
6890 2016-09-10  Jon Beniston  <jon@beniston.com>
6891
6892         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6893         for sim target.
6894
6895 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6896
6897         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6898         variable declaration.
6899         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6900         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6901         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6902         received HWCAP as its argument.
6903
6904 2016-09-06  Pedro Alves  <palves@redhat.com>
6905
6906         * gdb.base/new-ui-pending-input.c: New file.
6907         * gdb.base/new-ui-pending-input.exp: New file.
6908         * gdb.exp (clear_gdb_spawn_id): New procedure.
6909         (with_spawn_id): Check whether gdb_spawn_id exists before
6910         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6911         on exit.
6912
6913 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6914
6915         * gdb.base/float128.c: New file.
6916         * gdb.base/float128.exp: Likewise.
6917         * gdb.base/floatn.c: Likewise.
6918         * gdb.base/floatn.exp: Likewise.
6919
6920 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6921
6922         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6923
6924 2016-09-05  Pedro Alves  <palves@redhat.com>
6925
6926         PR backtrace/19927
6927         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6928         unwinders are immediately called as side effect of "source" or
6929         "disable unwinder" commands.
6930         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6931
6932 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6933
6934         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6935         is true and $type is "float" or "double".
6936
6937 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6938
6939         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6940         true.
6941         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6942         * gdb.base/call-rt-st.exp: Likewise.
6943         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6944         return value instead of gdb,skip_float_test.
6945         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6946         (do_function_calls): Use its return value instead of
6947         gdb,skip_float_test.
6948         * gdb.base/finish.exp: Likewise.
6949         * gdb.base/funcargs.exp: Likewise.
6950         * gdb.base/return.exp: Likewise.
6951         * gdb.base/return2.exp: Likewise.
6952         * gdb.base/varargs.exp: Likewise.
6953         * lib/gdb.exp (gdb_skip_float_test): Change it to
6954         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6955
6956 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6957
6958         * gdb.multi/tids.exp: Test "thread apply all".
6959
6960 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6961
6962         * gdb.base/default.exp (tty): Remove.
6963
6964 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6965
6966         * gdb.python/py-recurse-unwind.c: New file.
6967         * gdb.python/py-recurse-unwind.py: New file.
6968         * gdb.python/py-recurse-unwind.exp: New file.
6969
6970 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6971
6972         * gdb.base/set-inferior-tty.exp: New file.
6973         * gdb.base/set-inferior-tty.c: New file.
6974
6975 2016-08-23  Pedro Alves  <palves@redhat.com>
6976
6977         PR gdb/20494
6978         * gdb.base/new-ui-echo.c: New file.
6979         * gdb.base/new-ui-echo.exp: New file.
6980
6981 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6982
6983         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6984         gdbserver_spawn.
6985         * gdb.server/connect-without-multi-process.exp (do_test):
6986         Likewise.
6987
6988 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6989
6990         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6991         standalone_txt.  Delete gdb_txt and standalone_txt on host
6992         and target.  Spawn the binary on target.  Copy files from
6993         target to host.
6994
6995 2016-08-22  Pedro Alves  <palves@redhat.com>
6996
6997         PR gdb/20505
6998         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6999         with_test_prefix.  Factor out bits to ...
7000         (test_no_vdso): ... this new procedure.
7001
7002 2016-08-19  Carl Love  <cel@us.ibm.com>
7003
7004         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7005         maintaining separate logic for constructing the output path.
7006         * gdb.arch/powerpc-d128-regs.exp: Likewise.
7007         * gdb.arch/ppc-dfp.exp: Likewise.
7008         * gdb.arch/ppc-fp.exp: Likewise.
7009         * gdb.arch/vsx-regs.exp: Likewise.
7010         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7011         binprefix for generating the additional binary files.
7012
7013 2016-08-19  Pedro Alves  <palves@redhat.com>
7014
7015         * gdb.trace/mi-trace-frame-collected.exp
7016         (test_trace_frame_collected): On x32, expect two registers.
7017
7018 2016-08-18  Carl Love  <cel@us.ibm.com>
7019
7020         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7021         and sync up the test with tests in gas/testsuite/gas/ppc.
7022         * gdb.arch/powerpc-power.exp: Likewise.
7023
7024 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
7025
7026         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7027         expected error message.
7028
7029 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
7030
7031         * gdb.multi/remove-inferiors.exp: New file.
7032         * gdb.multi/remove-inferiors.c: New file.
7033
7034 2016-08-12  Yao Qi  <yao.qi@linaro.org>
7035
7036         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7037         argument list.
7038
7039 2016-08-10  Pedro Alves  <palves@redhat.com>
7040
7041         PR gdb/19187
7042         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7043         setup_kfails.
7044
7045 2016-08-09  Pedro Alves  <palves@redhat.com>
7046             Simon Marchi  <simon.marchi@ericsson.com>
7047
7048         PR gdb/20418
7049         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7050         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7051
7052 2016-08-09  Pedro Alves  <palves@redhat.com>
7053
7054         PR mi/20431
7055         * gdb.mi/mi-cmd-error.exp: New file.
7056
7057 2016-08-09  Pedro Alves  <palves@redhat.com>
7058
7059         PR gdb/18653
7060         * gdb.base/signals-state-child.c: New file.
7061         * gdb.base/signals-state-child.exp: New file.
7062         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7063
7064 2016-08-09  Pedro Alves  <palves@redhat.com>
7065
7066         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7067
7068 2016-08-03  Tom Tromey  <tom@tromey.com>
7069
7070         PR python/18565:
7071         * gdb.python/py-frame-inline.exp: Add Frame.function test.
7072
7073 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7074
7075         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7076         variable mode to "multi-process" if $multi_process is 1, otherwise
7077         set it to "single-process".
7078
7079 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7080
7081         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7082         * gdb.cp/cpexprs.exp: Likewise.
7083         * gdb.cp/m-static.exp: Likewise.
7084
7085 2016-07-26  Tom Tromey  <tom@tromey.com>
7086
7087         PR python/20190:
7088         * gdb.threads/tls.exp (check_thread_local): Add python symbol
7089         test.
7090
7091 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
7092
7093         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7094         selecting assembly source files.
7095         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7096         assembly source files.
7097         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7098         assembly source files.
7099         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7100         selecting assembly source files.
7101
7102 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
7103
7104         * gdb.base/new-ui.exp (do_test_invalid_args): New
7105         procedure.
7106
7107 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
7108
7109         * gdb.btrace/reconnect.c: New file.
7110         * gdb.btrace/reconnect.exp: New file.
7111
7112 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
7113
7114         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7115         to test_catch_syscall_group.
7116         (test_catch_syscall_group): New.
7117
7118 2016-07-21  Tom Tromey  <tom@tromey.com>
7119
7120         * gdb.rust/simple.rs (main): Use empty struct expression.
7121         * gdb.rust/simple.exp: Add tests for empty struct expression.
7122
7123 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7124
7125         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7126         if gdb_skip_xml_test is true on some targets.
7127
7128 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7129
7130         * gdb.server/solib-list.exp: Unset last_loaded_file.
7131
7132 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7133
7134         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7135         "step into captured_main (args)".
7136
7137 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7138
7139         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7140
7141 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7142
7143         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7144
7145 2016-07-19  Pedro Alves  <palves@redhat.com>
7146
7147         * gdb.opt/inline-break.exp: Remove optimize=-O2.
7148         * gdb.opt/inline-bt.exp: Likewise.
7149         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7150         additional_flags=-Winline.
7151         * gdb.opt/inline-locals.exp: Likewise.
7152         * gdb.opt/inline-markers.c (ATTR): Define.
7153         (inlined_fn): Use it.
7154
7155 2016-07-19  Yao Qi  <yao.qi@linaro.org>
7156
7157         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7158         (test_with_self): Remove some code.  Remove argument executable.
7159         (top-level): Use do_self_tests.
7160
7161 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
7162             Don Breazeal <donb@codesourcery.com>
7163
7164         * gdb.base/maint.exp: Escape paths used in regular expressions.
7165         * gdb.stabs/weird.exp: Likewise.
7166
7167 2016-07-13  Tom Tromey  <tom@tromey.com>
7168
7169         PR python/15620, PR python/18620:
7170         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7171         (test_bkpt_events): New procs.
7172
7173 2016-07-13  Tom Tromey  <tom@tromey.com>
7174
7175         PR python/17698:
7176         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7177         test.
7178         (test_watchpoints): Likewise.
7179         (test_bkpt_pending): New proc.
7180
7181 2016-07-13  Tom Tromey  <tom@tromey.com>
7182
7183         PR cli/18053:
7184         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7185         completion test.
7186
7187 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7188
7189         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7190         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7191         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7192         f_label.
7193         (g): Rename g_end_lbl to g_label.
7194         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7195         low_pc and high_pc.
7196         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7197
7198 2016-07-12  Tom Tromey  <tom@tromey.com>
7199
7200         PR python/19293:
7201         * gdb.python/py-unwind-maint.exp: Update tests.
7202
7203 2016-07-12  Yao Qi  <yao.qi@linaro.org>
7204
7205         * lib/selftest-support.exp (selftest_setup): Match the output
7206         when captured_main is inlined.
7207
7208 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7209
7210         * gdb.fortran/derived-types.exp (result_line, result_line_2):
7211         New variables.
7212         (print this%a, print this%b, print this): New tests.
7213         * gdb.fortran/derived-types.f90 (this): New object and
7214         initialization.
7215
7216 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7217
7218         * gdb.ada/arraydim.exp: Remove extra directory level in build
7219         directory.
7220
7221 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7222
7223         * lib/ada.exp: Remove extra directory level in build directory.
7224         * gdb.ada/cond_lang.exp: Likewise.
7225         * gdb.ada/exec_changed.exp: Likewise.
7226         * gdb.ada/lang_switch.exp: Likewise.
7227
7228 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
7229
7230         * simple.rs: Add test for raw pointer subscripting.
7231         * simple.exp: Add test expectations.
7232
7233 2016-07-05  Yao Qi  <yao.qi@linaro.org>
7234
7235         * gdb.mi/mi-reverse.exp: Match =record-started output.
7236
7237 2016-07-01  Pedro Alves  <palves@redhat.com>
7238
7239         * gdb.base/jit-reader.exp (info_registers_current_frame): New
7240         procedure.
7241         (jit_reader_test): Test the jit reader's unwinder.
7242         * gdb.base/jithost.c (jit_function_00_code): New global.
7243         (main): Use memcpy to fill in the mmapped code, instead of poking
7244         bytes manually here.
7245         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7246         value.
7247         (read_debug_info): Save the function's range.
7248         (read_sp): New function.
7249         (unwind_frame): Use it.  Also unwind RBP.
7250         (get_frame_id): Use read_sp.
7251         (gdb_init_reader): Use calloc instead of malloc.
7252         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7253         parameter.  Use gdb_test_multiple.
7254
7255 2016-07-01  Pedro Alves  <palves@redhat.com>
7256             Antoine Tremblay  <antoine.tremblay@ericsson.com>
7257
7258         * gdb.threads/process-dies-while-detaching.c: New file.
7259         * gdb.threads/process-dies-while-detaching.exp: New file.
7260
7261 2016-07-01  Pedro Alves  <palves@redhat.com>
7262
7263         * gdb.multi/watchpoint-multi-exit.c: New file.
7264         * gdb.multi/watchpoint-multi-exit.exp: New file.
7265
7266 2016-06-30  Pedro Alves  <palves@redhat.com>
7267
7268         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7269         unset inferior_spawn_id.
7270
7271 2016-06-30  Pedro Alves  <palves@redhat.com>
7272
7273         * lib/mi-support.exp (default_mi_gdb_start): Declare global
7274         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7275
7276 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7277
7278         * gdb.base/return.c: Add copyright header.
7279
7280 2016-06-29  Tom Tromey  <tom@tromey.com>
7281
7282         PR python/20129:
7283         * gdb.python/py-framefilter.exp: Add tests for setting priority
7284         and disabling of non-existent frame filter.
7285
7286 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7287
7288         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7289         0x0f07ff.
7290
7291 2016-06-28  Yao Qi  <yao.qi@linaro.org>
7292
7293         * gdb.base/catch-syscall.exp: Remove check on isnative and target
7294         triplets.  Start gdb, execute catch syscall, and continue.  Check
7295         gdb's output to determine catch syscall is supported.
7296
7297 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
7298
7299         * gdb.rust/simple.rs: Add test for returning unit in a function.
7300         * gdb.rust/simple.exp: Add expectation for functions returning
7301         unit.
7302
7303 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
7304
7305         * gdb.python/py-breakpoint-create-fail.c,
7306         gdb.python/py-breakpoint-create-fail.exp,
7307         gdb.python/py-breakpoint-create-fail.py: New testcase.
7308
7309 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
7310
7311         PR gdb/20239
7312         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7313         * gdb.rust/simple.exp: Add test expectations for new NonZero
7314         tests.
7315
7316 2016-06-24  David Taylor  <dtaylor@emc.com>
7317
7318         * gdb.base/offsets.exp: New file.
7319         * gdb.base/offsets.c: New file.
7320
7321 2016-06-23  Tom Tromey  <tom@tromey.com>
7322
7323         PR gdb/16483:
7324         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7325         before any filters are loaded.
7326
7327 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7328
7329         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7330         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7331         structs.
7332         * gdb.fortran/derived-type-function.exp: New file.
7333         * gdb.fortran/derived-type-function.f90: New file.
7334
7335
7336 2016-06-21  Pedro Alves  <palves@redhat.com>
7337
7338         * gdb.base/new-ui.exp: New file.
7339         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7340         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7341         (with_spawn_id): New procedure.
7342
7343 2016-06-21  Pedro Alves  <palves@redhat.com>
7344
7345         * gdb.mi/mi-exec-run.exp: New file.
7346
7347 2016-06-21  Pedro Alves  <palves@redhat.com>
7348
7349         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7350         breakpoint command's output on the main UI.
7351         (test_break): New procedure, factored out from calls in the top
7352         level.
7353         (top level): Use foreach_with_prefix to test MI as main UI and as
7354         separate UI.
7355
7356 2016-06-21  Pedro Alves  <palves@redhat.com>
7357
7358         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7359         (test_awatch_creation_and_listing)
7360         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7361         Remove 'type' parameter.
7362         (test_watchpoint_all): New parameter mi_mode.  Remove
7363         with_test_prefix.
7364         (top level): Use foreach_with_prefix, and add main/separate UI MI
7365         testing axis.
7366
7367 2016-06-21  Pedro Alves  <palves@redhat.com>
7368
7369         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7370         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7371         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7372         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7373         (gdb_main_spawn_id, mi_spawn_id): Declare and
7374         comment.
7375         (mi_create_inferior_pty): New procedure,
7376         factored out from default_mi_gdb_start.
7377         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7378         procedures.
7379         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7380         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7381         Use mi_create_inferior_pty.
7382         (mi_gdb_start): Use eval to pass down args list.
7383
7384 2016-06-21  Pedro Alves  <palves@redhat.com>
7385
7386         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7387         * gdb.opt/inline-cmds.exp: Add MI tests.
7388
7389 2016-06-21  Pedro Alves  <palves@redhat.com>
7390
7391         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7392
7393 2016-06-21  Pedro Alves  <palves@redhat.com>
7394
7395         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7396         (top level): Use it instead of mi_execute_to.
7397
7398 2016-06-21  Pedro Alves  <palves@redhat.com>
7399
7400         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7401         (cont_handler_str): New.
7402         (signal_stop_handler): Set stop_handler_str instead of printing to
7403         stdout.
7404         (continue_handler): Set cont_handler_str instead of printing to
7405         stdout.
7406         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7407         mi_send_resuming_command.  Print stop_handler_str and
7408         cont_handler_str instead of expecting the python events print
7409         directly.
7410
7411 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
7412
7413         * gdb.base/jit-reader.exp: New file.
7414         * gdb.base/jithost.c: New file.
7415         * gdb.base/jithost.h: New file.
7416         * gdb.base/jitreader.c : New file.
7417         * gdb.base/jit-protocol.h: New file.
7418
7419 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7420
7421         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7422         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
7423         and detach-on-fork.  Adjust tests.
7424         (top level): Invoke break_cond_on_syscall with combinations of
7425         syscall, follow-fork-mode and detach-on-fork.
7426
7427 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7428
7429         * gdb.base/step-over-exit.c: New.
7430         * gdb.base/step-over-exit.exp: New.
7431
7432 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
7433
7434         * gdb.base/float.exp: Add target check for nds32*-*-*.
7435         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7436
7437 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7438
7439         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7440         for unsupported target features.
7441         * gdb.base/call-rt-st.exp: Likewise.
7442         * gdb.base/call-sc.exp: Likewise.
7443         * gdb.base/call-signal-resume.exp: Likewise.
7444         * gdb.base/call-strs.exp: Likewise.
7445         * gdb.base/callexit.exp: Likewise.
7446         * gdb.base/callfuncs.exp: Likewise.
7447         * gdb.base/nodebug.exp: Likewise.
7448         * gdb.base/printcmds.exp: Likewise.
7449         * gdb.base/ptype.exp: Likewise.
7450         * gdb.base/structs.exp: Likewise.
7451         * gdb.base/unwindonsignal.exp: Likewise.
7452         * gdb.cp/gdb2495.exp: Likewise.
7453         * gdb.cp/templates.exp: Likewise.
7454         * gdb.cp/virtfunc.exp: Likewise.
7455         * gdb.threads/hand-call-in-threads.exp: Likewise.
7456         * gdb.threads/interrupted-hand-call.exp: Likewise.
7457         * gdb.threads/thread-unwindonsignal.exp: Likewise.
7458
7459 2016-06-10  Tom Tromey  <tom@tromey.com>
7460
7461         PR rust/20110:
7462         * gdb.rust/expr.exp: Add test for integer constant larger than
7463         i32.
7464
7465 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
7466
7467         * gdb.fortran/nested-funcs.exp: New.
7468         * gdb.fortran/nested-funcs.f90: New.
7469
7470 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
7471
7472         * gdb.base/examine-backward.c: New file.
7473         * gdb.base/examine-backward.exp: New file.
7474
7475 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
7476
7477         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7478         matching.
7479
7480 2016-06-02  Tom Tromey  <tom@tromey.com>
7481
7482         PR python/18984:
7483         * gdb.python/py-shared.exp: Add solib_name test.
7484
7485 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7486
7487         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7488
7489 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
7490
7491         PR c++/19893
7492         * gdb.dwarf2/implref.exp: Rename to...
7493         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
7494         * gdb.dwarf2/implref-array.c: New file.
7495         * gdb.dwarf2/implref-array.exp: Likewise.
7496         * gdb.dwarf2/implref-global.c: Likewise.
7497         * gdb.dwarf2/implref-global.exp: Likewise.
7498         * gdb.dwarf2/implref-struct.c: Likewise.
7499         * gdb.dwarf2/implref-struct.exp: Likewise.
7500
7501 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7502
7503         * gdb.trace/trace-condition.exp: Add 64bit tests.
7504
7505 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7506
7507         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7508         bits types.
7509         (main): Adapt to 8 to 64 bits types.
7510         * gdb.trace/trace-condition.exp: Add new tests.
7511
7512 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7513
7514         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7515
7516 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7517
7518         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7519         Move condition tests...
7520         * gdb.trace/trace-condition.exp: Here.
7521
7522 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7523
7524         * gdb.trace/trace-condition.exp: Add counter-case tests.
7525
7526 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7527
7528         PR c++/15231
7529         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7530         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7531
7532 2016-05-27  Pedro Alves  <palves@redhat.com>
7533
7534         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7535         New procedure.
7536         (top level): Call it, and bail out of DejaGnu is known to be bad.
7537
7538 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
7539
7540         * gdb.base/whatis.c: Extend the test case.
7541         * gdb.base/whatis.exp: Add additional tests.
7542
7543 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7544
7545 * gdb.fortran/type.f90: Add pointer variable.
7546 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7547
7548 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7549
7550         * gdb.fortran/vla-type.exp: Fix testcase name.
7551
7552 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7553
7554         * gdb.fortran/vla-type.exp: Access elements in nested structs.
7555
7556 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7557
7558         * gdb.fortran/type.f90: Add nested structures.
7559         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7560         * gdb.fortran/derived-type.exp: Adapt expected output.
7561         * gdb.fortran/vla-type.exp: Adapt expected output.
7562
7563 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7564
7565         * gdb.fortran/whatis_type.exp: Adapt expected output.
7566
7567 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7568
7569         * gdb.fortran/print_type.exp: Fix expected output.
7570         * gdb.fortran/whatis_type.exp: Fix expected output.
7571
7572 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7573
7574         * gdb.fortran/whatis_type.exp: Use multi_line.
7575
7576 2016-05-24  Tom Tromey  <tom@tromey.com>
7577
7578         PR python/17386:
7579         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7580         use value as an index.
7581
7582 2016-05-23  Tom Tromey  <tom@tromey.com>
7583
7584         PR python/17981:
7585         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7586         no-breakpoint case.
7587
7588 2016-05-24  Pedro Alves  <palves@redhat.com>
7589
7590         PR gdb/19828
7591         * gdb.threads/clone-attach-detach.c: New file.
7592         * gdb.threads/clone-attach-detach.exp: New file.
7593
7594 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
7595
7596         * gdb.base/annota-input-while-running.exp: Fix syntax error.
7597
7598 2016-05-23  Tom Tromey  <tom@tromey.com>
7599
7600         PR python/19438, PR python/18393:
7601         * gdb.python/py-progspace.exp: Add "dir" test.
7602         * gdb.python/py-objfile.exp: Add "dir" test.
7603
7604 2016-05-23  Yao Qi  <yao.qi@linaro.org>
7605
7606         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7607         * gdb.arch/thumb2-it.exp: Likewise.
7608
7609 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
7610
7611         * gdb.mi/mi-threads-interrupt.c: New file.
7612         * gdb.mi/mi-threads-interrupt.exp: New file.
7613
7614 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
7615
7616         PR gdb/18077
7617         * gdb.mi/mi-async-run.exp: New file.
7618         * gdb.mi/mi-async-run.c: New file.
7619
7620 2016-05-17  Tom Tromey  <tom@tromey.com>
7621             Manish Goregaokar <manishsmail@gmail.com>
7622
7623         * lib/rust-support.exp: New file.
7624         * lib/gdb.exp (skip_rust_tests): New proc.
7625         (build_executable_from_specs): Handle rust.
7626         * lib/future.exp (gdb_find_rustc): New proc.
7627         (gdb_default_target_compile): Handle rust.
7628         * gdb.rust/expr.exp: New file.
7629         * gdb.rust/generics.exp: New file.
7630         * gdb.rust/generics.rs: New file.
7631         * gdb.rust/methods.exp: New file.
7632         * gdb.rust/methods.rs: New file.
7633         * gdb.rust/modules.exp: New file.
7634         * gdb.rust/modules.rs: New file.
7635         * gdb.rust/simple.exp: New file.
7636         * gdb.rust/simple.rs: New file.
7637
7638 2016-05-17  Tom Tromey  <tom@tromey.com>
7639
7640         * gdb.base/default.exp (set language): Add rust.
7641
7642 2016-05-17  Tom Tromey  <tom@tromey.com>
7643
7644         * gdb.gdb/unittest.exp: New file.
7645
7646 2016-05-16  Yao Qi  <yao.qi@linaro.org>
7647
7648         * gdb.base/batch-preserve-term-settings.exp: Remove variable
7649         shell_prompt.  Update shell_prompt_re.
7650
7651 2016-05-12  Doug Evans  <dje@google.com>
7652
7653         PR symtab/19999
7654         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7655         $options when building executable.
7656         * gdb.dwarf2/fission-loclists-pie.S: New file.
7657         * gdb.dwarf2/fission-loclists-pie.exp: New file.
7658
7659 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7660
7661         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7662         of [is_remote target],
7663
7664 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7665
7666         * lib/gdb.exp (use_gdb_stub): New procedure.
7667
7668 2016-05-03  Yunlian Jiang <yunlian@google.com>
7669             Doug Evans  <dje@google.com>
7670
7671         PR symtab/19914
7672         * gdb.dwarf2/dwp-sepdebug.c: New file.
7673         * gdb.dwarf2/dwp-sepdebug.exp: New file.
7674
7675 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7676
7677         * gdb.base/detach.exp: Remove is_remote check.
7678
7679 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7680
7681         * gdb.base/annota-input-while-running.exp: Don't check for
7682         [is_remote target].  Enable annotations after running to main.
7683         Remove unused "set test..." line.
7684
7685 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7686
7687         * gdb.trace/trace-enable-disable.exp: New file.
7688         * gdb.trace/trace-enable-disable.c: New file.
7689
7690 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7691
7692         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7693         use it in info sharedlibrary test.
7694         * gdb.trace/ftrace-lock.exp: Likewise.
7695         * gdb.trace/ftrace.exp: Likewise.
7696         * gdb.trace/range-stepping.exp: Likewise.
7697         * gdb.trace/trace-break.exp: Likewise.
7698         * gdb.trace/trace-condition.exp: Likewise.
7699         * gdb.trace/trace-mt.exp: Likewise.
7700
7701 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7702
7703         * lib/gdb.exp (gdb_load_shlibs): Rename to...
7704         (gdb_load_shlib): ... this.
7705         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7706         gdb_load_shlib.
7707         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7708         * gdb.base/ctxobj.exp: Likewise.
7709         * gdb.base/dprintf-pending.exp: Likewise.
7710         * gdb.base/dso2dso.exp: Likewise.
7711         * gdb.base/fixsection.exp: Likewise.
7712         * gdb.base/gcore-relro.exp: Likewise.
7713         * gdb.base/gdb1555.exp: Likewise.
7714         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7715         * gdb.base/gnu-ifunc.exp: Likewise.
7716         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7717         * gdb.base/jit-so.exp (one_jit_test): Likewise.
7718         * gdb.base/pending.exp: Likewise.
7719         * gdb.base/print-file-var.exp: Likewise.
7720         * gdb.base/print-symbol-loading.exp: Likewise.
7721         * gdb.base/shlib-call.exp: Likewise.
7722         * gdb.base/shreloc.exp: Likewise.
7723         * gdb.base/so-impl-ld.exp: Likewise.
7724         * gdb.base/solib-disc.exp: Likewise.
7725         * gdb.base/solib-nodir.exp: Likewise.
7726         * gdb.base/solib-overlap.exp: Likewise.
7727         * gdb.base/solib-symbol.exp: Likewise.
7728         * gdb.base/solib-weak.exp (do_test): Likewise.
7729         * gdb.base/sym-file.exp: Likewise.
7730         * gdb.base/symtab-search-order.exp: Likewise.
7731         * gdb.base/type-opaque.exp: Likewise.
7732         * gdb.base/unload.exp: Likewise.
7733         * gdb.base/watchpoint-solib.exp: Likewise.
7734         * gdb.compile/compile.exp: Likewise.
7735         * gdb.cp/gdb2384.exp: Likewise.
7736         * gdb.cp/infcall-dlopen.exp: Likewise.
7737         * gdb.cp/re-set-overloaded.exp: Likewise.
7738         * gdb.fortran/library-module.exp: Likewise.
7739         * gdb.opt/solib-intra-step.exp: Likewise.
7740         * gdb.python/py-finish-breakpoint.exp: Likewise.
7741         * gdb.python/py-shared.exp: Likewise.
7742         * gdb.reverse/solib-precsave.exp: Likewise.
7743         * gdb.reverse/solib-reverse.exp: Likewise.
7744         * gdb.server/solib-list.exp: Likewise.
7745         * gdb.threads/dlopen-libpthread.exp: Likewise.
7746         * gdb.threads/tls-shared.exp: Likewise.
7747         * gdb.threads/tls-so_extern.exp: Likewise.
7748         * gdb.trace/change-loc.exp: Likewise.
7749         * gdb.trace/ftrace-lock.exp: Likewise.
7750         * gdb.trace/ftrace.exp: Likewise.
7751         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7752         * gdb.trace/pending.exp: Likewise.
7753         * gdb.trace/range-stepping.exp: Likewise.
7754         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7755         (strace_info_marker): Likewise.
7756         (strace_probe_marker): Likewise.
7757         (strace_trace_on_same_addr): Likewise.
7758         (strace_trace_on_diff_addr): Likewise.
7759         * gdb.trace/trace-break.exp: Likewise.
7760         * gdb.trace/trace-condition.exp: Likewise.
7761         * gdb.trace/trace-mt.exp: Likewise.
7762
7763 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7764
7765         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7766         result of gdb_remote_download.
7767         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7768         * gdb.base/dso2dso.exp: Likewise.
7769         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7770         * gdb.base/print-file-var.exp: Likewise.
7771         * gdb.base/shlib-call.exp: Likewise.
7772         * gdb.base/shreloc.exp: Likewise.
7773         * gdb.base/solib-overlap.exp: Likewise.
7774         * gdb.base/solib-weak.exp (do_test): Likewise.
7775         * gdb.base/unload.exp: Likewise.
7776
7777 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7778
7779         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7780         exists.
7781
7782 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7783
7784         * vla-type.exp: Print structure from toplevel.
7785
7786 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7787
7788         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7789         of dynamic types.
7790         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7791         of dynamic types.
7792
7793 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7794
7795         * gdb.fortran/vla-type.f90: New file.
7796         * gdb.fortran/vla-type.exp: New file.
7797
7798 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7799
7800         * gdb.base/branch-to-self.c: New file.
7801         * gdb.base/branch-to-self.exp: New file.
7802
7803 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7804
7805         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7806         more after $hex.
7807
7808 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7809
7810         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7811         * gdb.base/annota3.exp: Likewise.
7812
7813 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7814
7815         * gdb.reverse/step-precsave.exp: Do one step and test program
7816         stops in "callee" and do multiple steps until program goes out
7817         of "callee".
7818         * gdb.reverse/step-reverse.exp: Likewise.
7819
7820 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7821
7822         * gdb.trace/signal.exp: Also pass if
7823         $tracepoint_hits($i) > $iterations.
7824
7825 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7826
7827         * gdb.trace/signal.c: New file.
7828         * gdb.trace/signal.exp: New file.
7829
7830 2016-04-19  Doug Evans  <xdje42@gmail.com>
7831
7832         * gdb.base/bad-file.exp: New file.
7833
7834 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7835
7836         * gdb.dwarf2/implref.exp: New file.
7837
7838 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7839
7840         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7841         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7842         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7843         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7844         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7845         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7846         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7847         * lib/fortran.exp (fortran_int4): New procedure.
7848         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7849         (fortran_logical4): Likewise.
7850
7851 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7852
7853         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7854
7855 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7856
7857         * lib/compiler.c: Add Intel specific preprocessor macros.
7858         * lib/compiler.cc: Likewise.
7859
7860 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7861
7862         * gdb.server/connect-with-no-symbol-file.c: New file.
7863         * gdb.server/connect-with-no-symbol-file.exp: New file.
7864
7865 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7866
7867         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7868
7869 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7870
7871         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7872         standard output directory.
7873
7874 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7875
7876         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7877
7878 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7879
7880         * gdb.btrace/instruction_history.c (loop): Add declaration.
7881
7882 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7883
7884         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7885
7886 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7887
7888         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7889         parentheses to print.
7890         (continue_handler): Likewise.
7891
7892 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7893
7894         * gdb.server/solib-list.exp: Remove is_remote check.
7895         Pass shlib= to gdb_compile.  Don't link shared library with
7896         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7897         Run binary filename through "readlink -f" on the target.
7898
7899 2016-04-08  Pedro Alves  <palves@redhat.com>
7900
7901         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7902         interpreter filename as argument to gdbserver_spawn.
7903         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7904         Return empty if $last_loaded_file does not exist.
7905
7906 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7907
7908         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7909         * gdb.base/jit-main.c: Use exit after usage.
7910
7911 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7912
7913         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7914         GDBHISTSIZE prior to the tests.
7915         * gdb.base/gdbinit-history.exp: Likewise.
7916
7917 2016-04-07  Pedro Alves  <palves@redhat.com>
7918
7919         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7920         instead of build_executable.  Use gdb_load_shlibs.
7921
7922 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7923
7924         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7925         Execute "si" command.
7926
7927 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7928
7929         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7930         number instead of the comments on some line.
7931
7932 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7933
7934         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7935         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7936
7937 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7938
7939         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7940         standard_output_file.  Remove unused binfile variable.
7941
7942 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7943
7944         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7945         * gdb.python/py-mi-objfile.exp: Match "list main" output
7946         in console format.
7947
7948 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7949
7950         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7951         absolute.
7952
7953 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7954
7955         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7956         absolute.
7957         * gdb.trace/ftrace.exp: Likewise.
7958         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7959         targets as well.
7960         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7961         (gdb_load_shlibs): Copy libraries to test directory when testing
7962         natively.  Only set solib-search-path if testing remotely.
7963         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7964
7965 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7966
7967         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7968         gdb_download.  Use it even if the target is not remote.
7969         * gdb.base/jit.exp (compile_jit_test): Likewise.
7970         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7971         output directory if the destination board is local, otherwise use
7972         the standard remote_download from DejaGnu.
7973         (gdb_download): Remove.
7974         (gdb_load_shlibs): Use gdb_remote_download instead of
7975         gdb_download.
7976         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7977         Use gdb_remote_download instead of gdb_download.  Use it even if
7978         the target is not remote.
7979         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7980         instead of gdb_download.
7981
7982 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7983
7984         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7985         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7986         run.
7987
7988 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7989
7990         PR gdb/19820
7991         * gdb.base/printcmds.exp: Add artificial arrays tests.
7992
7993 2016-03-31  Pedro Alves  <palves@redhat.com>
7994
7995         PR gdb/19858
7996         * gdb.base/jit-main.c: Include unistd.h.
7997         (ATTACH): Define to 0 if not already defined.
7998         (wait_for_gdb, mypid): New globals.
7999         (WAIT_FOR_GDB): New macro.
8000         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
8001         some breakpoint locations.
8002         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8003         New procedures.
8004         (one_jit_test): Add REATTACH parameter, and handle it.  Use
8005         continue_to_test_location.
8006         (top level): Test attach, and adjusts calls to one_jit_test.
8007
8008 2016-03-31  Pedro Alves  <palves@redhat.com>
8009
8010         PR gdb/19858
8011         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
8012         BINSUFFIX parameter, and handle it.
8013         (top level): Adjust calls compile_jit_test.
8014
8015 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
8016
8017         PR python/19743
8018         * gdb.python/py-mi-events-gdb.py: New file.
8019         * gdb.python/py-mi-events.c: New file.
8020         * gdb.python/py-mi-events.exp: New file.
8021
8022 2016-03-30  Yao Qi  <yao.qi@linaro.org>
8023
8024         * gdb.reverse/until-precsave.exp: Match function name only.
8025         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8026         Move malloc to a condition block.
8027         * gdb.reverse/until-reverse.exp: Match function name only.
8028
8029 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8030
8031         * gdb.trace/ftrace.exp: Set arg0exp for s390.
8032         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8033         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8034         variable for GPR 0 instead of assuming it is register 0.
8035         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8036         * lib/trace-support.exp: Add s390 registers.
8037
8038 2016-03-29  Yao Qi  <yao.qi@linaro.org>
8039
8040         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8041
8042 2016-03-24  Yao Qi  <yao.qi@linaro.org>
8043
8044         * gdb.reverse/break-reverse.exp: Add quotation mark in the
8045         test message.
8046
8047 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8048
8049         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8050         maintaining separate logic for constructing the output path.
8051
8052 2016-03-16  Don Breazeal  <donb@codesourcery.com>
8053
8054         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8055         Retry fork and waitpid on interrupted system call errors.
8056         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8057         Use with_timeout_factor to increase timeout by factor of 10.
8058
8059 2016-03-15  Don Breazeal  <donb@codesourcery.com>
8060
8061         * gdb.cp/scope-err.cc: New test program.
8062         * gdb.cp/scope-err.exp: New test script.
8063         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8064         lines and "set breakpoint here" comment.
8065         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8066         Fixed some whitespace and format issues.
8067         * gdb.mi/mi-linespec-err-cp.cc: New test program.
8068         * gdb.mi/mi-linespec-err-cp.exp: New test script.
8069
8070 2016-03-15  Doug Evans  <dje@google.com>
8071
8072         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8073         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8074         All callers updated.  Add tests for enums, mixed flags register.
8075
8076 2016-03-15  Doug Evans  <dje@google.com>
8077
8078         * gdb.base/skip.c (main): Call test_skip_file_and_function.
8079         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8080
8081 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
8082
8083         * gdb.base/default.exp: Add $_as_string to the list of expected
8084         convenience functions.
8085
8086 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8087
8088         * gdb.base/maint.exp: New tests for 'maint info line-table'.
8089
8090 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
8091
8092         * gdb.python/py-as-string.exp: New file.
8093         * gdb.python/py-as-string.c: New file.
8094
8095 2016-03-09  Pedro Alves  <palves@redhat.com>
8096
8097         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8098         signal" -> "Thread NN received signal" output change.
8099         * gdb.threads/ia64-sigill.exp: Likewise.
8100         * gdb.threads/linux-dp.exp: Likewise.
8101         * gdb.threads/manythreads.exp: Likewise.
8102         * gdb.threads/pending-step.exp: Likewise.
8103         * gdb.threads/print-threads.exp: Likewise.
8104         * gdb.threads/sigstep-threads.exp: Likewise.
8105         * gdb.threads/staticthreads.exp: Likewise.
8106         * gdb.threads/tls.exp: Likewise.
8107
8108 2016-03-09  Pedro Alves  <palves@redhat.com>
8109
8110         * gdb.base/command-line-input.exp: New file.
8111
8112 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8113
8114         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8115         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8116         * gdb.trace/pending.exp: Accept leading dot before function name.
8117         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8118         * lib/trace-support.exp: Set registers for ppc.
8119
8120 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8121
8122         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8123         use it for disassembly; accept .main in addition to main in backtrace.
8124
8125 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
8126             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8127
8128         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8129         (gdb_recursion_test_ptr): New global variable.
8130         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8131         gdb_recursion_test.
8132         (gdb_c_test): Ditto.
8133
8134 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8135
8136         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8137         ordering.
8138
8139 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8140
8141         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8142         (bar): Add bar_start_lbl label.
8143         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8144         of foo/bar for emitting DWARF and tracing.
8145
8146 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8147
8148         * analyze-racy-logs.py: Set executable bit.
8149
8150 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8151
8152         * Makefile.in (DEFAULT_RACY_ITER): New variable.
8153         (CHECK_TARGET_TMP): Likewise.
8154         (check-single-racy): New rule.
8155         (check-parallel-racy): Likewise.
8156         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8157         (do-check-parallel-racy): New rule.
8158         (check-racy/%.exp): Likewise.
8159         * README (Racy testcases): New section.
8160         * analyze-racy-logs.py: New file.
8161
8162 2016-03-03  Doug Evans  <dje@google.com>
8163
8164         * gdb.base/skip.exp: Use with_test_prefix.
8165
8166 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8167
8168         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8169         Invoke step_over_syscall "clone" and break_cond_on_syscall
8170         "clone".
8171         * gdb.base/step-over-clone.c: New file.
8172
8173 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8174
8175         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8176         code format.
8177
8178 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8179
8180         * gdb.base/disp-step-fork.c: Rename to ...
8181         * gdb.base/step-over-fork.c: ... it.  New file.
8182         * gdb.base/disp-step-vfork.c: Rename to ...
8183         * gdb.base/step-over-vfork.c: ... it.  New file.
8184         * gdb.base/disp-step-syscall.exp: Rename to ...
8185         * gdb.base/step-over-syscall.exp: ... it.  New file.
8186         (disp_step_cross_syscall): Rename to ...
8187         (step_over_syscall): ... it.
8188
8189 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8190
8191         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8192         If target supports condition evaluation on target, invoke
8193         break_cond_on_syscall for fork and vfork.
8194
8195 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8196
8197         * gdb.base/disp-step-syscall.exp: Don't invoke
8198         support_displaced_stepping.
8199         (disp_step_cross_syscall): Test with displaced stepping off and
8200         on if supported.
8201
8202 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8203
8204         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8205         proc.
8206         (setup): New proc.
8207         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8208         and setup.
8209
8210 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8211
8212         * gdb.fortran/vla-history.exp: Remove breakpoint.
8213
8214 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8215
8216         * gdb.fortran/vla-history.exp: Lookup array elements and printing
8217         exceeds timeout.
8218
8219 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8220
8221         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8222         breakpoint.
8223
8224 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8225
8226         * gdb.mi/vla.f90: Nullify pointer after declaration.
8227
8228 2016-03-01  Pedro Alves  <palves@redhat.com>
8229
8230         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8231
8232 2016-03-01  Pedro Alves  <palves@redhat.com>
8233
8234         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8235         before anything else.
8236         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
8237         _GNU_SOURCE here.
8238         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8239         before anything else.
8240         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8241
8242 2016-03-01  Pedro Alves  <palves@redhat.com>
8243
8244         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8245
8246 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8247
8248         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8249         prepare_for_testing.
8250
8251 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8252
8253         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8254
8255 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8256
8257         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8258         manually constructing the output path.
8259
8260 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8261
8262         * gdb.arch/s390-stackless.S: New.
8263         * gdb.arch/s390-stackless.exp: New.
8264
8265 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8266
8267         * gdb.dlang/circular.c: New file.
8268         * gdb.dlang/circular.exp: New file.
8269
8270 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8271
8272         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8273         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8274         (testcases): Update.
8275
8276 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8277
8278         * gdb.reverse/aarch64.c: Rename to ...
8279         * gdb.reverse/insn-reverse.c: ... it.
8280         * gdb.reverse/aarch64.exp: Rename to ...
8281         * gdb.reverse/insn-reverse.exp: ... it.
8282
8283 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8284
8285         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8286         (testcase_ftype): New.
8287         (testcases): New array.
8288         (n_testcases): New.
8289         (main): Call each element in testcases.
8290         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8291         (read_testcase): New.
8292         Do the tests in a loop.
8293
8294 2016-02-25  Yao Qi  <yao.qi@linaro.org>
8295
8296         * gdb.base/branches.c: Remove.
8297
8298 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8299
8300         PR gdb/13808
8301         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8302
8303 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8304
8305         * gdb.trace/ftrace.exp: Remove unnecessary target check.
8306
8307 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8308
8309         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8310         change x86_64 call_insn to 'callq'.
8311
8312 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8313
8314         * gdb.trace/tfile-avx.c: Move to...
8315         * gdb.trace/tracefile-pseudo-reg.c: Here.
8316         * gdb.trace/tfile-avx.exp: Move to...
8317         * gdb.trace/tracefile-pseudo-reg.exp: Here.
8318
8319 2016-02-24  Gary Benson <gbenson@redhat.com>
8320
8321         * gdb.base/attach-pie-noexec.exp: Do not expect an error
8322         message on attach.
8323
8324 2016-02-23  Doug Evans  <dje@google.com>
8325
8326         * gdb.base/skip.c (test_skip): New function.
8327         (end_test_skip_file_and_function): New function.
8328         (test_skip_file_and_function): New function.
8329         * gdb.base/skip1.c (test_skip): New function.
8330         (skip1_test_skip_file_and_function): New function.
8331         * gdb.base/skip.exp: Add tests for new skip options.
8332         * gdb.base/skip-solib.exp: Update expected output.
8333         * gdb.perf/skip-command.cc: New file.
8334         * gdb.perf/skip-command.exp: New file.
8335         * gdb.perf/skip-command.py: New file.
8336
8337 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8338
8339         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8340         info registers pattern.
8341
8342 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
8343
8344         * lib/future.exp: Add D support.
8345         (gdb_find_gdc): New proc.
8346         (gdb_default_target_compile): Add D support.
8347
8348 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
8349
8350         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8351         user+system time.
8352         (trace_speed_test): Determine the iteration count for a time
8353         between 15..30 seconds.
8354
8355 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8356
8357         * gdb.arch/i386-mpx-sigsegv.c: New file.
8358         * gdb.arch/i386-mpx-sigsegv.exp: New file.
8359         * gdb.arch/i386-mpx-simple_segv.c: New file.
8360         * gdb.arch/i386-mpx-simple_segv.exp: New file.
8361
8362 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8363
8364         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8365         Don't call setup_kfail.
8366
8367 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8368
8369         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8370         Set "set breakpoint condition-evaluation" per $cond_bp_target.
8371
8372 2016-02-16  Doug Evans  <dje@google.com>
8373
8374         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
8375         * gdb.base/skip1.c: Ditto.
8376         * gdb.base/skip.exp: Whitespace cleanup.
8377
8378 2016-02-16  Don Breazeal  <donb@codesourcery.com>
8379
8380         PR remote/19496
8381         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8382         Remove kfail for PR remote/19496.
8383
8384 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8385
8386         * lib/gdb.exp (standard_temp_file): Return a path specific to
8387         the runtest invocation.
8388
8389 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8390
8391         * gdb.trace/save-trace.exp: Change relative path to be in the
8392         standard output directory.
8393
8394 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8395
8396         * gdb.arch/i386-prologue.c: Add missing prototypes.
8397
8398 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8399
8400         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8401         * gdb.arch/i386-prologue.exp: Likewise.
8402         * gdb.arch/i386-size.exp: Likewise.
8403
8404 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
8405
8406         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8407         define object file path.
8408         * gdb.btrace/gcore.exp: Use standard_output_file to define core
8409         file path.
8410         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8411         standard_output_file to define binfile.
8412
8413 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8414
8415         Fix compatibility with recent gfortran-5.3.1.
8416         * gdb.fortran/vla-history.exp (print vla1 allocated)
8417         (print vla2 allocated, print $2, print $3): Remove
8418         (print $4): Rename to ...
8419         (print $2): ... here.
8420         (print $9): Rename to ...
8421         (print $5): ... here.
8422         (print $10): Rename to ...
8423         (print $6): ... here.
8424         * gdb.fortran/vla.f90: Add pvla initialization.
8425
8426 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8427
8428         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8429         New test.
8430         * gdb.fortran/vla-value-sub.exp: Likewise.
8431
8432 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8433
8434         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8435
8436 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
8437
8438         * i386-biarch-core.exp: Define corefile using
8439         standard_output_file.
8440
8441 2016-02-12  Yao Qi  <yao.qi@linaro.org>
8442
8443         * gdb.arch/arm-single-step-kernel-helper.c: New.
8444         * gdb.arch/arm-single-step-kernel-helper.exp: New.
8445
8446 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
8447
8448         * gdb.btrace/tailcall-only.exp: New.
8449         * gdb.btrace/tailcall-only.c: New.
8450         * gdb.btrace/x86_64-tailcall-only.S: New.
8451         * gdb.btrace/i686-tailcall-only.S: New.
8452
8453 2016-02-11  Pedro Alves  <palves@redhat.com>
8454
8455         * README (Parallel testing): Add missing double quotes.
8456
8457 2016-02-11  Pedro Alves  <palves@redhat.com>
8458
8459         * README (Parallel testing): New section.
8460         (GDB_PARALLEL): Rewrite.
8461         (FORCE_PARALLEL): Document.
8462
8463 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8464
8465         * gdb.trace/tfile-avx.c: New test.
8466         * gdb.trace/tfile-avx.exp: New test.
8467
8468 2016-02-09  Keith Seitz  <keiths@redhat.com>
8469
8470         PR breakpoints/19546
8471         * gdb.base/infcall-exec.c: New file.
8472         * gdb.base/infcall-exec2.c: New file.
8473         * gdb.base/infcall-exec.exp: New file.
8474
8475 2016-02-09  Keith Seitz  <keiths@redhat.com>
8476
8477         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8478         (toplevel): Call test_bkpt_address.
8479
8480 2016-02-09  Keith Seitz  <keiths@redhat.com>
8481
8482         PR python/19506
8483         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8484         (toplevel): Call test_bkpt_address.
8485
8486 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
8487
8488         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8489         to AC_OUTPUT.
8490         * configure: Regenerate.
8491
8492 2016-02-09  Pedro Alves  <palves@redhat.com>
8493
8494         PR breakpoints/19548
8495         * gdb.base/execl-update-breakpoints.c (some_function): New
8496         function.
8497         (main): Call it.
8498         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8499         Tighten expected GDB output.
8500
8501 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8502
8503         * Makefile.in (ALL_SUBDIRS): Remove.
8504         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8505         (distclean maintainer-clean realclean): Likewise.
8506         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8507         * configure: Regenerate.
8508         * gdb.ada/Makefile.in: Delete.
8509         * gdb.arch/Makefile.in: Likewise.
8510         * gdb.asm/Makefile.in: Likewise.
8511         * gdb.base/Makefile.in: Likewise.
8512         * gdb.btrace/Makefile.in: Likewise.
8513         * gdb.cell/Makefile.in: Likewise.
8514         * gdb.compile/Makefile.in: Likewise.
8515         * gdb.cp/Makefile.in: Likewise.
8516         * gdb.disasm/Makefile.in: Likewise.
8517         * gdb.dlang/Makefile.in: Likewise.
8518         * gdb.dwarf2/Makefile.in: Likewise.
8519         * gdb.fortran/Makefile.in: Likewise.
8520         * gdb.gdb/Makefile.in: Likewise.
8521         * gdb.go/Makefile.in: Likewise.
8522         * gdb.guile/Makefile.in: Likewise.
8523         * gdb.java/Makefile.in: Likewise.
8524         * gdb.linespec/Makefile.in: Likewise.
8525         * gdb.mi/Makefile.in: Likewise.
8526         * gdb.modula2/Makefile.in: Likewise.
8527         * gdb.multi/Makefile.in: Likewise.
8528         * gdb.objc/Makefile.in: Likewise.
8529         * gdb.opencl/Makefile.in: Likewise.
8530         * gdb.opt/Makefile.in: Likewise.
8531         * gdb.pascal/Makefile.in: Likewise.
8532         * gdb.perf/Makefile.in: Likewise.
8533         * gdb.python/Makefile.in: Likewise.
8534         * gdb.reverse/Makefile.in: Likewise.
8535         * gdb.server/Makefile.in: Likewise.
8536         * gdb.stabs/Makefile.in: Likewise.
8537         * gdb.threads/Makefile.in: Likewise.
8538         * gdb.trace/Makefile.in: Likewise.
8539         * gdb.xml/Makefile.in: Likewise.
8540         * lib/gdb.exp (make_gdb_parallel_path): Add check for
8541         GDB_PARALLEL.
8542         (standard_output_file): Remove check for GDB_PARALLEL, always
8543         return path in outputs/$subdir/$testname.
8544
8545 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8546
8547         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8548         (site.exp): Assign abs_srcdir to tcl's srcdir.
8549
8550 2016-02-04  Yao Qi  <yao.qi@linaro.org>
8551
8552         * gdb.base/foll-exec-mode.c: Include limits.h.
8553         (main): Add parameters argc and argv.  Get directory from
8554         argv[0].
8555         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8556         compilation.
8557         * gdb.base/foll-exec.c: Include limits.h.
8558         (main): Add parameters argc and argv.
8559         Get directory from argv[0].
8560         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8561         Adjust tests on the number of lines as source code changed.
8562         * gdb.base/foll-vfork-exit.c: Include limits.h.
8563         (main): Add one line of statement before vfork.
8564         * gdb.base/foll-vfork.c: Include limits.h and string.h.
8565         (main): Add parameters argc and argv.  Get directory from
8566         argv[0].
8567         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8568         (setup_gdb): Set tbreak to skip some source lines.
8569         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8570         (main): Add parameters argc and argv.  Get directory from
8571         argv[0].
8572         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8573         compilation.
8574         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8575         (main): Add parameters argc and argv.  Get directory from
8576         argv[0].
8577         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8578         compilation.
8579
8580 2016-02-01  Doug Evans  <dje@google.com>
8581
8582         * gdb.base/skip.exp: Clean up multiple references to same test name.
8583
8584 2016-02-01  Pedro Alves  <palves@redhat.com>
8585
8586         PR remote/19496
8587         * gdb.threads/forking-threads-plus-breakpoint.exp
8588         (displaced_stepping_supported): New global.
8589         (probe_displaced_stepping_support): New procedure.
8590         (do_test): Add 'displaced' parameter, and use it.
8591         (top level): Check for displaced stepping support.  Add displaced
8592         stepping on/off testing axis.
8593
8594 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8595
8596         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8597         pointer.  Don't perform further tests on the unassociated pointer
8598         if the first test fails.
8599
8600 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8601
8602         * gdb.base/max-value-size.c: New file.
8603         * gdb.base/max-value-size.exp: New file.
8604         * gdb.base/huge.exp: Disable max-value-size for this test.
8605
8606 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8607
8608         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8609
8610 2016-01-28  Yao Qi  <yao.qi@linaro.org>
8611
8612         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8613
8614 2016-01-25  Pedro Alves  <palves@redhat.com>
8615
8616         PR threads/19461
8617         * gdb.base/fork-running-state.c: New file.
8618         * gdb.base/fork-running-state.exp: New file.
8619
8620 2016-01-25  Pedro Alves  <palves@redhat.com>
8621
8622         PR gdb/19494
8623         * gdb.base/catch-fork-kill.c: New file.
8624         * gdb.base/catch-fork-kill.exp: New file.
8625
8626 2016-01-25  Pedro Alves  <palves@redhat.com>
8627
8628         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8629         Delete, moved to lib/gdb.exp.
8630         * gdb.threads/forking-threads-plus-breakpoint.exp
8631         (foreach_with_prefix): Likewise.
8632         * gdb.threads/process-dies-while-handling-bp.exp
8633         (foreach_with_prefix): Likewise.
8634         * lib/gdb.exp (foreach_with_prefix): New procedure.
8635
8636 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8637
8638         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8639         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8640
8641 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8642
8643         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8644         endian targets.
8645
8646 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8647             Pedro Alves  <palves@redhat.com>
8648
8649         Fix testsuite compatibility with Guile.
8650         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8651         number.
8652
8653 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8654
8655         Fix testsuite compatibility with Guile.
8656         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8657         (thread 1): New test for backtrace through signal handler.
8658
8659 2016-01-22  Yao Qi  <yao.qi@linaro.org>
8660
8661         PR testsuite/19491
8662         * gdb.base/multi-forks.c: Include
8663         ../lib/unbuffer_output.c
8664         (main): Call gdb_unbuffer_output.
8665
8666 2016-01-21  Doug Evans  <dje@google.com>
8667
8668         * lib/ada.exp (gdb_compile_ada): Fix typo.
8669
8670 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
8671
8672         * gdb.base/break-fun-addr.exp: New file.
8673         * gdb.base/break-fun-addr1.c: New file.
8674         * gdb.base/break-fun-addr2.c: New file.
8675
8676 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
8677
8678         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8679         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8680         enum flag values.
8681
8682 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8683
8684         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8685         when GDB can not set the vector return value.  Add more comments
8686         for clarification.
8687
8688 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8689
8690         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
8691         command.
8692
8693 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8694
8695         * Makefile.in (DO_RUNTEST): Add --status and update usages.
8696
8697 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8698
8699         * Makefile.in (check-single): Pass --status to runtest.
8700         (check/%.exp): Likewise.
8701
8702 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8703
8704         * Makefile.in (check-parallel): Propagate return code from make
8705         do-check-parallel.
8706
8707 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8708
8709         * gdb.trace/ftrace.exp: Fix expected message on continue.
8710         * gdb.trace/pending.exp: Fix expected message on continue.
8711         * gdb.trace/trace-break.exp: Fix expected message on continue.
8712
8713 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
8714
8715         * lib/gdb.exp (gdb_test): Remove unused global references.
8716
8717 2016-01-18  Pedro Alves  <palves@redhat.com>
8718
8719         * gdb.base/async-shell.exp: Adjust expected output.
8720         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8721         * gdb.base/siginfo-thread.exp: Adjust expected output.
8722         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8723         * gdb.java/jnpe.exp: Adjust expected output.
8724         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8725         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8726         * gdb.threads/leader-exit.exp: Adjust expected output.
8727         * gdb.threads/manythreads.exp: Adjust expected output.
8728         * gdb.threads/pthreads.exp: Adjust expected output.
8729         * gdb.threads/schedlock.exp: Adjust expected output.
8730         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8731         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8732         expected output.
8733         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8734         output.
8735         * gdb.threads/sigthread.exp: Adjust expected output.
8736         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8737
8738 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8739
8740         * gdb.guile/scm-section-script.c: Replace @progbits with
8741         %progbits.
8742         * gdb.python/py-section-script.c: Likewise.
8743
8744 2016-01-15  Pedro Alves  <palves@redhat.com>
8745
8746         * gdb.multi/tids.exp: Test star wildcard ranges.
8747
8748 2016-01-15  Pedro Alves  <palves@redhat.com>
8749
8750         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8751         command from "thread apply" invocation.
8752         (thr_apply_info_thr_invalid): Default the expected output to the
8753         input tid list.
8754         (top level): Add tests that use convenience variables.  Add tests
8755         for "thread apply" with a valid TID list, but missing the command.
8756
8757 2016-01-13  Pedro Alves  <palves@redhat.com>
8758
8759         * gdb.base/default.exp: Expect $_gthread as well.
8760         * gdb.multi/tids.exp: Test $_gthread.
8761         * gdb.threads/thread-specific.exp: Test $_gthread.
8762
8763 2016-01-13  Pedro Alves  <palves@redhat.com>
8764
8765         * gdb.multi/tids.exp: Test "info threads -gid".
8766
8767 2016-01-13  Pedro Alves  <palves@redhat.com>
8768
8769         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8770         Breakpoint.thread.
8771         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8772
8773 2016-01-07  Pedro Alves  <palves@redhat.com>
8774
8775         * gdb.base/break.exp: Adjust to output changes.
8776         * gdb.base/hbreak2.exp: Likewise.
8777         * gdb.base/sepdebug.exp: Likewise.
8778         * gdb.base/watch_thread_num.exp: Likewise.
8779         * gdb.linespec/keywords.exp: Likewise.
8780         * gdb.multi/info-threads.exp: Likewise.
8781         * gdb.threads/thread-find.exp: Likewise.
8782         * gdb.multi/tids.c: New file.
8783         * gdb.multi/tids.exp: New file.
8784
8785 2016-01-13  Pedro Alves  <palves@redhat.com>
8786
8787         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8788
8789 2016-01-13  Pedro Alves  <palves@redhat.com>
8790
8791         * gdb.base/default.exp: Expect $_inferior as well.
8792         * gdb.multi/base.exp: Test $_inferior.
8793
8794 2016-01-13  Pedro Alves  <palves@redhat.com>
8795
8796         PR breakpoints/19388
8797         * gdb.base/catch-signal-siginfo-cond.c: New file.
8798         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8799
8800 2016-01-12  Josh Stone  <jistone@redhat.com>
8801             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8802
8803         * gdb.base/catch-syscall.c (do_execve): New variable.
8804         (main): Conditionally trigger an execve.
8805         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8806         (test_catch_syscall_execve): New, check entry/return across execve.
8807         (do_syscall_tests): Call test_catch_syscall_execve.
8808
8809 2016-01-12  Pedro Alves  <palves@redhat.com>
8810
8811         * gdb.base/random-signal.exp (do_test): New procedure, with body
8812         of testcase moved in.
8813
8814 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8815             Pedro Alves  <palves@redhat.com>
8816
8817         * gdb.base/funcargs.exp (finish from indirectly called function):
8818         Reintroduce the case for 'First'.
8819
8820 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8821             Pedro Alves  <palves@redhat.com>
8822
8823         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8824         (tcatch_vfork_then_child_follow_exec)
8825         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8826         identification.
8827
8828 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8829
8830         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8831         and repeats to unlimited.
8832         * gdb.python/py-value.exp: Likewise.
8833         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8834         and repeats to unlimited.
8835
8836 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8837
8838         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8839         and reordering the functions.
8840         * gdb.multi/hangout.c: Likewise.
8841         * gdb.multi/hello.c: Likewise.
8842
8843 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8844
8845         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8846         absolute.
8847         (SingleStatisticTestResult.report): Use dict.keys instead of
8848         dict.iterkeys.
8849
8850 2016-01-06  Pedro Alves  <palves@redhat.com>
8851
8852         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8853
8854 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8855
8856         * gdb.btrace/dlopen.exp: New.
8857         * gdb.btrace/dlopen.c: New.
8858         * gdb.btrace/dlopen-dso.c: New.
8859
8860 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8861
8862         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8863         PATTERN argument is optional.
8864
8865 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8866
8867         * lib/ada.exp (target_compile_ada_from_dir): New function.
8868         (gdb_compile_ada): Reimplement avoiding the use of project files.
8869         * gdb.ada/gnat_ada.gpr: Delete.
8870         * gdb.ada/cond_lang.exp: Adjust test to make path before
8871         filename optional.
8872         * gdb.ada/small_reg_param.exp: Likewise.
8873
8874 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8875
8876         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8877
8878 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8879
8880         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8881         case.
8882
8883 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8884
8885         * gdb.base/break.exp: Remove dead code.
8886         * gdb.base/sepdebug.exp: Likewise.
8887
8888 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8889
8890         * gdb.asm/asm-source.exp: Remove HP-UX references.
8891         * gdb.base/annota1.exp: Likewise.
8892         * gdb.base/annota3.exp: Likewise.
8893         * gdb.base/attach.exp: Likewise.
8894         * gdb.base/bigcore.exp: Likewise.
8895         * gdb.base/break.exp: Likewise.
8896         * gdb.base/call-ar-st.exp: Likewise.
8897         * gdb.base/callfuncs.exp: Likewise.
8898         * gdb.base/catch-fork-static.exp: Likewise.
8899         * gdb.base/display.exp: Likewise.
8900         * gdb.base/foll-exec-mode.exp: Likewise.
8901         * gdb.base/foll-exec.exp: Likewise.
8902         * gdb.base/foll-fork.exp: Likewise.
8903         * gdb.base/foll-vfork.exp: Likewise.
8904         * gdb.base/funcargs.exp: Likewise.
8905         * gdb.base/hbreak2.exp: Likewise.
8906         * gdb.base/inferior-died.exp: Likewise.
8907         * gdb.base/interrupt.exp: Likewise.
8908         * gdb.base/multi-forks.exp: Likewise.
8909         * gdb.base/nodebug.exp: Likewise.
8910         * gdb.base/sepdebug.exp: Likewise.
8911         * gdb.base/solib1.c: Likewise.
8912         * gdb.base/step-test.exp: Likewise.
8913         * gdb.mi/non-stop.c: Likewise.
8914         * gdb.mi/pthreads.c: Likewise.
8915         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8916         * gdb.threads/pthreads.c: Likewise.
8917         * gdb.threads/staticthreads.exp: Likewise.
8918         * lib/future.exp: Likewise.
8919         * lib/gdb.exp: Likewise.
8920         * gdb.base/so-indr-cl.c: Remove.
8921         * gdb.base/so-indr-cl.exp: Likewise.
8922         * gdb.base/solib.c: Likewise.
8923         * gdb.base/solib.exp: Likewise.
8924         * gdb.base/solib2.c: Likewise.
8925
8926 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8927
8928         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8929         * gdb.base/call-ar-st.exp: Likewise.
8930         * gdb.base/callfuncs.exp: Likewise.
8931         * gdb.base/condbreak.exp: Likewise.
8932         * gdb.base/constvars.exp: Likewise.
8933         * gdb.base/hbreak2.exp: Likewise.
8934         * gdb.base/langs.exp: Likewise.
8935         * gdb.base/list.exp: Likewise.
8936         * gdb.base/long_long.exp: Likewise.
8937         * gdb.base/ptype.exp: Likewise.
8938         * gdb.base/scope.exp: Likewise.
8939         * gdb.base/signals.exp: Likewise.
8940         * gdb.base/so-impl-ld.exp: Likewise.
8941         * gdb.base/varargs.exp: Likewise.
8942         * gdb.base/volatile.exp: Likewise.
8943         * gdb.base/whatis.exp: Likewise.
8944         * gdb.cp/cplusfuncs.exp: Likewise.
8945         * gdb.cp/inherit.exp: Likewise.
8946         * gdb.cp/local.exp: Likewise.
8947         * gdb.cp/member-ptr.exp: Likewise.
8948         * gdb.cp/method.exp: Likewise.
8949         * gdb.cp/overload.exp: Likewise.
8950         * gdb.cp/templates.exp: Likewise.
8951         * gdb.stabs/weird.exp: Likewise.
8952         * lib/compiler.c: Likewise.
8953         * lib/compiler.cc: Likewise.
8954         * lib/cp-support.exp: Likewise.
8955         * lib/gdb.exp: Likewise.
8956
8957 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8958
8959         * configure.ac: Remove HP-UX case.
8960         * configure: Regenerate.
8961
8962 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8963
8964         * lib/gdb.exp (gdb_compile): Add function doc.
8965
8966 2015-12-17  Pedro Alves  <palves@redhat.com>
8967
8968         PR threads/19354
8969         * gdb.multi/info-threads.exp: New file.
8970
8971 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8972
8973         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8974         is aarch64*-*-*.
8975
8976 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8977
8978         * gdb.base/history-duplicates.exp: Skip if no readline support.
8979
8980 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8981
8982         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8983
8984 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8985
8986         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8987
8988 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8989
8990         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8991         ctrl-C if nointerrupts target property is set.
8992         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8993         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8994         * gdb.base/paginate-bg-execution.exp: Likewise.
8995         * gdb.base/paginate-execution-startup.exp: Likewise.
8996         * gdb.base/random-signal.exp: Likewise.
8997         * gdb.base/range-stepping.exp: Likewise.
8998         * gdb.cp/annota2.exp: Likewise.
8999         * gdb.cp/annota3.exp: Likewise.
9000         * gdb.gdb/selftest.exp: Likewise.
9001         * gdb.threads/continue-pending-status.exp: Likewise.
9002         * gdb.threads/leader-exit.exp: Likewise.
9003         * gdb.threads/manythreads.exp: Likewise.
9004         * gdb.threads/pthreads.exp: Likewise.
9005         * gdb.threads/schedlock.exp: Likewise.
9006         * gdb.threads/sigthread.exp: Likewise.
9007
9008 2015-12-11  Don Breazeal  <donb@codesourcery.com>
9009
9010         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9011         remote.
9012         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9013         * gdb.base/foll-exec.exp (main): Enable for target remote.
9014         * gdb.base/foll-fork.exp (main): Likewise.
9015         * gdb.base/foll-vfork.exp (main): Likewise.
9016         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9017         (proc continue_to_exit_bp_loc): Use clean_restart.
9018         * gdb.base/pie-execl.exp (main): Disable for target remote.
9019         * gdb.base/watch-vfork.exp (main): Enable for target remote.
9020         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9021         * gdb.threads/execl.exp (main): Likewise.
9022         * gdb.threads/fork-child-threads.exp (main): Likewise.
9023         * gdb.threads/fork-plus-threads.exp (main): Disable for target
9024         remote.
9025         * gdb.threads/fork-thread-pending.exp (main): Enable for target
9026         remote.
9027         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9028         pid.tid style ptids, instead of just tid.
9029         * gdb.threads/thread-execl.exp (main): Enable for target remote.
9030         * gdb.threads/watchpoint-fork.exp (main): Likewise.
9031         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9032         ptids, instead of just tid.
9033
9034 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9035
9036         * gdb.base/list.exp (test_list_forward): Add end of file error
9037         test.
9038         (test_repeat_list_command): Add end of file error test.
9039         (test_list_backwards): Add beginning of file error test.
9040
9041 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9042
9043         * gdb.base/list.exp (test_list_invalid_args): New function,
9044         defined, and called.
9045
9046 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9047
9048         * gdb.base/list.exp (test_list): Make test names unique.
9049
9050 2015-12-11  Yao Qi  <yao.qi@linaro.org>
9051
9052         * gdb.base/coremaker2.c: Remove.
9053
9054 2015-12-10  Pedro Alves  <palves@redhat.com>
9055
9056         * gdb.multi/base.exp: Remove stale "spaces" references.
9057
9058 2015-12-10  Pedro Alves  <palves@redhat.com>
9059
9060         * gdb.multi/base.exp: Don't use nowarnings.
9061         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9062         * gdb.multi/hangout.c: Include stdio.h.
9063         * gdb.multi/hello.c: Include stdlib.h.
9064         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9065         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9066         * gdb.multi/multi-arch.exp: Don't use nowarnings.
9067
9068 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
9069
9070         * gdb.dwarf2/dw2-ranges-base.c: New file.
9071         * gdb.dwarf2/dw2-ranges-base.exp: New file.
9072         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9073         support additional line table, and debug ranges generation.
9074         (Dwarf::ranges): New function, generate .debug_ranges.
9075         (Dwarf::lines): Support generating simple line table programs.
9076         (Dwarf::assemble): Initialise new namespace variables.
9077
9078 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
9079
9080         * gdb.base/async.exp (proc test_background): Add case for
9081         asynchronous execution not supported.
9082
9083 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
9084
9085         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9086           format and change test names to make them unique.
9087
9088 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
9089             Pedro Alves  <pedro@redhat.com>
9090
9091         PR gdb/18702
9092         Add checking of floatformats setup on x86_64 hosts.
9093         * gdb.arch/i386-float.S (main): Load bigval and smallval.
9094         (smallval, bigval): New labels/constants.
9095         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9096         float" after loading bigval and smallval.
9097
9098 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
9099
9100         * gdb.ada/fun_overload_menu.exp: New testcase.
9101         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9102
9103 2015-12-04  Josh Stone  <jistone@redhat.com>
9104
9105         * gdb.base/catch-fork-static.exp: New.
9106
9107 2015-12-03  Yao Qi  <yao.qi@linaro.org>
9108
9109         * gdb.base/sizeof.c: Don't include stdio.h and
9110         ../lib/unbuffer_output.c.
9111         (main): New variable 'size' and 'value'.  Remove printf and
9112         gdb_unbuffer_output.  Assign return value to size and value.
9113         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9114         at the beginning.
9115         (check_sizeof): Check the result by printing variable 'size'.
9116         (check_valueof): Check the result by printing variable 'value'.
9117
9118 2015-12-01  Yao Qi  <yao.qi@linaro.org>
9119
9120         * gdb.base/disp-step-syscall.exp: Define syscall instruction
9121         for aarch64*-*-linux* target.
9122
9123 2015-11-30  Pedro Alves  <palves@redhat.com>
9124
9125         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9126
9127 2015-11-30  Pedro Alves  <palves@redhat.com>
9128
9129         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9130         Handle non-stop mode vCont replies.
9131
9132 2015-11-30  Pedro Alves  <palves@redhat.com>
9133
9134         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9135         prepare_for_testing.  Start gdb with "set non-stop on" appended to
9136         GDBFLAGS.  Lax expected stop output.
9137
9138 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9139
9140         * gdb.arch/arm-neon.exp: New.
9141         * gdb.arch/arm-neon.c: New.
9142
9143 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9144
9145         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9146
9147 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9148
9149         * gdb.cp/annota2.exp: Allow multiple occurrences of the
9150         frames-invalid annotation.
9151
9152 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9153
9154         * gdb.cp/annota2.exp: Use ${frames_invalid}.
9155
9156 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
9157
9158         * gdb.threads/names.exp: New file.
9159         * gdb.threads/names.c: New file.
9160         * README: Mention gdb,no_thread_names.
9161
9162 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
9163
9164         PR 19297
9165         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9166         support" error.
9167
9168 2015-11-24  Pedro Alves  <palves@redhat.com>
9169
9170         PR 17539
9171         * gdb.base/display.exp: Expect displays to be sorted in ascending
9172         order.  Use multi_line.
9173         * gdb.base/solib-display.exp: Likewise.
9174
9175 2015-11-24  Pedro Alves  <palves@redhat.com>
9176
9177         PR 17539
9178         * gdb.base/display.exp: Expect displays to be sorted in ascending
9179         order.  Use multi_line.
9180         * gdb.base/solib-display.exp: Likewise.
9181
9182 2015-11-24  Pedro Alves  <palves@redhat.com>
9183
9184         PR 17539
9185         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9186         threads in ascending order.
9187         * gdb.base/foll-fork.exp: Likewise.
9188         * gdb.base/foll-vfork.exp: Likewise.
9189         * gdb.base/multi-forks.exp: Likewise.
9190         * gdb.mi/mi-nonstop.exp: Likewise.
9191         * gdb.mi/mi-nsintrall.exp: Likewise.
9192         * gdb.multi/base.exp: Likewise.
9193         * gdb.multi/multi-arch.exp: Likewise.
9194         * gdb.python/py-inferior.exp: Likewise.
9195         * gdb.threads/break-while-running.exp: Likewise.
9196         * gdb.threads/execl.exp: Likewise.
9197         * gdb.threads/gcore-thread.exp: Likewise.
9198         * gdb.threads/info-threads-cur-sal.exp: Likewise.
9199         * gdb.threads/kill.exp: Likewise.
9200         * gdb.threads/linux-dp.exp: Likewise.
9201         * gdb.threads/multiple-step-overs.exp: Likewise.
9202         * gdb.threads/next-bp-other-thread.exp: Likewise.
9203         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9204         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9205         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9206         * gdb.threads/thread-find.exp: Likewise.
9207         * gdb.threads/tls.exp: Likewise.
9208         * lib/mi-support.exp (mi_reverse_list): Delete.
9209         (mi_check_thread_states): No longer reverse list.
9210
9211 2015-11-24  Pedro Alves  <palves@redhat.com>
9212
9213         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
9214         use lowercase.
9215
9216 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9217
9218         * gdb.trace/actions.c: Include trace-common.h.
9219         (main): Add a location for a fast tracepoint.
9220         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9221         the normal tracepoints.
9222         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9223
9224 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9225
9226         * save-trace.exp: Factor out code to these...
9227         (gdb_save_tracepoints): New.
9228         (gdb_load_tracepoints): New.
9229         (do_save_load_test): New.
9230
9231 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
9232
9233         * gdb.base/asmlabel.exp: New test.
9234         * gdb.base/asmlabel.c: New test case.
9235
9236 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9237
9238         * gdb.base/wrong_frame_bt_full-main.c: New file.
9239         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9240         * gdb.base/wrong_frame_bt_full.exp: New file.
9241
9242 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9243
9244         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9245
9246 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9247
9248         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9249         pstate register when comparing registers values in
9250         sparc64-*-linux-gnu targets to avoid spurious differences.
9251
9252 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9253
9254         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9255
9256 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
9257
9258         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9259         as type argument to gdb_compile.
9260         * gdb.base/nested-subp2.exp: Likewise.
9261         * gdb.base/nested-subp3.exp: Likewise.
9262
9263 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9264
9265         * lib/dwarf.exp (_note): Fix left shift of negative value.
9266         * gdb.trace/trace-condition.exp: Likewise.
9267
9268 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9269
9270         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9271         comments about d10v.
9272         (test_scalar_returns): Likewise.
9273         * gdb.base/d10v.ld: Remove.
9274         * gdb.base/overlays.exp: Remove the target triplet checking for
9275         d10v-*-*.
9276         * gdb.base/structs.exp (test_struct_returns): Remove the
9277         comments about d10v.
9278         (test_struct_calls): Likewise.
9279
9280 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9281
9282         * gdb.base/gnu_vector.exp: Check the return value by "p res".
9283         * gdb.base/gnu_vector.c: Don't include stdio.h.
9284         (main): Don't print res and call add_some_intvecs.
9285
9286 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9287
9288         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9289         macro.
9290         (func5): Removed.
9291         (func4): Use FAST_TRACEPOINT_LABEL.
9292         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9293         macro.
9294         (func): Removed.
9295         (thread_function): Use FAST_TRACEPOINT_LABEL.
9296         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9297         (func): Remove.
9298         (marker): Use FAST_TRACEPOINT_LABEL.
9299         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9300         (pendfunc1): Remove.
9301         (pendfunc): Use FAST_TRACEPOINT_LABEL.
9302         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9303         (foo): Remove.
9304         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9305         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9306         macro.
9307         (func): Remove.
9308         (marker): Use FAST_TRACEPOINT_LABEL.
9309         * gdb.trace/trace-common.h: New header.
9310         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9311         macro.
9312         (func): Remove.
9313         (marker): Use FAST_TRACEPOINT_LABEL.
9314         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9315         (func): Remove.
9316         (thread_function): Use FAST_TRACEPOINT_LABEL.
9317
9318 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9319
9320         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9321         in front.
9322         * gdb.trace/change-loc.exp: Use global pcreg definition.
9323         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9324         * gdb.trace/entry-values.exp: Use global spreg definition, add $
9325         in front.
9326         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9327         * gdb.trace/pending.exp: Likewise.
9328         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9329         * gdb.trace/trace-break.exp: Likewise.
9330         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9331         in front.
9332         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9333         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9334         in front.
9335         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9336
9337 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
9338
9339         * gdb.ada/fin_fun_out: New testcase.
9340
9341 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9342
9343         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9344         value associated with DW_AT_byte_size.
9345         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9346         constants for DW_AT_byte_size, DW_AT_lower_bound, and
9347         DW_AT_upper_bound.
9348
9349 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9350
9351         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9352         (gdb_target_symbol_prefix_flags): Define in terms of _asm
9353         version.
9354         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9355         gdb.dwarf2/dw2-canonicalize-type.exp,
9356         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9357         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9358         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9359         provided by gdb_target_symbol_prefix_flags_asm.
9360         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9361         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9362         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9363         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9364         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9365         macros where needed).  Use this macro for symbols which require
9366         the prefix provided by SYMBOL_PREFIX.
9367
9368 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
9369
9370         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9371         New procs.
9372         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9373         representing expressions, of more than one list element.
9374         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9375         to prepend linker symbol prefix to f.
9376         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9377         table_1 and table_2.
9378         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9379         Likewise, for f and g.
9380         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9381         for ptr.
9382         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9383         for main.
9384         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9385         table_1_ptr and table_2_ptr.
9386
9387 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9388             Joel Brobecker  <brobecker@adacore.com>
9389
9390         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9391
9392 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9393
9394         * gdb.reverse/s390-mvcle.c: New test.
9395         * gdb.reverse/s390-mvcle.exp: New file.
9396         * lib/gdb.exp: Enable reverse tests on s390*-linux.
9397
9398 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9399
9400         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9401
9402 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9403
9404         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9405         reaching marker2.
9406         * gdb.reverse/getresuid-reverse.exp: Likewise.
9407         * gdb.reverse/pipe-reverse.exp: Likewise.
9408         * gdb.reverse/readv-reverse.exp: Likewise.
9409         * gdb.reverse/recvmsg-reverse.exp: Likewise.
9410         * gdb.reverse/time-reverse.exp: Likewise.
9411         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9412
9413 2015-10-30  Yao Qi  <yao.qi@linaro.org>
9414
9415         * gdb.threads/wp-replication.c (watch_count_done): Remove.
9416         (empty_cycle): Remove.
9417         (main): Don't call empty_cycle.  Don't use watch_count_done.
9418         * gdb.threads/wp-replication.exp: Don't set breakpoint on
9419         empty_cycle.  Rewrite the code counting HW watchpoints.
9420
9421 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9422
9423         * gdb.reverse/fstatat-reverse.c: New test.
9424         * gdb.reverse/fstatat-reverse.exp: New file.
9425         * gdb.reverse/getresuid-reverse.c: New test.
9426         * gdb.reverse/getresuid-reverse.exp: New file.
9427         * gdb.reverse/pipe-reverse.c: New test.
9428         * gdb.reverse/pipe-reverse.exp: New file.
9429         * gdb.reverse/readv-reverse.c: New test.
9430         * gdb.reverse/readv-reverse.exp: New file.
9431         * gdb.reverse/recvmsg-reverse.c: New test.
9432         * gdb.reverse/recvmsg-reverse.exp: New file.
9433         * gdb.reverse/time-reverse.c: New test.
9434         * gdb.reverse/time-reverse.exp: New file.
9435         * gdb.reverse/waitpid-reverse.c: New test.
9436         * gdb.reverse/waitpid-reverse.exp: New file.
9437
9438 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9439
9440         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9441
9442 2015-10-26  Doug Evans  <dje@google.com>
9443
9444         PR symtab/17391
9445         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9446         * gdb.dwarf2/bad-regnum.c: New file.
9447         * gdb.dwarf2/bad-regnum.exp: New file.
9448
9449 2015-10-26  Doug Evans  <dje@google.com>
9450
9451         PR python/18938
9452         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9453         file.
9454
9455 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9456
9457         * gdb.compile/compile.exp (compile code globalvar): Update expectation
9458         for a change by "Mention language in compile error message".
9459
9460 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
9461
9462         PR python/18073
9463         * gdb.python/py-type.c (C::a_method): New.
9464         (C::a_const_method): New.
9465         (C::a_static_method): New.
9466         (a_function): New.
9467         * gdb.python/py-type.exp (test_fields): Test getting fields
9468         from function and method.
9469
9470 2015-10-21  Keven Boell  <keven.boell@intel.com>
9471
9472         * gdb.fortran/vla-alloc-assoc.exp: New file.
9473         * gdb.fortran/vla-datatypes.exp: New file.
9474         * gdb.fortran/vla-datatypes.f90: New file.
9475         * gdb.fortran/vla-history.exp: New file.
9476         * gdb.fortran/vla-ptype-sub.exp: New file.
9477         * gdb.fortran/vla-ptype.exp: New file.
9478         * gdb.fortran/vla-sizeof.exp: New file.
9479         * gdb.fortran/vla-sub.f90: New file.
9480         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9481         * gdb.fortran/vla-value-sub-finish.exp: New file.
9482         * gdb.fortran/vla-value-sub.exp: New file.
9483         * gdb.fortran/vla-value.exp: New file.
9484         * gdb.fortran/vla-ptr-info.exp: New file.
9485         * gdb.mi/mi-vla-fortran.exp: New file.
9486         * gdb.mi/vla.f90: New file.
9487
9488 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
9489
9490         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9491         of hardwired timeout value.
9492
9493 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9494             Pedro Alves  <palves@redhat.com>
9495
9496         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9497         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9498
9499 2015-10-19  Josh Stone  <jistone@redhat.com>
9500
9501         * gdb.base/catch-syscall.c: Include <sched.h>.
9502         (unknown_syscall): New variable.
9503         (main): Trigger a vfork and an unknown syscall.
9504         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9505         (unknown_syscall_number): Likewise.
9506         (check_call_to_syscall): Accept an optional syscall pattern.
9507         (check_return_from_syscall): Likewise.
9508         (check_continue): Likewise.
9509         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9510         (test_catch_syscall_skipping_return): New test toggling off 'catch
9511         syscall' to step over the syscall return, then toggling back on.
9512         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9513         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9514         (do_syscall_tests): Call test_catch_syscall_without_args and
9515         test_catch_syscall_mid_vfork.
9516         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9517         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9518
9519 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
9520
9521         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9522         print g_vE): Add new pass patterns.
9523         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9524         print various symbol names for vptr fields.
9525
9526 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
9527
9528         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9529         results.
9530
9531 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9532
9533         * gdb.arch/disp-step-insn-reloc.exp: New test case.
9534
9535 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9536
9537         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9538         is aarch64*-*-linux*.
9539
9540 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9541
9542         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9543         (can_relocate_bcond_true): ... it.
9544         (can_relocate_bcond_false): New function.
9545         (foo): Likewise.
9546         (can_relocate_bl): Likewise.
9547         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9548         can_relocate_bl.
9549
9550 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
9551
9552         * gdb.base/nested-addr.c: New file.
9553         * gdb.base/nested-addr.exp: New testcase.
9554
9555 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
9556
9557         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9558         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9559         its output.  Ignore the output of "record goto begin" and instead
9560         check that GDB is replaying.
9561
9562 2015-10-09  Pedro Alves  <palves@redhat.com>
9563
9564         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9565         (top level): Use it in the run with no args test.
9566
9567 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9568
9569         * gdb.dlang/properties.exp: New file.
9570
9571 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
9572
9573         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9574         whether or not address 0x1000 is mapped on the target.
9575
9576 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
9577
9578         * gdb.python/py-type.exp: Do not run tests if binaries fail to
9579         build.
9580
9581 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
9582
9583         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9584         instruction-history test.
9585
9586 2015-09-28  Doug Evans  <dje@google.com>
9587
9588         * gdb.base/gcore.c (array_func): Add reference to static_array.
9589
9590 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
9591
9592         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9593         source line.
9594
9595 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9596
9597         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9598         short or char as base type.
9599
9600 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9601
9602         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9603         to allow any size enum.
9604
9605 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9606
9607         * gdb.ada/array_ptr_renaming.exp: New testcase.
9608         * gdb.ada/array_ptr_renaming/foo.adb: New file.
9609         * gdb.ada/array_ptr_renaming/pack.ads: New file.
9610
9611 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9612
9613         * gdb.trace/ftrace-lock.c: New file.
9614         * gdb.trace/ftrace-lock.exp: New file.
9615
9616 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9617
9618         * gdb.arch/insn-reloc.c: New file.
9619         * gdb.arch/ftrace-insn-reloc.exp: New file.
9620
9621 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9622
9623         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9624         instruction.
9625         * gdb.trace/pendshr1.c (pendfunc): Likewise.
9626         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9627         * gdb.trace/range-stepping.c: Likewise.
9628         * gdb.trace/trace-break.c: Likewise.
9629         * gdb.trace/trace-mt.c (thread_function): Likewise.
9630         * gdb.trace/ftrace.c (marker): Likewise.
9631         * gdb.trace/trace-condition.c (marker): Likewise.
9632         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9633         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9634         is_aarch64_target.
9635
9636 2015-09-18  Doug Evans  <xdje42@gmail.com>
9637
9638         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9639         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9640
9641 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9642
9643         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9644         the breakpoint.
9645
9646 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9647
9648         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9649         the pending breakpoint.  Remove timeout override for "Run till
9650         MI pending breakpoint on pendfunc3 on thread 2" test.
9651
9652 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9653
9654         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9655         filename pattern.
9656
9657 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9658
9659         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9660         in breakpoint filename pattern.
9661
9662 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9663
9664         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9665
9666 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9667
9668         * gdb.linespec/explicit.exp: Check for readline support for
9669         tab-completion tests.  Fix obvious typo.
9670
9671 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9672
9673         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9674         and replay.
9675
9676 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9677
9678         * gdb.btrace/non-stop.c: New.
9679         * gdb.btrace/non-stop.exp: New.
9680
9681 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
9682             Yao Qi  <yao.qi@linaro.org>
9683
9684         * gdb.trace/trace-condition.c: New file.
9685         * gdb.trace/trace-condition.exp: New file.
9686
9687 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
9688
9689         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9690         for testing bytecode compilation.
9691
9692 2015-09-16  Pedro Alves  <palves@redhat.com>
9693             Sandra Loosemore <sandra@codesourcery.com>
9694
9695         * gdb.threads/non-stop-fair-events.c (timeout): New global.
9696         (SECONDS): Redefine.
9697         (main): Call pthread_kill and alarm early.
9698         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9699         support.
9700         (test): If the target can't hardware step and doesn't support
9701         displaced stepping, increase the timeout.
9702
9703 2015-09-16  Pedro Alves  <palves@redhat.com>
9704
9705         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9706         (enable_debug): New procedures.
9707         (test): Use them.  Bail out if waiting for threads fails.
9708         (top level): Bail out if a test fails.
9709
9710 2015-09-16  Yao Qi  <yao.qi@linaro.org>
9711
9712         * gdb.asm/asm-source.exp: Set asm-arch for
9713         aarch64*-*-* target.
9714         * gdb.asm/aarch64.inc: New file.
9715
9716 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
9717
9718         * gdb.ada/array_of_variable_length.exp: New testcase.
9719         * gdb.ada/array_of_variable_length/foo.adb: New file.
9720         * gdb.ada/array_of_variable_length/pck.adb: New file.
9721         * gdb.ada/array_of_variable_length/pck.ads: New file.
9722
9723 2015-09-15  Doug Evans  <dje@google.com>
9724
9725         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9726         of function static local variable.
9727
9728 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9729
9730         * gdb.threads/tls-so_extern.exp: New test file.
9731         * gdb.threads/tls-so_extern.c: New test file.
9732         * gdb.threads/tls-so_extern_main.c: New test file.
9733
9734 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9735
9736         * gdb.opt/solib-intra-step-lib.c: New file.
9737         * gdb.opt/solib-intra-step-main.c: New file.
9738         * gdb.opt/solib-intra-step.exp: New file.
9739
9740 2015-09-15  Pedro Alves  <palves@redhat.com>
9741
9742         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9743         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9744
9745 2015-09-14  Pedro Alves  <palves@redhat.com>
9746
9747         * gdb.base/hook-stop-continue.c: Delete.
9748         * gdb.base/hook-stop-continue.exp: Delete.
9749         * gdb.base/hook-stop-frame.c: Delete.
9750         * gdb.base/hook-stop-frame.exp: Delete.
9751         * gdb.base/hook-stop.c: New file.
9752         * gdb.base/hook-stop.exp: New file.
9753
9754 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9755
9756         * gdb.ada/access_to_packed_array.exp: New testcase.
9757         * gdb.ada/access_to_packed_array/foo.adb: New file.
9758         * gdb.ada/access_to_packed_array/pack.adb: New file.
9759         * gdb.ada/access_to_packed_array/pack.ads: New file.
9760
9761 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9762
9763         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9764         buffer size test.
9765
9766 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9767
9768         * gdb.base/foll-exec.c: Add copyright header.  Fix
9769         formatting issues.
9770         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9771         (do_exec_tests): Use clean_restart in place of zap_session,
9772         and for test initialization.  Fix formatting issues.  Use
9773         fail in place of perror.
9774         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9775         an expect statement to match an expression with output from
9776         the program under debug.
9777         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9778         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9779         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9780         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9781         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9782
9783 2015-09-09  Doug Evans  <dje@google.com>
9784
9785         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9786
9787 2015-09-09  Doug Evans  <dje@google.com>
9788
9789         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9790
9791 2015-09-09  Doug Evans  <dje@google.com>
9792
9793         * gdb.base/savedregs.exp: Fix typo.
9794
9795 2015-09-09  Pedro Alves  <palves@redhat.com>
9796
9797         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9798
9799 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9800
9801         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9802         command actually switches threads.  Give up on remaining
9803         tests if target fails to stop at breakpoint.
9804
9805 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9806
9807         * gdb.ada/funcall_char.exp: New testcase.
9808         * gdb.ada/funcall_char/foo.adb: New file.
9809
9810 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9811
9812         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9813         expected outputs.  Add two testcases for completing ambiguous
9814         functions.
9815         * gdb.ada/complete/aux_pck.adb: New file.
9816         * gdb.ada/complete/aux_pck.ads: New file.
9817         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9818         Ambiguous_Func functions.
9819         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9820         * gdb.ada/complete/pck.adb: Likewise.
9821
9822 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9823
9824         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9825         failures to run the test program under GDB.
9826
9827 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9828
9829         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9830         to C.
9831
9832 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9833
9834         * gdb.base/run-after-attach.exp: New test file.
9835         * gdb.base/run-after-attach.c: New test file.
9836
9837 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9838
9839         * gdb.base/foll-exec-2.c: New test program.
9840         * gdb.base/foll-exec-2.exp: New test.
9841
9842 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9843
9844         * gdb.base/nested-subp1.exp: New file.
9845         * gdb.base/nested-subp1.c: New file.
9846         * gdb.base/nested-subp2.exp: New file.
9847         * gdb.base/nested-subp2.c: New file.
9848         * gdb.base/nested-subp3.exp: New file.
9849         * gdb.base/nested-subp3.c: New file.
9850
9851 2015-08-24  Pedro Alves  <palves@redhat.com>
9852
9853         * gdb.server/connect-without-multi-process.c: New file.
9854         * gdb.server/connect-without-multi-process.exp: New file.
9855
9856 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9857
9858         * gdb.opt/inline-markers.c: Make z int.
9859
9860 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9861
9862         * gdb.opt/inline-markers.c: Make z volatile.
9863
9864 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9865
9866         * gdb.opt/inline-bt.c: New volatile global z.
9867         * gdb.opt/inline-cmds.c: Likewise.
9868         * gdb.opt/inline-locals.c: Likewise.
9869         * gdb.opt/inline-markers.c: New extern global z.
9870         (marker): Use z.
9871         (inline_fn): Likewise.
9872
9873 2015-08-24  Pedro Alves  <palves@redhat.com>
9874
9875         * config/m32r-stub.exp: Remove file.
9876         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9877         * gdb.base/call-rt-st.exp: Likewise.
9878         * gdb.base/call-strs.exp: Likewise.
9879         * gdb.base/default.exp: Remove references to h8300-*-hms and
9880         *-*-udi*.
9881         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9882
9883 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9884
9885         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9886         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9887         and "return" use KFAIL when GDB can not read/write the vector
9888         return value.
9889
9890 2015-08-21  Gary Benson <gbenson@redhat.com>
9891
9892         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9893
9894 2015-08-20  Pedro Alves  <palves@redhat.com>
9895
9896         * gdb.server/solib-list.exp: No longer expect an interior stop in
9897         non-stop mode.
9898
9899 2015-08-20  Pedro Alves  <palves@redhat.com>
9900
9901         * gdb.server/connect-stopped-target.c: New file.
9902         * gdb.server/connect-stopped-target.exp: New file.
9903
9904 2015-08-20  Pedro Alves  <palves@redhat.com>
9905
9906         * gdb.dwarf2/comp-unit-lang.exp: New file.
9907         * gdb.dwarf2/comp-unit-lang.c: New file.
9908
9909 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9910
9911         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9912         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9913
9914 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9915
9916         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9917         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9918
9919 2015-08-18  Doug Evans  <dje@google.com>
9920             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9921
9922         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9923         skip_python_tests.  New arg prompt_regexp.
9924         (skip_python_tests): New function.
9925         * lib/mi-support.exp (mi_skip_python_tests): New function.
9926         * gdb.python/py-mi-objfile-gdb.py: New file.
9927         * gdb.python/py-mi-objfile.c: New file.
9928         * gdb.python/py-mi-objfile.exp: New file.
9929
9930 2015-08-17  Keith Seitz  <keiths@redhat.com>
9931
9932         * gdb.linespec/explicit.exp: Move strace test from here ...
9933         * gdb.trace/strace.exp: ... to here.
9934
9935 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9936
9937         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9938         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9939
9940 2015-08-14  Doug Evans  <xdje42@gmail.com>
9941
9942         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9943         inferior before selecting a new file.
9944
9945 2015-08-14  Doug Evans  <xdje42@gmail.com>
9946
9947         * gdb.mi/mi-disassemble.exp: Update.
9948         * gdb.base/disasm-optim.S: New file.
9949         * gdb.base/disasm-optim.c: New file.
9950         * gdb.base/disasm-optim.h: New file.
9951         * gdb.base/disasm-optim.exp: New file.
9952
9953 2015-08-14  Keith Seitz  <keiths@redhat.com>
9954
9955         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9956         "evaluated-by".
9957
9958 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9959
9960         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9961
9962 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9963
9964         * gdb.ada/fun_renaming.exp: New testcase.
9965         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9966         * gdb.ada/fun_renaming/pack.adb: New file.
9967         * gdb.ada/fun_renaming/pack.ads: New file.
9968
9969 2015-08-12  Keith Seitz  <keiths@redhat.com>
9970
9971         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9972         gdb_get_line_number.
9973
9974 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9975
9976         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9977         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9978         gdb.base/dso2dso.exp: New files.
9979
9980 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9981             Pedro Alves  <palves@redhat.com>
9982             Keith Seitz  <keiths@redhat.com>
9983
9984         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9985         GDBFLAGS.
9986
9987 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9988
9989         * gdb.base/gdbhistsize-history.exp
9990         (test_histsize_history_setting): Use save_vars.
9991         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9992         Use save_vars.
9993         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9994         * gdb.base/readline.exp: Use save_vars.
9995
9996 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9997
9998         * lib/gdb.exp (save_vars): New proc.
9999
10000 2015-08-11  Keith Seitz  <keiths@redhat.com>
10001
10002         * gdb.base/help.exp: Update help_breakpoint_text.
10003
10004 2015-08-11  Keith Seitz  <keiths@redhat.com>
10005
10006         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10007         (at toplevel): Call test_explicit_breakpoints.
10008         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10009         breakpoints.
10010         * lib/mi-support.exp (mi_make_breakpoint): Add support for
10011         breakpoint conditions, "-cond".
10012
10013 2015-08-11  Keith Seitz  <keiths@redhat.com>
10014
10015         * gdb.linespec/3explicit.c: New file.
10016         * gdb.linespec/cpexplicit.cc: New file.
10017         * gdb.linespec/cpexplicit.exp: New file.
10018         * gdb.linespec/explicit.c: New file.
10019         * gdb.linespec/explicit.exp: New file.
10020         * gdb.linespec/explicit2.c: New file.
10021         * gdb.linespec/ls-errs.exp: Add explicit location tests.
10022         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10023         before using in the matching pattern.
10024         Clarify that `prefix' is a regular expression.
10025
10026 2015-08-11  Keith Seitz  <keiths@redhat.com>
10027
10028         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10029         test.
10030         Add tests for missing ",FMT" and ",".
10031
10032 2015-08-10  Doug Evans  <dje@google.com>
10033             Keith Seitz  <keiths@redhat.com>
10034
10035         PR gdb/17960
10036         * gdb.base/completion.exp: Add location completer tests.
10037
10038 2015-08-07  Pedro Alves  <palves@redhat.com>
10039
10040         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10041         tests here.
10042         (top level): Run do_test with and without displaced stepping.
10043
10044 2015-08-07  Pedro Alves  <palves@redhat.com>
10045
10046         * gdb.base/valgrind-disp-step.c: New file.
10047         * gdb.base/valgrind-disp-step.exp: New file.
10048
10049 2015-08-07  Pedro Alves  <palves@redhat.com>
10050
10051         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10052         Delete function.
10053         (main): Add alarm.  Run an infinite loop instead of calling
10054         wait_threads.
10055         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10056         comment.
10057         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10058         Delete function.
10059         (main): Add alarm.  Run an infinite loop instead of calling
10060         wait_threads.
10061         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10062         comment.
10063
10064 2015-08-07  Pedro Alves  <palves@redhat.com>
10065
10066         * gdb.base/checkpoint-ns.exp: New file.
10067         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10068         standard_testfile.
10069
10070 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
10071
10072         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10073         * gdb.btrace/instruction_history.exp: Update.
10074         * gdb.btrace/tsx.exp: New.
10075         * gdb.btrace/tsx.c: New.
10076
10077 2015-08-06  Pedro Alves <palves@redhat.com>
10078
10079         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10080         increase timeout.
10081         * gdb.reverse/until-precsave.exp: Bump timeouts.
10082
10083 2015-08-06  Pedro Alves  <palves@redhat.com>
10084
10085         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10086
10087 2015-08-06  Pedro Alves  <palves@redhat.com>
10088
10089         PR gdb/18749
10090         * gdb.threads/process-dies-while-handling-bp.c: New file.
10091         * gdb.threads/process-dies-while-handling-bp.exp: New file.
10092
10093 2015-08-06  Pedro Alves  <palves@redhat.com>
10094
10095         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10096         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10097
10098 2015-08-05  Pedro Alves  <palves@redhat.com>
10099
10100         * gdb.threads/next-while-other-thread-longjmps.c: New file.
10101         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10102
10103 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
10104
10105         * gdb.base/bp-permanent.exp: Report test as unsupported if
10106         the target cannot stop at the permanent breakpoint.
10107
10108 2015-08-03  Doug Evans  <dje@google.com>
10109
10110         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10111         10000.
10112
10113 2015-08-03  Doug Evans  <dje@google.com>
10114
10115         * Makefile.in (workers/%.worker, build-perf): New rule.
10116         (GDB_PERFTEST_MODE): New variable.
10117         (check-perf): Use it.
10118         (clean): Clean up gdb.perf parallel build subdirs.
10119         * lib/build-piece.exp: New file.
10120         * lib/gdb.exp (make_gdb_parallel_path): New function
10121         (standard_output_file, standard_temp_file): Call it.
10122         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10123         of $GDB_PARALLEL.
10124         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10125
10126 2015-08-03  Doug Evans  <dje@google.com>
10127
10128         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10129         (LOG_FILE_NAME): New global.
10130         (TextReporter.__init__): Initialize self.txt_sum.
10131         (TextReporter.report): Add support for multiple data-points.
10132         Move report to perftest.sum, put raw data in perftest.log.
10133         (TextReporter.start): Open sum and log files.
10134         (TextReporter.end): Close sum and log files.
10135         * gdb.perf/lib/perftest/testresult.py
10136         (SingleStatisticTestResult.record): Handle multiple data-points.
10137
10138 2015-07-31  Pedro Alves  <palves@redhat.com>
10139
10140         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10141         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10142         kill_wait_spawned_process instead of explicit "kill -9".
10143         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10144         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10145         kill_wait_spawned_process.
10146         * gdb.base/attach-twice.exp: Likewise.
10147         * gdb.base/attach.exp: Likewise.
10148         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10149         gdb_test_multiple.
10150         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10151         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10152         kill_wait_spawned_process.
10153         * gdb.base/valgrind-infcall.exp: Likewise.
10154         * gdb.multi/multi-attach.exp: Likewise.
10155         * gdb.python/py-prompt.exp: Likewise.
10156         * gdb.python/py-sync-interp.exp: Likewise.
10157         * gdb.server/ext-attach.exp: Likewise.
10158         * gdb.threads/attach-into-signal.exp (corefunc): Use
10159         spawn_wait_for_attach, spawn_id_get_pid and
10160         kill_wait_spawned_process.
10161         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10162         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
10163         spawn_id_get_pid and kill_wait_spawned_process.
10164         * gdb.threads/attach-stopped.exp (corefunc): Use
10165         spawn_wait_for_attach, spawn_id_get_pid and
10166         kill_wait_spawned_process.
10167         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10168         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10169         kill_wait_spawned_process instead of explicit "kill -9".
10170         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10171         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10172         (spawn_wait_for_attach): Use spawn instead of exec to spawn
10173         processes.  Don't map cygwin/windows pids here.  Now returns a
10174         spawn id list.
10175
10176 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10177
10178         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10179         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10180         correct patch.
10181
10182 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10183
10184         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10185
10186 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10187
10188         Reapply:
10189         2014-05-21  Mark Wielaard  <mjw@redhat.com>
10190
10191         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10192
10193 2015-07-30  Pedro Alves  <palves@redhat.com>
10194
10195         * linux-low.c (handle_extended_wait): Set the child's last
10196         reported status to TARGET_WAITKIND_STOPPED.
10197
10198 2015-07-30  Pedro Alves  <palves@redhat.com>
10199
10200         PR threads/18600
10201         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10202         only shows inferior 1.
10203
10204 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
10205             Pedro Alves  <palves@redhat.com>
10206
10207         PR threads/18600
10208         * gdb.threads/fork-plus-threads.c: New file.
10209         * gdb.threads/fork-plus-threads.exp: New file.
10210
10211 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10212
10213         * gdb.base/batch-preserve-term-settings.exp
10214         (test_terminal_settings_preserved_after_cli_exit): Use
10215         send_quit_command.
10216
10217 2015-07-29  Pedro Alves  <palves@redhat.com>
10218             Don Breazeal  <donb@codesourcery.com>
10219
10220         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10221         output from both inferior_spawn_id and gdb_spawn_id.
10222
10223 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10224
10225         * gdb.threads/attach-into-signal.exp (corefunc): Use
10226         with_test_prefix on nested loops, uniquefying the test messages.
10227
10228 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10229
10230         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10231         commit.
10232
10233 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10234
10235         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10236         New proc.
10237         (test_terminal_settings_preserved_after_sigterm): New test.
10238
10239 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10240
10241         * gdb.base/batch-preserve-term-settings.exp
10242         (test_terminal_settings_preserved_after_cli_exit): New test.
10243
10244 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10245
10246         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10247         manipulation of saved_gdbflags.
10248         (test_terminal_settings_preserved): Remove global declaration of
10249         the unused variable pagination_prompt.  Remove manipulation of
10250         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
10251         GDBFLAGS.
10252
10253 2015-07-29  Pedro Alves  <palves@redhat.com>
10254
10255         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10256
10257 2015-07-29  Pedro Alves  <palves@redhat.com>
10258
10259         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10260         at the top.
10261
10262 2015-07-29  Pedro Alves  <palves@redhat.com>
10263
10264         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10265         (main): Call gdb_unbuffer_output.
10266         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10267         (main): Call gdb_unbuffer_output.
10268         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10269         (main): Call gdb_unbuffer_output.
10270         * gdb.base/call-strs.exp: Adjust to step over the
10271         gdb_unbuffer_output call.
10272         * gdb.base/catch-gdb-caused-signals.c: Include
10273         "../lib/unbuffer_output.c".
10274         (main): Call gdb_unbuffer_output.
10275         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10276         (main): Call gdb_unbuffer_output.
10277         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10278         (main): Call gdb_unbuffer_output.
10279         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10280         (main): Call gdb_unbuffer_output.
10281         * gdb.base/shlib-call.exp: Adjust to step over the
10282         gdb_unbuffer_output call.
10283         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10284         (main): Call gdb_unbuffer_output.
10285         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10286         (main): Call gdb_unbuffer_output.
10287         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10288         (main): Rename to ...
10289         (test): ... this.
10290         (main): Reimplement.
10291         * gdb.base/varargs.exp: Run to test instead of to main.
10292         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10293         (main): Call gdb_unbuffer_output.
10294
10295 2015-07-29  Pedro Alves  <palves@redhat.com>
10296
10297         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10298         factore out from mi_continue_dprintf.  For call-style dprintfs,
10299         expect dprintf output out of $inferior_spawn_id.
10300         (mi_continue_dprintf): Use mi_expect_dprintf.
10301         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10302         (main): Call gdb_unbuffer_output.
10303
10304 2015-07-29  Pedro Alves  <palves@redhat.com>
10305
10306         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10307         (default_mi_gdb_start): Set inferior_spawn_id instead of
10308         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
10309         gdb_spawn_id.
10310         (mi_gdb_test): Always expect inferior output from both
10311         $inferior_spawn_id and $gdb_spawn_id.
10312
10313 2015-07-29  Pedro Alves  <palves@redhat.com>
10314
10315         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
10316         send_inferior and $inferior_spawn_id.
10317
10318 2015-07-29  Pedro Alves  <palves@redhat.com>
10319
10320         * gdb.gdb/complaints.exp (test_initial_complaints)
10321         (test_serial_complaints, test_short_complaints): Use
10322         gdb_test_stdio.
10323         (test_empty_complaint): Handle $inferior_spawn_id !=
10324         $gdb_spawn_id.
10325
10326 2015-07-29  Pedro Alves  <palves@redhat.com>
10327
10328         * gdb.base/varargs.exp: Use gdb_test_stdio.
10329
10330 2015-07-29  Pedro Alves  <palves@redhat.com>
10331
10332         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10333
10334 2015-07-29  Pedro Alves  <palves@redhat.com>
10335
10336         * gdb.base/ending-run.exp: Use gdb_test_stdio.
10337
10338 2015-07-29  Pedro Alves  <palves@redhat.com>
10339
10340         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10341         parameter into two new parameters, "inf_result" and "gdb_result".
10342         Expect inferior output and gdb output from $inferior_spawn_id and
10343         $gdb_spawn_id, respectively.  Adjust all callers.
10344
10345 2015-07-29  Pedro Alves  <palves@redhat.com>
10346
10347         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10348         of gdb_test_sequence.
10349
10350 2015-07-29  Pedro Alves  <palves@redhat.com>
10351
10352         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10353         (saw_spurious_output): Expect inferior output from
10354         $inferior_spawn_id.  Use gdb_test_stdio.
10355
10356 2015-07-29  Pedro Alves  <palves@redhat.com>
10357
10358         * gdb.base/dprintf.exp: Use standard_testfile.  Change
10359         prepare_for_testing call.
10360         (srcfile): Don't set.
10361         (restart): New procedure.
10362         (test_dprintf): New procecure, use to continue over dprintfs.
10363         (test_call, test_agent): New procedures, tests moved here.
10364         Restart gdb and recreate dprintfs.  Adjust expected output.
10365
10366 2015-07-29  Pedro Alves  <palves@redhat.com>
10367
10368         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10369
10370 2015-07-29  Pedro Alves  <palves@redhat.com>
10371
10372         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10373
10374 2015-07-29  Pedro Alves  <palves@redhat.com>
10375
10376         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10377         gdb_test_stdio.
10378
10379 2015-07-29  Pedro Alves  <palves@redhat.com>
10380
10381         * lib/gdb.exp (gdb_test_stdio): New procedure.
10382
10383 2015-07-29  Pedro Alves  <palves@redhat.com>
10384
10385         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10386
10387 2015-07-29  Pedro Alves  <palves@redhat.com>
10388
10389         * gdb.base/call-signal-resume.exp: Remove check for
10390         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
10391         * gdb.base/unwindonsignal.exp: Likewise.
10392         * gdb.base/call-signals.c (gen_signal): Remove printf call.
10393         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10394
10395 2015-07-29  Pedro Alves  <palves@redhat.com>
10396
10397         * gdb.base/siginfo-addr.c (pass): New function.
10398         (handler): Call it iff si_addr is correct.
10399         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10400         Set a breakpoint at "pass" and continue to it.
10401
10402 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
10403
10404         * gdb.python/py-objfile.exp: Make some tests have unique names.
10405         * gdb.python/py-pp-registration.exp: Likewise.
10406
10407 2015-07-28  Pedro Alves  <palves@redhat.com>
10408
10409         * gdb.server/server-exec-info.exp: Issue a "disconnect".
10410
10411 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10412
10413         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10414
10415 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10416
10417         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10418
10419 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
10420
10421         * gdb.base/gdb-sigterm-2.exp: New test.
10422
10423 2015-07-25  Doug Evans  <xdje42@gmail.com>
10424
10425         Revert:
10426         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10427         (workers/%.worker, build-perf): New rule.
10428         (GDB_PERFTEST_MODE): New variable.
10429         (check-perf): Use it.
10430         (clean): Clean up gdb.perf parallel build subdirs.
10431         * lib/build-piece.exp: New file.
10432         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10433         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10434         name.
10435         (standard_temp_file): Ditto.
10436         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10437         of $GDB_PARALLEL.
10438
10439 2015-07-24  Doug Evans  <dje@google.com>
10440
10441         * gdb.perf/lib/perftest/utils.py: New file.
10442         * gdb.perf/gm-hello.cc: New file.
10443         * gdb.perf/gm-pervasive-typedef.cc: New file.
10444         * gdb.perf/gm-pervasive-typedef.h: New file.
10445         * gdb.perf/gm-std.cc: New file.
10446         * gdb.perf/gm-std.h: New file.
10447         * gdb.perf/gm-use-cerr.cc: New file.
10448         * gdb.perf/gm-utils.h: New file.
10449         * gdb.perf/gmonster-null-lookup.py: New file.
10450         * gdb.perf/gmonster-pervasive-typedef.py: New file.
10451         * gdb.perf/gmonster-print-cerr.py: New file.
10452         * gdb.perf/gmonster-ptype-string.py: New file.
10453         * gdb.perf/gmonster-runto-main.py: New file.
10454         * gdb.perf/gmonster-select-file.py: New file.
10455         * gdb.perf/gmonster1-null-lookup.exp: New file.
10456         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10457         * gdb.perf/gmonster1-print-cerr.exp: New file.
10458         * gdb.perf/gmonster1-ptype-string.exp: New file.
10459         * gdb.perf/gmonster1-runto-main.exp: New file.
10460         * gdb.perf/gmonster1-select-file.exp: New file.
10461         * gdb.perf/gmonster1.cc: New file.
10462         * gdb.perf/gmonster1.exp: New file.
10463         * gdb.perf/gmonster2-null-lookup.exp: New file.
10464         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10465         * gdb.perf/gmonster2-print-cerr.exp: New file.
10466         * gdb.perf/gmonster2-ptype-string.exp: New file.
10467         * gdb.perf/gmonster2-runto-main.exp: New file.
10468         * gdb.perf/gmonster2-select-file.exp: New file.
10469         * gdb.perf/gmonster2.cc: New file.
10470         * gdb.perf/gmonster2.exp: New file.
10471
10472 2015-07-24  Doug Evans  <dje@google.com>
10473
10474         * gdb.perf/README: New file.
10475         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10476         * lib/gen-perf-test.exp: New file.
10477
10478 2015-07-24  Doug Evans  <dje@google.com>
10479
10480         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10481         (PerfTest::startup): New function.
10482         (PerfTest::run): Return result of calling body.
10483         (PerfTest::assemble): Rewrite.
10484         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10485         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10486         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10487         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10488         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10489
10490 2015-07-24  Doug Evans  <dje@google.com>
10491
10492         * lib/gdb.exp (clean_restart): Make executable optional.
10493
10494 2015-07-24  Doug Evans  <dje@google.com>
10495
10496         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10497         compiler_info references.
10498         * gdb.cp/temargs.exp: Ditto.
10499         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10500         (get_compiler_info): Early exit if already computed.  Set compiler_info
10501         to "unknown" if there was a problem.
10502         (test_compiler_info): Add function comment.  Call get_compiler_info.
10503
10504 2015-07-24  Doug Evans  <dje@google.com>
10505
10506         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10507         (workers/%.worker, build-perf): New rule.
10508         (GDB_PERFTEST_MODE): New variable.
10509         (check-perf): Use it.
10510         (clean): Clean up gdb.perf parallel build subdirs.
10511         * lib/build-piece.exp: New file.
10512         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10513         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10514         name.
10515         (standard_temp_file): Ditto.
10516         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10517         of $GDB_PARALLEL.
10518
10519 2015-07-24  Doug Evans  <dje@google.com>
10520
10521         * lib/future.exp (gdb_default_target_compile): New option
10522         "early_flags".
10523         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10524         --as-needed.
10525
10526 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
10527
10528         * gdb.base/catch-syscall.exp: Call gdb_exit before
10529         gdb_skip_xml_test.
10530
10531 2015-07-24  Pedro Alves  <palves@redhat.com>
10532
10533         * gdb.python/py-events.exp: Accept output between the stop event
10534         and the prompt.
10535         * gdb.python/py-evsignal.exp: Likewise.
10536         * gdb.python/py-evthreads.exp: Likewise.
10537
10538 2015-07-24  Pedro Alves  <palves@redhat.com>
10539
10540         PR gdb/18717
10541         * gdb.threads/non-ldr-exit.c: New file.
10542         * gdb.threads/non-ldr-exit.exp: New file.
10543
10544 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10545
10546         * gdb.server/ext-wrapper.exp: Test --wrapper option when
10547         restarting process.
10548
10549 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10550
10551         * gdb.server/ext-restart.exp: New file.
10552
10553 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10554
10555         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10556         argument options.
10557         * gdb.server/ext-wrapper.exp: New file.
10558
10559 2015-07-23  Doug Evans  <dje@google.com>
10560
10561         * gdb.dwarf2/dw2-dummy-cu.S: New file.
10562         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10563
10564 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10565
10566         * gdb.ada/var_arr_typedef.exp: New testcase.
10567         * gdb.ada/var_arr_typedef/pack.adb: New file.
10568         * gdb.ada/var_arr_typedef/pack.ads: New file.
10569         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10570
10571 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
10572
10573         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10574
10575 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10576
10577         * gdb.arch/i386-biarch-core.exp: Replace istarget
10578         by "complete set gnutarget". Remove expectation for the "core-file"
10579         command.
10580
10581 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10582
10583         Revert the previous commit:
10584         Tests for validate symbol file using build-id.
10585
10586 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
10587
10588         Tests for validate symbol file using build-id.
10589         * gdb.base/solib-mismatch-lib.c: New file.
10590         * gdb.base/solib-mismatch-libmod.c: New file.
10591         * gdb.base/solib-mismatch.c: New file.
10592         * gdb.base/solib-mismatch.exp: New file.
10593
10594 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
10595
10596         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10597         nios2-*-linux*.
10598         * gdb.base/sigbpt.exp (stepi_out): Likewise.
10599         * gdb.base/siginfo.exp: Likewise.
10600         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10601
10602 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
10603
10604         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10605         Move it to ...
10606         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10607         ... here.
10608         * gdb.trace/range-stepping.exp: Check that the target supports
10609         range stepping.
10610
10611 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10612
10613         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10614
10615 2015-07-14  Pedro Alves  <palves@redhat.com>
10616
10617         * gdb.base/killed-outside.exp: New file.
10618         * gdb.base/killed-outside.c: New file.
10619
10620 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10621
10622         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10623         (n at main): New.
10624         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10625
10626 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10627
10628         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10629         infcall tests instead of setting up for KFAIL.
10630
10631 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
10632
10633         * gdb.btrace/record_goto-step.exp: New.
10634
10635 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10636
10637         PR compile/18484
10638         * gdb.compile/compile.c (struct struct_type): Add volatile to
10639         selffield's type.
10640         * gdb.compile/compile.exp
10641         (compile code struct_object.selffield = &struct_object): Skip further
10642         struct_object tests if this one xfails.
10643
10644 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
10645
10646         PR exp/18617
10647         * gdb.trace/ax.exp: Add test.
10648
10649 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10650
10651         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10652         instead of istarget "aarch64*-*-*".
10653         * gdb.arch/aarch64-fp.exp: Likewise.
10654         * gdb.base/float.exp: Likewise.
10655         * gdb.reverse/aarch64.exp: Likewise.
10656         * lib/gdb.exp (is_aarch64_target): New proc.
10657
10658 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10659
10660         * lib/gdb.exp (is_aarch32_target): New proc.
10661         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10662         instead of "istarget "arm*-*-*"".
10663         * gdb.arch/arm-disp-step.exp: Likewise.
10664         * gdb.arch/thumb-bx-pc.exp: Likewise.
10665         * gdb.arch/thumb-prologue.exp: Likewise.
10666         * gdb.arch/thumb-singlestep.exp: Likewise.
10667         * gdb.base/disp-step-syscall.exp: Likewise.
10668         * gdb.base/float.exp: Likewise.
10669
10670 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10671
10672         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10673         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10674
10675 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10676
10677         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10678         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10679         if it exists.
10680         * gdb.multi/multi-arch.exp: Likewise.
10681
10682 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
10683
10684         * gdb.python/py-lazy-string.exp: Add missing parentheses to
10685         print.
10686
10687 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10688
10689         * gdb.arch/thumb-singlestep.exp: Do one more single step.
10690
10691 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
10692
10693         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10694         '[' and ']' characters.
10695
10696 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10697
10698         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10699
10700 2015-06-29  Pedro Alves  <palves@redhat.com>
10701
10702         PR threads/18127
10703         * gdb.threads/hand-call-new-thread.c: New file.
10704         * gdb.threads/hand-call-new-thread.c: New file.
10705
10706 2015-06-26  Keith Seitz  <keiths@redhat.com>
10707             Doug Evans  <dje@google.com>
10708
10709         PR 16253
10710         * gdb.cp/var-tag-2.cc: New file.
10711         * gdb.cp/var-tag-3.cc: New file.
10712         * gdb.cp/var-tag-4.cc: New file.
10713         * gdb.cp/var-tag.cc: New file.
10714         * gdb.cp/var-tag.exp: New file.
10715
10716 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10717
10718         * gdb.base/history-duplicates.exp: New test.
10719
10720 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10721
10722         * gdb.base/completion.exp: Test the completion of the "focus"
10723         command.
10724
10725 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10726
10727         * gdb.arch/amd64-prologue-skip.S: New file.
10728         * gdb.arch/amd64-prologue-skip.exp: New file.
10729
10730 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10731
10732         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10733         is_address_zero_readable check.
10734
10735 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10736
10737         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10738         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10739
10740 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10741
10742         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10743         linux targets.
10744
10745 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10746
10747         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10748         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10749         * gdb.base/siginfo-thread.exp: Likewise.
10750
10751 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10752
10753         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10754
10755 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10756
10757         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10758         aarch64*-*-*.
10759         (skip_hw_watchpoint_tests): Likewise.
10760
10761 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10762
10763         * gdb.base/gdbinit-history.exp: Test the interaction between
10764         setting GDBHISTSIZE and setting the history size via .gdbinit.
10765
10766 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10767
10768         PR gdb/16999
10769         * gdb.base/gdbhistsize-history.exp: New test.
10770
10771 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10772
10773         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10774         with GDBHISTSIZE.
10775         * gdb.base/readline.exp: Likewise.
10776
10777 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10778
10779         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10780         line.
10781
10782 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10783
10784         * gdb.base/gdbinit-history.exp: Add test case to check that
10785         an unlimited history file does not get truncated on exit.
10786
10787 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10788
10789         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10790         (VECTOR): New macro.  Use it...
10791         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10792         ...for these typedefs.
10793         (int8, char1, int1, double1): New typedefs.
10794         (struct just_int2, struct two_int2): New structures.
10795         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10796         (add_structvecs, add_singlevecs): New functions.
10797         (main): Call add_some_intvecs twice.
10798         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10799         the compile and exit upon failure.  Try compiling for the "native"
10800         architecture.  Test inferior function calls with vector arguments
10801         and vector return value handling with "finish" and "return".
10802
10803 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10804
10805         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10806         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10807         PE file.
10808         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10809
10810 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10811
10812         PR breakpoints/16465
10813         * gdb.mi/mi-dprintf-pending.c: New file.
10814         * gdb.mi/mi-dprintf-pending.exp: New test.
10815         * gdb.mi/mi-dprintf-pendshr.c: New file.
10816
10817 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10818             Mircea Gherzan  <mircea.gherzan@intel.com>
10819
10820         * gdb.arch/i386-mpx-map.c: New file.
10821         * gdb.arch/i386-mpx-map.exp: New File.
10822
10823 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10824
10825         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10826         * gdb.arch/i386-mpx.exp: Indentation fixed.
10827
10828 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10829
10830         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10831         function and improved indentation.
10832         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10833         gdb_test_multiple. Added additional tests to skip the test.
10834
10835 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10836
10837         * gdb.arch/i386-avx512.c: Change path in include file.
10838         * gdb.arch/i386-avx512.exp: Change include dir path
10839         compilation flag.
10840         * gdb.arch/i386-mpx.c: Change path in include file.
10841         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10842         flag.
10843
10844 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10845
10846         * gdb.compile/compile-print.exp (compile print *vararray@3)
10847         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10848
10849 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10850
10851         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10852         (do not keep jit in memory): ... this.
10853         (expect 5): Change it to ...
10854         (expect no 5): ... this.
10855
10856 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10857
10858         PR gdb/15564
10859         * gdb.mi/mi-detach.exp: New file.
10860
10861 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10862
10863         PR symtab/18392
10864         * gdb.arch/amd64-tailcall-self.S: New file.
10865         * gdb.arch/amd64-tailcall-self.c: New file.
10866         * gdb.arch/amd64-tailcall-self.exp: New file.
10867
10868 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10869
10870         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10871         tests for remote targets by checking is_target_gdbserver.
10872
10873 2015-05-27  Doug Evans  <dje@google.com>
10874
10875         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10876         * gdb.dwarf2/opaque-type-lookup.c: New file.
10877         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10878
10879 2015-05-26  Doug Evans  <dje@google.com>
10880
10881         * gdb.cp/iostream.cc: New file.
10882         * gdb.cp/iostream.exp: New file.
10883
10884 2015-05-26  Doug Evans  <dje@google.com>
10885
10886         * gdb.dwarf2/dw2-op-call.exp: Update.
10887         * gdb.dwarf2/dw4-sig-types.exp: Update.
10888         * gdb.dwarf2/implptr.exp: Update.
10889         * gdb.mi/mi-cmd-param-changed.exp: Update.
10890
10891 2015-05-26  Doug Evans  <dje@google.com>
10892
10893         * gdb.python/py-lazy-string.c: New file.
10894         * gdb.python/py-lazy-string.exp: New file.
10895         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10896         (main): Update.  Add estring3.
10897         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10898         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10899
10900 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10901             Yao Qi  <yao.qi@linaro.org>
10902
10903         * gdb.reverse/aarch64.c: New.
10904         * gdb.reverse/aarch64.exp: New.
10905
10906 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10907
10908         * lib/gdb.exp (supports_process_record): Return true for
10909         aarch64*-linux*.
10910         (supports_reverse): Likewise.
10911
10912 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10913
10914         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10915         Use with_test_prefix.
10916
10917 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10918
10919         * gdb.base/completion.exp: Add test for completion of layout
10920         names.
10921
10922 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10923
10924         * lib/gdb.exp (skip_tui_tests): New proc.
10925         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10926
10927 2015-05-19  Pedro Alves  <palves@redhat.com>
10928
10929         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10930         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10931         the environment while testing.  Restore whole environment
10932         afterwards.
10933
10934 2015-05-16  Doug Evans  <xdje42@gmail.com>
10935
10936         * gdb.guile/scm-ports.c: New file.
10937         * gdb.guile/scm-ports.exp: Add memory port tests.
10938
10939 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10940
10941         * gdb.compile/compile-print.c: New file.
10942         * gdb.compile/compile-print.exp: New file.
10943
10944 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10945
10946         * gdb.compile/compile-ops.exp: Cast param to void.
10947         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10948         (compile code struct_object.selffield = &struct_object): Add xfail.
10949
10950 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10951
10952         * gdb.ada/arr_enum_with_gap: New testcase.
10953
10954 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10955
10956         * gdb.ada/byte_packed_arr: New testcase.
10957
10958 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10959
10960         * gdb.ada/pckd_neg: New testcase.
10961
10962 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10963
10964         PR gdb/17820
10965         * gdb.base/gdbinit-history.exp: New test.
10966         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10967         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10968
10969 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10970
10971         * gdb.python/py-xmethods.cc: Enhance test case.
10972         * gdb.python/py-xmethods.exp: New tests.
10973         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10974         function.
10975         (B_indexoper): Likewise.
10976         (global_dm_list) : Add new xmethod worker functions.
10977
10978 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10979
10980         * gdb.base/coredump-filter.exp: Correctly unset
10981         "coredump_var_addr" array.
10982
10983 2015-05-08  Pedro Alves  <palves@redhat.com>
10984
10985         * gdb.server/non-existing-program.exp: Unset spawn_id.
10986
10987 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10988
10989         PR python/18291
10990         * gdb.python/py-xmethods.exp: Add tests.
10991
10992 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10993
10994         PR gdb/18208
10995         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10996         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10997         function set_coredump_filter, and remove remote_exec call.
10998         Remove argument ipid.  Callers update.
10999         (top level): Don't get inferior's PID.
11000
11001 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11002
11003         * gdb.base/watch_thread_num.exp: Skip test on targets without
11004         access watchpoints.
11005
11006 2015-05-06  Pedro Alves  <palves@redhat.com>
11007
11008         PR server/18081
11009         * gdb.server/non-existing-program.exp: New file.
11010
11011 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11012
11013         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11014
11015 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11016
11017         * gdb.ada/out_of_line_in_inlined: New testcase.
11018
11019 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11020
11021         * gdb.ada/var_rec_arr: New testcase.
11022
11023 2015-04-30  Yao Qi  <yao.qi@linaro.org>
11024
11025         * gdb.base/break-idempotent.exp: If
11026         skip_hw_watchpoint_multi_tests returns true, skip the tests
11027         on "rwatch" and "awatch".
11028
11029 2015-04-30  Yao Qi  <yao.qi@linaro.org>
11030
11031         * gdb.base/relativedebug.exp: Invoke gdb command
11032         "info sharedlibrary", and if libc.so doesn't have debug info,
11033         skip the test.
11034
11035 2015-04-29  Doug Evans  <dje@google.com>
11036
11037         * gdb.python/py-xmethods.exp: Add ptype tests.
11038         * gdb.python/py-xmethods.py (E_method_char_worker): Add
11039         get_result_type method.
11040
11041 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11042
11043         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11044         the target does not support hardware watchpoints.
11045
11046 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11047
11048         * gdb.base/break-always.exp: Abort testing if writing to memory
11049         causes an error.
11050
11051 2015-04-28  Doug Evans  <dje@google.com>
11052
11053         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11054         * gdb.python/py-pp-registration.exp: ... here.  New file.
11055         * gdb.python/py-pp-registration.c: New file.
11056         * gdb.python/py-pp-registration.py: New file.
11057
11058 2015-04-28  Doug Evans  <dje@google.com>
11059
11060         * gdb.python/py-bad-printers.c: New file.
11061         * gdb.python/py-bad-printers.py: New file.
11062         * gdb.python/py-bad-printers.exp: New file.
11063
11064 2015-04-28  Sasha Smundak  <asmundak@google.com>
11065
11066         * gdb.python/py-type.exp: New test.
11067
11068 2015-04-28  Andy Wingo  <wingo@igalia.com>
11069
11070         * gdb.python/py-parameter.exp:
11071         * gdb.guile/scm-parameter.exp: Escape the path that we are
11072         matching against, as it might contain characters that are special
11073         to regular expressions.
11074
11075 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
11076
11077         * gdb.ada/rec_comp: New testcase.
11078
11079 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
11080
11081         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11082         before using it.
11083
11084 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
11085
11086         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
11087         new tests for verilog output.
11088
11089 2015-04-24  Yao Qi  <yao.qi@linaro.org>
11090
11091         * boards/remote-gdbserver-on-localhost.exp: New file.
11092
11093 2015-04-23  Pedro Alves  <palves@redhat.com>
11094
11095         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11096         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
11097         "end of file", remove $inferior_spawn_id from the indirect list.
11098
11099 2015-04-23  Pedro Alves  <palves@redhat.com>
11100
11101         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11102
11103 2015-04-23  Pedro Alves  <palves@redhat.com>
11104
11105         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11106         on $any_spawn_id instead of only on $gdb_spawn_id.
11107
11108 2015-04-21  Pierre Muller  <muller@sourceware.org>
11109
11110         PR pascal/17815
11111         * lib/pascal.exp (gpc_compile): Add new option "class".
11112         (fpc_compile): Likewise.
11113         * gdb.pascal/case-insensitive-symbols.pas: New file.
11114         * gdb.pascal/case-insensitive-symbols.exp: New file.
11115
11116 2015-04-20  Gary Benson <gbenson@redhat.com>
11117
11118         * gdb.base/attach.exp: Fix three extended remote failures.
11119
11120 2015-04-17  Gary Benson <gbenson@redhat.com>
11121
11122         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11123         the main executable over the remote protocol.
11124
11125 2015-04-16  Pedro Alves  <palves@redhat.com>
11126
11127         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11128         a new gdbserver if gdbserver_reconnect_p is set.
11129
11130 2015-04-16  Pedro Alves  <palves@redhat.com>
11131
11132         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11133         is set, don't exit gdbserver.
11134
11135 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11136
11137         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11138         appropriate .insn, such that an older assembler can be used.
11139         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11140         the z/Architecture instruction set on 31-bit targets as well.
11141
11142 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11143
11144         * gdb.go/handcall.exp: Remove all logic related to the first
11145         breakpoint and rely on go_runto_main instead.
11146         * gdb.go/strings.exp: Likewise.
11147         * gdb.go/unsafe.exp: Likewise.
11148         * gdb.go/hello.exp: Likewise.  Also rename the remaining
11149         breakpoint marker to "breakpoint 1".
11150         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11151         * gdb.go/strings.go: Likewise.
11152         * gdb.go/unsafe.go: Likewise.
11153         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
11154         "set breakpoint 2 here" and rename the remaining breakpoint marker
11155         to "breakpoint 1".
11156
11157 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
11158
11159         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11160         if itertools.imap is not present.
11161         * gdb.python/py-objfile.exp: Add parentheses.
11162         * gdb.python/py-type.exp: Same.
11163         * gdb.python/py-unwind-maint.py: Same.
11164
11165 2015-04-15  Yao Qi  <yao.qi@linaro.org>
11166
11167         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11168         of ":$ptr_size" and set its form explicitly.
11169
11170 2015-04-15  Pedro Alves  <palves@redhat.com>
11171             Yao Qi  <yao.qi@linaro.org>
11172
11173         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11174         timeout by factor of 4.
11175         (test_regular_watch): Likewise.
11176         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11177         * gdb.reverse/sigall-reverse.exp: Likewise.
11178         * gdb.reverse/until-precsave.exp: Likewise.
11179         * lib/gdb.exp (with_timeout_factor): New proc.
11180         (gdb_expect): Move some code to ...
11181         (get_largest_timeout): ... here.  New procedure.
11182
11183 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
11184
11185         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11186
11187 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11188
11189         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11190         to write to the .text section.
11191
11192 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11193
11194         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11195         Handle the case of targets that do not provide PID information.
11196
11197 2015-04-13  Yao Qi  <yao.qi@linaro.org>
11198
11199         * lib/gdbserver-support.exp (gdb_exit): Catch exception
11200         and use expect instead of gdb_expect.
11201
11202 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
11203
11204         * gdb.base/coredump-filter.exp: Rename variable "addr" to
11205         "coredump_var_addr" to avoid naming conflict with other testcases.
11206
11207 2015-04-10  Pedro Alves  <palves@redhat.com>
11208
11209         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11210         gdb_test_sequence and gdb_assert.
11211
11212 2015-04-10  Pedro Alves  <palves@redhat.com>
11213
11214         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11215         test messages that don't include the breakpoint address.
11216
11217 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11218
11219         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11220         false for some offset and width combinations which aren't
11221         supported by linux kernel.
11222
11223 2015-04-10  Pedro Alves  <palves@redhat.com>
11224
11225         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11226         procedure, factored out from ...
11227         (top level): ... here.  Add "set displaced-stepping" testing axis.
11228         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11229         parameter "displaced".  Use it.
11230         (top level): Use foreach and add "set displaced-stepping" testing
11231         axis.
11232
11233 2015-04-10  Pedro Alves  <palves@redhat.com>
11234
11235         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11236         Remove comment.
11237         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11238         both the address of the instruction that triggers the watchpoint
11239         and the address of the instruction immediately after, and use
11240         those addresses for the test.  Fix comment.
11241
11242 2015-04-10  Pedro Alves  <palves@redhat.com>
11243
11244         * gdb.base/sigstep.exp (breakpoint_to_handler)
11245         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
11246         Test "backtrace" in handler.
11247         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
11248         (top level): Add new "displaced" test axis to
11249         breakpoint_to_handler, breakpoint_to_handler_entry and
11250         breakpoint_over_handler.
11251
11252 2015-04-10  Pedro Alves  <palves@redhat.com>
11253
11254         PR gdb/18216
11255         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11256
11257 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11258
11259         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11260         (test_add_rn_pc): New function.
11261         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11262         (top level): Invoke test_add_rn_pc.
11263
11264 2015-04-10  Pedro Alves  <palves@redhat.com>
11265
11266         PR gdb/13858
11267         * gdb.base/step-over-no-symbols.exp: New file.
11268
11269 2015-04-09  Andy Wingo  <wingo@igalia.com>
11270
11271         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11272         after the Python tests.
11273
11274 2015-04-08  Keith Seitz  <keiths@redhat.com>
11275
11276         PR python/16699
11277         * gdb.python/py-completion.exp: New tests for completion.
11278         * gdb.python/py-completion.py (CompleteLimit1): New class.
11279         (CompleteLimit2): Likewise.
11280         (CompleteLimit3): Likewise.
11281         (CompleteLimit4): Likewise.
11282         (CompleteLimit5): Likewise.
11283         (CompleteLimit6): Likewise.
11284         (CompleteLimit7): Likewise.
11285
11286 2015-04-08  Pedro Alves  <palves@redhat.com>
11287
11288         PR gdb/18214
11289         PR gdb/18216
11290         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11291         function.
11292         (main): Install it as SIGUSR1 handler.
11293         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11294         parameter.  Always use "setup" as prefix.  Toggle "set
11295         displaced-stepping" off/on depending on global.  Don't switch to
11296         thread 1 here.
11297         (top level): Add displaced stepping "off/on" test axis.  Update
11298         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
11299         continuing with a queued signal in each thread.
11300
11301 2015-04-08  Pedro Alves  <palves@redhat.com>
11302
11303         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11304         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
11305         gdb_breakpoint instead of gdb_test that doesn't expect anything.
11306         Return early if running to main fails.
11307         * gdb.trace/while-stepping.exp: Likewise.
11308
11309 2015-04-07  Pedro Alves  <palves@redhat.com>
11310
11311         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11312         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
11313         interact with inferior program.
11314
11315 2015-04-07  Pedro Alves  <palves@redhat.com>
11316
11317         * lib/gdb.exp (inferior_spawn_id): New global.
11318         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
11319         spawn id after processing the user code.
11320         (default_gdb_start): Set inferior_spawn_id.
11321         (send_inferior): New procedure.
11322         * lib/gdbserver-support.exp (gdbserver_start): Set
11323         inferior_spawn_id.
11324         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11325
11326 2015-04-07  Pedro Alves  <palves@redhat.com>
11327
11328         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11329         * lib/gdbserver-support.exp (gdbserver_start): Make
11330         $server_spawn_id global.
11331         (gdbserver_start): Don't wait for gdbserver's spawn id with
11332         expect_background.
11333         (close_gdbserver): New procedure.
11334         (gdb_exit): Rename the default version and reimplement.
11335
11336 2015-04-07  Pedro Alves  <palves@redhat.com>
11337
11338         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11339         append the substituted item, not the original item.
11340
11341 2015-04-07  Pedro Alves  <palves@redhat.com>
11342
11343         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11344         gdb_expect.
11345
11346 2015-04-07  Pedro Alves  <palves@redhat.com>
11347
11348         * gdb.base/interrupt.exp: Don't handle the case of the inferior
11349         output appearing once only.
11350
11351 2015-04-07  Pedro Alves  <palves@redhat.com>
11352
11353         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11354         that doesn't expect anything.  Return early if running to main
11355         fails.
11356
11357 2015-04-07  Yao Qi  <yao.qi@linaro.org>
11358
11359         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11360         (child_function): Call alarm.
11361         (main): Move call to alarm into the loop.
11362         * gdb.threads/non-stop-fair-events.exp: Build program with
11363         -DTIMEOUT=$timeout.
11364
11365 2015-04-06  Doug Evans  <xdje42@gmail.com>
11366
11367         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11368         Fix dest parameter to board_info.
11369         (fpc_compile): Ditto.
11370         (gdb_compile_pascal): Rename dest arg to destfile.
11371
11372 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
11373
11374         * gdb.ada/funcall_ref.exp: New file.
11375         * gdb.ada/funcall_ref/foo.adb: New file.
11376
11377 2015-04-02  Yao Qi  <yao.qi@linaro.org>
11378
11379         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11380         is remote.
11381
11382 2015-04-02  Gary Benson <gbenson@redhat.com>
11383
11384         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11385
11386 2015-04-01  Sasha Smundak  <asmundak@google.com>
11387
11388         * gdb.python/py-unwind-maint.c: New file.
11389         * gdb.python/py-unwind-maint.exp: New test.
11390         * gdb.python/py-unwind-maint.py: New file.
11391         * gdb.python/py-unwind.c: New file.
11392         * gdb.python/py-unwind.exp: New test.
11393         * gdb.python/py-unwind.py: New test.
11394
11395 2015-04-01  Pedro Alves  <palves@redhat.com>
11396
11397         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11398         to fail instead of non-existent $test.
11399
11400 2015-04-01  Pedro Alves  <palves@redhat.com>
11401
11402         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11403         GDBFLAGS if not empty.
11404
11405 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
11406
11407         * gdb.ada/complete.exp: Remove "multi_line".
11408         * gdb.ada/info_exc.exp: Remove "multi_line".
11409         * gdb.ada/packed_tagged.exp: Remove "multi_line".
11410         * gdb.ada/ptype_field.exp: Remove "multi_line".
11411         * gdb.ada/sym_print_name.exp: Remove "multi_line".
11412         * gdb.ada/tagged.exp: Remove "multi_line".
11413         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11414         [multi_line ...]
11415         * gdb.btrace/delta.exp: Likewise.
11416         * gdb.btrace/exception.exp: Likewise.
11417         * gdb.btrace/function_call_history.exp: Likewise.
11418         * gdb.btrace/instruction_history.exp: Likewise.
11419         * gdb.btrace/nohist.exp: Likewise.
11420         * gdb.btrace/record_goto.exp: Likewise.
11421         * gdb.btrace/segv.exp: Likewise.
11422         * gdb.btrace/stepi.exp: Likewise.
11423         * gdb.btrace/tailcall.exp: Likewise.
11424         * gdb.btrace/unknown_functions.exp: Likewise.
11425         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11426         * lib/gdb.exp: Add the "multi_line" helper.
11427
11428 2015-04-01  Pedro Alves  <palves@redhat.com>
11429
11430         * gdb.threads/tid-reuse.c: New file.
11431         * gdb.threads/tid-reuse.exp: New file.
11432
11433 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
11434
11435         PR corefiles/16092
11436         * gdb.base/coredump-filter.c: New file.
11437         * gdb.base/coredump-filter.exp: Likewise.
11438
11439 2015-03-27  Petr Machata  <pmachata@redhat.com>
11440
11441         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11442         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11443         (Dwarf::assemble): Initialize them.
11444         (Dwarf::lines): New function.
11445
11446 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
11447
11448         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11449         SYMBOL_PREFIX for x86_64-*-cygwin.
11450
11451 2015-03-26  Andy Wingo  <wingo@igalia.com>
11452
11453         PR symtab/18148
11454         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11455         const_value but not a location.
11456         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11457         location defined in non-main CUs are visible.
11458
11459 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11460
11461         PR testsuite/18139
11462         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11463         Add a line number entry for the same line.
11464         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11465         Add a line number entry for the same line.
11466
11467 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11468
11469         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11470         .int 0.
11471         (func): Likewise.  Add .Lfunc_1 label.
11472         Use .Lfunc_1 label.
11473         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11474         .int 0.
11475         (func): Likewise.
11476         Use .Lfunc_1 label.
11477
11478 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11479
11480         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11481         Call gdb_compile instead to compile each .s files without debug
11482         information.
11483
11484 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11485
11486         * gdb.base/savedregs.exp (process_saved_regs): Make
11487         "Saved registers:" optional in the pattern.
11488
11489 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11490
11491         * gdb.btrace/next.exp: Merged into step.exp.
11492         * gdb.btrace/finish.exp: Merged into step.exp.
11493         * gdb.btrace/nexti.exp: Merged into stepi.exp.
11494         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
11495         "record goto" and checking the exact replay position.
11496         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
11497         check for "Recording format" in "info record" output.
11498         * gdb.btrace/record_goto.exp: Choose test file based on target.
11499         * gdb.btrace/x86-record_goto.S: Renamed into ...
11500         * gdb.btrace/x86_64-record_goto.S: ... this.
11501         * gdb.btrace/i686-record_goto.S: New.
11502         * gdb.btrace/x86-tailcall.S: Renamed into ...
11503         * gdb.btrace/x86_64-tailcall.S: ... this.
11504         * gdb.btrace/i686-tailcall.S: New.
11505         * gdb.btrace/x86-tailcall.c: Renamed into ...
11506         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
11507         separate statements.  Update test.
11508         * gdb.btrace/delta.exp: Use record_goto.c as test file.
11509         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11510         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11511         * gdb.btrace/tailcall.exp: Choose test file based on target.
11512         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11513
11514 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11515
11516         * gdb.btrace/exception.exp: Increase BTS buffer size.
11517
11518 2015-03-24  Pedro Alves  <palves@redhat.com>
11519
11520         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11521
11522 2015-03-24  Pedro Alves  <palves@redhat.com>
11523
11524         * gdb.threads/schedlock.exp (test_step): No longer expect that
11525         "set scheduler-locking step" with "next" over a function call runs
11526         threads unlocked.
11527
11528 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11529
11530         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11531
11532 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11533
11534         PR breakpoints/16466
11535         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11536         * gdb.mi/mi-pending.c (thread_func): New function.
11537         (int main): Add threading support required.
11538         * gdb.mi/mi-pending.exp: Add tests for this issue.
11539         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11540         (pendfunc2): Remove stdio dependency.
11541         * gdb.mi/mi-pendshr2.c: New file.
11542
11543 2015-03-23  Keith Seitz  <keiths@redhat.com>
11544
11545         * gdb.linespec/keywords.c: New file.
11546         * gdb.linespec/keywords.exp: New file.
11547
11548 2015-03-23  Keith Seitz  <keiths@redhat.com>
11549
11550         PR gdb/18021
11551         * gdb.dwarf2/staticvirtual.exp: New test.
11552
11553 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11554
11555         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11556         * README: Remove HP-UX and gdb.hp.
11557         (configuration):
11558         * configure: Regenerate.
11559         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11560         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11561         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11562         gdb.hp/gdb.defects/Makefile.
11563         * gdb.hp/Makefile.in: File deleted.
11564         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11565         * gdb.hp/gdb.aCC/optimize.c: File deleted.
11566         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11567         * gdb.hp/gdb.aCC/run.c: File deleted.
11568         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11569         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11570         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11571         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11572         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11573         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11574         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11575         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11576         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11577         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11578         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11579         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11580         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11581         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11582         * gdb.hp/gdb.base-hp/reg.s: File deleted.
11583         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11584         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11585         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11586         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11587         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11588         * gdb.hp/gdb.compat/Makefile.in: File deleted.
11589         * gdb.hp/gdb.compat/average.c: File deleted.
11590         * gdb.hp/gdb.compat/sum.c: File deleted.
11591         * gdb.hp/gdb.compat/xdb.c: File deleted.
11592         * gdb.hp/gdb.compat/xdb0.c: File deleted.
11593         * gdb.hp/gdb.compat/xdb0.h: File deleted.
11594         * gdb.hp/gdb.compat/xdb1.c: File deleted.
11595         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11596         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11597         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11598         * gdb.hp/gdb.defects/Makefile.in: File deleted.
11599         * gdb.hp/gdb.defects/bs14602.c: File deleted.
11600         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11601         * gdb.hp/gdb.defects/solib-d.c: File deleted.
11602         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11603         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11604         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11605         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11606         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11607         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11608         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11609         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11610         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11611         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11612         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11613         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11614         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11615         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11616         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11617         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11618         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11619         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11620         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11621         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11622         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11623         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11624         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11625         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11626         * gdb.hp/tools/odump: File deleted.
11627
11628 2015-03-19  Pedro Alves  <palves@redhat.com>
11629
11630         * gdb.threads/continue-pending-status.exp (saw_thread_2)
11631         (saw_thread_3): New globals.
11632         (top level): Increment them when an event for the corresponding
11633         thread is seen.
11634         (no thread starvation): New test.
11635
11636 2015-03-19  Pedro Alves  <palves@redhat.com>
11637
11638         * gdb.threads/continue-pending-status.c: New file.
11639         * gdb.threads/continue-pending-status.exp: New file.
11640
11641 2015-03-18  Pedro Alves  <palves@redhat.com>
11642
11643         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11644         Use gdb_is_target_remote instead of is_remote.  Use
11645         gdb_test_multiple instead of gdb_expect.  Exit early if
11646         gdb_test_multiple hits its internal matches.  Tighten stepi tests
11647         expected output.  Fail on exit with any signal, instead of just
11648         SIGILL.
11649
11650 2015-03-18  Yao Qi  <yao.qi@linaro.org>
11651
11652         PR tdep/18107
11653         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11654         variable.
11655         * gdb.base/catch-syscall.exp: Don't skip it on
11656         aarch64*-*-linux* target.  Remove elements in all_syscalls.
11657         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11658         target.
11659         (setup_all_syscalls): New proc.
11660
11661 2015-03-16  Yao Qi  <yao.qi@linaro.org>
11662
11663         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11664         (top level): Skip tests if valid_addr_p returns false for
11665         $cmd1 or $cmd2.
11666
11667 2015-03-11  Andy Wingo  <wingo@igalia.com>
11668
11669         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11670
11671 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11672
11673         * gdb.base/catch-syscall.exp: Fix typo in comments.
11674
11675 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11676
11677         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11678
11679 2015-03-09  Pedro Alves  <palves@redhat.com>
11680
11681         * dg-extract-results.py: Delete.
11682
11683 2015-03-09  Pedro Alves  <palves@redhat.com>
11684
11685         Merge dg-extract-results.sh from GCC upstream (r218843).
11686
11687         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
11688                 * dg-extract-results.sh: Use --text with grep to avoid issues with
11689                 binary files.  Fall back to cat -v, if that doesn't work.
11690
11691 2015-03-05  Pedro Alves  <palves@redhat.com>
11692
11693         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11694
11695 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
11696
11697         * lib/mi-support.exp (mi_expect_interrupt): Accept
11698         alternative event for when in all-stop mode.
11699
11700 2015-03-04  Pedro Alves  <palves@redhat.com>
11701
11702         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11703
11704 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11705
11706         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11707
11708 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11709
11710         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11711         regexps for GDB's current line display, accept a hex address
11712         preceding the line number.
11713
11714 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11715
11716         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11717         the 'arch1' variable for "s390*-linux*" targets.
11718
11719 2015-03-04  Pedro Alves  <palves@redhat.com>
11720
11721         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11722         (main): Pass missing retval argument to pthread_join call.
11723
11724 2015-03-02  Pedro Alves  <palves@redhat.com>
11725
11726         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11727         (top level): Call do_test with non-stop as well.
11728
11729 2015-03-02  Pedro Alves  <palves@redhat.com>
11730
11731         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11732         -1.
11733
11734 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11735
11736         * gdb.arch/s390-vregs.exp: New test.
11737         * gdb.arch/s390-vregs.S: New file.
11738
11739 2015-02-27  Pedro Alves  <palves@redhat.com>
11740
11741         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11742         call to catch_command_errors.
11743         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11744         catch_command_errors.
11745
11746 2015-02-27  Pedro Alves  <palves@redhat.com>
11747
11748         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11749         "true" for boolean result.
11750         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11751         prototype of main.
11752
11753 2015-02-27  Pedro Alves  <palves@redhat.com>
11754
11755         * lib/unbuffer_output.c: New file.
11756         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11757         (main): Call gdb_unbuffer_output.
11758
11759 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11760
11761         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11762         target.
11763
11764 2015-02-26  Doug Evans  <dje@google.com>
11765
11766         * gdb.cp/class2.cc (Dbase, D): New classes.
11767         (main): New local delta.
11768         * gdb.cp/class2.exp: Test printing delta.
11769         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11770         (dynbar): New global.
11771         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11772
11773 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11774
11775         * gdb.compile/compile-ifunc.c: New file.
11776         * gdb.compile/compile-ifunc.exp: New file.
11777
11778 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11779
11780         * gdb.base/structs.exp: Check for correct struct on finish.
11781
11782 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11783
11784         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11785         is zero.
11786
11787 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11788
11789         * gdb.arch/cordic.ko.bz2: New file.
11790         * gdb.arch/cordic.ko.debug.bz2: New file.
11791         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11792
11793 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11794
11795         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11796         aarch64*-*-* target.
11797
11798 2015-02-23  Pedro Alves  <palves@redhat.com>
11799
11800         * lib/gdb.exp (delete_breakpoints): Rewrite using
11801         gdb_test_multiple.
11802
11803 2015-02-23  Pedro Alves  <palves@redhat.com>
11804
11805         * gdb.base/info-os.c: Include stdlib.h.
11806
11807 2015-02-22  Doug Evans  <xdje42@gmail.com>
11808
11809         PR symtab/17855
11810         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11811         is read after symbols have been re-read.
11812         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11813         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11814
11815 2015-02-21  Doug Evans  <dje@google.com>
11816
11817         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11818
11819 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11820
11821         PR corefiles/17808
11822         * gdb.arch/i386-biarch-core.core.bz2: New file.
11823         * gdb.arch/i386-biarch-core.exp: New file.
11824
11825 2015-02-21  Pedro Alves  <palves@redhat.com>
11826
11827         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11828         runto_main fails.
11829
11830 2015-02-20  Pedro Alves  <palves@redhat.com>
11831
11832         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11833         info probes.
11834
11835 2015-02-20  Pedro Alves  <palves@redhat.com>
11836
11837         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11838
11839 2015-02-20  Pedro Alves  <palves@redhat.com>
11840
11841         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11842         clean_restart before gdb_target_supports_trace.
11843
11844 2015-02-20  Pedro Alves  <palves@redhat.com>
11845
11846         PR threads/18006
11847         * gdb.threads/clone-thread_db.c: New file.
11848         * gdb.threads/clone-thread_db.exp: New file.
11849
11850 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11851
11852         PR breakpoints/16812
11853         * gdb.base/catch-gdb-caused-signals.c: New file.
11854         * gdb.base/catch-gdb-caused-signals.exp: New file.
11855
11856 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11857
11858         * configure: Regenerated.
11859         * configure.ac: Use GDB_AC_TRANSFORM.
11860         * aclocal.m4: sinclude ../transform.m4.
11861
11862 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11863
11864         * lib/dtrace.exp: New file.
11865         * gdb.base/dtrace-probe.exp: Likewise.
11866         * gdb.base/dtrace-probe.d: Likewise.
11867         * gdb.base/dtrace-probe.c: Likewise.
11868         * lib/pdtrace.in: Likewise.
11869         * configure.ac: Output variables with the transformed names of
11870         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11871         * configure: Regenerated.
11872
11873 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11874
11875         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11876         expected message when trying to access $_probe_* convenience
11877         variables while not on a probe.
11878
11879 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11880
11881         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11882
11883 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11884
11885         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11886         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11887
11888 2015-02-10  Doug Evans  <xdje42@gmail.com>
11889
11890         * lib/gdb.exp (gdb_load): Always return a result.
11891
11892 2015-02-10  Pedro Alves  <palves@redhat.com>
11893
11894         * gdb.threads/signal-sigtrap.c: New file.
11895         * gdb.threads/signal-sigtrap.exp: New file.
11896
11897 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11898
11899         * gdb.trace/no-attach-trace.c: New file.
11900         * gdb.trace/no-attach-trace.exp: New file.
11901
11902 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11903
11904         * gdb.dwarf2/atomic.c: New file.
11905         * gdb.dwarf2/atomic-type.exp: Likewise.
11906
11907 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11908
11909         * gdb.btrace/buffer-size.exp: Update "info record" output.
11910         * gdb.btrace/delta.exp: Update "info record" output.
11911         * gdb.btrace/enable.exp: Update "info record" output.
11912         * gdb.btrace/finish.exp: Update "info record" output.
11913         * gdb.btrace/instruction_history.exp: Update "info record" output.
11914         * gdb.btrace/next.exp: Update "info record" output.
11915         * gdb.btrace/nexti.exp: Update "info record" output.
11916         * gdb.btrace/step.exp: Update "info record" output.
11917         * gdb.btrace/stepi.exp: Update "info record" output.
11918         * gdb.btrace/nohist.exp: Update "info record" output.
11919
11920 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11921
11922         * gdb.btrace/buffer-size: New.
11923
11924 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11925
11926         * gdb.btrace/delta.exp: Update "info record" output.
11927         * gdb.btrace/enable.exp: Update "info record" output.
11928         * gdb.btrace/finish.exp: Update "info record" output.
11929         * gdb.btrace/instruction_history.exp: Update "info record" output.
11930         * gdb.btrace/next.exp: Update "info record" output.
11931         * gdb.btrace/nexti.exp: Update "info record" output.
11932         * gdb.btrace/step.exp: Update "info record" output.
11933         * gdb.btrace/stepi.exp: Update "info record" output.
11934         * gdb.btrace/nohist.exp: Update "info record" output.
11935
11936 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11937
11938         PR gdb/15678
11939         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11940
11941 2015-02-06  Pedro Alves  <palves@redhat.com>
11942
11943         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11944         macro.
11945         (seconds_left, again): New globals.
11946         (main): Wait seconds_left in a 1-second sleep loop instead of
11947         sleeping 180 seconds.  If 'again' is set, reset the seconds
11948         counter.
11949         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11950         'again' in the inferior before detaching.  Print the seconds left.
11951         (options): New global.
11952         (top level): Build program with -DTIMEOUT=$timeout.
11953
11954 2015-02-06  Pedro Alves  <palves@redhat.com>
11955
11956         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11957         determine how many seconds to pass to 'alarm'.
11958         * gdb.base/gdb-sigterm.exp (top level): Build program with
11959         -DTIMEOUT=$timeout.
11960         (do_test): Return success/failure indication.  Add more verbose
11961         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11962         when the test times out.
11963         (passes): New global.
11964         (top level): Break the testing loop if testing fails on any
11965         iteration.  Use gdb_assert.
11966
11967 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11968
11969         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11970         and initialize them.
11971         (ipc_cleanup): New function.
11972         (main): Don't declare shmid, semid, and msqid.  Add a call to
11973         atexit so that we call ipc_cleanup on exit.
11974
11975 2015-02-04  Pedro Alves  <palves@redhat.com>
11976
11977         * boards/native-extended-gdbserver.exp: Remove any target variant
11978         specifications from the board name before clearing the isremote
11979         flag from board_info.
11980
11981 2015-01-31  Doug Evans  <xdje42@gmail.com>
11982
11983         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11984
11985 2015-01-31  Gary Benson <gbenson@redhat.com>
11986
11987         * gdb.base/completion.exp: Disable completion limiting for
11988         existing tests.  Add new tests to check completion limiting.
11989         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11990
11991 2015-01-31  Doug Evans  <xdje42@gmail.com>
11992
11993         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11994
11995 2015-01-31  Doug Evans  <xdje42@gmail.com>
11996
11997         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11998         entries.  Duplicate file section script entries.
11999         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12000         inlined entries.  Add test for safe-path rejection.
12001         * gdb.python/py-section-script.c: Add duplicate inlined section script
12002         entries.  Duplicate file section script entries.
12003         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12004         inlined entries.  Add test for safe-path rejection.
12005
12006 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12007
12008         * gdb.ada/disc_arr_bound: New testcase.
12009
12010 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12011
12012         * gdb.ada/mi_var_array: New testcase.
12013
12014 2015-01-27  Doug Evans  <dje@google.com>
12015
12016         * gdb.python/py-objfile.exp: Add tests for objfile.username.
12017         Add test for objfile.filename, objfile.username after objfile
12018         has been unloaded.
12019
12020 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
12021
12022         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12023         the second test to print the name attribute of value
12024         returned by the call to gdb.lookup_type, and adjust
12025         the expected output accordingly.
12026
12027 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12028
12029         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12030         * gdb.base/disp-step-fork.c: Include unistd.h.
12031         * gdb.base/siginfo-obj.c: Include stdio.h.
12032         * gdb.base/siginfo-thread.c: Likewise.
12033         * gdb.mi/non-stop.c: Include unistd.h.
12034         * gdb.mi/nsthrexec.c: Include stdio.h.
12035         * gdb.mi/pthreads.c: Include unistd.h.
12036         * gdb.modula2/unbounded1.c (main): Declare returns int.
12037         * gdb.reverse/consecutive-reverse.c: Likewise.
12038         * gdb.threads/create-fail.c: Include unistd.h.
12039         * gdb.threads/killed.c: Likewise.
12040         * gdb.threads/linux-dp.c: Likewise.
12041         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12042         * gdb.threads/non-ldr-exc-2.c: Likewise.
12043         * gdb.threads/non-ldr-exc-3.c: Likewise.
12044         * gdb.threads/non-ldr-exc-4.c: Likewise.
12045         * gdb.threads/pthreads.c: Include unistd.h.
12046         (main): Declare returns int.
12047         * gdb.threads/tls-main.c (foo): New declaration.
12048         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12049
12050 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12051
12052         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12053         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12054
12055 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12056
12057         * gdb.base/noreturn-return.c: New file.
12058         * gdb.base/noreturn-return.exp: New file.
12059         * gdb.base/noreturn-finish.c: New file.
12060         * gdb.base/noreturn-finish.exp: New file.
12061
12062 2015-01-23  Pedro Alves  <palves@redhat.com>
12063
12064         * gdb.threads/continue-pending-after-query.c: New file.
12065         * gdb.threads/continue-pending-after-query.exp: New file.
12066
12067 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
12068             Simon Marchi  <simon.marchi@ericsson.com>
12069
12070         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12071         * gdb.base/valgrind-db-attach.exp: Same.
12072         * gdb.base/valgrind-infcall.exp: Same.
12073         * lib/mi-support.exp (default_mi_gdb_start): Same.
12074         * lib/prompt.exp (default_prompt_gdb_start): Same.
12075         * lib/gdb.exp (default_gdb_spawn): Same.
12076         (gdb_interact): New.
12077
12078
12079 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12080
12081         * gdb.compile/compile.exp (pointer to jit function): New test.
12082
12083 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12084
12085         * lib/gdb.exp (supports_process_record): Return true for
12086         powerpc*-*-linux*.
12087         (supports_reverse): Likewise.
12088
12089 2015-01-15  Don Breazeal  <donb@codesourcery.com>
12090
12091         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12092         instead of checking whether the target board is remote and
12093         use spawn_wait_for_attach instead of exec/sleep.
12094         * gdb.base/attach-twice.exp: Likewise.
12095
12096 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12097
12098         * gdb.ada/var_arr_attrs: New testcase.
12099
12100 2015-01-14  Pedro Alves  <palves@redhat.com>
12101             Joel Brobecker  <brobecker@adacore.com>
12102
12103         PR gdb/17525
12104         * gdb.base/bp-cmds-execution-x-script.c: New file.
12105         * gdb.base/bp-cmds-execution-x-script.exp: New file.
12106         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12107
12108 2015-01-14  Pedro Alves  <palves@redhat.com>
12109
12110         PR cli/17828
12111         * gdb.base/batch-preserve-term-settings.c: New file.
12112         * gdb.base/batch-preserve-term-settings.exp: New file.
12113
12114 2015-01-13  Doug Evans  <dje@google.com>
12115
12116         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12117         binary.
12118
12119 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12120
12121         * Makefile.in (clean mostlyclean): Do not delete *.py.
12122
12123 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12124
12125         * gdb.python/py-lookup-type.exp: New file.
12126
12127 2015-01-12  Pedro Alves  <palves@redhat.com>
12128
12129         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12130         restore GDBFLAGS before returning.
12131
12132 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12133
12134         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12135         is_amd64_regs_target and is_x86_like_target.
12136
12137 2015-01-11  Doug Evans  <xdje42@gmail.com>
12138
12139         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12140         is given without an explicit form.
12141         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12142         attributes.
12143         * gdb.dwarf/corrupt.exp: Ditto.
12144         * gdb.dwarf2/enum-type.exp: Ditto.
12145         * gdb.trace/entry-values.exp: Ditto.
12146         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12147
12148 2015-01-11  Doug Evans  <xdje42@gmail.com>
12149
12150         PR gdb/15830
12151         * gdb.base/maint.exp: Remove references to "maint demangle".
12152         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
12153         Add tests for explicitly specifying language to demangle.
12154         * gdb.dlang/demangle.exp: Ditto.
12155
12156 2015-01-09  Pedro Alves  <palves@redhat.com>
12157
12158         * gdb.threads/non-stop-fair-events.c: New file.
12159         * gdb.threads/non-stop-fair-events.exp: New file.
12160
12161 2015-01-09  Pedro Alves  <palves@redhat.com>
12162
12163         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12164         the global scope.  Set a breakpoint after all threads are started
12165         rather than stepping over two source lines.  Expect the prompt.
12166         * gdb.base/watch_thread_num.c (threads_started_barrier): New
12167         global.
12168         (NUM): Now 15.
12169         (main): Use threads_started_barrier to wait for all threads to
12170         start.  Main thread no longer calls thread_function.  Exit after
12171         180 seconds.
12172         (loop): New function.
12173         (thread_function): Wait on threads_started_barrier barrier.  Call
12174         'loop' at each iteration.
12175         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12176         threads have started, instead of hardcoding number of "next"
12177         steps.  Use an access watchpoint instead of a write watchpoint.
12178
12179 2015-01-09  Pedro Alves  <palves@redhat.com>
12180
12181         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12182         (thread_func): Wait on barrier.
12183         (main): Wait for all threads to start before stopping GDB.
12184         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12185         global.
12186         (thread1_func, thread2_func): Wait on barrier.
12187         (main): Wait for all threads to start before stopping GDB.
12188         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12189         New global.
12190         (thread1_func, thread2_func): Wait on barrier.
12191         (main): Wait for all threads to start before stopping GDB.
12192
12193 2015-01-09  Pedro Alves  <palves@redhat.com>
12194
12195         * gdb.threads/attach-many-short-lived-threads.c: New file.
12196         * gdb.threads/attach-many-short-lived-threads.exp: New file.
12197
12198 2014-01-09  Pedro Alves  <palves@redhat.com>
12199
12200         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12201         instead of to thread 2.
12202         * gdb.threads/signal-command-multiple-signals-pending.c (main):
12203         Add barrier around each pthread_create call instead of around all
12204         calls.
12205         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12206         Set a break on thread_function and have the child threads hit it
12207         one at at a time.
12208
12209 2015-01-09  Pedro Alves  <palves@redhat.com>
12210
12211         * lib/gdb.exp (can_spawn_for_attach): New procedure.
12212         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12213         false.
12214         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12215         checking whether the target board is remote.
12216         * gdb.multi/multi-attach.exp: Likewise.
12217         * gdb.python/py-sync-interp.exp: Likewise.
12218         * gdb.server/ext-attach.exp: Likewise.
12219         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12220         tests that need to attach, instead of checking whether the target
12221         board is remote at the top of the file.
12222
12223 2015-01-08  Yao Qi  <yao@codesourcery.com>
12224
12225         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12226
12227 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12228
12229         Fix testcase compilation.
12230         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12231
12232 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12233
12234         * gdb.python/py-type.exp: Add a couple test about empty
12235         array creation, and negative-length array creation.
12236
12237 2015-01-02  Doug Evans  <xdje42@gmail.com>
12238
12239         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12240
12241 2015-01-02  Doug Evans  <dje@google.com>
12242
12243         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12244
12245 2014-12-29  Yao Qi  <yao@codesourcery.com>
12246
12247         * gdb.trace/entry-values.exp: Update comments.  Rename variable
12248         bar_call_foo to returned_from_foo.
12249
12250 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
12251
12252         PR gdb/17394
12253         * gdb.linespec/break-asm-file.c: New file.
12254         * gdb.linespec/break-asm-file.exp: New file.
12255         * gdb.linespec/break-asm-file0.s: New file.
12256         * gdb.linespec/break-asm-file1.s: New file.
12257
12258 2014-12-18  Nigel Stephens  <nigel@mips.com>
12259             Maciej W. Rozycki  <macro@codesourcery.com>
12260
12261         * gdb.base/float.exp: Handle the new output from "info float" on
12262         MIPS targets.
12263
12264 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12265
12266         Fix MinGW compilation.
12267         * gdb.compile/compile-ops.exp: Update untested message if
12268         !skip_compile_feature_tests.
12269         * gdb.compile/compile-setjmp.exp: Likewise.
12270         * gdb.compile/compile-tls.exp: Likewise.
12271         * gdb.compile/compile.exp: Likewise.
12272         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12273         supported on this host".
12274
12275 2014-12-16  Doug Evans  <xdje42@gmail.com>
12276
12277         * boards/stabs.exp: New file.
12278
12279 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
12280
12281         * gdb.base/completion.exp: Adjust to format changes of "maint
12282         print user-registers".
12283
12284 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
12285
12286         PR server/17457
12287         * gdb.arch/aarch64-fp.c: New file.
12288         * gdb.arch/aarch64-fp.exp: New file.
12289
12290 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12291
12292         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12293         r210637, r210913, r211666, r215400, r215817).
12294
12295         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
12296                 * dg-extract-results.py: New file.
12297                 * dg-extract-results.sh: Use it if the environment seems
12298                 suitable.
12299
12300         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
12301
12302                 * dg-extract-results.py (parse_run): Handle warnings that
12303                 are printed before a test harness is run.
12304
12305         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
12306
12307                 * dg-extract-results.py (Named): Remove __cmp__ method.
12308                 (output_variation): Use a key to sort variation.harnesses.
12309
12310         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
12311
12312                 * dg-extract-results.py: For Python 3, force sys.stdout to
12313                 handle surrogate escape sequences.
12314                 (safe_open): New function.
12315                 (output_segment, main): Use it.
12316
12317         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
12318
12319                 * dg-extract-results.py (Prog.result_re): Include options
12320                 in test name.
12321
12322         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
12323
12324                 * dg-extract-results.py (output_variation): Always sort if
12325                 do_sum.
12326
12327 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
12328
12329         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12330         as long as we get pagination notifications.
12331
12332 2014-12-15  Jason Merrill  <jason@redhat.com>
12333
12334         * Makefile.in (check-gdb.%): Restore.
12335         * README: Mention it.
12336
12337 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
12338
12339         * gdb.ada/str_uninit: New testcase.
12340
12341 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12342
12343         PR symtab/17642
12344         * gdb.base/vla-stub-define.c: New file.
12345         * gdb.base/vla-stub.c: New file.
12346         * gdb.base/vla-stub.exp: New file.
12347
12348 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
12349             Jan Kratochvil  <jan.kratochvil@redhat.com>
12350             Tom Tromey  <tromey@redhat.com>
12351
12352         * configure.ac: Add gdb.compile/.
12353         * configure: Regenerate.
12354         * gdb.compile/Makefile.in: New file.
12355         * gdb.compile/compile-ops.exp: New file.
12356         * gdb.compile/compile-ops.c: New file.
12357         * gdb.compile/compile-tls.c: New file.
12358         * gdb.compile/compile-tls.exp: New file.
12359         * gdb.compile/compile-constvar.S: New file.
12360         * gdb.compile/compile-constvar.c: New file.
12361         * gdb.compile/compile-mod.c: New file.
12362         * gdb.compile/compile-nodebug.c: New file.
12363         * gdb.compile/compile-setjmp-mod.c: New file.
12364         * gdb.compile/compile-setjmp.c: New file.
12365         * gdb.compile/compile-setjmp.exp: New file.
12366         * gdb.compile/compile-shlib.c: New file.
12367         * gdb.compile/compile.c: New file.
12368         * gdb.compile/compile.exp: New file.
12369         * lib/gdb.exp (skip_compile_feature_tests): New proc.
12370
12371 2014-12-12  Tom Tromey  <tromey@redhat.com>
12372
12373         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
12374         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12375
12376 2014-12-12  Doug Evans  <dje@google.com>
12377
12378         * lib/gdb-python.exp (get_python_valueof): New function.
12379         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12380
12381 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12382
12383         * gdb.base/completion.exp: Add test for completion of "info
12384         registers ".
12385
12386 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
12387
12388         * gdb.base/func-ptrs.c: New file.
12389         * gdb.base/func-ptrs.exp: New file.
12390
12391 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12392
12393         PR breakpoints/17012
12394         * gdb.base/dprintf-detach.c: New file.
12395         * gdb.base/dprintf-detach.exp: New file.
12396
12397 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12398
12399         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12400         * lib/gdb.exp (target_is_gdbserver): New procedure.
12401
12402 2014-12-08  Doug Evans  <dje@google.com>
12403
12404         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12405
12406 2014-12-05  Yao Qi  <yao@codesourcery.com>
12407
12408         * gdb.guile/scm-error.exp: Remove the third argument to
12409         gdb_remote_download.
12410         * gdb.guile/scm-frame-args.exp: Likewise.
12411         * gdb.guile/scm-section-script.exp: Likewise.
12412
12413 2014-12-05  Yao Qi  <yao@codesourcery.com>
12414
12415         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12416
12417 2014-12-04  Doug Evans  <dje@google.com>
12418
12419         * gdb.python/py-objfile.exp: Add tests for
12420         objfile.add_separate_debug_file.
12421
12422 2014-12-04  Doug Evans  <dje@google.com>
12423
12424         * lib/gdb.exp (get_build_id): New function.
12425         (build_id_debug_filename_get): Rewrite to use it.
12426         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12427
12428 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
12429
12430         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12431         `method(long)', not just 0x0.
12432         * gdb.cp/nsalias.exp: Align code labels to 4.
12433         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12434         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12435         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12436         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12437         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12438         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12439
12440 2014-12-02  Doug Evans  <dje@google.com>
12441
12442         PR symtab/17602
12443         * gdb.cp/anon-ns.cc: Move guts of this file to ...
12444         * gdb.cp/anon-ns2.cc: ... here.  New file.
12445         * gdb.cp/anon-ns.exp: Update.
12446
12447 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
12448
12449         * gdb.python/py-events.py (inferior_call_handler): New.
12450         (register_changed_handler, memory_changed_handler): New.
12451         (test_events.invoke): Register new handlers.
12452         * gdb.python/py-events.exp: Add tests for inferior call,
12453         memory_changed and register_changed events.
12454
12455 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12456
12457         * gdb.base/execl-update-breakpoints.exp: Specify the link address
12458         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
12459         if the linker doesn't understand this.
12460
12461 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
12462
12463         * gdb.python/python.exp: Change expected reply to help().
12464
12465 2014-12-01  Yao Qi  <yao@codesourcery.com>
12466
12467         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
12468         AC_CONFIG_SUBDIRS(gdb.gdbtk).
12469         * configure: Re-generated.
12470
12471 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
12472
12473         * gdb.cp/chained-calls.cc: New file.
12474         * gdb.cp/chained-calls.exp: New file.
12475         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12476
12477 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
12478
12479         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12480         * gdb.dwarf2/symtab-producer.exp: Same.
12481         * gdb.gdb/python-interrupts.exp: Same.
12482         * gdb.gdb/python-selftest.exp: Same.
12483         * gdb.python/py-linetable.exp: Same.
12484         * gdb.python/py-type.exp: Same.
12485         * gdb.python/py-value-cc.exp: Same.
12486         * gdb.python/py-value.exp: Same.
12487
12488 2014-11-28  Yao Qi  <yao@codesourcery.com>
12489
12490         * gdb.base/break-probes.exp: Match library name prefixed with
12491         sysroot.
12492
12493 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
12494
12495         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12496         test expected output.  Add parentheses for the call to print.
12497         Remove L suffix from integers.
12498
12499 2014-11-26  Doug Evans  <dje@google.com>
12500
12501         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12502
12503 2014-11-22  Yao Qi  <yao@codesourcery.com>
12504
12505         * gdb.trace/entry-values.c: Remove asms.
12506         (foo): Add foo_label.
12507         (bar): Add bar_label.
12508         * gdb.trace/entry-values.exp: Remove code computing  foo's
12509         length and bar's length.
12510         (Dwarf::assemble): Invoke function_range for bar and use
12511         MACRO_AT_func for foo.
12512
12513 2014-11-22  Yao Qi  <yao@codesourcery.com>
12514
12515         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12516         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
12517         Use .Lgcc43_procstart instead of gcc43.
12518
12519 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
12520
12521         * gdb.ada/n_arr_bound: New testcase.
12522
12523 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
12524
12525         PR breakpoints/10737
12526         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12527         test_catch_syscall_multi_arch.
12528         (test_catch_syscall_multi_arch): New function.
12529
12530 2014-11-20  Doug Evans  <xdje42@gmail.com>
12531
12532         * gdb.base/maint.exp: Update expected output.
12533
12534 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12535
12536         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12537         4-byte instruction on S390.
12538
12539 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12540
12541         * gdb.ada/arr_arr: New testcase.
12542
12543 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12544
12545         * gdb.ada/pkd_arr_elem: New Testcase.
12546
12547 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
12548
12549         * gdb.reverse/break-precsave: Expect completion message for
12550         core file reads.
12551         * gdb.reverse/consecutive-precsave.exp: Likewise.
12552         * gdb.reverse/finish-precsave.exp: Likewise.
12553         * gdb.reverse/i386-precsave.exp: Likewise.
12554         * gdb.reverse/machinestate-precsave.exp: Likewise.
12555         * gdb.reverse/sigall-precsave.exp: Likewise.
12556         * gdb.reverse/solib-precsave.exp: Likewise.
12557         * gdb.reverse/step-precsave.exp: Likewise.
12558         * gdb.reverse/until-precsave.exp: Likewise.
12559         * gdb.reverse/watch-precsave.exp: Likewise.
12560
12561 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12562
12563         * gdb.base/bp-permanent.c: Include unistd.h.
12564         * gdb.python/py-framefilter-mi.c (main): Add return type.
12565         * gdb.python/py-framefilter.c (main): Likewise.
12566         * gdb.trace/actions-changed.c (main): Likewise.
12567
12568 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12569
12570         * gdb.mi/until.c: Add eye-catchers.
12571         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12572         line numbers.
12573
12574 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12575
12576         * gdb.base/condbreak.exp: Drop references to removed non-prototype
12577         function header variants in break1.c.
12578         * gdb.base/ena-dis-br.exp: Likewise.
12579         * gdb.base/hbreak2.exp: Likewise.
12580         * gdb.reverse/until-precsave.exp: Drop references to removed
12581         non-prototype function header variants in ur1.c.
12582         * gdb.reverse/until-reverse.exp: Likewise.
12583
12584 2014-11-17  Petr Machata  <pmachata@redhat.com>
12585
12586         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
12587         ${_cu_offset_size} bytes abbrev offset.
12588
12589 2014-11-15  Doug Evans  <xdje42@gmail.com>
12590
12591         PR symtab/17559
12592         * gdb.base/line-symtabs.exp: New file.
12593         * gdb.base/line-symtabs.c: New file.
12594         * gdb.base/line-symtabs.h: New file.
12595
12596 2014-11-14  Yao Qi  <yao@codesourcery.com>
12597
12598         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12599         (func): Add label func_label.
12600         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12601         Replace low_pc and high_pc with MACRO_AT_range.
12602         Replace name, low_pc and high_pc with MACRO_AT_func.
12603
12604 2014-11-14  Yao Qi  <yao@codesourcery.com>
12605
12606         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12607         Replace name, low_pc and high_pc with MACRO_AT_func.
12608
12609 2014-11-14  Yao Qi  <yao@codesourcery.com>
12610
12611         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12612         produce debug information.
12613         * gdb.dwarf2/implptr-optimized-out.S: Removed.
12614
12615 2014-11-14  Yao Qi  <yao@codesourcery.com>
12616
12617         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12618         object and get function length.
12619         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12620         with MACRO_AT_func.
12621         (top-level): Replace gdb_compile and clean_restart with
12622         prepare_for_testing.
12623         * gdb.dwarf2/main.c (main): Add label main_label.
12624
12625 2014-11-14  Yao Qi  <yao@codesourcery.com>
12626
12627         * lib/dwarf.exp (function_range): New procedure.
12628         (Dwarf::_handle_macro_at_func): New procedure.
12629         (Dwarf::_handle_macro_at_range): New procedure.
12630         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12631
12632 2014-11-14  Yao Qi  <yao@codesourcery.com>
12633
12634         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12635         (_handle_attribute): New procedure.
12636
12637 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12638
12639         * gdb.ada/cond_lang/foo.c (callme): Add return type.
12640         * gdb.base/call-sc.c (zed): Likewise.
12641         * gdb.base/checkpoint.c (main): Likewise.
12642         * gdb.base/dump.c (main): Likewise.
12643         * gdb.base/gcore.c (main): Likewise.
12644         * gdb.base/huge.c (main): Likewise.
12645         * gdb.base/multi-forks.c (main): Likewise.
12646         * gdb.base/pr10179-a.c (main): Likewise.
12647         * gdb.base/savedregs.c (main): Likewise.
12648         * gdb.base/sigaltstack.c (main): Likewise.
12649         * gdb.base/siginfo.c (main): Likewise.
12650         * gdb.base/structs.c (zed): Likewise.
12651         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12652         * gdb.mi/mi-syn-frame.c (main): Likewise.
12653         * gdb.mi/until.c (foo, main): Likewise.
12654         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12655         * gdb.base/solib-weak.c (foo): Declare.
12656         * gdb.base/attach-twice.c: Include stdio.h.
12657         * gdb.base/weaklib1.c: Likewise.
12658         * gdb.base/weaklib2.c: Likewise.
12659         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12660         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12661         unistd.h.
12662         * gdb.base/attach-pie-misread.c: Include stdlib.h.
12663         * gdb.mi/mi-exit-code.c: Likewise.
12664         * gdb.base/break-interp-lib.c: Include string.h.
12665         * gdb.base/coremaker.c: Likewise.
12666         * gdb.base/testenv.c: Likewise.
12667         * gdb.python/py-finish-breakpoint.c: Likewise.
12668         * gdb.base/inferior-died.c: Include sys/wait.h.
12669         * gdb.base/fileio.c: Include time.h.
12670         * gdb.base/async-shell.c: Include unistd.h.
12671         * gdb.base/dprintf-non-stop.c: Likewise.
12672         * gdb.base/info-os.c: Likewise.
12673         * gdb.mi/mi-console.c: Likewise.
12674         * gdb.mi/watch-nonstop.c: Likewise.
12675         * gdb.python/py-events.c: Likewise.
12676         * gdb.base/async.c (baz): Move up before its invocation.
12677         * gdb.base/code_elim2.c (my_global_func): Likewise.
12678         * gdb.base/skip-solib-lib.c (multiply): Likewise.
12679         * gdb.base/advance.c (func2): Likewise.
12680
12681 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12682
12683         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12684         variant.
12685         * gdb.base/annota3.c: Likewise.
12686         * gdb.base/async.c: Likewise.
12687         * gdb.base/average.c: Likewise.
12688         * gdb.base/call-ar-st.c: Likewise.
12689         * gdb.base/call-rt-st.c: Likewise.
12690         * gdb.base/call-sc.c: Likewise.
12691         * gdb.base/call-strs.c: Likewise.
12692         * gdb.base/ending-run.c: Likewise.
12693         * gdb.base/execd-prog.c: Likewise.
12694         * gdb.base/exprs.c: Likewise.
12695         * gdb.base/foll-exec.c: Likewise.
12696         * gdb.base/foll-fork.c: Likewise.
12697         * gdb.base/foll-vfork.c: Likewise.
12698         * gdb.base/funcargs.c: Likewise.
12699         * gdb.base/gcore.c: Likewise.
12700         * gdb.base/jump.c: Likewise.
12701         * gdb.base/langs0.c: Likewise.
12702         * gdb.base/langs1.c: Likewise.
12703         * gdb.base/langs2.c: Likewise.
12704         * gdb.base/mips_pro.c: Likewise.
12705         * gdb.base/nodebug.c: Likewise.
12706         * gdb.base/opaque0.c: Likewise.
12707         * gdb.base/opaque1.c: Likewise.
12708         * gdb.base/recurse.c: Likewise.
12709         * gdb.base/run.c: Likewise.
12710         * gdb.base/scope0.c: Likewise.
12711         * gdb.base/scope1.c: Likewise.
12712         * gdb.base/setshow.c: Likewise.
12713         * gdb.base/setvar.c: Likewise.
12714         * gdb.base/shmain.c: Likewise.
12715         * gdb.base/shr1.c: Likewise.
12716         * gdb.base/shr2.c: Likewise.
12717         * gdb.base/sigall.c: Likewise.
12718         * gdb.base/signals.c: Likewise.
12719         * gdb.base/so-indr-cl.c: Likewise.
12720         * gdb.base/solib2.c: Likewise.
12721         * gdb.base/structs.c: Likewise.
12722         * gdb.base/sum.c: Likewise.
12723         * gdb.base/vforked-prog.c: Likewise.
12724         * gdb.base/watchpoint.c: Likewise.
12725         * gdb.reverse/shr2.c: Likewise.
12726         * gdb.reverse/until-reverse.c: Likewise.
12727         * gdb.reverse/ur1.c: Likewise.
12728         * gdb.reverse/watch-reverse.c: Likewise.
12729
12730 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12731
12732         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12733         variant.
12734         * gdb.base/sepdebug.exp: Drop references to removed code.
12735
12736 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12737
12738         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12739         variant.  Preserve original line numbering.
12740         * gdb.base/list1.c: Likewise.
12741
12742 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12743
12744         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12745         variant.
12746         * gdb.base/break1.c: Likewise.
12747         * gdb.base/break.exp: Drop references to removed code.
12748
12749 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12750
12751         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12752         variant.
12753
12754 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12755
12756         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12757
12758 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12759
12760         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12761         logic into perform_all_tests() and invoke it with and without
12762         function header prototypes.
12763         (do_function_calls): Remove conditional XFAIL for PR 5318.
12764         (rerun_and_prepare): Remove duplicate code.
12765         (perform_all_tests): New.  Main logic moved here.
12766
12767 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12768
12769         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12770         code guarded by #ifdef NO_PROTOTYPES.
12771         (t_double_many_args): Likewise.
12772         (DEF_FUNC_MANY_ARGS_1): Likewise.
12773         (DEF_FUNC_VALUES_1): Likewise.
12774         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12775         guarded by #ifdef PROTOTYPES.
12776
12777 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12778
12779         * gdb.mi/mi-console.c: Add eye-catcher.
12780         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12781         instead of literal line number.
12782
12783 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12784
12785         * gdb.base/shr2.c: Add eye-catcher.
12786         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12787         line number.
12788
12789 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12790
12791         * gdb.base/jump.c: Add eye-catchers.
12792         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12793         numbers.
12794
12795 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12796
12797         * gdb.base/execd-prog.c: Add eye-catchers.
12798         * gdb.base/foll-exec.c: Likewise.
12799         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12800         line numbers.
12801
12802 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12803
12804         * gdb.base/ending-run.c: Add eye-catchers.
12805         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12806         literal line numbers.
12807
12808 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12809
12810         * gdb.base/call-rt-st.c: Add eye-catchers.
12811         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12812         literal line numbers.
12813
12814 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12815
12816         * gdb.base/call-ar-st.c: Add eye-catchers.
12817         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12818         literal line numbers.
12819
12820 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12821
12822         * gdb.base/average.c: Add eye-catchers.
12823         * gdb.base/sum.c: Likewise.
12824         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12825         regexps dynamically.
12826
12827 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12828
12829         * gdb.base/solib1.c: Add eye-catchers.
12830         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12831         literal line numbers.
12832
12833 2014-11-12  Pedro Alves  <palves@redhat.com>
12834
12835         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12836         leader has exited.
12837
12838 2014-11-12  Pedro Alves  <palves@redhat.com>
12839
12840         * gdb.arch/i386-bp_permanent.c: New file.
12841         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12842         (srcfile): Set to i386-bp_permanent.c.
12843         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12844         that stepi does not execute the 'leave' instruction, instead of
12845         testing it does execute.
12846         * gdb.base/bp-permanent.c: New file.
12847         * gdb.base/bp-permanent.exp: New file.
12848
12849 2014-11-10  Doug Evans  <xdje42@gmail.com>
12850
12851         PR symtab/17564
12852         * gdb.base/symtab-search-order.exp: New file.
12853         * gdb.base/symtab-search-order.c: New file.
12854         * gdb.base/symtab-search-order-1.c: New file.
12855         * gdb.base/symtab-search-order-shlib-1.c: New file.
12856
12857 2014-11-07  Pedro Alves  <palves@redhat.com>
12858
12859         PR gdb/17511
12860         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12861         i?86-*-linux*.
12862
12863 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12864
12865         PR c++/17494
12866         * gdb.cp/pr17494.cc: New file.
12867         * gdb.cp/pr17494.exp: New file.
12868
12869 2014-11-02  Yao Qi  <yao@codesourcery.com>
12870
12871         * gdb.python/python.exp: Get working directory and match the
12872         output of "set extended-prompt \\w " with it.
12873
12874 2014-10-30  Doug Evans  <dje@google.com>
12875
12876         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12877         in objfiles.
12878         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12879         in progspaces.
12880
12881 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12882
12883         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12884         * gdb.base/realname-expand.exp: Likewise.
12885         * gdb.linespec/macro-relative.exp: Likewise.
12886
12887 2014-10-29  Pedro Alves  <palves@redhat.com>
12888
12889         PR gdb/17408
12890         * gdb.threads/schedlock.c (some_function): New function.
12891         (call_function): New global.
12892         (MAYBE_CALL_SOME_FUNCTION): New macro.
12893         (thread_function): Call it.
12894         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12895         and use it instead of a global counter.  Adjust all callers.
12896         (get_current_thread): Use "find current thread" for test message
12897         here rather than having all callers pass down the same string.
12898         (goto_loop): New procedure, factored out from ...
12899         (my_continue): ... this.
12900         (step_ten_loops): Change parameter from test message to command to
12901         use.  Adjust.
12902         (list_count): Delete global.
12903         (check_result): New procedure, factored out from duplicate top
12904         level code.
12905         (continue tests): Wrap in with_test_prefix.
12906         (test_step): New procedure, factored out from duplicate top level
12907         code.
12908         (top level): Test "step" in combination with all scheduler-locking
12909         modes.  Test "next" in combination with all scheduler-locking
12910         modes, and in combination with stepping over a function call or
12911         not.
12912         * gdb.threads/next-bp-other-thread.c: New file.
12913         * gdb.threads/next-bp-other-thread.exp: New file.
12914
12915 2014-10-29  Pedro Alves  <palves@redhat.com>
12916
12917         PR python/17372
12918         * gdb.python/python.exp: Test a multi-line command that spawns
12919         interactive Python.
12920         * gdb.base/multi-line-starts-subshell.exp: New file.
12921
12922 2014-10-29  Yao Qi  <yao@codesourcery.com>
12923
12924         * gdb.base/fileio.exp: Make directories on host.
12925
12926 2014-10-29  Yao Qi  <yao@codesourcery.com>
12927
12928         * gdb.base/fileio.c (test_write): Close the file.
12929
12930 2014-10-28  Pedro Alves  <palves@redhat.com>
12931
12932         PR gdb/12623
12933         * gdb.base/sigstep.c (no_handler): New global.
12934         (main): If 'no_handler is true, set the signal handlers to
12935         SIG_IGN.
12936         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12937         with_sw_watch and no_handler parameters.  Handle them.
12938         (top level) <stepping over handler when stopped at a breakpoint
12939         test>: Add a test axis for testing with a software watchpoint, and
12940         another for testing with the signal handler set to SIG_IGN.
12941         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12942         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12943
12944 2014-10-28  Pedro Alves  <palves@redhat.com>
12945
12946         PR gdb/17511
12947         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12948         * gdb.base/sigstep.exp (other_handler_location): New global.
12949         (advance): Support stepping into the signal handler, and running
12950         commands while in the handler.
12951         (in_handler_map): New global.
12952         (top level): In the advance test, add combinations for getting
12953         into the handler with stepping commands, and for running commands
12954         in the handler.  Add comment descripting the advancei tests.
12955
12956 2014-10-28  Pedro Alves  <palves@redhat.com>
12957
12958         * gdb.base/sigstep.exp: Use build_executable instead of
12959         prepare_for_testing.
12960         (top level): Move code that starts GDB, runs to main and creates a
12961         display to ...
12962         (restart): ... this new procedure.
12963         (top level): Move backtrace from signal handler test to ...
12964         (validate_backtrace): ... this new procedure.
12965         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12966         with_test_prefix.  Always restart GDB.
12967         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12968         with_test_prefix.  Always restart GDB.  No need to delete
12969         breakpoints after the test.
12970         (test_skip_handler): Remove prefix parameter.
12971         (skip_over_handler, breakpoint_to_handler)
12972         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12973         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12974         restart GDB.  No need to delete breakpoints after the test.
12975         (top level): Use foreach to call the test procedures with
12976         different commands.
12977
12978 2014-10-28  Pedro Alves  <palves@redhat.com>
12979
12980         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12981         instead of GNATS numbers.
12982         * gdb.base/sigbpt.exp: Likewise.
12983         * gdb.base/siginfo.exp: Likewise.
12984         * gdb.base/sigstep.exp: Likewise.
12985
12986 2014-10-27  Pedro Alves  <palves@redhat.com>
12987
12988         * gdb.base/sigstep.c (dummy): New global.
12989         (main): Issue a couple writes to the new global.
12990         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12991         procedures.
12992         (skip_over_handler): Use test_skip_handler.
12993         (top level): Call skip_over_handler for stepi and nexti too.
12994         (breakpoint_over_handler): Use test_skip_handler.
12995         (top level): Call breakpoint_over_handler for stepi and nexti too.
12996
12997 2014-10-27  Yao Qi  <yao@codesourcery.com>
12998
12999         * gdb.trace/tfile.c (adjust_function_address)
13000         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13001         function descriptor.
13002
13003 2014-10-24  Don Breazeal  <donb@codesourcery.com>
13004
13005         * gdb.base/foll-fork.exp (test_follow_fork,
13006         catch_fork_child_follow): Check for updated fork messages emitted
13007         from infrun.c.
13008         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13009         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13010         vfork_and_exec_child_follow_through_step): Check for updated vfork
13011         messages emitted from infrun.c.
13012
13013 2014-10-24  Pedro Alves  <palves@redhat.com>
13014
13015         * gdb.base/corefile.exp: Remove references to ultrix.
13016         * gdb.base/interrupt.exp: Likewise.
13017         * gdb.base/whatis.exp: Likewise.
13018         * gdb.gdb/selftest.exp: Likewise.
13019         * gdb.threads/manythreads.exp: Likewise.
13020         * gdb.threads/print-threads.exp: Likewise.
13021         * gdb.threads/pthreads.exp:: Likewise.
13022         * gdb.threads/schedlock.exp: Likewise.
13023
13024 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
13025
13026         * gdb.cp/non-trivial-retval.cc: Add a test case.
13027         * gdb.cp/non-trivial-retval.exp: Add a test.
13028
13029 2014-10-20  Yao Qi  <yao@codesourcery.com>
13030
13031         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13032         * gdb.python/py-objfile-script-gdb.py: New file.
13033         * gdb.python/py-objfile-script.exp: Update reference to
13034         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
13035         of remote_download.  Remove the dest file.
13036
13037 2014-10-20  Yao Qi  <yao@codesourcery.com>
13038
13039         * gdb.base/checkpoint.exp: Don't remove file copied on host.
13040         * gdb.base/step-line.exp: Likewise.
13041         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13042         * gdb.dwarf2/dw2-basic.exp: Likewise.
13043         * gdb.dwarf2/dw2-compressed.exp: Likewise.
13044         * gdb.dwarf2/dw2-filename.exp: Likewise.
13045         * gdb.dwarf2/dw2-intercu.exp: Likewise.
13046         * gdb.dwarf2/dw2-intermix.exp: Likewise.
13047         * gdb.dwarf2/dw2-producer.exp: Likewise.
13048         * gdb.dwarf2/mac-fileno.exp: Likewise.
13049         * gdb.python/py-frame-args.exp: Likewise.
13050         * gdb.python/py-framefilter.exp: Likewise.
13051         * gdb.python/py-mi.exp: Likewise.
13052         * gdb.python/py-objfile-script.exp: Likewise
13053         * gdb.python/py-pp-integral.exp: Likewise.
13054         * gdb.python/py-pp-re-notag.exp: Likewise.
13055         * gdb.python/py-prettyprint.exp: Likewise.
13056         * gdb.python/py-section-script.exp: Likewise.
13057         * gdb.python/py-typeprint.exp: Likewise.
13058         * gdb.python/py-xmethods.exp: Likewise.
13059         * gdb.stabs/weird.exp: Likewise.
13060         * gdb.xml/tdesc-regs.exp: Likewise.
13061
13062 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
13063
13064         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13065         (out_cu): Use addr_len for the size of addresses.
13066         (out_line): Likewise.  Size DW_LNE_set_address instruction
13067         according to addr_len.
13068         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13069         (FUNC): Add START_INSNS to definition.
13070
13071 2014-10-18  Yao Qi  <yao@codesourcery.com>
13072
13073         * gdb.base/argv0-symlink.exp: Check argv[0] value if
13074         gdb_has_argv0 return true.
13075         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13076         check [target_info exists noargs], check [gdb_has_argv0]
13077         instead.
13078         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13079         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13080         procedures.
13081
13082 2014-10-17  Doug Evans  <dje@google.com>
13083
13084         * gdb.python/py-events.exp: Update expected output for clear_objfiles
13085         event.
13086         * gdb.python/py-events.py: Add clear_objfiles event.
13087
13088 2014-10-17  Doug Evans  <dje@google.com>
13089
13090         * gdb.python/py-objfile.exp: Test progspace attribute.
13091
13092 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
13093
13094         * gdb.guile/scm-breakpoint.exp: Do not assume any
13095         directory separators when matching source file paths.
13096         * gdb.python/py-breakpoint.exp: Likewise.
13097         * gdb.reverse/break-precsave.exp: Likewise.
13098         * gdb.reverse/break-reverse.exp: Likewise.
13099         * gdb.reverse/consecutive-precsave.exp: Likewise.
13100         * gdb.reverse/finish-precsave.exp: Likewise.
13101         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13102         * gdb.reverse/finish-reverse.exp: Likewise.
13103         * gdb.reverse/i386-precsave.exp: Likewise.
13104         * gdb.reverse/i387-env-reverse.exp: Likewise.
13105         * gdb.reverse/i387-stack-reverse.exp: Likewise.
13106         * gdb.reverse/machinestate-precsave.exp: Likewise.
13107         * gdb.reverse/machinestate.exp: Likewise.
13108         * gdb.reverse/sigall-precsave.exp: Likewise.
13109         * gdb.reverse/solib-precsave.exp: Likewise.
13110         * gdb.reverse/step-precsave.exp: Likewise.
13111         * gdb.reverse/until-precsave.exp: Likewise.
13112         * gdb.reverse/watch-precsave.exp: Likewise.
13113         * gdb.reverse/watch-reverse.exp: Likewise.
13114
13115 2014-10-17  Yao Qi  <yao@codesourcery.com>
13116
13117         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13118         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13119
13120 2014-10-17  Pedro Alves  <palves@redhat.com>
13121
13122         PR gdb/17471
13123         * gdb.base/bg-execution-repeat.c: New file.
13124         * gdb.base/bg-execution-repeat.exp: New file.
13125
13126 2014-10-17  Pedro Alves  <palves@redhat.com>
13127
13128         PR gdb/17300
13129         * gdb.base/continue-all-already-running.c: New file.
13130         * gdb.base/continue-all-already-running.exp: New file.
13131
13132 2014-10-17  Pedro Alves  <palves@redhat.com>
13133
13134         PR gdb/17472
13135         * gdb.base/annota-input-while-running.c: New file.
13136         * gdb.base/annota-input-while-running.exp: New file.
13137
13138 2014-10-17  Pedro Alves  <palves@redhat.com>
13139
13140         * gdb.base/callfuncs.exp: emove references to osf.
13141         * gdb.base/sigall.exp: Likewise.
13142         * gdb.gdb/selftest.exp: Likewise.
13143         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13144         * gdb.mi/non-stop.c: Likewise.
13145         * gdb.mi/pthreads.c: Likewise.
13146         * gdb.reverse/sigall-precsave.exp: Likewise.
13147         * gdb.reverse/sigall-reverse.exp: Likewise.
13148         * gdb.threads/pthreads.c: Likewise.
13149         * gdb.threads/pthreads.exp: Likewise.
13150
13151 2014-10-17  Yao Qi  <yao@codesourcery.com>
13152
13153         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13154         check 'target_info exists noargs'.
13155         (test_command_prompt_position): Likewise.
13156         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13157         Remove "set args".
13158         (progvar_simple_while_test): Likewise.
13159         (progvar_complex_if_while_test): Likewise.
13160         (if_while_breakpoint_command_test): Likewise.
13161         (infrun_breakpoint_command_test): Likewise.
13162         (breakpoint_command_test): Likewise.
13163         (watchpoint_command_test): Likewise.
13164         (bp_deleted_in_command_test): Likewise.
13165         (temporary_breakpoint_commands): Likewise.
13166
13167 2014-10-16  Yao Qi  <yao@codesourcery.com>
13168
13169         * gdb.base/remotetimeout.exp: Remove noargs checking.
13170
13171 2014-10-15  Pedro Alves  <palves@redhat.com>
13172
13173         PR breakpoints/9649
13174         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13175         * gdb.base/breakpoint-in-ro-region.exp
13176         (probe_target_hardware_step): New procedure.
13177         (top level): Probe hardware stepping and hardware breakpoint
13178         support.  Test stepping through a read-only region, with both
13179         "breakpoint auto-hw" on and off and both "always-inserted" on and
13180         off.
13181
13182 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
13183
13184         * gdb.dlang/demangle.exp: Update for demangling changes.
13185
13186 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13187
13188         * gdb.cp/non-trivial-retval.cc: Add new test cases.
13189         * gdb.cp/non-trivial-retval.exp: Add new tests.
13190
13191 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13192
13193         PR c++/13403
13194         PR c++/15154
13195         * gdb.cp/non-trivial-retval.cc: New file.
13196         * gdb.cp/non-trivial-retval.exp: New file.
13197
13198 2014-10-15  Yao Qi  <yao@codesourcery.com>
13199
13200         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13201         remote host.
13202
13203 2014-10-15  Yao Qi  <yao@codesourcery.com>
13204
13205         * gdb.python/py-symbol.exp: Match file base name if host is
13206         remote, otherwise match file name with dir name.
13207         * gdb.python/py-symtab.exp: Likewise.
13208         * gdb.python/python.exp: Likewise.
13209
13210 2014-10-15  Yao Qi  <yao@codesourcery.com>
13211
13212         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13213         pattern.
13214         * gdb.python/py-symtab.exp: Likewise.
13215         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
13216         locationn.
13217
13218 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
13219
13220         * gdb.ada/addr_arith: New testcase.
13221
13222 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
13223
13224         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13225         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13226         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13227         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13228
13229 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
13230
13231         * gdb.arch/stap-eval-lang-ada.S: Likewise.
13232         * gdb.arch/stap-eval-lang-ada.c: Likewise.
13233         * gdb.arch/stap-eval-lang-ada.exp: New file.
13234
13235 2014-10-14  Yao Qi  <yao@codesourcery.com>
13236
13237         * gdb.mi/mi-var-child.c (nothing1): New function.
13238         (nothing2): New function.
13239         (do_children_tests): Set function pointers by nothing1 and
13240         nothing2.
13241         * gdb.mi/mi-var-child.exp: Step over new added statements.
13242         Update test to match the new output.
13243         * gdb.mi/var-cmd.c (nothing1): New function.
13244         (nothing2): New function.
13245         (do_children_tests): Set function pointers by  nothing1 and
13246         nothing2.
13247         * gdb.mi/mi-var-display.exp: Update test to match output.
13248         Step to the line specified by $line_dct_nothing.
13249         Increase the number of lines to step.
13250
13251 2014-10-14  Yao Qi  <yao@codesourcery.com>
13252
13253         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13254         tests.
13255         * gdb.mi/mi2-var-child.exp: Likewise.
13256
13257 2014-10-13  Doug Evans  <dje@google.com>
13258
13259         * gdb.python/py-objfile.exp: Change name of file name test.
13260
13261 2014-10-13  Doug Evans  <dje@google.com>
13262
13263         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13264         from the start of the CU.
13265
13266 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13267             Yao Qi  <yao@codesourcery.com>
13268
13269         Fix "save breakpoints" for "catch" command.
13270         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13271         Remove -nonewline.  Match also the added "main" line.
13272
13273 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13274
13275         Fix "save breakpoints" for "disable $bpnum" command.
13276         * gdb.base/save-bp.c (main): Add label.
13277         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
13278
13279 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13280
13281         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13282
13283 2014-10-11  Yao Qi  <yao@codesourcery.com>
13284
13285         * gdb.server/server-kill.exp: Execute command
13286         "set remote trace-status-packet on" before "tstatus".
13287
13288 2014-10-11  Yao Qi  <yao@codesourcery.com>
13289
13290         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13291         (main): Call getppid.
13292         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13293         and continue to it.  Read variable "server_pid".
13294
13295 2014-10-11  Yao Qi  <yao@codesourcery.com>
13296
13297         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13298
13299 2014-10-11  Yao Qi  <yao@codesourcery.com>
13300
13301         * gdb.threads/thread-find.exp: Don't execute command
13302         "info threads".
13303         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13304         * gdb.threads/linux-dp.exp: Don't check the condition
13305         $threads_created equals to zero.
13306
13307 2014-10-10  Pedro Alves  <palves@redhat.com>
13308
13309         * gdb.base/bigcore.exp: Remove references to IRIX.
13310         * gdb.base/funcargs.exp: Likewise.
13311         * gdb.base/interrupt.exp: Likewise.
13312         * gdb.base/mips_pro.exp: Likewise.
13313         * gdb.base/nodebug.exp: Likewise.
13314         * gdb.base/setvar.exp: Likewise.
13315         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13316
13317 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
13318             Pedro Alves  <palves@redhat.com>
13319
13320         PR symtab/14466
13321         * gdb.base/vdso-warning.c: New file.
13322         * gdb.base/vdso-warning.exp: New file.
13323
13324 2014-10-02  Doug Evans  <dje@google.com>
13325
13326         * gdb.base/structs.c (main): Don't run forever.
13327
13328 2014-10-02  Pedro Alves  <palves@redhat.com>
13329
13330         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13331         (top level) <stop threads 1, stop threads 2>: Use it.
13332
13333 2014-10-02  Pedro Alves  <palves@redhat.com>
13334
13335         * gdb.threads/break-while-running.exp (test): Add new
13336         'update_thread_list' argument.  Skip "info threads" if false.
13337         (top level): Add new 'update_thread_list' axis.
13338
13339 2014-10-02  Pedro Alves  <palves@redhat.com>
13340
13341         PR breakpoints/17431
13342         * gdb.base/execl-update-breakpoints.c: New file.
13343         * gdb.base/execl-update-breakpoints.exp: New file.
13344
13345 2014-10-01  Pedro Alves  <palves@redhat.com>
13346
13347         * gdb.base/breakpoint-in-ro-region.c: New file.
13348         * gdb.base/breakpoint-in-ro-region.exp: New file.
13349
13350 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
13351
13352         * gdb.mi/mi-exit-code.exp: New file.
13353         * gdb.mi/mi-exit-code.c: New file.
13354
13355 2014-09-30  Yao Qi  <yao@codesourcery.com>
13356
13357         * lib/prelink-support.exp (build_executable_own_libs): Error if
13358         the target isn't native.
13359
13360 2014-09-30  Yao Qi  <yao@codesourcery.com>
13361
13362         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13363         false.
13364
13365 2014-09-22  Pedro Alves  <palves@redhat.com>
13366
13367         * gdb.threads/break-while-running.exp: New file.
13368         * gdb.threads/break-while-running.c: New file.
13369
13370 2014-09-19  Yao Qi  <yao@codesourcery.com>
13371
13372         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13373         Invoke test.  Restart GDB with --readnow and invoke test again.
13374
13375 2014-09-19  Yao Qi  <yao@codesourcery.com>
13376
13377         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13378         proc set_breakpoint_on_gcd_function.  Invoke
13379         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
13380         invoke set_breakpoint_on_gcd_function again.
13381
13382 2014-09-18  Doug Evans  <dje@google.com>
13383
13384         * gdb.dwarf2/symtab-producer.exp: New file.
13385
13386 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13387
13388         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13389         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13390         * gdb.base/global-var-nested-by-dso.c: Likewise.
13391         * gdb.base/global-var-nested-by-dso.exp: Likewise.
13392
13393 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13394             Pedro Alves  <palves@redhat.com>
13395
13396         * gdb.base/watch-bitfields.exp: Pass string other than test file
13397         name to prepare_for_testing.
13398         (watch): New procedure.
13399         (expect_watchpoint): Use with_test_prefix.
13400         (top level): Factor out tests to ...
13401         (test_watch_location, test_regular_watch): ... these new
13402         procedures, and use with_test_prefix and gdb_continue_to_end.
13403
13404 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
13405
13406         PR breakpoints/12526
13407         * gdb.base/watch-bitfields.exp: New file.
13408         * gdb.base/watch-bitfields.c: New file.
13409
13410 2014-09-16  Pedro Alves  <palves@redhat.com>
13411
13412         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13413         software and hardware addresses, not software address against
13414         itself.
13415
13416 2014-09-16  Pedro Alves  <palves@redhat.com>
13417
13418         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13419         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13420
13421 2014-09-16  Pedro Alves  <palves@redhat.com>
13422
13423         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13424         files.
13425         * gdb.base/a2-run.exp: Remove all code guarded by istarget
13426         "*-*-vxworks*" throughout.
13427         * gdb.base/break.exp: Likewise.
13428         * gdb.base/default.exp: Likewise.
13429         * gdb.base/scope.exp: Likewise.
13430         * gdb.base/sepdebug.exp: Likewise.
13431         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13432         throughout.
13433         * gdb.base/run.c: Likewise.
13434         * gdb.base/sepdebug.c: Likewise.
13435         * gdb.hp/gdb.aCC/run.c: Likewise.
13436         * gdb.reverse/until-reverse.c: Likewise.
13437         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13438
13439 2014-09-16  Yao Qi  <yao@codesourcery.com>
13440
13441         * boards/local-remote-host-native.exp: New file.
13442
13443 2014-09-14  Doug Evans  <xdje42@gmail.com>
13444
13445         * gdb.threads/queue-signal.c (thread_count): New variable.
13446         (thread_count_mutex, thread_count_condvar): New variables.
13447         (incr_thread_count, wait_all_threads_running): New functions.
13448         (main): Wait for all threads to be in their thread functions.
13449
13450 2014-09-13  Doug Evans  <xdje42@gmail.com>
13451
13452         * gdb.threads/queue-signal.c: New file.
13453         * gdb.threads/queue-signal.exp: New file.
13454
13455 2014-09-13  Doug Evans  <xdje42@gmail.com>
13456
13457         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13458         be consistent with what default_gdb_init uses.
13459         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13460         the plain text of the prompt.  Add some logging printfs.
13461         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13462
13463 2014-09-12  Pedro Alves  <palves@redhat.com>
13464
13465         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13466         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13467         * gdb.arch/i386-size-overlap.exp: Likewise.
13468         * gdb.arch/i386-size.exp: Likewise.
13469         * gdb.arch/i386-unwind.exp: Likewise.
13470         * gdb.base/a2-run.exp: Likewise.
13471         * gdb.base/break.exp: Likewise.
13472         * gdb.base/charset.exp: Likewise.
13473         * gdb.base/chng-syms.exp: Likewise.
13474         * gdb.base/commands.exp: Likewise.
13475         * gdb.base/dbx.exp: Likewise.
13476         * gdb.base/find.exp: Likewise.
13477         * gdb.base/funcargs.exp: Likewise.
13478         * gdb.base/jit-simple.exp: Likewise.
13479         * gdb.base/reread.exp: Likewise.
13480         * gdb.base/sepdebug.exp: Likewise.
13481         * gdb.base/step-bt.exp: Likewise.
13482         * gdb.cp/mb-inline.exp: Likewise.
13483         * gdb.cp/mb-templates.exp: Likewise.
13484         * gdb.objc/basicclass.exp: Likewise.
13485         * gdb.threads/killed.exp: Likewise.
13486
13487 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13488
13489         PR tdep/17379
13490         * gdb.arch/powerpc-stackless.S: New file.
13491         * gdb.arch/powerpc-stackless.exp: New file.
13492
13493 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13494
13495         * gdb.base/attach.c: Include unistd.h.
13496         (main): Call alarm.  Add label postloop.
13497         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13498         gdb_breakpoint, gdb_continue_to_breakpoint.
13499         (test_command_line_attach_run): Kill ${testpid} in one exit path.
13500
13501 2014-09-11  Pedro Alves  <palves@redhat.com>
13502
13503         PR gdb/17347
13504         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13505         * gdb.base/attach.exp (test_command_line_attach_run): New
13506         procedure.
13507         (top level): Call it.
13508
13509 2014-09-11  Pedro Alves  <palves@redhat.com>
13510
13511         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13512         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13513         (do_command_attach_tests): Use spawn_wait_for_attach.
13514         * gdb.base/solib-overlap.exp: Likewise.
13515         * gdb.multi/multi-attach.exp: Likewise.
13516         * gdb.python/py-prompt.exp: Likewise.
13517         * gdb.python/py-sync-interp.exp: Likewise.
13518         * gdb.server/ext-attach.exp: Likewise.
13519
13520 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13521
13522         * gdb.fortran/array-element.exp: Remove unexpected "continue"
13523         command in testcase.  Simplify testcase.
13524
13525 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13526
13527         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13528
13529 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13530
13531         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13532
13533 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13534
13535         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13536
13537 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13538
13539         * gdb.dwarf2/dynarr-ptr.c: New file.
13540         * gdb.dwarf2/dynarr-ptr.exp: New file.
13541
13542 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13543
13544         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13545         of 30 rather than hardcoding 120 for a slow test case.  Take the
13546         `gdb,timeout' target setting into account for this calculation.
13547         Don't extend the timeout for the test cases that don't need it.
13548
13549 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13550
13551         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13552         a factor of 2 for a slow test case.  Take the `gdb,timeout'
13553         target setting into account for this calculation.
13554         * gdb.reverse/until-precsave.exp: Increase the timeout by
13555         a factor of 15 and 3 respectively rather than adding 120
13556         for a pair of slow test cases.  Take the `gdb,timeout'
13557         target setting into account for this calculation.
13558
13559 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13560
13561         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13562         timeout, don't pass one down to gdb_expect.
13563         (gdb_expect): Rework timeout selection.
13564
13565 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13566
13567         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13568         exception on timeout.
13569         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13570         (gdbserver_start_extended): Catch any `gdbserver_start' error
13571         exceptions.
13572         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13573         * lib/mi-support.exp (mi_gdb_target_load): Catch any
13574         `gdbserver_gdb_load' error exceptions.
13575
13576 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13577
13578         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13579         120 on waiting for the TCP socket to open.
13580
13581 2014-09-09  Doug Evans  <xdje42@gmail.com>
13582
13583         * gdb.base/default.exp (show_conv_list): Add _caller_is,
13584         _caller_matches, _any_caller_is, _any_caller_matches.
13585
13586 2014-09-09  Doug Evans  <xdje42@gmail.com>
13587
13588         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13589
13590 2014-09-09  Yao Qi  <yao@codesourcery.com>
13591
13592         * gdb.mi/mi-var-display.exp: Set print symbol off.
13593
13594 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13595
13596         PR gdb/17035
13597         * gdb.base/commands.exp: Add tests to verify user-defined
13598         commands with empty bodies.
13599         * gdb.python/py-cmd.exp: Test that we don't show user-defined
13600         python commands in `show user command`.
13601         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13602         scheme commands in `show user command`.
13603
13604 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13605
13606         PR python/17355
13607         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13608         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13609         * gdb.python/py-framefilter-invalidarg.exp: New file.
13610         * gdb.python/py-framefilter-invalidarg.py: New file.
13611
13612 2014-09-06  Doug Evans  <xdje42@gmail.com>
13613
13614         PR 15276
13615         * gdb.python/py-caller-is.c: New file.
13616         * gdb.python/py-caller-is.exp: New file.
13617
13618 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
13619
13620         PR gdb/17235
13621         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13622         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13623
13624 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
13625
13626         PR fortran/17237
13627         * gdb.fortran/print-formatted.exp: New file.
13628         * gdb.fortran/print-formatted.f90: Likewise.
13629
13630 2014-09-03  Sasha Smundak  <asmundak@google.com>
13631
13632         * gdb.python/py-frame.exp: Test Frame.read_register.
13633
13634 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
13635
13636         PR python/16699
13637         * gdb.python/py-completion.exp: New file.
13638         * gdb.python/py-completion.py: Likewise.
13639
13640 2014-08-28  Doug Evans  <dje@google.com>
13641
13642         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13643         eax,etc. are live with values set by gdb and thus the compiler can't
13644         use them.
13645         * gdb.arch/i386-pseudo.c (main): Ditto.
13646
13647 2014-08-27  Doug Evans  <dje@google.com>
13648
13649         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13650
13651 2014-08-25  Doug Evans  <dje@google.com>
13652
13653         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13654         (main): Ditto.
13655
13656 2014-08-25  Doug Evans  <dje@google.com>
13657
13658         * gdb.threads/thread-execl.exp: #include <stdio.h>.
13659
13660 2014-08-24  Yao Qi  <yao@codesourcery.com>
13661
13662         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13663         symbol off.
13664         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13665
13666 2014-08-22  Doug Evans  <dje@google.com>
13667
13668         PR 17276
13669         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13670         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13671         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13672
13673 2014-08-22  Yao Qi  <yao@codesourcery.com>
13674
13675         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13676         * gdb.python/py-finish-breakpoint2.exp: Likewise.
13677         * gdb.python/python.exp: Likewise.  Use .py file on the host
13678         instead of the build.
13679
13680 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13681
13682         * gdb.threads/gcore-stale-thread.c: New file.
13683         * gdb.threads/gcore-stale-thread.exp: New file.
13684
13685 2014-08-21  Pedro Alves  <palves@redhat.com>
13686
13687         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13688         * gdb.base/gcore-relro-pie.exp: Likewise.
13689         * gdb.base/gcore-relro.exp: Likewise.
13690         * gdb.base/gcore.exp: Likewise.
13691         * gdb.base/print-symbol-loading.exp: Likewise.
13692         * gdb.threads/gcore-thread.exp: Likewise.
13693         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13694
13695 2014-08-20  Pedro Alves  <palves@redhat.com>
13696             Jan Kratochvil  <jan.kratochvil@redhat.com>
13697
13698         * Makefile.in (EXTRA_RULES, CC): New variables, get from
13699         configure.
13700         (EXPECT): Handle READ1 being set.
13701         (all): Depend on EXTRA_RULES.
13702         (check-read1, expect-read1, read1.so, read1): New rules.
13703         * README (Testsuite Parameters): Document the READ1 make variable.
13704         (Race detection): New section.
13705         * configure: Regenerate.
13706         * configure.ac: If build==host==target, and running under a
13707         GNU/glibc system, add read1 to the extra Makefile rules.
13708         (EXTRA_RULES): AC_SUBST it.
13709         * lib/read1.c: New file.
13710
13711 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
13712
13713         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13714         the handling of variables declared as a typedef to an array
13715         which a DW_AT_data_location attribute.
13716
13717 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
13718             Pedro Alves  <palves@redhat.com>
13719
13720         PR symtab/14604
13721         PR symtab/14605
13722         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13723         gdb_test.
13724
13725 2014-08-19  Pedro Alves  <palves@redhat.com>
13726
13727         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13728
13729 2014-08-19  Yao Qi  <yao@codesourcery.com>
13730
13731         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13732         right line.
13733
13734 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13735
13736         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13737
13738 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13739
13740         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13741         attribute in array range.
13742
13743 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13744
13745         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13746
13747 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13748
13749         PR c++/17132
13750         * gdb.cp/pr17132.cc: New file.
13751         * gdb.cp/pr17132.exp: New file.
13752
13753 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13754
13755         * gdb.python/py-xmethods.py (A_getarrayind)
13756         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13757         Use 'print' with function call syntax.
13758         (E_method_matcher.match): Fix tab vs space indentation mixup.
13759
13760 2014-08-15  Yao Qi  <yao@codesourcery.com>
13761
13762         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13763         false.
13764
13765 2014-08-15  Yao Qi  <yao@codesourcery.com>
13766
13767         * gdb.cp/casts.exp: Set print symbol off.
13768         * gdb.cp/class2.exp: Likewise.
13769         * gdb.cp/overload.exp: Likewise.
13770         * gdb.cp/templates.exp: Likewise.
13771
13772 2014-08-11  Doug Evans  <dje@google.com>
13773
13774         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13775         (test_load_shlib): Update.
13776
13777 2014-08-09  Yao Qi  <yao@codesourcery.com>
13778
13779         * gdb.base/display.exp: Invoke is_address_zero_readable.
13780         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13781         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13782         * gdb.base/hbreak-unmapped.exp: Return if
13783         is_address_zero_readable returns true.
13784         * gdb.base/signest.exp: Likewise.
13785         * gdb.base/signull.exp: Likewise.
13786         * gdb.base/sigbpt.exp: Likewise.
13787         * gdb.guile/scm-disasm.exp: Do the test if
13788         is_address_zero_readable returns false.
13789         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13790         * gdb.python/py-arch.exp: Likewise.
13791         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13792         * lib/gdb.exp (is_address_zero_readable): New proc.
13793
13794 2014-08-09  Yao Qi  <yao@codesourcery.com>
13795
13796         PR testsuite/13443
13797         * gdb.mi/mi-var-display.exp: Make test messages unique.
13798
13799 2014-08-04  Tom Tromey  <tromey@redhat.com>
13800
13801         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13802         target 0".
13803
13804 2014-08-04  Tom Tromey  <tromey@redhat.com>
13805
13806         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13807         "target_resume".
13808
13809 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13810
13811         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13812         inner_vla_struct_object_size.
13813         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13814         as xfail.
13815
13816 2014-07-30  Pedro Alves  <palves@redhat.com>
13817
13818         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13819         comment.
13820
13821 2014-07-29  Yao Qi  <yao@codesourcery.com>
13822
13823         PR gdb/17206
13824         * gdb.base/until-nodebug.exp: New.
13825
13826 2014-07-28  Doug Evans  <xdje42@gmail.com>
13827
13828         PR guile/17203
13829         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13830         previously existing parameter, and previously ambiguously spelled
13831         parameter.
13832
13833 2014-07-28  Will Newton  <will.newton@linaro.org>
13834
13835         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13836
13837 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13838             Doug Evans  <xdje42@gmail.com>
13839
13840         PR guile/17146
13841         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13842
13843 2014-07-25  Pedro Alves  <palves@redhat.com>
13844
13845         * gdb.threads/signal-command-handle-nopass.c: New file.
13846         * gdb.threads/signal-command-handle-nopass.exp: New file.
13847         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13848         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13849         * gdb.threads/signal-delivered-right-thread.c: New file.
13850         * gdb.threads/signal-delivered-right-thread.exp: New file.
13851
13852 2014-07-25  Pedro Alves  <palves@redhat.com>
13853
13854         * gdb.base/double-prompt-target-event-error.exp
13855         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13856         match.
13857         (cancel_pagination_in_target_event): Rework double prompt
13858         detection.
13859         * gdb.base/paginate-after-ctrl-c-running.exp
13860         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13861         <return>' match.
13862         * gdb.base/paginate-bg-execution.exp
13863         (test_bg_execution_pagination_return)
13864         (test_bg_execution_pagination_cancel): Remove '-notransfer
13865         <return>' matches.
13866         * gdb.base/paginate-execution-startup.exp
13867         (test_fg_execution_pagination_return)
13868         (test_fg_execution_pagination_cancel): Remove '-notransfer
13869         <return>' matches.
13870         * gdb.base/paginate-inferior-exit.exp
13871         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13872         match.
13873         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13874         * lib/gdb.exp (pagination_prompt): Run text through
13875         string_to_regexp.
13876         (gdb_test_multiple): Match $pagination_prompt instead of
13877         "<return>".
13878         (string_to_regexp): Move to lib/gdb-utils.exp.
13879
13880 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13881
13882         * gdb.arch/amd64-entry-value-paramref.S: New file.
13883         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13884         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13885         * gdb.arch/amd64-optimout-repeat.S: New file.
13886         * gdb.arch/amd64-optimout-repeat.c: New file.
13887         * gdb.arch/amd64-optimout-repeat.exp: New file.
13888
13889 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13890
13891         PR gdb/17170
13892         * gdb.base/statistics.exp: New file.
13893
13894 2014-07-17  Doug Evans  <dje@google.com>
13895
13896         PR gdb/17170
13897         * gdb.base/maint.exp: Update testing of per-command stats.
13898
13899 2014-07-16  Pedro Alves  <palves@redhat.com>
13900
13901         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13902         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13903         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13904         (tfile_write_buf): New functions.
13905         (add_memory_block): Rewrite using the above.
13906         (adjust_function_address): New function.
13907         (FUNCTION_ADDRESS): New macro.
13908         (write_basic_trace_file): Remove short_x local, and use
13909         tfile_write_16. Change type of func_addr local to unsigned long
13910         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13911         here.  Cast argument of add_memory_block to char pointer.
13912         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13913         (main): Remove parameters.
13914         * gdb.trace/tfile.exp: Remove nowarnings.
13915
13916 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13917
13918         * gdb.base/debug-expr.exp: Test string evaluation with
13919         "debug expression" on.
13920
13921 2014-07-15  Pedro Alves  <palves@redhat.com>
13922
13923         * gdb.base/reread.exp: Use clean_restart.
13924
13925 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13926
13927         * gdb.arch/avr-flash-qualifer.c: New.
13928         * gdb.arch/avr-flash-qualifer.exp: New.
13929
13930 2014-07-14  Pedro Alves  <palves@redhat.com>
13931
13932         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13933         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13934
13935 2014-07-14  Pedro Alves  <palves@redhat.com>
13936
13937         * gdb.base/double-prompt-target-event-error.c: New file.
13938         * gdb.base/double-prompt-target-event-error.exp: New file.
13939
13940 2014-07-14  Pedro Alves  <palves@redhat.com>
13941
13942         PR gdb/17072
13943         * gdb.base/paginate-inferior-exit.c: New file.
13944         * gdb.base/paginate-inferior-exit.exp: New file.
13945
13946 2014-07-14  Pedro Alves  <palves@redhat.com>
13947
13948         PR gdb/17072
13949         * gdb.base/paginate-bg-execution.c: New file.
13950         * gdb.base/paginate-bg-execution.exp: New file.
13951
13952 2014-07-14  Pedro Alves  <palves@redhat.com>
13953
13954         PR gdb/17072
13955         * gdb.base/paginate-execution-startup.c: New file.
13956         * gdb.base/paginate-execution-startup.exp: New file.
13957         * lib/gdb.exp (pagination_prompt): New global.
13958         (default_gdb_spawn): New procedure, factored out from
13959         default_gdb_spawn.
13960         (default_gdb_start): Adjust to call default_gdb_spawn.
13961         (gdb_spawn): New procedure.
13962
13963 2014-07-14  Pedro Alves  <palves@redhat.com>
13964
13965         * lib/gdb.exp (gdb_assert): New procedure.
13966         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13967
13968 2014-07-14  Pedro Alves  <palves@redhat.com>
13969
13970         * gdb.base/execution-termios.c: New file.
13971         * gdb.base/execution-termios.exp: New file.
13972
13973 2014-07-14  Tom Tromey  <tromey@redhat.com>
13974
13975         * gdb.cp/vla-cxx.cc: New file.
13976         * gdb.cp/vla-cxx.exp: New file.
13977
13978 2014-07-14  Tom Tromey  <tromey@redhat.com>
13979
13980         * gdb.reverse/rerun-prec.c: New file.
13981         * gdb.reverse/rerun-prec.exp: New file.
13982
13983 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13984             Maciej W. Rozycki  <macro@codesourcery.com>
13985
13986         * lib/gdb-utils.exp: New file.
13987         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13988         inline `gdb_init_command' processing.
13989         (gdb_start_cmd): Likewise.
13990         * lib/mi-support.exp (mi_run_cmd): Likewise.
13991         * README: Document `gdb_init_command' and `gdb_init_commands'.
13992
13993 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13994
13995         Fix false FAIL running under a very long directory name.
13996         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13997         and "set print elements 10000".  Twice.
13998
13999 2014-07-11  Yao Qi  <yao@codesourcery.com>
14000
14001         * gdb.base/exprs.exp: "set print symbol off".
14002
14003 2014-07-11  Pedro Alves  <palves@redhat.com>
14004
14005         * gdb.threads/kill.c: New file.
14006         * gdb.threads/kill.exp: New file.
14007
14008 2014-07-10  Yao Qi  <yao@codesourcery.com>
14009
14010         * gdb.trace/tfile.c (write_basic_trace_file)
14011         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14012         address written to trace file.
14013
14014 2014-07-09  Pedro Alves  <palves@redhat.com>
14015
14016         * gdb.base/attach-wait-input.exp: New file.
14017         * gdb.base/attach-wait-input.c: New file.
14018
14019 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
14020
14021         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14022         setting up test structures.
14023         (main): Call new test function.
14024         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14025         test function, continue into test function and walk test
14026         structures.
14027
14028 2014-07-02  Yao Qi  <yao@codesourcery.com>
14029
14030         * gdb.trace/entry-values.c: Define labels 'foo_start' and
14031         'bar_start' at the beginning of functions 'foo' and 'bar'
14032         respectively.
14033         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14034         instead of 'foo' and 'bar'.
14035
14036 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
14037
14038         * gdb.btrace/segv.exp: New.
14039         * gdb.btrace/segv.c: New.
14040
14041 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
14042
14043         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14044         instruction.
14045
14046 2014-06-30  Mark Wielaard  <mjw@redhat.com>
14047
14048         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14049         vulture, vilify, villar): New volatile array constants.
14050         (vindictive, vegetation): New const volatile array constants.
14051         * gdb.base/volatile.exp: Test volatile and const volatile array
14052         types.
14053
14054 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14055
14056         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14057         target lacks support for awatch, rwatch, or hbreak.
14058
14059 2014-06-27  Yao Qi  <yao@codesourcery.com>
14060
14061         * gdb.multi/dummy-frame-restore.exp: New.
14062         * gdb.multi/dummy-frame-restore.c: New.
14063
14064 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
14065
14066         * gdb.btrace/gcore.exp: New.
14067
14068 2014-06-23  Pedro Alves  <palves@redhat.com>
14069
14070         * gdb.base/watchpoint-reuse-slot.c: New file.
14071         * gdb.base/watchpoint-reuse-slot.exp: New file.
14072
14073 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
14074
14075         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14076         progspace's filename in 'info', 'enable' and 'disable' command
14077         tests.
14078
14079 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14080
14081         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14082         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14083         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14084
14085 2014-06-20  Gary Benson  <gbenson@redhat.com>
14086
14087         * gdb.arch/i386-avx.exp: Fix include file location.
14088         * gdb.arch/i386-sse.exp: Likewise.
14089
14090 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
14091
14092         * gdb.dlang/expression.exp: New file.
14093
14094 2014-06-19  Pedro Alves  <palves@redhat.com>
14095
14096         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14097         out from ...
14098         (top level): ... here.  Iterate running tests under different
14099         scheduler-locking settings.
14100
14101 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
14102
14103         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14104         to DW_FORM_addr and use non-zero addresses.
14105
14106 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
14107
14108         PR gdb/17017
14109         * gdb.python/py-xmethods.cc: Add global function call counters and
14110         increment them in their respective functions.  Remove "cout"
14111         statements.
14112         * gdb.python/py-xmethods.exp: Make tests check the global function
14113         call counters instead of depending on inferior IO.
14114
14115 2014-06-18  Don Breazeal  <donb@codesourcery.com>
14116
14117         * gdb.base/foll-fork.exp (default_fork_parent_follow):
14118         Deleted procedure.
14119         (explicit_fork_parent_follow): Deleted procedure.
14120         (explicit_fork_child_follow): Deleted procedure.
14121         (test_follow_fork): New procedure.
14122         (do_fork_tests): Replace calls to deleted procedures with
14123         calls to test_follow_fork and reset GDB for subsequent
14124         procedure calls.
14125
14126 2014-06-17  Yao Qi  <yao@codesourcery.com>
14127
14128         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14129         CP1252.
14130
14131 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
14132
14133         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14134         Initialize ptr and S explicitly.
14135         (skip_type_update_when_not_use_rtti_test): Likewise.
14136
14137 2014-06-16  Keith Seitz  <keiths@redhat.com>
14138
14139         PR mi/15863
14140         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14141         the inferior is started.
14142
14143 2014-06-16  Pedro Alves  <palves@redhat.com>
14144
14145         * gdb.base/break-main-file-remove-fail.c: New file.
14146         * gdb.base/break-main-file-remove-fail.exp: New file.
14147         * gdb.base/break-unload-file.exp: Use build_executable instead of
14148         prepare_for_testing.
14149         (test_break): New parameter "initial_load".  Handle it.
14150         (top level): Add initial_load cmdline/file axis.
14151
14152 2014-06-12  Tom Tromey  <tromey@redhat.com>
14153
14154         * gdb.base/completion.exp: Don't use directory name in test.
14155
14156 2014-06-09  Gary Benson  <gbenson@redhat.com>
14157
14158         * gdb.base/sigall.c [Functions to send signals]: Reorder to
14159         separate the always-available ANSI-standard signals from the
14160         signals that require checking.
14161         (main): Likewise.
14162         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14163         Likewise.
14164         (main): Likewise.
14165
14166 2014-06-07  Keith Seitz  <keiths@redhat.com>
14167
14168         Revert:
14169         PR c++/16253
14170         * gdb.cp/var-tag.cc: New file.
14171         * gdb.cp/var-tag.exp: New file.
14172         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14173         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14174         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14175         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14176
14177 2014-06-06  Doug Evans  <xdje42@gmail.com>
14178
14179         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14180
14181 2014-06-06  Pedro Alves  <palves@redhat.com>
14182
14183         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14184         in target debug output instead of looking at RSP packets,
14185         disabling the test on any target that uses hardware stepping.
14186         Update comments.
14187
14188 2014-06-06  Pedro Alves  <palves@redhat.com>
14189
14190         * gdb.base/break-unload-file.exp: Fix typo.
14191
14192 2014-06-06  Yao Qi  <yao@codesourcery.com>
14193
14194         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14195         from "jit_function" to "^jit_function".
14196
14197 2014-06-06  Yao Qi  <yao@codesourcery.com>
14198
14199         * gdb.base/async.c (foo): Add one statement.
14200         * gdb.base/async.exp: Get the next instruction address and
14201         match the output of "nexti" by instruction address.  Match
14202         the hex address in the output of "finish".
14203
14204 2014-06-06  Gary Benson  <gbenson@redhat.com>
14205
14206         * gdb.base/call-signals.c: Remove preprocessor conditionals
14207         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14208         SIGSEGV and SIGTERM.
14209         * gdb.base/sigall.c: Likewise.
14210         * gdb.base/unwindonsignal.c: Likewise.
14211         * gdb.reverse/sigall-reverse.c: Likewise.
14212
14213 2014-06-06  Yao Qi  <yao@codesourcery.com>
14214
14215         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
14216         readable, skip the test.
14217
14218 2014-06-06  Yao Qi  <yao@codesourcery.com>
14219
14220         * gdb.threads/staticthreads.c (thread_function): Move the line
14221         setting breakpoint on forward.
14222         * gdb.threads/staticthreads.exp: Update comments.
14223
14224 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
14225
14226         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14227         "history-append! type error".
14228
14229 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
14230
14231         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14232         erroneous dprintf expected input.
14233
14234 2014-06-04  Doug Evans  <xdje42@gmail.com>
14235
14236         * gdb.guile/scm-generics.exp: Delete.
14237
14238 2014-06-04  Doug Evans  <xdje42@gmail.com>
14239
14240         * gdb.guile/scm-breakpoint.exp: Update.
14241         Add tests for breakpoint registration.
14242
14243 2014-06-04  Tom Tromey  <tromey@redhat.com>
14244
14245         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14246         VLA-in-union.
14247         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14248         inner_vla_struct, vla_union types.  Initialize objects of those
14249         types and compute their sizes.
14250
14251 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
14252             Hui Zhu  <hui@codesourcery.com>
14253
14254         * gdb.base/fileio.exp: Add test for shell not available as well as
14255         available.
14256         * gdb.base/fileio.c (test_system): Check for shell twice.
14257
14258 2014-06-04  Yao Qi  <yao@codesourcery.com>
14259
14260         * gdb.base/auto-connect-native-target.exp: Remove redundant
14261         space from the regexp pattern.
14262
14263 2014-06-04  Yao Qi  <yao@codesourcery.com>
14264
14265         * gdb.base/default.exp: Replace "child" with "native" in
14266         regexp pattern.
14267
14268 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
14269
14270         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14271         * gdb.python/py-xmethods.exp: New tests to test xmethods.
14272         * gdb.python/py-xmethods.py: Python script supporting the
14273         new testcase and tests.
14274
14275 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
14276             Pedro Alves  <palves@redhat.com>
14277
14278         PR breakpoints/17000
14279         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14280         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14281
14282 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
14283
14284         * gdb.base/subst.exp: Add tests to verify partial path matching
14285         output.
14286
14287 2014-06-03  Pedro Alves  <palves@redhat.com>
14288
14289         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14290         target that doesn't use software single-stepping.
14291
14292 2014-06-03  Pedro Alves  <palves@redhat.com>
14293
14294         PR breakpoints/17000
14295         * gdb.base/sss-bp-on-user-bp-2.c: New file.
14296         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14297
14298 2014-06-02  Doug Evans  <xdje42@gmail.com>
14299
14300         * gdb.guile/scm-parameter.exp: New file.
14301
14302 2014-06-02  Doug Evans  <xdje42@gmail.com>
14303
14304         * gdb.guile/scm-cmd.c: New file.
14305         * gdb.guile/scm-cmd.exp: New file.
14306
14307 2014-06-02  Doug Evans  <xdje42@gmail.com>
14308
14309         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14310         pretty-printer lookup.
14311         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14312         (make-pp_s-printer): Call it.
14313         (make-pretty-printer-from-dict): New function.
14314         (lookup-pretty-printer-maker-from-dict): New function.
14315         (*pretty-printer*): Simplify.
14316         (make-objfile-pp_s-printer): New function.
14317         (install-objfile-pretty-printers!): New function.
14318         (make-progspace-pp_s-printer): New function.
14319         (install-progspace-pretty-printers!): New function.
14320         * gdb.guile/scm-progspace.c: New file.
14321         * gdb.guile/scm-progspace.exp: New file.
14322
14323 2014-06-02  Pedro Alves  <palves@redhat.com>
14324
14325         * gdb.base/dprintf-bp-same-addr.c: New file.
14326         * gdb.base/dprintf-bp-same-addr.exp: New file.
14327
14328 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14329
14330         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14331         * gdb.arch/powerpc-power.s: Likewise.
14332
14333 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
14334
14335         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14336
14337 2014-06-01  Yao Qi  <yao@codesourcery.com>
14338
14339         * gdb.base/watchpoint.exp (test_watch_location): Check null
14340         pointer can be dereferenced.  If not, do the test, otherwise
14341         skip it.
14342
14343 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14344
14345         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14346         results.
14347         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14348
14349 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14350
14351         * gdb.arch/amd64-invalid-stack-middle.S: New file.
14352         * gdb.arch/amd64-invalid-stack-middle.c: New file.
14353         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14354         * gdb.arch/amd64-invalid-stack-top.c: New file.
14355         * gdb.arch/amd64-invalid-stack-top.exp: New file.
14356
14357 2014-05-30  Pedro Alves  <palves@redhat.com>
14358
14359         PR breakpoints/17000
14360         * gdb.base/sss-bp-on-user-bp.c: New file.
14361         * gdb.base/sss-bp-on-user-bp.exp: New file.
14362
14363 2014-05-30  David Blaikie  <dblaikie@gmail.com>
14364
14365         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14366         gnu_inline semantics via attribute.
14367         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14368         source explicitly specifies the required semantics.
14369
14370 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
14371
14372         * gdb.reverse/sigall-reverse.exp: Fix a typo.
14373
14374 2014-05-29  Pedro Alves  <palves@redhat.com>
14375             Tom Tromey  <tromey@redhat.com>
14376
14377         * gdb.base/async-shell.exp: Don't enable target-async.
14378         * gdb.base/async.exp
14379         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14380         parameter.  Adjust.
14381         (top level): Don't test with "target-async".
14382         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14383         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14384         * gdb.base/inferior-died.exp: Don't enable target-async.
14385         * gdb.base/interrupt-noterm.exp: Likewise.
14386         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14387         * gdb.mi/mi-nonstop-exit.exp: Likewise.
14388         * gdb.mi/mi-nonstop.exp: Likewise.
14389         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14390         * gdb.mi/mi-nsintrall.exp: Likewise.
14391         * gdb.mi/mi-nsmoribund.exp: Likewise.
14392         * gdb.mi/mi-nsthrexec.exp: Likewise.
14393         * gdb.mi/mi-watch-nonstop.exp: Likewise.
14394         * gdb.multi/watchpoint-multi.exp: Adjust comment.
14395         * gdb.python/py-evsignal.exp: Don't enable target-async.
14396         * gdb.python/py-evthreads.exp: Likewise.
14397         * gdb.python/py-prompt.exp: Likewise.
14398         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14399         * gdb.server/solib-list.exp: Don't enable target-async.
14400         * gdb.threads/thread-specific-bp.exp: Likewise.
14401         * lib/mi-support.exp: Adjust to use mi-async.
14402
14403 2014-05-29  Pedro Alves  <palves@redhat.com>
14404
14405         PR gdb/13860
14406         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14407         reason, even in sync mode.
14408
14409 2014-05-29  Pedro Alves  <palves@redhat.com>
14410             Hui Zhu  <hui@codesourcery.com>
14411
14412         PR PR15693
14413         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14414         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14415         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14416         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14417
14418 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
14419
14420         * config/monitor.exp (gdb_target_monitor): Replace use of
14421         "set remotebaud" by "set serial baud".
14422
14423 2014-05-26  Andy Wingo  <wingo@igalia.com>
14424
14425         * gdb.guile/scm-breakpoint.exp:
14426         * gdb.guile/scm-gsmob.exp: Update to use plain old object
14427         properties instead of gdb-object-properties.
14428
14429 2014-05-26  Yao Qi  <yao@codesourcery.com>
14430
14431         * gdb.server/no-thread-db.exp: Specify source file name
14432         explicitly when setting a breakpoint.
14433
14434 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14435
14436         * gdb.btrace/vdso.c: New.
14437         * gdb.btrace/vdso.exp: New.
14438
14439 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14440
14441         * gdb.base/gcore.exp (capture_command_output): Move ...
14442         * lib/gdb.exp (capture_command_output): ... here.
14443
14444 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14445
14446         * gdb.btrace/data.exp: Test memory access during btrace replay.
14447
14448 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
14449
14450         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14451
14452 2014-05-21  Pedro Alves  <palves@redhat.com>
14453
14454         PR gdb/13860
14455         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14456         (top level): Test that output related to execution commands is
14457         sent to the console with CLI commands, but not with MI commands.
14458         Test that breakpoint events are always mirrored to the console.
14459         Also expect the new source line to be output after a "next" in
14460         async mode too.  Make it a pass/fail test.
14461         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14462         output.
14463         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14464
14465 2014-05-21  Pedro Alves  <palves@redhat.com>
14466
14467         * gdb.base/list.exp (build_pattern, test_list): New procedures.
14468         Use them to test variations of "list" after reaching a breakpoint.
14469         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14470         Test "list" with listsize 10 after reaching a breakpoint.
14471         * gdb.python/python.exp (decode_line current location line
14472         number): Adjust expected line number.
14473
14474 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
14475
14476         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14477         behavior for $args, pass it directly to "run".
14478
14479 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
14480
14481         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14482         30000 to 65536.
14483
14484 2014-05-21  Pedro Alves  <palves@redhat.com>
14485
14486         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14487         auto-connect-native-target off".
14488         * gdb.base/auto-connect-native-target.c: New file.
14489         * gdb.base/auto-connect-native-target.exp: New file.
14490
14491 2014-05-21  Pedro Alves  <palves@redhat.com>
14492
14493         * gdb.base/default.exp: Test "target native" instead of "target
14494         child".
14495
14496 2014-05-21  Mark Wielaard  <mjw@redhat.com>
14497
14498         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14499
14500 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14501
14502         Fix TLS access for -static -pthread.
14503         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14504         <HAVE_TLS> (thread_function, main): Initialize it.
14505         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14506         Add clean_restart.
14507         <$have_tls != "">: Check TLSVAR.
14508
14509 2014-05-21  Pedro Alves  <palves@redhat.com>
14510
14511         * gdb.base/dcache-line-read-error.c: New.
14512         * gdb.base/dcache-line-read-error.exp: New.
14513
14514 2014-05-20  Pedro Alves  <palves@redhat.com>
14515
14516         * gdb.base/compare-sections.c: New file.
14517         * gdb.base/compare-sections.exp: New file.
14518
14519 2014-05-20  Pedro Alves  <palves@redhat.com>
14520
14521         * gdb.base/break-idempotent.c: New file.
14522         * gdb.base/break-idempotent.exp: New file.
14523
14524 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
14525
14526         * gdb.btrace/nohist.exp: New.
14527
14528 2014-05-20  Yao Qi  <yao@codesourcery.com>
14529
14530         * lib/gdb.exp (gdb_init): Set timeout if test file is under
14531         gdb.reverse directory and gdb_reverse_timeout exists in board
14532         setting.
14533         * README: Document gdb_reverse_timeout.
14534
14535 2014-05-20  Yao Qi  <yao@codesourcery.com>
14536
14537         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14538         'test_file_name'.  Treat args as a string instead of a list.
14539         (gdb_init): Rename argument 'args' by 'test_file_name'.
14540
14541 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14542
14543         * gdb.arch/powerpc-power.exp: New file.
14544         * gdb.arch/powerpc-power.s: New file.
14545
14546 2014-05-16  Doug Evans  <dje@google.com>
14547
14548         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14549         * gdb.base/completion.exp: Check that all expected files exist
14550         before doing file completion.
14551
14552 2014-05-16  Doug Evans  <dje@google.com>
14553
14554         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14555         Update.
14556         (do_syscall_tests_without_xml): Update.
14557
14558 2014-05-16  Pedro Alves  <palves@redhat.com>
14559
14560         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14561         instead of "unknown output after running".
14562
14563 2014-05-16  Yao Qi  <yao@codesourcery.com>
14564
14565         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
14566         file1.txt from host at the end.
14567         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14568
14569 2014-05-15  Doug Evans  <dje@google.com>
14570
14571         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14572         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14573         loading file.  Add test for TU lookup.
14574
14575 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14576
14577         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14578         calling "-exec-arguments" or "set args" before running the
14579         inferior.
14580
14581 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14582
14583         * lib/mi-support.exp (mi_expect_stop): Expect message for
14584         inferiors that exit with non-zero exit code.
14585
14586 2014-05-14  Yao Qi  <yao@codesourcery.com>
14587
14588         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14589         match absolute path on remote host.
14590         (test_file_list_exec_source_files): Remove "/" from the
14591         pattern.
14592
14593 2014-05-14  Yao Qi  <yao@codesourcery.com>
14594
14595         * boards/local-remote-host-notty.exp (${board}_file): New
14596         proc.
14597
14598 2014-05-07  Kyle McMartin  <kyle@redhat.com>
14599
14600         Pushed by Joel Brobecker  <brobecker@adacore.com>.
14601         * gdb.arch/aarch64-atomic-inst.c: New file.
14602         * gdb.arch/aarch64-atomic-inst.exp: New file.
14603
14604 2014-05-07  Yao Qi  <yao@codesourcery.com>
14605
14606         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14607         in current context" too.
14608
14609 2014-05-05  Keith Seitz  <keiths@redhat.com>
14610
14611         * gdb.linespec/ls-dollar.exp: Add test for linespec
14612         file:convenience_variable.
14613
14614 2014-05-05  Yao Qi  <yao@codesourcery.com>
14615
14616         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14617         traceframes into tfile and ctf trace files.  Read data from
14618         trace file and test collected data.
14619         (gdb_collect_locals_test): Likewise.
14620         (gdb_unavailable_registers_test): Likewise.
14621         (gdb_unavailable_floats): Likewise.
14622         (gdb_collect_globals_test): Likewise.
14623         (top-level): Append "ctf" to trace_file_targets if GDB
14624         supports.
14625
14626 2014-05-05  Yao Qi  <yao@codesourcery.com>
14627
14628         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14629         code to ...
14630         (gdb_collect_args_test_1): ... it.  New proc.
14631         (gdb_collect_locals_test): Move some code to ...
14632         (gdb_collect_locals_test_1): ... it.  New proc.
14633         (gdb_unavailable_registers_test): Move some code to ...
14634         (gdb_unavailable_registers_test_1): ... it.  New proc.
14635         (gdb_unavailable_floats): Move some code to ...
14636         (gdb_unavailable_floats_1): ... it.  New proc.
14637
14638 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14639
14640         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14641         probes to test for bitness recognition.
14642         * gdb.arch/amd64-stap-optional-prefix.exp
14643         (test_probe_value_without_reg): New procedure.
14644         Add code to test for different kinds of bitness.
14645
14646 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14647
14648         PR breakpoints/16889
14649         * gdb.arch/amd64-stap-optional-prefix.S: New file.
14650         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14651
14652 2014-05-01  Pedro Alves  <palves@redhat.com>
14653
14654         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
14655         gdb_file_cmd if no file is specified.
14656         * boards/native-extended-gdbserver.exp (gdb_load): Use the
14657         last_loaded_file to set the remote exec-file.
14658
14659 2014-05-01  Pedro Alves  <palves@redhat.com>
14660
14661         * boards/local-remote-host.exp: New file.
14662
14663 2014-05-01  Pedro Alves  <palves@redhat.com>
14664
14665         * boards/local-remote-host.exp: Rename to ...
14666         * boards/local-remote-host-notty.exp: ... this.
14667
14668 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
14669
14670         * gdb.ada/dyn_arrayidx: New testcase.
14671
14672 2014-04-26  Yao Qi  <yao@codesourcery.com>
14673
14674         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
14675         and compute the length of function main.  Save it in
14676         $main_length.
14677         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14678         (top-level): Use gdb_compile to compile objects into
14679         executable and restart GDB.  Remove invocation to
14680         prepare_for_testing.
14681
14682 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
14683             Pedro Alves  <palves@redhat.com>
14684
14685         PR server/16255
14686         * gdb.multi/multi-attach.c: New file.
14687         * gdb.multi/multi-attach.exp: New file.
14688
14689 2014-04-25  Pedro Alves  <palves@redhat.com>
14690
14691         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14692         user.
14693         (top level): Test that "set remote conditional-breakpoints-packet
14694         off" works as intended.
14695         * gdb.base/dprintf.exp: Test that "set remote
14696         breakpoint-commands-packet off" works as intended.
14697         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14698         New function.
14699         (top level): Call it.
14700         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14701         remote fast-tracepoints-packet off" works as intended.
14702         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14703         * lib/gdb.exp (gdb_is_target_remote): ... here.
14704
14705 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14706
14707         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14708         ensure clang would not discard them.
14709         * gdb.base/gdbvars.c: Ditto.
14710         * gdb.base/memattr.c: Ditto.
14711         * gdb.base/whatis.c: Ditto.
14712         * gdb.python/py-prettyprint.c: Ditto.
14713         * gdb.trace/actions.c: Ditto.
14714         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14715         ensure clang would not discard it.
14716
14717 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14718
14719         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14720         clang to emit the full definition of type required by the test
14721         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14722
14723 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14724
14725         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14726         coax Clang into emitting the definition of the type.
14727         * gdb.cp/pr10728-x.h (y): Ditto.
14728         * gdb.cp/pr10728-y.cc (y): Ditto.
14729
14730 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14731
14732         * gdb.base/label.exp: XFAIL label related tests under Clang.
14733         * gdb.cp/cplabel.exp: Ditto.
14734         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14735         under Clang those using labels.
14736
14737 2014-04-25  Yao Qi  <yao@codesourcery.com>
14738
14739         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14740         double_label.
14741         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14742         partial_label and double_label.
14743
14744 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14745
14746         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14747
14748 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14749
14750         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14751         of the function to work across GCC and Clang.
14752         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14753         pointer types (const void ** const V void **).
14754
14755 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14756             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14757
14758         * Makefile.in (EXECUTABLES): Added i386-avx512.
14759         * gdb.arch/i386-avx512.c: New file.
14760         * gdb.arch/i386-avx512.exp: Likewise.
14761
14762 2014-04-23  Keith Seitz  <keiths@redhat.com>
14763
14764         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14765         (mi_make_breakpoint_table): New procedure.
14766         (mi_create_breakpoint): Use mi_make_breakpoint
14767         and return the result.
14768         (mi_make_breakpoint): New procedure.
14769         (mi_build_kv_pairs): New procedure.
14770
14771         * gdb.mi/mi-break.exp: Remove unused globals,
14772         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14773         All callers updated.
14774         * gdb.mi/mi-dprintf.exp: Use variable to track command
14775         number.
14776         Update all callers of mi_create_breakpoint and use
14777         mi_make_breakpoint_table.
14778         Remove any unused global variables.
14779         * gdb.mi/mi-nonstop.exp: Likewise.
14780         * gdb.mi/mi-nsintrall.exp: Likewise.
14781         * gdb.mi/mi-nsmoribund.exp: Likewise.
14782         * gdb.mi/mi-nsthrexec.exp: Likewise.
14783         * gdb.mi/mi-reverse.exp: Likewise.
14784         * gdb.mi/mi-simplerun.exp: Likewise.
14785         * gdb.mi/mi-stepn.exp: Likewise.
14786         * gdb.mi/mi-syn-frame.exp: Likewise.
14787         * gdb.mi/mi-until.exp: Likewise.
14788         * gdb.mi/mi-var-cp.exp: Likewise.
14789         * gdb.mi/mi-var-display.exp: Likewise.
14790         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14791         * gdb.mi/mi2-var-child.exp: Likewise.
14792         * gdb.mi/mi-vla-c99.exp: Likewise.
14793         * lib/mi-support.exp: Likewise.
14794
14795         From Ian Lance Taylor  <iant@cygnus.com>:
14796         * lib/gdb.exp (parse_args): New procedure.
14797
14798 2014-04-23  Pedro Alves  <palves@redhat.com>
14799
14800         * gdb.base/break-unload-file.c: New file.
14801         * gdb.base/break-unload-file.exp: New file.
14802         * gdb.base/sym-file-lib.c (baz): New function.
14803         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14804         field.
14805         (load): Store the segment's mapped size.
14806         (unload): New function.
14807         (unload_shlib): New function.
14808         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14809         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14810         set a breakpoint at baz, and call it.
14811         * gdb.base/sym-file.exp: New tests for stale breakpoint
14812         instructions.
14813
14814 2014-04-23  Pedro Alves  <palves@redhat.com>
14815
14816         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14817         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14818         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14819         * gdb.base/hbreak-unmapped.c: New file.
14820         * gdb.base/hbreak-unmapped.exp: New file.
14821         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14822         * lib/gdb.exp (gdb_is_target_remote): ... here.
14823
14824 2014-04-22  Pedro Alves  <palves@redhat.com>
14825
14826         * gdb.base/consecutive-step-over.c: New file.
14827         * gdb.base/consecutive-step-over.exp: New file.
14828
14829 2014-04-22  Pedro Alves  <palves@redhat.com>
14830
14831         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14832         instead of send_gdb/gdb_expect.
14833
14834 2014-04-22  Yao Qi  <yao@codesourcery.com>
14835
14836         * lib/trace-support.exp (generate_tracefile): New procedure.
14837         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14838         return 0.
14839         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14840         if generate_tracefile returns 1.
14841
14842 2014-04-18  Tom Tromey  <palves@redhat.com>
14843             Pedro alves  <tromey@redhat.com>
14844
14845         PR backtrace/15558
14846         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14847         with a backtrace limit.
14848         * gdb.python/py-frame-inline.exp: Test running to an inline
14849         function with a backtrace limit, and printing the newest frame.
14850         * gdb.python/py-frame-inline.c (main): Call f.
14851
14852 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14853
14854         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14855
14856 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14857
14858         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14859         Drop prefix from unsupported source file path.
14860
14861 2014-04-17  Yao Qi  <yao@codesourcery.com>
14862
14863         * lib/gdb.exp (with_target_charset): New proc.
14864         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14865         with_target_charset.
14866         (test_print_strings): Likewise.
14867         (test_repeat_bytes): Likewise.
14868         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14869         for some tests.
14870
14871 2014-04-16  Keith Seitz  <keiths@redhat.com>
14872
14873         PR gdb/15827
14874         * gdb.dwarf2/corrupt.c: New file.
14875         * gdb.dwarf2/corrupt.exp: New file.
14876
14877 2014-04-16  Keith Seitz  <keiths@redhat.com>
14878
14879         PR c++/16597
14880         * gdb.cp/namelessclass.cc: New file.
14881         * gdb.cp/namelessclass.exp: New file.
14882         * gdb.cp/namelessclass.S: New file.
14883
14884 2014-04-16  Doug Evans  <dje@google.com>
14885
14886         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14887         Add comment.
14888         (gdbserver_default_get_comm_port): New function.
14889         (gdbserver_start): Check if board file provided
14890         "gdbserver,get_comm_port" and use it if so.
14891         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14892         (gdb,socketport): Set to "stdio".
14893         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14894         (stdio_gdbserver_template): Delete.
14895         (${board}_get_remote_address): Update.
14896         (${board}_build_remote_cmd): Delete.
14897         (${board}_get_comm_port): New function.
14898         (${board}_spawn): Update.
14899         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14900         Delete.
14901         (${board}_get_remote_address): Update.
14902         (${board}_get_comm_port): New function.
14903
14904 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14905
14906         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14907         appearing in any order.
14908
14909 2014-04-15  Doug Evans  <dje@google.com>
14910
14911         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14912         uninitialized value of "description".
14913
14914 2014-04-15  Keith Seitz  <keiths@redhat.com>
14915
14916         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14917         Remove unused globals.
14918         (test_running_the_program): Likewise.
14919         (test_controlled_execution): Likewise.
14920         (test_controlling_breakpoints): Likewise.
14921         (test_program_termination): Likewise.
14922
14923 2014-04-15  Keith Seitz  <keiths@redhat.com>
14924
14925         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14926         unused globals.
14927         (test_rbreak_creation_and_listing): Likewise.
14928         (test_ignore_count): Likewise.
14929         (test_error): Likewise.
14930
14931 2014-04-15  Pedro Alves  <palves@redhat.com>
14932
14933         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14934         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14935         sym-file-loader.c.
14936         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14937         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14938         to sym-file-loader.c.
14939         (struct library): Forward declare.
14940         (load_shlib, lookup_function): Change prototypes.
14941         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14942         (translate_offset): Remove declarations.
14943         (get_text_addr): New declaration.
14944         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14945         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14946         sym-file-loader.h.
14947         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14948         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14949         here from sym-file-loader.h.
14950         (struct library): New structure.
14951         (load_shlib, lookup_function): Change prototypes and adjust to
14952         work with a struct library.
14953         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14954         (translate_offset): Make static.
14955         (get_text_addr): New function.
14956         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14957
14958 2014-04-15  Pedro Alves  <palves@redhat.com>
14959
14960         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14961
14962 2014-04-15  Pedro Alves  <palves@redhat.com>
14963
14964         * gdb.base/sym-file-loader.c: Include <limits.h>.
14965         (SELF_LINK): New define.
14966         (get_origin): New function.
14967         (load_shlib): Use it.
14968         * gdb.base/sym-file.exp: Don't early return if the target is
14969         remote.  Use runto_main, and issue fail is that fails.  Use
14970         gdb_load_shlibs.
14971         (shlib_name): Delete.
14972         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14973
14974 2014-04-15  Pedro Alves <palves@redhat.com>
14975
14976         * gdb.base/sym-file.exp: Remove regex characters from test
14977         message.  Don't refer to breakpoint numbers in test messages.
14978
14979 2014-04-14  Keith Seitz  <keiths@redhat.com>
14980
14981         PR c++/16253
14982         * gdb.cp/var-tag.cc: New file.
14983         * gdb.cp/var-tag.exp: New file.
14984         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14985         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14986         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14987         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14988
14989 2014-04-14  Tom Tromey  <tromey@redhat.com>
14990
14991         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14992         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14993         type.
14994         * gdb.cp/enum-class.exp: New file.
14995         * gdb.cp/enum-class.cc: New file.
14996
14997 2014-04-14  Tom Tromey  <tromey@redhat.com>
14998
14999         * gdb.dwarf2/enum-type.exp: New file.
15000
15001 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15002
15003         * gdb.mi/mi-vla-c99.exp: New file.
15004         * gdb.mi/vla.c: New file.
15005
15006 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15007
15008         * gdb.base/vla-datatypes.c: New file.
15009         * gdb.base/vla-datatypes.exp: New file.
15010
15011 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15012
15013         * gdb.base/vla-ptr.c: New file.
15014         * gdb.base/vla-ptr.exp: New file.
15015
15016 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15017
15018         * gdb.dwarf2/count.exp: New file.
15019
15020 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15021
15022         * gdb.base/vla-sideeffect.c: New file.
15023         * gdb.base/vla-sideeffect.exp: New file.
15024
15025 2014-04-14  David Blaikie <dblaikie@gmail.com>
15026
15027         * gdb.mi/non-stop.c: Add return value for non-void function return
15028         statement.
15029         * gdb.threads/staticthreads.c: Ditto.
15030
15031 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
15032             Doug Evans  <xdje42@gmail.com>
15033
15034         * gdb.guile/scm-value.c: Improve test case.
15035         * gdb.guile/scm-value.exp: Add new test.
15036
15037 2014-04-11  David Blaikie  <dblaikie@gmail.com>
15038
15039         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15040         override Clang's default.
15041
15042 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
15043
15044         Revert the following changes (regressions):
15045
15046         * gdb.base/vla-sideeffect.c: New file.
15047         * gdb.base/vla-sideeffect.exp: New file.
15048
15049         * gdb.dwarf2/count.exp: New file.
15050
15051         * gdb.base/vla-multi.c: New file.
15052         * gdb.base/vla-multi.exp: New file.
15053
15054         * gdb.base/vla-ptr.c: New file.
15055         * gdb.base/vla-ptr.exp: New file.
15056
15057         * gdb.base/vla-datatypes.c: New file.
15058         * gdb.base/vla-datatypes.exp: New file.
15059
15060         * gdb.mi/mi-vla-c99.exp: New file.
15061         * gdb.mi/vla.c: New file.
15062
15063 2014-04-11  Keith Seitz  <keiths@redhat.com>
15064
15065         PR c++/16675
15066         * gdb.cp/cpsizeof.exp: New file.
15067         * gdb.cp/cpsizeof.cc: New file.
15068
15069 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15070
15071         * gdb.mi/mi-vla-c99.exp: New file.
15072         * gdb.mi/vla.c: New file.
15073
15074 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15075
15076         * gdb.base/vla-datatypes.c: New file.
15077         * gdb.base/vla-datatypes.exp: New file.
15078
15079 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15080
15081         * gdb.base/vla-ptr.c: New file.
15082         * gdb.base/vla-ptr.exp: New file.
15083
15084 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15085
15086         * gdb.base/vla-multi.c: New file.
15087         * gdb.base/vla-multi.exp: New file.
15088
15089 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15090
15091         * gdb.dwarf2/count.exp: New file.
15092
15093 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15094
15095         * gdb.base/vla-sideeffect.c: New file.
15096         * gdb.base/vla-sideeffect.exp: New file.
15097
15098 2014-04-11  Yao Qi  <yao@codesourcery.com>
15099
15100         * gdb.base/completion.exp: Check file exists before running tests
15101         on file completion.
15102
15103 2014-04-10  Pedro Alves  <palves@redhat.com>
15104
15105         * gdb.base/cond-eval-mode.c: New file.
15106         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
15107         prepare_for_testing to build the new file.  Check result of
15108         runto_main.
15109         (test_break, test_watch): New procedures.
15110         (top level): Use them.
15111
15112 2014-04-08  Pierre Muller  <muller@sourceware.org>
15113
15114         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15115         Ctrl-V use for mingw hosts.
15116
15117 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
15118
15119         * gdb.python/py-value.c: Improve test case.
15120         * gdb.python/py-value.exp: Add new test.
15121
15122 2014-04-07  David Blaikie  <dblaikie@gmail.com>
15123
15124         * lib/compiler.c: Identify the clang compiler.
15125         * lib/compiler.cc: Ditto.
15126
15127 2014-04-03  Yao Qi  <yao@codesourcery.com>
15128
15129         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15130
15131 2014-04-01  Anton Blanchard  <anton@samba.org>
15132
15133         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
15134         messages unique.
15135
15136 2014-04-01  Anton Blanchard  <anton@samba.org>
15137
15138         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15139         prepare_for_testing.
15140
15141 2014-04-01  Anton Blanchard  <anton@samba.org>
15142
15143         * gdb.arch/ppc64-atomic-inst.c: Remove.
15144         * gdb.arch/ppc64-atomic-inst.S: New file.
15145         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15146
15147 2014-03-31  Doug Evans  <dje@google.com>
15148
15149         * gdb.base/print-symbol-loading-lib.c: New file.
15150         * gdb.base/print-symbol-loading-main.c: New file.
15151         * gdb.base/print-symbol-loading.exp: New file.
15152
15153 2014-03-31  Yao Qi  <yao@codesourcery.com>
15154
15155         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15156
15157 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
15158
15159         * gdb.ada/mi_dyn_arr: New testcase.
15160
15161 2014-03-27  Doug Evans  <dje@google.com>
15162
15163         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15164
15165 2014-03-27  Yao Qi  <yao@codesourcery.com>
15166
15167         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15168         if target is nios2-*-*.
15169
15170 2014-03-26  Yao Qi  <yao@codesourcery.com>
15171
15172         * lib/gdb.exp (readline_is_used): New proc.
15173         * gdb.base/completion.exp: Move tests on command complete up.
15174         Skip the rest of tests if readline is not used.
15175         * gdb.ada/complete.exp: Skp the test if readline is not
15176         used.
15177         * gdb.base/filesym.exp: Likewise.
15178         * gdb.base/macscp.exp: Likewise.
15179         * gdb.base/readline-ask.exp: Likewise.
15180         * gdb.base/readline.exp: Likewise.
15181         * gdb.python/py-cmd.exp: Likewise.
15182         * gdb.trace/tfile.exp: Likewise.
15183
15184 2014-03-26  Yao Qi  <yao@codesourcery.com>
15185
15186         * gdb.base/macscp.exp: Fix code format issues.
15187
15188 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
15189
15190         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15191         * gdb.asm/powerpc64le.inc: New file.
15192
15193 2014-03-25  Pedro Alves  <palves@redhat.com>
15194             Doug Evans  <dje@google.com>
15195
15196         * gdb.base/source-execution.c: New file.
15197         * gdb.base/source-execution.exp: New file.
15198         * gdb.base/source-execution.gdb: New file.
15199
15200 2014-03-24  Doug Evans  <dje@google.com>
15201
15202         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15203         using fission.
15204
15205 2014-03-24  Hui Zhu  <hui@codesourcery.com>
15206             Pedro Alves  <palves@redhat.com>
15207
15208         PR breakpoints/16101
15209         * gdb.base/dprintf.exp: Use unsupported rather than changing the
15210         test pass/fail messages.  Detect missing support for dprintf when
15211         breakpoints are actually inserted.
15212         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15213         breakpoints are actually inserted.
15214         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15215         fails.
15216
15217 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
15218
15219         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15220
15221 2014-03-22  Doug Evans  <xdje42@gmail.com>
15222
15223         * gdb.python/python.exp (python not supported): Verify multi-line
15224         python command issues an error.
15225         * gdb.guile/guile.exp (guile not supported): Verify multi-line
15226         guile command issues an error.
15227
15228 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
15229
15230         * gdb.threads/thread-specific.exp: Handle the lack of usable
15231         $this_breakpoint and $this_thread.
15232
15233 2014-03-21  Hui Zhu  <hui@codesourcery.com>
15234
15235         * gdb.base/attach.exp (do_command_attach_tests): New.
15236
15237 2014-03-20  Tom Tromey  <tromey@redhat.com>
15238             Pedro Alves  <palves@redhat.com>
15239
15240         PR cli/15718
15241         * gdb.base/condbreak-call-false.c: New file.
15242         * gdb.base/condbreak-call-false.exp: New file.
15243
15244 2014-03-20  Pedro Alves  <palves@redhat.com>
15245
15246         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15247         Delete.
15248         (block_signals, unblock_signals): Delete.
15249         (child_function_2, main): Remove references to deleted variable
15250         and functions.
15251
15252 2014-03-20  Pedro Alves  <palves@redhat.com>
15253
15254         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15255         Use pthread_kill to signal thread 2.
15256         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15257         Adjust to make the test send itself a signal rather than using the
15258         host's "kill" command.
15259
15260 2014-03-20  Pedro Alves  <palves@redhat.com>
15261
15262         * gdb.threads/multiple-step-overs.c: New file.
15263         * gdb.threads/multiple-step-overs.exp: New file.
15264         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15265         Adjust expected infrun debug output.
15266
15267 2014-03-20  Pedro Alves  <palves@redhat.com>
15268
15269         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15270         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15271
15272 2014-03-20  Pedro Alves  <palves@redhat.com>
15273
15274         PR breakpoints/7143
15275         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15276         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
15277         of gdb_test_multiple.
15278         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15279         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15280
15281 2014-03-20  Pedro Alves  <palves@redhat.com>
15282
15283         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15284         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15285
15286 2014-03-19  Pedro Alves  <palves@redhat.com>
15287
15288         * gdb.base/async.exp: Remove early return.
15289
15290 2014-03-19  Pedro Alves  <palves@redhat.com>
15291
15292         * gdb.base/async.exp (step& tests): Pass explicit test messages.
15293
15294 2014-03-19  Pedro Alves  <palves@redhat.com>
15295
15296         * gdb.base/async.exp (test_background): Expect \r\n after
15297         "completed." in the fail pattern.
15298
15299 2014-03-19  Pedro Alves  <palves@redhat.com>
15300
15301         * gdb.base/async.exp (test_background): New procedure.
15302         Use it for all background execution command tests.
15303
15304 2014-03-19  Pedro Alves  <palves@redhat.com>
15305
15306         * gdb.base/async.exp: Use prepare_for_testing.
15307
15308 2014-03-19  Pedro Alves  <palves@redhat.com>
15309
15310         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
15311         the same line.
15312
15313 2014-03-19  Pedro Alves  <palves@redhat.com>
15314
15315         * gdb.base/async.c (main): Add "jump here" and "until here" line
15316         marker comments.
15317         * gdb.base/async.exp (jump_here): New global.
15318         (jump& test): Use it.
15319         (until_here): New global.
15320         (until& test): Use it.
15321
15322 2014-03-19  Pedro Alves  <palves@redhat.com>
15323
15324         * gdb.base/async.exp: Don't frob gdb_protocol.
15325
15326 2014-03-18  Doug Evans  <xdje42@gmail.com>
15327
15328         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
15329         Fix spelling of exec-done-display.
15330
15331 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
15332
15333         PR gdb/15358
15334         * gdb.base/gdb-sigterm.c: New file.
15335         * gdb.base/gdb-sigterm.exp: New file.
15336
15337 2014-03-18  Pedro Alves  <palves@redhat.com>
15338
15339         PR gdb/13860
15340         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15341         * lib/mi-support.exp (mi_expect_stop): Add special handling for
15342         solib-event.
15343
15344 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
15345
15346         * gdb.ada/pckd_arr_ren: New testcase.
15347
15348 2014-03-13  Doug Evans  <xdje42@gmail.com>
15349
15350         PR guile/16612
15351         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15352         collect after discarding symbols.
15353
15354 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
15355             Doug Evans  <xdje42@gmail.com>
15356
15357         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15358         to history survives a gc.
15359
15360 2014-03-13  Pedro Alves  <palves@redhat.com>
15361
15362         * gdb.base/default.exp: Don't test "target procfs".
15363
15364 2014-03-13  Pedro Alves  <palves@redhat.com>
15365
15366         * gdb.base/default.exp: Update "target child" and "target procfs"
15367         tests to not expect "Unix".
15368
15369 2014-03-12  Tom Tromey  <tromey@redhat.com>
15370
15371         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15372         New procs.  Add target-async tests.
15373         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15374         Add target-async tests.
15375
15376 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15377
15378         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15379         'func_start' and 'func_end' for the beginning and end of the
15380         function code, respectively.
15381         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15382         'func_end' instead of 'func' and 'main'.
15383
15384 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15385
15386         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15387         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15388         generate the debug info assembler source.
15389
15390 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15391
15392         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15393         * gdb.dwarf2/arr-subrange.exp: Likewise.
15394         * gdb.dwarf2/dwz.exp: Likewise.
15395         * gdb.dwarf2/method-ptr.exp: Likewise.
15396         * gdb.dwarf2/missing-sig-type.exp: Likewise.
15397         * gdb.dwarf2/subrange.exp: Likewise.
15398         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15399         * gdb.dwarf2/implptrpiece.exp: Likewise.
15400         * gdb.dwarf2/nostaticblock.exp: Likewise.
15401
15402 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15403
15404         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15405         directory to absolute path name arguments.
15406
15407 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
15408
15409         * gdb.ada/tagged_access: New testcase.
15410
15411 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
15412
15413         * gdb.btrace/data.exp: Update expected output.
15414
15415 2014-03-06  Yao Qi  <yao@codesourcery.com>
15416
15417         * gdb.trace/pr16508.exp: New file.
15418
15419 2014-03-05  Pedro Alves  <palves@redhat.com>
15420
15421         PR gdb/16575
15422         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15423         procedure.
15424         (top level): Adjust to use it.  Add tests that exercise breakpoint
15425         interaction with the code-cache.
15426
15427 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
15428
15429         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15430         test for 'history-append!'.
15431
15432 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15433
15434         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15435         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15436         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15437         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15438         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15439         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15440
15441 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15442
15443         * testsuite/gdb.python/py-pp-re-notag.c: New file.
15444         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15445         * testsuite/gdb.python/py-pp-re-notag.p: New file.
15446
15447 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15448
15449         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15450
15451 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15452
15453         * gdb.dwarf2/arr-stride.c: New file.
15454         * gdb.dwarf2/arr-stride.exp: New file.
15455
15456 2014-02-26  Pedro Alves  <palves@redhat.com>
15457
15458         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15459         that won't ever trigger.  Make sure that GDB reports the correct
15460         breakpoint that caused the stop.
15461
15462 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15463
15464         PR gdb/16626
15465         * gdb.base/auto-load-script: New file.
15466         * gdb.base/auto-load.c: New file.
15467         * gdb.base/auto-load.exp: New file.
15468
15469         PR gdb/16626
15470         * gdb.base/auto-load.exp: Fix out-of-srctree run.
15471
15472 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15473
15474         Fix dw2-icycle.exp -fsanitize=address GDB crash.
15475         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15476
15477 2014-02-24  Doug Evans  <dje@google.com>
15478
15479         * lib/gdb.exp (run_on_host): Log error output if program fails.
15480
15481 2014-02-21  Pedro Alves  <palves@redhat.com>
15482
15483         * gdb.threads/step-after-sr-lock.c: Rename to ...
15484         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15485         * gdb.threads/step-after-sr-lock.exp: Rename to ...
15486         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15487         ... this.
15488
15489 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
15490
15491         PR tdep/16397
15492         * gdb.arch/amd64-stap-special-operands.exp: New file.
15493         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15494         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15495         * gdb.arch/amd64-stap-triplet.S: Likewise.
15496         * gdb.arch/amd64-stap-triplet.c: Likewise.
15497
15498 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
15499
15500         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15501         in .section pseudo-op.
15502
15503 2014-02-20  lin zuojian  <manjian2006@gmail.com>
15504             Joel Brobecker  <brobecker@adacore.com>
15505             Doug Evans  <xdje42@gmail.com>
15506
15507         PR symtab/16581
15508         * gdb.dwarf2/dw2-icycle.S: New file.
15509         * gdb.dwarf2/dw2-icycle.c: New file.
15510         * gdb.dwarf2/dw2-icycle.exp: New file.
15511
15512 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
15513
15514         * gdb.python/py-value-cc.cc: Improve test case to enable testing
15515         operations on gdb.Value objects.
15516         * gdb.python/py-value-cc.exp: Add new test to test operations on
15517         gdb.Value objects.
15518
15519 2014-02-18  Doug Evans  <dje@google.com>
15520
15521         * Makefile.in (TESTS): New variable.
15522         (expanded_tests, expanded_tests_or_none): New variables
15523         (check-single): Pass $(expanded_tests_or_none) to runtest.
15524         (check-parallel): Only run tests in $(TESTS) if non-empty.
15525         (check/no-matching-tests-found): New rule.
15526         * README: Document TESTS makefile variable.
15527
15528 2014-02-18  Doug Evans  <dje@google.com>
15529
15530         * Makefile.in (check-parallel): rm -rf outputs temp.
15531
15532 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15533
15534         Fix "ERROR: no fileid for" in the testsuite.
15535         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15536
15537 2014-02-12  Doug Evans  <dje@google.com>
15538
15539         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15540         (MISCELLANEOUS): New variable.
15541         (clean): rm -rf $(MISCELLANEOUS).
15542         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15543         dwp live in the same directory as symlinks, with each symlink pointed
15544         to a differently named file in a different directory.
15545
15546 2014-02-11  Doug Evans  <dje@google.com>
15547
15548         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15549         of Tcl file commands.
15550
15551 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
15552
15553         * gdb.threads/step-after-sr-lock.exp: Avoid executing
15554         "kill -SIGUSR1 -1".
15555
15556 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
15557
15558         * gdb.ada/tick_length_array_enum_idx: New testcase.
15559
15560 2014-02-10  Doug Evans  <xdje42@gmail.com>
15561
15562         * configure.ac (AC_OUTPUT): Add gdb.guile.
15563         * configure: Regenerate.
15564         * lib/gdb-guile.exp: New file.
15565         * lib/gdb.exp (get_target_charset): New function.
15566         * gdb.base/help.exp: Update expected output from "apropos apropos".
15567         * gdb.guile/Makefile.in: New file.
15568         * gdb.guile/guile.exp: New file.
15569         * gdb.guile/scm-arch.c: New file.
15570         * gdb.guile/scm-arch.exp: New file.
15571         * gdb.guile/scm-block.c: New file.
15572         * gdb.guile/scm-block.exp: New file.
15573         * gdb.guile/scm-breakpoint.c: New file.
15574         * gdb.guile/scm-breakpoint.exp: New file.
15575         * gdb.guile/scm-disasm.c: New file.
15576         * gdb.guile/scm-disasm.exp: New file.
15577         * gdb.guile/scm-equal.c: New file.
15578         * gdb.guile/scm-equal.exp: New file.
15579         * gdb.guile/scm-error.exp: New file.
15580         * gdb.guile/scm-error.scm: New file.
15581         * gdb.guile/scm-frame-args.c: New file.
15582         * gdb.guile/scm-frame-args.exp: New file.
15583         * gdb.guile/scm-frame-args.scm: New file.
15584         * gdb.guile/scm-frame-inline.c: New file.
15585         * gdb.guile/scm-frame-inline.exp: New file.
15586         * gdb.guile/scm-frame.c: New file.
15587         * gdb.guile/scm-frame.exp: New file.
15588         * gdb.guile/scm-generics.exp: New file.
15589         * gdb.guile/scm-gsmob.exp: New file.
15590         * gdb.guile/scm-iterator.c: New file.
15591         * gdb.guile/scm-iterator.exp: New file.
15592         * gdb.guile/scm-math.c: New file.
15593         * gdb.guile/scm-math.exp: New file.
15594         * gdb.guile/scm-objfile-script-gdb.in: New file.
15595         * gdb.guile/scm-objfile-script.c: New file.
15596         * gdb.guile/scm-objfile-script.exp: New file.
15597         * gdb.guile/scm-objfile.c: New file.
15598         * gdb.guile/scm-objfile.exp: New file.
15599         * gdb.guile/scm-ports.exp: New file.
15600         * gdb.guile/scm-pretty-print.c: New file.
15601         * gdb.guile/scm-pretty-print.exp: New file.
15602         * gdb.guile/scm-pretty-print.scm: New file.
15603         * gdb.guile/scm-section-script.c: New file.
15604         * gdb.guile/scm-section-script.exp: New file.
15605         * gdb.guile/scm-section-script.scm: New file.
15606         * gdb.guile/scm-symbol.c: New file.
15607         * gdb.guile/scm-symbol.exp: New file.
15608         * gdb.guile/scm-symtab-2.c: New file.
15609         * gdb.guile/scm-symtab.c: New file.
15610         * gdb.guile/scm-symtab.exp: New file.
15611         * gdb.guile/scm-type.c: New file.
15612         * gdb.guile/scm-type.exp: New file.
15613         * gdb.guile/scm-value-cc.cc: New file.
15614         * gdb.guile/scm-value-cc.exp: New file.
15615         * gdb.guile/scm-value.c: New file.
15616         * gdb.guile/scm-value.exp: New file.
15617         * gdb.guile/source2.scm: New file.
15618         * gdb.guile/types-module.cc: New file.
15619         * gdb.guile/types-module.exp: New file.
15620
15621 2014-02-10  Yao Qi  <yao@codesourcery.com>
15622
15623         PR testsuite/16543
15624         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15625         * configure: Regenerated.
15626         * Makefile.in: New file.
15627
15628 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
15629
15630         * gdb.python/py-framefilter.exp: Fix typo.
15631
15632 2014-02-08  Yao Qi  <yao@codesourcery.com>
15633
15634         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15635         that no =breakpoint-modified is emitted when breakpoints are
15636         modified through MI commands.
15637
15638 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
15639             Pedro Alves  <palves@redhat.com>
15640
15641         * gdb.threads/step-after-sr-lock.c: New file.
15642         * gdb.threads/step-after-sr-lock.exp: New file.
15643
15644 2014-02-07  Pedro Alves  <palves@redhat.com>
15645
15646         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15647
15648 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15649
15650         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15651         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15652
15653 2014-02-06  Doug Evans  <xdje42@gmail.com>
15654
15655         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15656         output.
15657
15658         * gdb.gdb/python-interrupts.exp: New file.
15659
15660 2014-02-05  Yao Qi  <yao@codesourcery.com>
15661
15662         * gdb.trace/report.exp (use_collected_data): Test the output
15663         of "info threads" and "info inferiors".
15664
15665 2014-02-05  Yao Qi  <yao@codesourcery.com>
15666
15667         Revert this patch:
15668
15669         2013-05-24  Yao Qi  <yao@codesourcery.com>
15670
15671         * gdb.trace/tfile.exp: Test inferior and thread.
15672
15673 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15674
15675         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15676         on a function.
15677         * gdb.base/step-bt.c: Call hello via function pointer to make
15678         sure its first instruction is executed on powerpc64le-linux.
15679
15680 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15681
15682         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15683
15684 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15685
15686         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
15687         of the test patterns for use on little-endian systems.
15688
15689 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15690
15691         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15692         (decimal_vector): Fix for little-endian.
15693
15694 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
15695
15696         * gdb.arch/sparc-sysstep.exp: New file.
15697         * gdb.arch/sparc-sysstep.c: Likewise.
15698
15699         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15700
15701 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15702
15703         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15704
15705 2014-01-23  Tom Tromey  <tromey@redhat.com>
15706
15707         * gdb.ada/array_char_idx: New testcase.
15708
15709 2014-01-23  Tom Tromey  <tromey@redhat.com>
15710
15711         PR python/16487:
15712         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15713         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15714         classes.
15715
15716 2014-01-23  Tom Tromey  <tromey@redhat.com>
15717
15718         PR python/16491:
15719         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15720         string from an inferior frame.
15721         * gdb.python/py-framefilter-mi.exp: Update.
15722
15723 2014-01-22  Doug Evans  <dje@google.com>
15724
15725         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15726
15727 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15728
15729         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15730
15731 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15732
15733         * gdb.trace/entry-values.exp: Remove excess space character from
15734         regex patterns.  Handle s390 call instruction.
15735
15736 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15737
15738         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15739         define "*_start" label.  Make "name" static.
15740         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15741         ${name} by references to ${name}_start.
15742
15743 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15744
15745         * gdb.base/info-macros.exp: Remove "debug" from the compile
15746         options.
15747
15748 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15749
15750         * gdb.dlang/demangle.exp: New file.
15751
15752 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15753
15754         * gdb.dlang/primitive-types.exp: New file.
15755
15756 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15757
15758         * configure.ac: Create gdb.dlang/Makefile.
15759         * configure: Regenerate.
15760         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15761         * gdb.dlang/Makefile.in: New file.
15762         * lib/d-support.exp: New file.
15763         * lib/gdb.exp (skip_d_tests): New proc.
15764
15765 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15766
15767         * gdb.btrace/delta.exp: Check reverse stepi.
15768         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15769         * gdb.btrace/finish.exp: New.
15770         * gdb.btrace/next.exp: New.
15771         * gdb.btrace/nexti.exp: New.
15772         * gdb.btrace/record_goto.c: Add comments.
15773         * gdb.btrace/step.exp: New.
15774         * gdb.btrace/stepi.exp: New.
15775         * gdb.btrace/multi-thread-step.c: New.
15776         * gdb.btrace/multi-thread-step.exp: New.
15777         * gdb.btrace/rn-dl-bind.c: New.
15778         * gdb.btrace/rn-dl-bind.exp: New.
15779         * gdb.btrace/data.c: New.
15780         * gdb.btrace/data.exp: New.
15781         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15782
15783 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15784
15785         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15786         * gdb.btrace/exception.exp: Update.
15787         * gdb.btrace/instruction_history.exp: Update.
15788         * gdb.btrace/record_goto.exp: Update.
15789         * gdb.btrace/tailcall.exp: Update.
15790         * gdb.btrace/unknown_functions.exp: Update.
15791         * gdb.btrace/delta.exp: New.
15792
15793 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15794
15795         * gdb.btrace/record_goto.exp: Add backtrace test.
15796         * gdb.btrace/tailcall.exp: Add backtrace test.
15797
15798 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15799
15800         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15801         * gdb.btrace/record_goto.c: New.
15802         * gdb.btrace/record_goto.exp: New.
15803         * gdb.btrace/x86-record_goto.S: New.
15804
15805 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15806
15807         * gdb.btrace/function_call_history.exp: Update tests.
15808         * gdb.btrace/instruction_history.exp: Update tests.
15809
15810 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15811
15812         * gdb.btrace/function_call_history.exp: Fix expected field
15813         order for "record function-call-history".
15814         Add new tests for "record function-call-history /c".
15815         * gdb.btrace/exception.cc: New.
15816         * gdb.btrace/exception.exp: New.
15817         * gdb.btrace/tailcall.exp: New.
15818         * gdb.btrace/x86-tailcall.S: New.
15819         * gdb.btrace/x86-tailcall.c: New.
15820         * gdb.btrace/unknown_functions.c: New.
15821         * gdb.btrace/unknown_functions.exp: New.
15822         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15823
15824 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15825
15826         * gdb.btrace/instruction_history.exp: Update.
15827         * gdb.btrace/function_call_history.exp: Update.
15828
15829 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15830
15831         * gdb.btrace/function_call_history.exp: Fix expected function
15832         trace.
15833         * gdb.btrace/instruction_history.exp: Initialize traced.
15834         Remove traced_functions.
15835
15836 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15837
15838         * gdb.btrace/function_call_history.exp: Update
15839         * gdb.btrace/instruction_history.exp: Update.
15840
15841 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15842
15843         * gdb.btrace/enable.exp: Update expected text.
15844
15845 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15846
15847         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15848         bytes.
15849
15850 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15851
15852         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15853
15854 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15855
15856         * lib/gdb.exp (supports_process_record): Return true for
15857         arm*-linux*.  (supports_reverse): Likewise.
15858
15859 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15860
15861         PR python/15464
15862         PR python/16113
15863         * gdb.python/py-type.c: Enhance test case.
15864         * gdb.python/py-value-cc.cc: Likewise
15865         * gdb.python/py-type.exp: Add new tests.
15866         * gdb.python/py-value-cc.exp: Likewise
15867
15868 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15869             Pedro Alves <palves@redhat.com>
15870
15871         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15872         Make "name" extern.
15873         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15874         references to ${name}_start by references to ${name}.
15875
15876 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15877
15878         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15879
15880 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15881
15882         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15883
15884 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15885             Pedro Alves  <palves@redhat.com>
15886
15887         * gdb.mi/mi-info-os.exp: Connect to the target with
15888         mi_gdb_target_load.
15889
15890 2014-01-08  Pedro Alves  <palves@redhat.com>
15891
15892         * gdb.threads/reconnect-signal.c: New file.
15893         * gdb.threads/reconnect-signal.exp: New file.
15894
15895 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15896
15897         * gdb.base/source-dir.exp: New file.
15898
15899 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15900
15901         * gdb.ada/mi_interface: New testcase.
15902
15903 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15904
15905         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15906         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15907         gdb.ada/pp-rec-component/pck.ads: New files.
15908
15909 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15910
15911         * gdb.python/py-pp-integral.c: New file.
15912         * gdb.python/py-pp-integral.py: New file.
15913         * gdb.python/py-pp-integral.exp: New file.
15914
15915 For older changes see ChangeLog-1993-2013.
15916 \f
15917 ;; Local Variables:
15918 ;; mode: change-log
15919 ;; left-margin: 8
15920 ;; fill-column: 74
15921 ;; version-control: never
15922 ;; End:
15923
15924     Copyright 2014-2019 Free Software Foundation, Inc.
15925   Copying and distribution of this file, with or without modification,
15926   are permitted provided the copyright notice and this notice are preserved.