[gdb/testsuite] Fix index-cache.exp with cc-with-{gdb-index,debug-names}
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-05-06  Tom de Vries  <tdevries@suse.de>
2
3         * lib/gdb.exp (exec_has_index_section): New proc.
4         * gdb.base/index-cache.exp: Handle case that binfile contains an index
5         section.
6
7 2019-05-04  Tom de Vries  <tdevries@suse.de>
8
9         * boards/cc-with-debug-names.exp: New file.
10
11 2019-05-03  Tom Tromey  <tromey@adacore.com>
12
13         * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
14         * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
15         * gdb.ada/char_enum.exp: Add test.
16
17 2019-05-03  Tom de Vries  <tdevries@suse.de>
18
19         * boards/cc-with-gdb-index.exp: New file.
20
21 2019-05-02  Andrew Burgess  <andrew.burgess@embecosm.com>
22
23         * gdb.rust/simple.exp: Add new test case.
24         * gdb.rust/simple.rs (struct StringAtOffset): New struct.
25         (main): Initialise an instance of the new struct.
26
27 2019-05-01  Tom Tromey  <tromey@adacore.com>
28
29         * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
30         record.
31         (NPR): New variable.
32         * gdb.ada/packed_array_assign.exp: Add nested packed assignment
33         test.
34
35 2019-05-01  Tom Tromey  <tromey@adacore.com>
36
37         * gdb.ada/packed_array_assign.exp: Add packed assignment
38         regression test.
39
40 2019-05-01  Tom de Vries  <tdevries@suse.de>
41
42         * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
43
44 2019-05-01  Tom de Vries  <tdevries@suse.de>
45
46         * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
47
48 2019-04-30  Ali Tamur  <tamur@google.com>
49
50         * lib/dwarf.exp(): Added DW_FORM_strx1-4.
51
52 2019-04-30  Tom Tromey  <tromey@adacore.com>
53
54         * lib/ada.exp (find_ada_tool): New proc.
55         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
56         * gdb.ada/catch_ex_std.exp: New file.
57         * gdb.ada/catch_ex_std/foo.adb: New file.
58         * gdb.ada/catch_ex_std/some_package.adb: New file.
59         * gdb.ada/catch_ex_std/some_package.ads: New file.
60
61 2019-04-30  Tom Tromey  <tromey@adacore.com>
62
63         PR c++/24470:
64         * gdb.cp/temargs.cc: Add test code from PR.
65
66 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
67
68         * gdb.fortran/vla-datatypes.exp: Update expected results.
69         * gdb.fortran/vla-ptype.exp: Likewise.
70         * gdb.fortran/vla-type.exp: Likewise.
71         * gdb.fortran/vla-value.exp: Likewise.
72
73 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
74
75         * gdb.fortran/ptr-indentation.exp: Update expected results.
76         * gdb.fortran/ptype-on-functions.exp: Likewise.
77         * gdb.fortran/vla-ptr-info.exp: Likewise.
78         * gdb.fortran/vla-value.exp: Likewise.
79
80 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
81
82         * gdb.fortran/ptype-on-functions.exp: New file.
83         * gdb.fortran/ptype-on-functions.f90: New file.
84
85 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
86
87         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
88         case void string.
89
90 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
91
92         * gdb.fortran/complex.exp: Expand.
93         * gdb.fortran/complex.f: Renamed to...
94         * gdb.fortran/complex.f90: ...this, and extended to add more
95         complex values.
96
97 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
98
99         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
100         MODULO, CMPLX.
101
102 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
103             Richard Bunt  <richard.bunt@arm.com>
104
105         * gdb.base/max-depth.c: New file.
106         * gdb.base/max-depth.exp: New file.
107         * gdb.python/py-nested-maps.c: New file.
108         * gdb.python/py-nested-maps.exp: New file.
109         * gdb.python/py-nested-maps.py: New file.
110         * gdb.python/py-format-string.exp (test_max_depth): New proc.
111         (test_all_common): Call test_max_depth.
112         * gdb.fortran/max-depth.exp: New file.
113         * gdb.fortran/max-depth.f90: New file.
114         * gdb.go/max-depth.exp: New file.
115         * gdb.go/max-depth.go: New file.
116         * gdb.modula2/max-depth.exp: New file.
117         * gdb.modula2/max-depth.c: New file.
118         * lib/gdb.exp (get_print_expr_at_depths): New proc.
119
120 2019-04-29  Tom de Vries  <tdevries@suse.de>
121
122         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
123
124 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
125
126         * gdb.base/callexit.exp: Test may-call-functions off.
127
128 2019-04-25  Keith Seitz  <keiths@redhat.com>
129
130         PR c++/24367
131         * gdb.cp/meth-typedefs.cc (incomplete_struct)
132         (another_incomplete_struct, test_incomplete): New definitions.
133         (main): Use new definitions.
134         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
135         functions.
136
137 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
138
139         PR corefiles/11608
140         PR corefiles/18187
141         * gdb.base/coredump-filter-build-id.exp: New file.
142
143 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
144
145         * Makefile.in: Pass through GDBSERVER_DEBUG.
146         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
147         (gdbserver,debug): Add board setting.
148         * gdb.trace/tspeed.exp: Skip when debugging.
149         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
150         * lib/gdbserver-support.exp: Likewise
151
152 2019-04-24  Tom Tromey  <tromey@adacore.com>
153
154         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
155         Rust.
156
157 2019-04-24  Tom Tromey  <tromey@adacore.com>
158
159         * gdb.arch/amd64-eval.exp: Test bitfield return.
160         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
161         (class Foo) <return_bitfields>: New method.
162         (main): Call it.
163
164 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
165
166         * gdb.cp/many-args.cc: New file.
167         * gdb.cp/many-args.exp: New file.
168
169 2019-04-23  Tom de Vries  <tdevries@suse.de>
170
171         PR gdb/24433
172         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
173
174 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
175
176         * gdb.trace/backtrace.exp: Use nopie flag.
177         * gdb.trace/circ.exp: Likewise.
178         * gdb.trace/collection.exp: Likewise.
179         * gdb.trace/ftrace.exp: Likewise.
180         * gdb.trace/mi-trace-unavailable.exp: Likewise.
181         * gdb.trace/mi-traceframe-changed.exp: Likewise.
182         * gdb.trace/qtro.exp: Likewise.
183         * gdb.trace/read-memory.exp: Likewise.
184         * gdb.trace/report.exp: Likewise.
185         * gdb.trace/tfile.exp: Likewise.
186         * gdb.trace/tfind.exp: Likewise.
187         * gdb.trace/unavailable.exp: Likewise.
188
189 2019-04-22  Pedro Alves  <palves@redhat.com>
190
191         * gdb.base/solib-probes-nosharedlibrary.c,
192         gdb.base/solib-probes-nosharedlibrary.exp: New files.
193
194 2019-04-19  Tom Tromey  <tromey@adacore.com>
195
196         * gdb.ada/ptype_union.c: New file.
197         * gdb.ada/ptype_union.exp: New file.
198
199 2019-04-19  Tom Tromey  <tromey@adacore.com>
200
201         PR symtab/24423:
202         * gdb.base/list0.h (foo): Add a control-l character.
203
204 2019-04-18  Tom de Vries  <tdevries@suse.de>
205
206         PR gdb/24433
207         * boards/local-board.exp: Set sysroot to "".
208
209 2019-04-18  Tom de Vries  <tdevries@suse.de>
210             Pedro Alves  <palves@redhat.com>
211
212         PR gdb/24454
213         * gdb.threads/vfork-follow-child-exec.c: New file.
214         * gdb.threads/vfork-follow-child-exec.exp: New file.
215         * gdb.threads/vfork-follow-child-exit.c: New file.
216         * gdb.threads/vfork-follow-child-exit.exp: New file.
217
218 2019-04-15  Leszek Swirski  <leszeks@google.com>
219
220         * gdb.arch/amd64-eval.cc: New file.
221         * gdb.arch/amd64-eval.exp: New file.
222
223 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
224
225         * gdb.server/sysroot.c: New test.
226         * gdb.server/sysroot.exp: New file.
227         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
228         matching param.
229
230 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
231
232         * gdb.base/align.exp: Extend test to cover structures containing
233         only static fields.
234
235 2019-04-11  Tom de Vries  <tdevries@suse.de>
236
237         * boards/cc-with-dwz-m.exp: New file.
238         * boards/cc-with-dwz.exp: New file.
239         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
240
241 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
242
243         * gdb.base/start-cpp.exp: New file.
244         * gdb.base/start-cpp.cc: New file.
245
246 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
247
248         * gdb.python/py-thrhandle.exp: Adjust tests to call
249         thread_from_handle instead of thread_from_thread_handle.
250
251 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
252
253         * gdb.python/py-thrhandle.exp: Add tests for
254         gdb.InferiorThread.handle.
255
256 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
257
258         * gdb.python/py-function.exp: Check calling helper function from
259         all languages.
260         * lib/gdb.exp (gdb_supported_languages): New proc.
261
262 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
263
264         * gdb.base/complex-parts.c: New file.
265         * gdb.base/complex-parts.exp: New file.
266
267 2019-04-01  Tom Tromey  <tromey@adacore.com>
268
269         PR symtab/23331:
270         * gdb.dwarf2/dw2-ranges-main.c: New file.
271         * gdb.dwarf2/dw2-ranges-psym.c: New file.
272         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
273
274 2019-03-30  Simon Marchi <simark@simark.ca>
275
276         * gdb.base/default.exp: Add values for $_gdb_major and
277         $_gdb_minor.
278
279 2019-03-29  Tom Tromey  <tromey@adacore.com>
280
281         * gdb.base/help.exp: Tighten apropos regexp.
282
283 2019-03-29  Keith Seitz  <keiths@redhat.com>
284
285         * gdb.fortran/array-bounds.exp: New file.
286         * gdb.fortran/array-bounds.f90: New file.
287
288 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
289
290         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
291
292 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
293
294         * gdb.multi/hello.c (main): Increase alarm timer.
295
296 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
297
298         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
299         factor when no hardware watchpoint support.
300
301 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
302             Pedro Alves  <palves@redhat.com>
303
304         * boards/local-board.exp: set sysroot to /.
305
306 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
307
308         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
309         in child.
310
311 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
312
313         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
314         field.
315         (make_container): Initialise new field.
316         * gdb.python/py-prettyprint.exp: Add new tests.
317         * gdb.python/py-prettyprint.py (class ContainerPrinter)
318         <display_hint>: New method.
319
320 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
321
322         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
323         gdb_continue_to_breakpoint more throughout this test.
324         (run_lang_tests) Supply unique test names, and use
325         gdb_test_no_output.
326
327 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
328
329         * gdb.base/finish-pretty.exp: Update expected results.
330         * gdb.base/pretty-print.c: New file.
331         * gdb.base/pretty-print.exp: New file.
332
333 2019-03-25  Pedro Alves  <palves@redhat.com>
334
335         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
336         move comments outside list.  Append '-i "" eof' section.
337
338 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
339
340         * README: Add pie options.
341         * gdb.base/break-interp.exp: Ensure pie is disabled.
342         * gdb.base/dump.exp: Likewise.
343         * lib/gdb.exp (gdb_compile): Add pie option.
344
345 2019-03-19  Tom Tromey  <tromey@adacore.com>
346
347         * gdb.mi/mi2-cli-display.c: New file.
348         * gdb.mi/mi2-cli-display.exp: New file.
349
350 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
351             Tom Tromey  <tromey@adacore.com>
352
353         * gdb.ada/ptype_array/pck.adb: New file.
354         * gdb.ada/ptype_array/pck.ads: New file.
355         * gdb.ada/ptype_array/foo.adb: New file.
356         * gdb.ada/ptype_array.exp: New file.
357
358 2019-03-14  Tom Tromey  <tromey@adacore.com>
359
360         * gdb.base/style.exp: Add "set style sources" test.
361
362 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
363
364         * mi-breakpoint-location-ena-dis.exp: Rename to ...
365         * mi-breakpoint-multiple-locations.exp: ... this.
366         (make_breakpoints_pattern): New proc.
367         (do_test): Add mi_version parameter, test -break-insert,
368         -break-info and =breakpoint-created.
369
370 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
371
372         * config/default.exp: Remove 'load_lib gdb.exp'.
373         * config/monitor.exp: Likewise.
374         * config/sid.exp: Likewise.
375         * config/sim.exp: Likewise.
376         * config/slite.exp: Likewise.
377         * config/unix.exp: Likewise.
378         * gdb.base/default.exp: Remove unhelpful comment.
379
380 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
381
382         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
383
384 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
385
386         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
387
388 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
389
390         * gdb.fortran/type-kinds.exp: Update expected results.
391
392 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
393
394         * gdb.fortran/type-kinds.exp: Test new integer type kind.
395
396 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
397
398         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
399         function.
400         (test_basic_parsing_of_type_kinds): Expand types tested.
401         (test_parsing_invalid_type_kinds): New function.
402
403 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
404
405         * gdb.fortran/intrinsics.exp: New file.
406         * gdb.fortran/intrinsics.f90: New file.
407         * gdb.fortran/type-kinds.exp: New file.
408
409 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
410
411         * gdb.fortran/dot-ops.exp: New file.
412
413 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
414
415         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
416         Check upper and lower case logical literals.
417
418 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
419
420         * gdb.fortran/types.exp (test_float_literal_types_accepted):
421         Remove duplicate tests.
422
423 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
424
425         * lib/gdb.exp (builtin_cd): rename of cd.
426         (cd): Override builtin.
427
428 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
429
430         * gdb.fortran/function-calls.exp: New file.
431         * gdb.fortran/function-calls.f90: New test.
432
433 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
434
435         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
436         on user program standard output.
437         * gdb.fortran/short-circuit-argument-list.f90: Record function
438         calls.
439
440 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
441
442         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
443         failure.
444
445 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
446
447         PR gdb/8527
448         * gdb.base/interrupt-daemon-attach.c,
449         gdb.base/interrupt-daemon-attach.exp: New test.
450
451 2019-02-27  Pedro Alves  <palves@redhat.com>
452
453         * gdb.base/page.exp: Add tests for "set width/height -1".
454
455 2019-02-27  Pedro Alves  <palves@redhat.com>
456
457         * gdb.base/page.exp: Add tests for "set/show width/height" with
458         "infinite" values.
459
460 2019-02-27  Tom Tromey  <tromey@adacore.com>
461
462         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
463         2.4.
464         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
465         workaround.
466
467 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
468
469         * gdb.base/align.exp: Extend to compile in both C and C++, and add
470         tests for structs with static members.
471
472 2019-02-26  Tom Tromey  <tromey@adacore.com>
473
474         * gdb.python/py-value.exp (test_value_from_buffer): Check for
475         ValueError, not TypeError.
476
477 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
478
479         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
480         call from main program.
481
482 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
483
484         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
485         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
486         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
487         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
488         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
489
490 2019-02-22  Keith Seitz  <keiths@redhat.com>
491
492         PR symtab/23853
493         * gdb.base/symlink-sourcefile.c: New file.
494         * gdb.base/symlink-sourcefile.exp: New file.
495
496 2019-02-20  Tom Tromey  <tom@tromey.com>
497
498         * gdb.base/info_qt.exp: Update.
499
500 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
501
502         * gdb.base/source.exp: Move "error in sourced script" code to
503         the end.
504         * gdb.base/source-error.gdb: Move contents to
505         source-error-1.gdb.  Add new code to source source-error-1.gdb.
506         * gdb.base/source-error-1.gdb: New file, from previous
507         source-error.gdb.
508
509 2019-02-17  Tom Tromey  <tom@tromey.com>
510
511         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
512         for macro styling.
513         * gdb.base/style.c (SOME_MACRO): New macro.
514
515 2019-02-17  Tom Tromey  <tom@tromey.com>
516
517         * gdb.base/style.exp: Add line-wrapping tests.
518         * gdb.base/page.exp: Add test for quitting during pagination.
519
520 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
521
522         * gdb.ada/big_packed_array: New testcase.
523         * gdb.ada/homonym.exp: Fix incorrect expected output for
524         "break <homonym__get_value>" test.
525
526 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
527
528         PR breakpoints/21870
529         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
530         and prepare_for_testing.  Add comment.
531         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
532         redundant cleanup call.  Clean up comment.
533
534 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
535
536         PR breakpoints/21870
537         * gdb.arch/aarch64-dbreg-contents.exp: New file.
538         * gdb.arch/aarch64-dbreg-contents.c: New file.
539
540 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
541
542         * gdb.ada/mi_ref_changeable: New testcase.
543
544 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
545
546         * gdb.base/attach.exp: Add double attach test.
547
548 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
549
550         * lib/gdb.exp (default_gdb_start): Don't match pagination
551         prompt.
552         (gdb_init): Set stty_init.
553
554 2019-01-27  Tom Tromey  <tom@tromey.com>
555
556         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
557         skip_python_tests.
558
559 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
560
561         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
562         New structure.
563         (struct struct_static_02_02): Likewise.
564         (struct struct_static_02_03): Likewise.
565         (struct struct_static_02_04): Likewise.
566         (struct struct_static_04_01): Likewise.
567         (struct struct_static_04_02): Likewise.
568         (struct struct_static_04_03): Likewise.
569         (struct struct_static_04_04): Likewise.
570         (struct struct_static_06_01): Likewise.
571         (struct struct_static_06_02): Likewise.
572         (struct struct_static_06_03): Likewise.
573         (struct struct_static_06_04): Likewise.
574         (cmp_struct_static_02_01): Likewise.
575         (cmp_struct_static_02_02): Likewise.
576         (cmp_struct_static_02_03): Likewise.
577         (cmp_struct_static_02_04): Likewise.
578         (cmp_struct_static_04_01): Likewise.
579         (cmp_struct_static_04_02): Likewise.
580         (cmp_struct_static_04_03): Likewise.
581         (cmp_struct_static_04_04): Likewise.
582         (cmp_struct_static_06_01): Likewise.
583         (cmp_struct_static_06_02): Likewise.
584         (cmp_struct_static_06_03): Likewise.
585         (cmp_struct_static_06_04): Likewise.
586         (call_all): Test new structs.
587         * gdb.base/infcall-nested-structs.exp: Likewise.
588
589 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
590         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
591
592 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
593         * gdb.base/stack-protector.c: New test.
594         * gdb.base/stack-protector.exp: New file.
595         * gdb.cp/ovldbreak.exp: Only allow a single break line.
596         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
597         option.
598         (gdb_compile): Remove stack protector for GCC and prevent
599         recursion.
600
601 2019-01-16  Keith Seitz  <keiths@redhat.com>
602
603         PR gdb/23773
604         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
605
606 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
607
608         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
609         aliases.
610         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
611         tests.
612         * gdb.arch/powerpc-vector-regs.c: New file.
613         * gdb.arch/powerpc-vector-regs.exp: New file.
614
615 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
616
617         * gdb.arch/altivec-regs.exp: Fix the list passed to
618         gdb_expect_list when testing "info vector".
619
620 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
621
622         * gdb.base/style.exp: Don't include path in testname.
623
624 2019-01-10  Keith Seitz  <keiths@redhat.com>
625
626         PR gdb/23712
627         PR symtab/23010
628         * gdb.dwarf2/multidictionary.exp: New file.
629
630 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
631
632         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
633         (test_gnuv3_style_demangling): ... this.
634         (test_lucid_style_demangling): Remove.
635         (test_arm_style_demangling): Remove.
636         (test_hp_style_demangling): Remove.
637         (do_tests): Remove calls to the above.
638
639 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
640
641         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
642         case.
643
644 2019-01-06  Tom Tromey  <tom@tromey.com>
645
646         PR gdb/28155:
647         * gdb.dwarf2/typedef-void-finish.exp: New file.
648
649 2018-12-28  Tom Tromey  <tom@tromey.com>
650             Simon Marchi <simark@simark.ca>
651
652         * gdb.base/jit-exec.exp: New file.
653         * gdb.base/jit-exec.c: New file.
654         * gdb.base/jit-execd.c: New file.
655
656 2018-12-28  Tom Tromey  <tom@tromey.com>
657
658         * gdb.base/style.exp: Update test to check for address styling.
659
660 2018-12-28  Tom Tromey  <tom@tromey.com>
661
662         * gdb.base/style.exp: Add test for styling of "Reading symbols"
663         message.
664
665 2018-12-28  Tom Tromey  <tom@tromey.com>
666
667         * gdb.base/style.exp: Add test for version number styling.
668
669 2018-12-28  Tom Tromey  <tom@tromey.com>
670
671         * gdb.base/style.exp: Add test for print_address_symbolic.
672
673 2018-12-28  Tom Tromey  <tom@tromey.com>
674
675         * gdb.base/style.exp: Add test for breakpoint setting.
676
677 2018-12-28  Tom Tromey  <tom@tromey.com>
678
679         * gdb.base/style.exp: Add test for variable names.
680
681 2018-12-28  Tom Tromey  <tom@tromey.com>
682
683         * gdb.base/style.exp: New file.
684         * gdb.base/style.c: New file.
685
686 2018-12-28  Tom Tromey  <tom@tromey.com>
687
688         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
689         "dumb".
690         * gdb.base/readline.exp (operate_and_get_next): Save and restore
691         the TERM environment variable.
692
693 2018-12-27  Tom Tromey  <tom@tromey.com>
694
695         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
696         pagination test.
697
698 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
699
700         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
701         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
702
703 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
704
705         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
706         Filename a.adb changed to bp_fun_addr.adb.
707         gdb.ada/bp_fun_addr.exp: Update test accordingly.
708
709 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
710
711         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
712         non-PIE executables.
713         * README: Mention the gdb,nopie_flag board setting.
714         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
715         non-PIE executable.
716         * gdb.arch/amd64-entry-value.exp: Likewise.
717         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
718         * gdb.arch/i386-float.exp: Likewise.
719         * gdb.arch/i386-signal.exp: Likewise.
720         * gdb.mi/mi-reg-undefined.exp: Likewise.
721
722 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
723
724         PR gdb/23974
725         * gdb.base/info-os.exp: Check return for unknown "info os" type.
726
727 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
728
729         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
730         Update order of results accordingly.
731
732 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
733
734         * gdb.base/annota1.exp: Update a test regexp.
735
736 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
737
738         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
739
740 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
741
742         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
743         (reuse_time): Initialize to REUSE_TIME_CAP.
744         (check_rc): New function.
745         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
746         Check pthread_create rc.
747         (spawner_thread_func): Check pthread_create and pthread_join rc.
748
749 2018-12-08  Pedro Alves  <palves@redhat.com>
750
751         * gdb.base/list.exp (test_forward_search): Rename to ...
752         (test_forward_reverse_search): ... this.  Also test reverse-search
753         and the forward-search alias.
754
755 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
756
757         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
758         local timeout variable before return, and remove all local timeout
759         variable entirely.
760         (gdb_load): Likewise.
761
762 2018-12-01  Tom de Vries  <tdevries@suse.de>
763
764         * gdb.base/gdb-caching-proc.exp: New file.
765
766 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
767
768         * Makefile.in (TIMESTAMP): New variable.
769         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
770         command.
771         (check-single-racy): Likewise.
772         (check/%.exp): Likewise.
773         (check-racy/%.exp): Likewise.
774         (workers/%.worker): Likewise.
775         (build-perf): Likewise.
776         (check-perf): Likewise.
777         * README: Describe new "TS" and "TS_FORMAT" variables.
778         * print-ts.py: New file.
779
780 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
781
782         PR python/23714
783         * gdb.python/python.exp: Test command repetition after
784         gdb.execute.
785
786 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
787
788         * gdb.opt/inline-break.exp: Add test that info breakpoint output
789         is correctly aligned.
790
791 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
792
793         * gdb.ada/info_auto_lang.exp: New testcase.
794         * gdb.ada/info_auto_lang/global_pack.ads: New file.
795         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
796         * gdb.ada/info_auto_lang/some_c.c: New file.
797
798 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
799
800         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
801         FUNC_lang language syntax.
802
803 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
804
805         * gdb.base/info_minsym.c: New file.
806         * gdb.base/info_minsym.exp: New file.
807
808 2018-11-19  Tom Tromey  <tom@tromey.com>
809
810         PR rust/23625:
811         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
812         * gdb.rust/expr.exp: Update expected output.  Change one test.
813
814 2018-11-19  Tom Tromey  <tom@tromey.com>
815
816         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
817
818 2018-11-19  Pedro Alves  <palves@redhat.com>
819
820         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
821         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
822         see the expected warning.
823
824 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
825
826         PR gdb/22736:
827         * gdb.cp/infcall-nodebug-lib.c: New test.
828         * gdb.cp/infcall-nodebug-main.c: New test.
829         * gdb.cp/infcall-nodebug.exp: New file.
830
831 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
832
833         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
834         completer tests.
835
836 2018-11-09  Tom de Vries  <tdevries@suse.de>
837
838         * gdb.base/msym-lang.c: New test.
839         * gdb.base/msym-lang.exp: New file.
840         * gdb.base/msym-lang-main.c: New test.
841
842 2018-11-08  Tom Tromey  <tom@tromey.com>
843
844         PR gdb/23555:
845         PR gdb/23838:
846         * gdb.base/warning.exp: New file.
847
848 2018-11-08  Jan Beulich  <jbeulich@suse.com>
849
850         * testsuite/gdb.arch/i386-avx512.c,
851         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
852
853 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
854
855         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
856         point hardware.
857
858 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
859
860         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
861         * gdb.dwarf2/missing-type-name.exp: New file.
862
863 2018-11-06  Tom de Vries  <tdevries@suse.de>
864
865         * gdb.base/many-headers.c: New test.
866         * gdb.base/many-headers.exp: New file.
867
868 2018-11-06  Jim Wilson  <jimw@sifive.com>
869
870         * gdb.base/code_elim.exp: For riscv, set additional_flags
871         to include -msmall-data-limit=0.
872
873 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
874
875         * gdb.ada/watch_minus_l: New testcase.
876
877 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
878
879         * gdb.arch/aix-sighandle.c: New file.
880         * gdb.arch/aix-sighandle.exp: New file.
881
882 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
883
884         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
885         registers being unions.
886
887 2018-10-31  Tom de Vries  <tdevries@suse.de>
888
889         * lib/valgrind.exp: New file.
890          (vgdb_start, vgdb_stop): New procs, factored out of ...
891         * gdb.base/valgrind-bt.exp: ... here, ...
892         * gdb.base/valgrind-disp-step.exp: ... here and ...
893         * gdb.base/valgrind-infcall.exp: ... here.
894
895 2018-10-31  Tom de Vries  <tdevries@suse.de>
896
897         * lib/gdb.exp (get_valueof): Don't output read value in test name.
898
899 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
900
901         * gdb.dwarf2/void-type.c: New file.
902         * gdb.dwarf2/void-type.exp: New file.
903
904 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
905
906         * gdb.base/info_qt.c: New file.
907         * gdb.base/info_qt.exp: New file.
908
909 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
910
911         * gdb.arch/powerpc-htm-regs.c: New file.
912         * gdb.arch/powerpc-htm-regs.exp: New file.
913
914 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
915
916         * gdb.arch/powerpc-tar.c: New file.
917         * gdb.arch/powerpc-tar.exp: New file.
918
919 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
920
921         * gdb.arch/powerpc-ppr-dscr.c: New file.
922         * gdb.arch/powerpc-ppr-dscr.exp: New file.
923
924 2018-10-25  Tom de Vries  <tdevries@suse.de>
925
926         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
927
928 2018-10-24  Tom de Vries  <tdevries@suse.de>
929
930         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
931         longer exists error.
932
933 2018-10-24  Tom de Vries  <tdevries@suse.de>
934
935         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
936
937 2018-10-24  Tom de Vries  <tdevries@suse.de>
938
939         * gdb.base/valgrind-db-attach.exp: Handle removed support for
940         --db-attach in valgrind.
941
942 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
943
944         * gdb.arch/riscv-reg-aliases.c: New file.
945         * gdb.arch/riscv-reg-aliases.exp: New file.
946
947 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
948
949         * gdb.python/py-cmd.exp: Check for gdb_prompt.
950
951 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
952
953         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
954
955 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
956
957         * gdb.cp/ovldbreak.exp: Fix regexps.
958
959 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
960
961         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
962
963 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
964
965         PR cli/23785
966         * gdb.base/restore.exp: New test to check if "restore" with an
967         invalid file doesn't segfault.
968
969 2018-10-18  Tom de Vries  <tdevries@suse.de>
970
971         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
972         * gdb.ada/excep_handle.exp: Same.
973         * gdb.ada/mi_string_access.exp: Same.
974         * gdb.ada/mi_var_union.exp: Same.
975         * gdb.arch/arc-analyze-prologue.exp: Same.
976         * gdb.arch/arc-decode-insn.exp: Same.
977         * gdb.base/readnever.exp: Same.
978         * gdb.fortran/printing-types.exp: Same.
979         * gdb.guile/scm-lazy-string.exp: Same.
980
981 2018-10-16  Tom de Vries  <tdevries@suse.de>
982
983         PR gdb/23730
984         * gdb.base/catch-follow-exec.c: Add copyright notice.
985         * gdb.base/catch-follow-exec.exp: Rewrite to use
986         gdb_spawn_with_cmdline_opts.  Require gdb-native.
987
988 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
989
990         * gdb.trace/actions-changed.exp: Check for arch support.
991         * gdb.trace/actions.exp: Likewise.
992         * gdb.trace/ax.exp: Likewise.
993         * gdb.trace/backtrace.exp: Likewise.
994         * gdb.trace/change-loc.exp: Likewise.
995         * gdb.trace/deltrace.exp: Likewise.
996         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
997         * gdb.trace/ftrace.exp: Likewise.
998         * gdb.trace/infotrace.exp: Check for arch support.
999         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1000         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1001         * gdb.trace/mi-tsv-changed.exp: Likewise.
1002         * gdb.trace/packetlen.exp: Likewise.
1003         * gdb.trace/passc-dyn.exp: Likewise.
1004         * gdb.trace/passcount.exp: Likewise.
1005         * gdb.trace/pending.exp: Likewise.
1006         * gdb.trace/range-stepping.exp: Check for shlib support.
1007         * gdb.trace/report.exp: Check for arch support.
1008         * gdb.trace/save-trace.exp: Likewise.
1009         * gdb.trace/signal.exp: Check for signal support.
1010         * gdb.trace/tfind.exp: Check for arch support.
1011         * gdb.trace/trace-break.exp: Check for arch and shlib support.
1012         * gdb.trace/trace-common.h: Add comment.
1013         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1014         * gdb.trace/trace-enable-disable.exp: Likewise.
1015         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
1016         * gdb.trace/tracecmd.exp: Check for arch support.
1017         * gdb.trace/tspeed.exp: Check for shlib and target support.
1018         * gdb.trace/tstatus.exp: Check for arch support.
1019         * gdb.trace/tsv.exp: Likewise.
1020         * gdb.trace/while-dyn.exp: Likewise.
1021         * gdb.trace/while-stepping.exp: Likewise.
1022         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1023
1024 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
1025
1026         * gdb.trace/tspeed.exp: Remove nowarnings.
1027         (prepare_for_trace_test): Declare "global ipalib".
1028         * gdb.trace/tspeed.c: Include unistd.h.
1029         (main): Remove superfluous printf argument.
1030
1031 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
1032
1033         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1034         directory prefix on the filename.
1035
1036 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1037
1038         * gdb.gdb/unittest.exp: Update expected message informing that
1039         selftests have been disabled.
1040         * gdb.server/unittest.exp: Likewise.
1041
1042 2018-10-09  Tom de Vries  <tdevries@suse.de>
1043
1044         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1045         with runto_main.
1046
1047 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1048
1049         PR c++/16841
1050         * gdb.cp/virtbase2.cc: New file.
1051         * gdb.cp/virtbase2.exp: New file.
1052
1053 2018-10-06  Tom Tromey  <tom@tromey.com>
1054
1055         PR python/19399:
1056         * gdb.python/py-inferior.exp: Add architecture test.
1057
1058 2018-10-06  Tom Tromey  <tom@tromey.com>
1059
1060         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1061         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1062
1063 2018-10-06  Tom Tromey  <tom@tromey.com>
1064
1065         * gdb.python/py-breakpoint.exp (check_last_event): Check location
1066         of a "throw" catchpoint.
1067
1068 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1069
1070         * gdb.base/info-proc.exp: Update string expected from "help info
1071         proc".
1072
1073 2018-10-04  Tom Tromey  <tom@tromey.com>
1074
1075         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1076         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1077         (test_initial_complaints, test_empty_complaints): Update.
1078         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1079
1080 2018-10-04  Tom Tromey  <tom@tromey.com>
1081
1082         PR cli/19551:
1083         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1084         * lib/gdb.exp (gdb_file_cmd): Update.
1085         * gdb.stabs/weird.exp (print_weird_var): Update.
1086         * gdb.server/solib-list.exp: Update.
1087         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1088         * gdb.mi/mi-cli.exp: Update.
1089         * gdb.linespec/linespec.exp: Update.
1090         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1091         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1092         * gdb.cp/cp-relocate.exp: Update.
1093         * gdb.base/sym-file.exp: Update.
1094         * gdb.base/relocate.exp: Update.
1095         * gdb.base/readnever.exp: Update.
1096         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1097         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1098         * gdb.base/dbx.exp (gdb_file_cmd): Update.
1099         * gdb.base/code_elim.exp: Update.
1100         * gdb.base/break-unload-file.exp (test_break): Update.
1101         * gdb.base/break-interp.exp (test_attach_gdb): Update.
1102         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1103         Update.
1104         * gdb.base/attach.exp (do_attach_tests): Update.
1105         * gdb.base/sepdebug.exp: Update.
1106         * gdb.python/py-section-script.exp: Update.
1107
1108 2018-10-04  Tom Tromey  <tom@tromey.com>
1109
1110         PR cli/22234:
1111         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1112         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1113         output.
1114
1115 2018-10-04  Tom Tromey  <tom@tromey.com>
1116
1117         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1118         set width and height to 0.
1119         (test_command_line_attach_run): Use -quiet.
1120
1121 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
1122
1123         * lib/gdb.exp (skip_ifunc_tests): New.
1124         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
1125         other compile failures.
1126         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1127
1128 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1129
1130         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1131         is_amd64_regs_target.
1132
1133 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1134
1135         * gdb.arch/aarch64-sighandler-regs.c: New test.
1136         * gdb.arch/aarch64-sighandler-regs.exp: New file.
1137         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1138
1139 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
1140
1141         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1142         assembly.
1143
1144 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1145
1146         * gdb.base/frame-selection.exp: New file.
1147         * gdb.base/frame-selection.c: New file.
1148
1149 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
1150
1151         * gdb.threads/check-libthread-db.c (thread_routine): Use a
1152         pthread barrier.
1153         (main): Likewise.
1154
1155 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1156
1157         * gdb.base/large-frame-1.c: New file.
1158         * gdb.base/large-frame-2.c: New file.
1159         * gdb.base/large-frame.exp: New file.
1160         * gdb.base/large-frame.h: New file.
1161
1162 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1163
1164         PR gdb/20948
1165         * gdb.base/write_mem.exp: New test.
1166         * gdb.base/write_mem.c: Likewise.
1167
1168 2018-09-23  Tom Tromey  <tom@tromey.com>
1169
1170         PR python/18852:
1171         * gdb.python/py-parameter.exp: Add test for parameter that throws
1172         on "set".
1173
1174 2018-09-23  Tom Tromey  <tom@tromey.com>
1175
1176         PR python/17284:
1177         * gdb.python/py-template.exp (test_template_arg): Add test for
1178         negative template argument number.
1179
1180 2018-09-23  Tom Tromey  <tom@tromey.com>
1181
1182         PR python/14062:
1183         * gdb.python/python.exp: Add test for post_event error.
1184
1185 2018-09-23  Tom Tromey  <tom@tromey.com>
1186
1187         PR python/18170:
1188         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1189         convert pointers to int and long.
1190
1191 2018-09-23  Tom Tromey  <tom@tromey.com>
1192
1193         PR python/20126:
1194         * gdb.python/py-value.exp (test_value_numeric_ops): Add
1195         signed-ness conversion tests.
1196
1197 2018-09-23  Tom Tromey  <tom@tromey.com>
1198
1199         PR python/18352;
1200         * gdb.python/py-value.exp (test_float_conversion): New proc.
1201         Use it.
1202
1203 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1204
1205         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1206
1207 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
1208
1209         * gdb.base/complete-empty.exp: Skip tab-completion tests if
1210         no readline.
1211         * gdb.base/utf8-identifiers.exp: Likewise.
1212         * gdb.cp/cpcompletion.exp: Likewise.
1213         * gdb.linespec/cpcompletion.exp: Likewise.
1214         * gdb.linespec/cpls-abi-tag.exp: Likewise.
1215         * gdb.linespec/cpls-ops.exp: Likewise.
1216
1217 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
1218             Chris January  <chris.january@arm.com>
1219
1220         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1221         * gdb.fortran/short-circuit-argument-list.exp: New file.
1222         * gdb.fortran/short-circuit-argument-list.f90: New test.
1223
1224 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1225
1226         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1227         "arch=" keyword when executing "-stack-list-frames".
1228
1229 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1230
1231         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1232         "arch=" keyword when executing "-stack-list-frames".
1233
1234 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1235
1236         * gdb.ada/complete.exp: Expect for "@" when doing "complete
1237         break ada".
1238
1239 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
1240
1241         PR python/23669
1242         * gdb.python/python.exp: Test gdb.execute("show commands").
1243
1244 2018-09-16  Tom Tromey  <tom@tromey.com>
1245
1246         * gdb.base/new-ui.exp (do_execution_tests): Update.
1247         * gdb.base/dbx.exp (test_breakpoints): Update.
1248
1249 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
1250
1251         * lib/gdb.exp (gdb_simple_compile): Add proc.
1252         (is_elf_target): Use gdb_simple_compile.
1253         (skip_altivec_tests): Likewise.
1254         (skip_vsx_tests): Likewise.
1255         (skip_tsx_tests): Likewise.
1256         (skip_btrace_tests): Likewise.
1257         (skip_btrace_pt_tests): Likewise.
1258         (gdb_can_simple_compile): Likewise.
1259         (gdb_has_argv0): Likewise.
1260         (gdb_target_symbol_prefix): Likewise.
1261         (target_supports_scheduler_locking): Likewise.
1262
1263 2018-09-13  Tom Tromey  <tom@tromey.com>
1264
1265         * Makefile.in (TAGS): Recognize proc_with_prefix and
1266         gdb_caching_proc.
1267
1268 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1269
1270         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1271         method.
1272
1273 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1274
1275         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1276         and a few other Inferior properties when the Inferior is no
1277         longer valid.
1278
1279 2018-09-13  Tom Tromey  <tom@tromey.com>
1280
1281         PR rust/23650:
1282         * gdb.rust/simple.exp: Add test for enum field access error.
1283
1284 2018-09-13  Tom Tromey  <tom@tromey.com>
1285
1286         PR rust/23626:
1287         * gdb.rust/simple.rs (EmptyEnum): New type.
1288         (main): Use it.
1289         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1290
1291 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1292
1293         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1294         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1295         * gdb.python/py-symtab.exp: Update test printing an objfile.
1296
1297 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
1298
1299         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1300         object.
1301
1302 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
1303
1304         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1305         (support_complex_tests): Use gdb_can_simple_compile.
1306         (is_ilp32_target): Likewise.
1307         (is_lp64_target): Likewise.
1308         (is_64_target): Likewise.
1309         (is_amd64_regs_target): Likewise.
1310         (is_aarch32_target): Likewise.
1311         (gdb_int128_helper): Likewise.
1312
1313 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1314
1315         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1316
1317 2018-09-10  Jerome Guitton  <guitton@adacore.com>
1318
1319         * gdb.ada/same_component_name: Add test for case of tagged record
1320         with variable-length fields.
1321
1322 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1323
1324         * gdb.ada/access_to_unbounded_array.exp: New testcase.
1325         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1326         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1327         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1328
1329 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1330
1331         * gdb.ada/mi_string_access.exp: New testcase.
1332         * gdb.ada/mi_string_access/bar.adb: New file.
1333         * gdb.ada/mi_string_access/pck.adb: New file.
1334         * gdb.ada/mi_string_access/pck.asd: New file.
1335
1336 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1337
1338         * gdb.ada/mi_var_union.exp: New testcase.
1339         * gdb.ada/mi_var_union/bar.adb: New file.
1340         * gdb.ada/mi_var_union/pck.adb: New file.
1341         * gdb.ada/mi_var_union/pck.asd: New file.
1342
1343 2018-09-08  Tom Tromey  <tom@tromey.com>
1344
1345         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1346
1347 2018-09-08  Tom Tromey  <tom@tromey.com>
1348
1349         PR python/16047:
1350         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1351         (register_pretty_printers): Register new printer.
1352         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1353         test.
1354         * gdb.python/py-prettyprint.c (int_type3): New typedef.
1355         (an_int_type3): New global.
1356
1357 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1358
1359         * gdb.ada/expr_with_funcall: New testcase.
1360
1361 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1362
1363         * gdb.ada/packed_array_assign: New testcase.
1364
1365 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1366
1367         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1368         names, and add test prefixes to make test names unique.
1369
1370 2018-09-05  Tom de Vries  <tdevries@suse.de>
1371
1372         * gdb.dwarf2/varval.exp: Add test.
1373
1374 2018-09-04  Gary Benson <gbenson@redhat.com>
1375
1376         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1377         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
1378
1379 2018-08-31  Tom Tromey  <tom@tromey.com>
1380
1381         * gdb.rust/simple.rs: Rename second variable "v".
1382
1383 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1384
1385         * gdb.base/funcargs.c (use_a): New function.
1386         (recurse): Call use_a.
1387
1388 2018-08-29  Keith Seitz  <keiths@redhat.com>
1389
1390         * gdb.compile/compile-cplus-anonymous.cc: New file.
1391         * gdb.compile/compile-cplus-anonymous.exp: New file.
1392         * gdb.compile/compile-cplus-array-decay.cc: New file.
1393         * gdb.compile/compile-cplus-array-decay.exp: New file.
1394         * gdb.compile/compile-cplus-inherit.cc: New file.
1395         * gdb.compile/compile-cplus-inherit.exp: New file.
1396         * gdb.compile/compile-cplus-member.cc: New file.
1397         * gdb.compile/compile-cplus-member.exp: New file.
1398         * gdb.compile/compile-cplus-method.cc: New file.
1399         * gdb.compile/compile-cplus-method.exp: New file.
1400         * gdb.compile/compile-cplus-mod.c: "New" file.
1401         * gdb.compile/compile-cplus-namespace.cc: New file.
1402         * gdb.compile/compile-cplus-namespace.exp: New file.
1403         * gdb.compile/compile-cplus-nested.cc: New file.
1404         * gdb.compile/compile-cplus-nested.exp: New file.
1405         * gdb.compile/compile-cplus-print.c: "New" file.
1406         * gdb.compile/compile-cplus-print.exp: "New" file.
1407         * gdb.compile/compile-cplus-virtual.cc: New file.
1408         * gdb.compile/compile-cplus-virtual.exp: New file.
1409         * gdb.compile/compile-cplus.c: "New" file.
1410         * gdb.compile/compile-cplus.exp: "New" file.
1411         * lib/compile-support.exp: New file.
1412
1413 2018-08-16  Gary Benson <gbenson@redhat.com>
1414
1415         PR gdb/13000:
1416         * gdb.base/batch-exit-status.exp: New file.
1417         * gdb.base/batch-exit-status.good-commands: Likewise.
1418         * gdb.base/batch-exit-status.bad-commands: Likewise.
1419
1420 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
1421
1422         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1423         (struct struct02): Likewise.
1424         (struct struct03): Likewise.
1425         (struct struct04): Likewise.
1426         (struct struct_01_01): New struct.
1427         (struct struct_01_02): Likewise.
1428         (struct struct_01_03): Likewise.
1429         (struct struct_01_04): Likewise.
1430         (struct struct_02_01): Likewise.
1431         (struct struct_02_02): Likewise.
1432         (struct struct_02_03): Likewise.
1433         (struct struct_02_04): Likewise.
1434         (struct struct_04_01): Likewise.
1435         (struct struct_04_02): Likewise.
1436         (struct struct_04_03): Likewise.
1437         (struct struct_04_04): Likewise.
1438         (struct struct_05_01): Likewise.
1439         (struct struct_05_02): Likewise.
1440         (struct struct_05_03): Likewise.
1441         (struct struct_05_04): Likewise.
1442         (cmp_struct01): Remove function.
1443         (cmp_struct02): Likewise.
1444         (cmp_struct03): Likewise.
1445         (cmp_struct04): Likewise.
1446         (cmp_struct_01_01): Add Function.
1447         (cmp_struct_01_02): Likewise.
1448         (cmp_struct_01_03): Likewise.
1449         (cmp_struct_01_04): Likewise.
1450         (cmp_struct_02_01): Likewise.
1451         (cmp_struct_02_02): Likewise.
1452         (cmp_struct_02_03): Likewise.
1453         (cmp_struct_02_04): Likewise.
1454         (cmp_struct_04_01): Likewise.
1455         (cmp_struct_04_02): Likewise.
1456         (cmp_struct_04_03): Likewise.
1457         (cmp_struct_04_04): Likewise.
1458         (cmp_struct_05_01): Likewise.
1459         (cmp_struct_05_02): Likewise.
1460         (cmp_struct_05_03): Likewise.
1461         (cmp_struct_05_04): Likewise.
1462         (call_all): Add new structs.
1463         * gdb.base/infcall-nested-structs.exp: Likewise.
1464
1465 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
1466
1467         * gdb.python/py-framefilter-mi.exp: Update regexp to
1468         check for "arch" field in frame output.
1469
1470 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
1471
1472         * gdb.dwarf2/dw2-ranges-func.c: New file.
1473         * gdb.dwarf2/dw2-ranges-func.exp: New file.
1474
1475 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
1476
1477         * gdb.base/term.exp: Compare terminal settings with values from
1478         the inferior.
1479         * gdb.base/term.c: Get and set terminal settings.
1480
1481 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
1482
1483         * lib/mi-support.exp (mi_expect_stop): Update regexp to
1484         accommodate new "arch" field in frame output.
1485         * gdb.mi/mi-return.exp: Likewise.
1486         * gdb.mi/mi-stack.exp: Likewise.
1487         * gdb.mi/mi-syn-frame.exp: Likewise.
1488         * gdb.mi/user-selected-context-sync.exp: Likewise.
1489
1490 2018-08-19  Michael Spang  <spang@google.com>
1491
1492         PR gdb/11786
1493         * gdb.base/gcore-tls-pie.c: New file.
1494         * gdb.base/gcore-tls-pie.exp: New file.
1495
1496 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
1497
1498         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1499         * gdb.dwarf2/varval.c: New file.
1500         * gdb.dwarf2/varval.exp: New file.
1501
1502 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
1503
1504         PR gdb/18931
1505         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1506
1507 2018-08-16  Keith Seitz  <keiths@redhat.com>
1508
1509         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1510         tests expected to pass.
1511
1512 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
1513
1514         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1515         -data-disassemble -a.
1516         (test_disassembly_bogus_args): Likewise.
1517
1518 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
1519
1520         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1521
1522 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1523
1524         * gdb.base/vla-optimized-out.exp: Add new test.
1525
1526 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1527
1528         * gdb.base/vla-optimized-out-o3.exp: Delete.
1529         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1530         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1531         deleted tests.
1532
1533 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1534
1535         PR gdb/18050:
1536         * gdb.server/extended-remote-restart.c: New file.
1537         * gdb.server/extended-remote-restart.exp: New file.
1538
1539 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
1540
1541         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1542         "set variable index = 42".
1543
1544 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1545
1546         * boards/index-cache-gdb.exp: New file.
1547         * gdb.dwarf2/index-cache.exp: New file.
1548         * gdb.dwarf2/index-cache.c: New file.
1549         * gdb.base/maint.exp: Check if we are using the index cache.
1550
1551 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1552
1553         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1554         MAKEFLAGS.
1555
1556 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1557
1558         * dg-extract-results.sh: Move to toplevel contrib.
1559         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1560         * Makefile.in (check-parallel-racy): Likewise.
1561
1562 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1563
1564         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1565         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1566         tests if the target supports scheduler locking.
1567
1568 2018-08-04  Tom de Vries  <tdevries@suse.de>
1569
1570         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1571
1572 2018-08-02  Tom Tromey  <tom@tromey.com>
1573
1574         PR symtab/16842.
1575         * gdb.cp/temargs.exp: Test "info address" of a template
1576         parameter.
1577
1578 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
1579
1580         * gdb.python/py-mi-var-info-path-expression.c: New file.
1581         * gdb.python/py-mi-var-info-path-expression.py: New file.
1582         * gdb.python/py-mi-var-info-path-expression.exp: New file.
1583
1584 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
1585
1586         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1587         error after "cannot resolve name" string.
1588
1589 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1590
1591         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1592         started.
1593         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1594
1595 2018-07-28  Tom de Vries  <tdevries@suse.de>
1596
1597         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1598
1599 2018-07-26  Tom de Vries  <tdevries@suse.de>
1600
1601         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1602
1603 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1604
1605         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1606         is visible.
1607
1608 2018-07-26  Tom de Vries  <tdevries@suse.de>
1609
1610         PR breakpoints/23366
1611         * gdb.base/catch-follow-exec.c: New test.
1612         * gdb.base/catch-follow-exec.exp: New file.
1613
1614 2018-07-25  Tom de Vries  <tdevries@suse.de>
1615
1616         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
1617         vla-optimized-out.c.
1618
1619 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
1620
1621         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1622         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1623
1624 2018-07-20  Tom de Vries  <tdevries@suse.de>
1625
1626         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1627         NOCLONE macro.
1628         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1629
1630 2018-07-19  Tom de Vries  <tdevries@suse.de>
1631
1632         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1633         regular expression.
1634
1635 2018-07-18  Tom de Vries  <tdevries@suse.de>
1636
1637         * gdb.base/vla-optimized-out.c: New test.
1638         * gdb.base/vla-optimized-out.exp: New file.
1639
1640 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1641
1642         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1643         message "No address associated with hostname" when gdbserver
1644         cannot resolve the hostname.
1645
1646 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1647
1648         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1649         Add some test prefixes to make tests unique.
1650
1651 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1652
1653         * gdb.base/frameapply.c: New file.
1654         * gdb.base/frameapply.exp: New file.
1655
1656 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1657
1658         * gdb.base/skip.exp: Update expected error message.
1659
1660 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1661             Jan Kratochvil  <jan.kratochvil@redhat.com>
1662             Paul Fertser  <fercerpav@gmail.com>
1663             Tsutomu Seki  <sekiriki@gmail.com>
1664
1665         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1666         parameter.
1667         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1668         by default.
1669         * boards/native-gdbserver.exp: Likewise.
1670         * gdb.server/run-without-local-binary.exp: Improve regexp used
1671         for detecting when a remote debugging connection succeeds.
1672         * gdb.server/server-connect.exp: New file.
1673         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1674         Do not prefix the port number with ":".
1675         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1676         support for detecting and using it.  Add '$debughost_gdbserver'
1677         to the list of arguments used to start gdbserver.  Handle case
1678         when gdbserver cannot resolve a network name.
1679
1680 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1681
1682         PR c++/23373
1683         * gdb.base/ptype-offsets.cc (struct static_member): New
1684         struct.
1685         (main) <stmember>: New variable.
1686         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1687         with a static member in it.
1688
1689 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1690
1691         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1692         watchpoints enabled and disabled.
1693
1694 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1695
1696         * gdb.base/examine-backward.exp: Still run tests around address
1697         0x0, even if address 0x0 is not readable.  Update the pattern for
1698         matching address 0x0 in expected output.
1699
1700 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1701
1702         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1703         malloc/free.
1704
1705 2018-07-04  Tom de Vries  <tdevries@suse.de>
1706
1707         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1708
1709 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1710
1711         PR tdep/8282
1712         * gdb.arch/mips-disassembler-options.exp: New test.
1713         * gdb.arch/mips-disassembler-options.s: New test source.
1714
1715 2018-06-29  Pedro Alves  <palves@redhat.com>
1716
1717         * gdb.threads/names.exp: Adjust expected "info threads" output.
1718
1719 2018-06-29  Pedro Alves  <palves@redhat.com>
1720
1721         * gdb.opt/inline-break.exp (line number, address): Add "info
1722         break" tests.
1723
1724 2018-06-29  Pedro Alves  <palves@redhat.com>
1725
1726         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1727         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1728         number and address and running to them.
1729
1730 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1731
1732         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1733
1734 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1735
1736         * lib/compiler.c: Remove executable permission flag.
1737
1738 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1739
1740         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1741         code.
1742         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1743
1744 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1745
1746         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1747
1748 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1749
1750         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1751         address argument is omitted.
1752
1753 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1754
1755         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1756
1757 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1758
1759         PR gdb/21695
1760         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1761         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1762
1763 2018-06-26  Tom Tromey  <tom@tromey.com>
1764
1765         PR rust/22574:
1766         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1767         * gdb.rust/simple.rs (struct SimpleLayout): New.
1768
1769 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1770
1771         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1772         "info registers" output.
1773
1774 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1775
1776         * gdb.base/watchpoint-hw-attach.c: New test.
1777         * gdb.base/watchpoint-hw-attach.exp: New file.
1778
1779 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1780
1781         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1782         through /bin/sh.
1783         * boards/dwarf4-gdb-index.exp: Likewise.
1784         * boards/fission-dwp.exp: Likewise.
1785
1786 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1787
1788         * gdb.base/float128.exp: Add comment and improved fail message
1789         to the failure case of "print large128" test.
1790
1791 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1792
1793         * configure.ac: Remove AC_PREREQ.
1794         * configure: Re-generate.
1795
1796 2018-06-19  Pedro Alves  <palves@redhat.com>
1797
1798         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1799         (func_extern_caller): New.
1800         (main): Call func_extern_caller.
1801         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1802         logic change.
1803
1804 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1805
1806         PR gdb/16841
1807         * gdb.cp/typedef-base.cc: New file.
1808         * gdb.cp/typedef-base.exp: New file.
1809
1810 2018-06-18  Tom de Vries  <tdevries@suse.de>
1811
1812         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1813
1814 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1815             Richard Bunt <Richard.Bunt@arm.com>
1816
1817         * gdb.threads/attach-slow-waitpid.c: New file.
1818         * gdb.threads/attach-slow-waitpid.exp: New file.
1819         * gdb.threads/slow-waitpid.c: New file.
1820
1821 2018-06-14  Pedro Alves  <palves@redhat.com>
1822
1823         * gdb.base/fork-running-state.c: Include <errno.h>.
1824         (exit_if_relative_exits): New.
1825         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1826         exits.
1827         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1828         child exits.
1829
1830 2018-06-14  Tom de Vries  <tdevries@suse.de>
1831
1832         PR cli/22573
1833         * gdb.base/finish-pretty.c: New test.
1834         * gdb.base/finish-pretty.exp: New file.
1835
1836 2018-06-14  Pedro Alves  <palves@redhat.com>
1837
1838         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1839         gdb's expected startup output.
1840
1841 2018-06-14  Pedro Alves  <palves@redhat.com>
1842
1843         * lib/selftest-support.exp (selftest_setup): Remove inlined
1844         function handling.
1845
1846 2018-06-14  Tom de Vries  <tdevries@suse.de>
1847
1848         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1849         matching of breakpoint printing.
1850
1851 2018-06-13  Tom de Vries  <tdevries@suse.de>
1852
1853         PR testsuite/23269
1854         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1855         (fork_child): ... here, and ...
1856         (fork_parent): ... here.
1857
1858 2018-06-12  Tom de Vries  <tdevries@suse.de>
1859
1860         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1861
1862 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1863             Stephen Roberts  <stephen.roberts@arm.com>
1864
1865         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1866         rewrite test to describe action performed, rather than possible
1867         failure.
1868
1869 2018-06-08  Gary Benson <gbenson@redhat.com>
1870
1871         * gdb.threads/check-libthread-db.exp: New file.
1872         * gdb.threads/check-libthread-db.c: Likewise.
1873
1874 2018-06-05  Tom Tromey  <tom@tromey.com>
1875
1876         * gdb.base/default.exp: Update expected "show version" output.
1877
1878 2018-06-05  Tom Tromey  <tom@tromey.com>
1879
1880         PR cli/12326:
1881         * gdb.cp/static-print-quit.exp: Update.
1882         * lib/gdb.exp (pagination_prompt): Update.
1883         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1884         * gdb.python/python.exp: Update.
1885
1886 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1887
1888         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1889
1890 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1891
1892         * gdb.ada/bp_fun_addr: New testcase.
1893
1894 2018-06-01  Tom Tromey  <tom@tromey.com>
1895
1896         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1897         results.
1898         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1899         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1900         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1901         * gdb.base/maint.exp (maint_pass_if): Update.
1902
1903 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1904
1905         * gdb.base/endian.exp: New test.
1906         * gdb.base/endian.c: New test source.
1907
1908 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1909
1910         PR gdb/23203
1911         * gdb.base/bt-selected-frame.c: New file.
1912         * gdb.base/bt-selected-frame.exp: New file.
1913         * lib/gdb.exp (get_current_frame_number): New function.
1914
1915 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1916             Pedro Alves  <palves@redhat.com>
1917
1918         * gdb.threads/tls-core.c: Include <stdlib.h>
1919         (thread_proc): Call `abort'.
1920         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1921         (tls_core_test): New procedure, bits factored out from ...
1922         (top level): ... here.  Test both native cores and gcore cores.
1923
1924 2018-05-23  Tom Tromey  <tom@tromey.com>
1925
1926         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1927
1928 2018-05-23  Tom Tromey  <tom@tromey.com>
1929
1930         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1931         symfile_complaints.
1932         (test_short_complaints): Likewise.
1933         (test_empty_complaints): Likewise.
1934         (test_initial_complaints): Update.
1935
1936 2018-05-23  Tom Tromey  <tom@tromey.com>
1937
1938         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1939
1940 2018-05-23  Tom Tromey  <tom@tromey.com>
1941
1942         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1943         (test_short_complaints): Update.
1944
1945 2018-05-22  Pedro Alves  <palves@redhat.com>
1946
1947         * gdb.base/remote.exp: Only gdb_start after compiling the
1948         testcase.  Issue "disconnect" before testing "set remote" command
1949         defaults.  Issue clean_restart before running to main.
1950
1951 2018-05-22  Pedro Alves  <palves@redhat.com>
1952
1953         * gdb.base/remote.exp: Adjust expected output of "show remote
1954         memory-write-packet-size".  Add tests for "set remote
1955         memory-write-packet-size 0" and "set remote
1956         memory-write-packet-size fixed/limit".
1957
1958 2018-05-22  Pedro Alves  <palves@redhat.com>
1959
1960         PR gdb/22973
1961         * gdb.base/utf8-identifiers.c: New file.
1962         * gdb.base/utf8-identifiers.exp: New file.
1963
1964 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1965
1966         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1967
1968 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1969
1970         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1971
1972 2018-05-18  Tom Tromey  <tom@tromey.com>
1973
1974         * gdb.base/ptype-offsets.exp: Update.
1975
1976 2018-05-17  Keith Seitz  <keiths@redhat.com>
1977
1978         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1979         in expected breakpoint stop locations.
1980         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1981         move to proper scope to test variable values.
1982         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1983         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1984         New functions.
1985         (main): Call not_inline_func3.
1986         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1987         inline_func1, inline_func2, and inline_func3.  Test that when each
1988         breakpoint is hit, GDB properly reports both the stop location
1989         and the backtrace. Repeat tests for temporary breakpoints.
1990
1991 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1992
1993         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1994         rather then trying to access it in determining whether the PID
1995         of `gdbserver' could have been retrieved.
1996
1997 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1998
1999         * gdb.arch/amd64-init-x87-values.S: New file.
2000         * gdb.arch/amd64-init-x87-values.exp: New file.
2001
2002 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2003
2004         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2005
2006 2018-05-04  Tom Tromey  <tom@tromey.com>
2007
2008         PR python/22730:
2009         * gdb.python/python.exp: Test multi-line execute.
2010
2011 2018-05-04  Tom Tromey  <tom@tromey.com>
2012
2013         PR python/22731:
2014         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2015
2016 2018-05-04  Tom Tromey  <tom@tromey.com>
2017
2018         PR gdb/11750:
2019         * gdb.base/define.exp: Test defining a user command inside a user
2020         command.
2021         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2022
2023 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2024             Pedro Alves <palves@redhat.com>
2025
2026         PR breakpoints/19806 and support for PR external/20207.
2027         * gdb.base/watchpoint-unaligned.c: New file.
2028         * gdb.base/watchpoint-unaligned.exp: New file.
2029
2030 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2031
2032         * gdb.base/maint.exp: Make test names unique, use
2033         test_prefix_command_help to test 'help maint info', and remove
2034         repeated test of 'help maint'.
2035
2036 2018-05-04  Tom Tromey  <tom@tromey.com>
2037
2038         PR gdb/22619:
2039         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2040         behavior.
2041
2042 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2043
2044         * gdb.base/maint.exp: Process output from 'maint print registers'
2045         line at a time.
2046
2047 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2048
2049         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2050         timeout.
2051
2052 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2053
2054         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2055         filter pattern.
2056
2057 2018-05-02  Pedro Alves  <palves@redhat.com>
2058
2059         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2060         to_log_command renames.
2061         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2062
2063 2018-05-02  Tom Tromey  <tom@tromey.com>
2064
2065         * gdb.python/py-parameter.exp: Set test message.
2066
2067 2018-05-02  Tom Tromey  <tom@tromey.com>
2068
2069         PR python/20084:
2070         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2071         PARAM_ZUINTEGER_UNLIMITED tests.
2072
2073 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
2074
2075         PR rust/23124
2076         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2077         when casting.
2078
2079 2018-04-30  Tom Tromey  <tom@tromey.com>
2080
2081         * gdb.python/py-type.exp: Check align attribute.
2082         * gdb.python/py-type.c: New "aligncheck" global.
2083
2084 2018-04-30  Tom Tromey  <tom@tromey.com>
2085
2086         PR exp/17095:
2087         * gdb.dwarf2/dw2-align.exp: New file.
2088         * gdb.cp/align.exp: New file.
2089         * gdb.base/align.exp: New file.
2090         * lib/gdb.exp (gdb_int128_helper): New proc.
2091         (has_int128_c, has_int128_cxx): New caching procs.
2092
2093 2018-04-27  Tom Tromey  <tom@tromey.com>
2094
2095         PR rust/22545:
2096         * gdb.rust/simple.exp: Add inclusive range tests.
2097
2098 2018-04-26  Pedro Alves  <palves@redhat.com>
2099
2100         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2101         ifunc breakpoint locations correctly of ifunc breakpoints set
2102         while the program resolves the ifunc.
2103
2104 2018-04-26  Pedro Alves  <palves@redhat.com>
2105
2106         * gdb.base/gnu-ifunc-final.c: New file.
2107         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2108         * gdb.base/gnu-ifunc.exp (executable): Delete.
2109         (staticexecutable): Adjust.
2110         (lib_opts, exec_opts): Delete.
2111         (make_binsuffix, build, set-break): New procedures.
2112         (misc_tests): New, with tests factored out from the top level.
2113         (top level): Test different combinations of ifunc resolver name,
2114         resolver with and with debug info, and ifunc target with and
2115         without debug info.  Wrap static tests with with_target_prefix.
2116
2117 2018-04-26  Pedro Alves  <palves@redhat.com>
2118
2119         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2120         return type" warnings.
2121
2122 2018-04-25  Pedro Alves  <palves@redhat.com>
2123
2124         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2125         killed".
2126         * gdb.base/kill-after-signal.exp: Likewise.
2127         * gdb.threads/kill.exp: Likewise.
2128
2129 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2130             Sergio Durigan Junior  <sergiodj@redhat.com>
2131             Pedro Alves  <palves@redhat.com>
2132
2133         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2134         regexps to expect for '[Inferior ... detached]' as well.
2135         * gdb.base/attach.exp: Likewise.
2136         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2137         "gdb_continue_to_end".
2138         (test_catch_syscall_with_wrong_args): Likewise.
2139         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2140         ']'.  Don't set 'verbose' on.
2141         * gdb.base/foll-vfork.exp: Likewise.
2142         * gdb.base/fork-print-inferior-events.c: New file.
2143         * gdb.base/fork-print-inferior-events.exp: New file.
2144         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2145         '[Inferior ... has been killed]' message.
2146         * gdb.base/kill-after-signal.exp: Likewise.
2147         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2148         detach message.
2149         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2150         message.
2151         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2152         regexps to expect for '[Inferior ... detached]' as well.
2153         * gdb.threads/process-dies-while-detaching.exp: Likewise.
2154
2155 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
2156
2157         PR gdb/23104
2158         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2159
2160 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
2161
2162         * gdb.threads/multiple-successive-infcall.c: New test.
2163         * gdb.threads/multiple-successive-infcall.exp: New file.
2164
2165 2018-04-17  Tom Tromey  <tom@tromey.com>
2166
2167         * gdb.rust/simple.rs (Union): New type.
2168         (main): New local "u".
2169         * gdb.rust/simple.exp (test_one_slice): Add new test case.
2170
2171 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2172
2173         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2174         number information in output of "whereis" command.
2175         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2176
2177 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2178
2179         * gdb.ada/info_types.exp: Adjust expected output to the line
2180         numbers now printed by "info var/func/type".
2181         * gdb.base/completion.exp: Likewise.
2182         * gdb.base/included.exp: Likewise.
2183         * gdb.cp/cp-relocate.exp: Likewise.
2184         * gdb.cp/cplusfuncs.exp: Likewise.
2185         * gdb.cp/namespace.exp: Likewise.
2186         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2187
2188 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2189
2190         * gdb.btrace/cpu.exp: New.
2191
2192 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2193
2194         * gdb.base/step-indirect-call-thunk.exp: New.
2195         * gdb.base/step-indirect-call-thunk.c: New.
2196         * gdb.reverse/step-indirect-call-thunk.exp: New.
2197         * gdb.reverse/step-indirect-call-thunk.c: New.
2198
2199 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
2200
2201         * gdb.base/pie-fork.c: New file.
2202         * gdb.base/pie-fork.exp: New file.
2203
2204 2018-04-11  Tom Tromey  <tom@tromey.com>
2205
2206         * gdb.rust/simple.exp: Add test for ".." struct initializer.
2207
2208 2018-04-10  Pedro Alves  <palves@redhat.com>
2209
2210         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2211         exits.  Instead loop running forever.
2212         (fork_parent): Run forever too.
2213
2214 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2215
2216         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2217         mi_continue_to_line.
2218         * gdb.mi/mi-stack.c (callee4): Add comment.
2219
2220 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2221
2222         * gdb.mi/mi-stack.exp: Fix indentation.
2223
2224 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2225
2226         PR gdb/22979
2227         * gdb.arch/amd64-osabi.exp: New file.
2228
2229 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2230
2231         PR gdb/22980
2232         * gdb.base/osabi.exp: New file.
2233
2234 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
2235
2236         * gdb.cp/static-typedef-print.exp: New file.
2237         * gdb.cp/static-typedef-print.cc: New file.
2238
2239 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2240
2241         * gdb.ada/varsize_limit: New testcase.
2242
2243 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2244
2245         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2246
2247         * gdb.ada/notcplusplus: New testcase.
2248
2249         * gdb.base/c-linkage-name.c: New file.
2250         * gdb.base/c-linkage-name.exp: New testcase.
2251
2252 2018-03-26  Tom Tromey  <tom@tromey.com>
2253
2254         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2255         * gdb.python/py-framefilter.py (name_error): New global.
2256         (ErrorInName.function): Use name_error.
2257
2258 2018-03-26  Tom Tromey  <tom@tromey.com>
2259
2260         PR backtrace/15582:
2261         * gdb.python/py-framefilter.exp: Add "bt hide" test.
2262
2263 2018-03-23  Keith Seitz  <keiths@redhat.com>
2264
2265         PR c++/22968
2266         * gdb.cp/subtypes.exp: New file.
2267         * gdb.cp/subtypes.h: New file.
2268         * gdb.cp/subtypes.cc: New file.
2269         * gdb.cp/subtypes-2.cc: New file.
2270
2271 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2272
2273         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2274         (done): Call '_exit' not 'exit' to avoid atexit handlers.
2275         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2276         -nostartfiles when compiling the test.  Confirm that all registers
2277         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2278
2279 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2280
2281         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2282         option, syntax was wrong anyway.
2283         * gdb.arch/arm-disp-step.exp: Likewise.
2284         * gdb.arch/sparc64-regs.exp: Likewise.
2285         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2286         option, syntax was wrong anyway, switch to use
2287         prepare_for_testing.
2288         * gdb.arch/i386-disp-step.exp: Likewise.
2289
2290 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2291
2292         * gdb.ada/exec_changed.exp: Replace "target_info exists
2293         use_gdb_stub" by "use_gdb_stub".
2294         * gdb.ada/start.exp: Likewise.
2295         * gdb.base/async-shell.exp: Likewise.
2296         * gdb.base/attach-pie-misread.exp: Likewise.
2297         * gdb.base/attach-wait-input.exp: Likewise.
2298         * gdb.base/break-entry.exp: Likewise.
2299         * gdb.base/break-interp.exp: Likewise.
2300         * gdb.base/dprintf-detach.exp: Likewise.
2301         * gdb.base/nostdlib.exp: Likewise.
2302         * gdb.base/solib-nodir.exp: Likewise.
2303         * gdb.base/statistics.exp: Likewise.
2304         * gdb.base/testenv.exp: Likewise.
2305         * gdb.mi/mi-exec-run.exp: Likewise.
2306         * gdb.mi/mi-start.exp: Likewise.
2307         * gdb.multi/dummy-frame-restore.exp: Likewise.
2308         * gdb.multi/multi-arch-exec.exp: Likewise.
2309         * gdb.multi/multi-arch.exp: Likewise.
2310         * gdb.multi/tids.exp: Likewise.
2311         * gdb.multi/watchpoint-multi.exp: Likewise.
2312         * gdb.python/py-events.exp: Likewise.
2313         * gdb.threads/attach-into-signal.exp: Likewise.
2314         * gdb.threads/attach-stopped.exp: Likewise.
2315         * gdb.threads/threadapply.exp: Likewise.
2316         * lib/selftest-support.exp: Likewise.
2317
2318 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2319
2320         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2321
2322 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
2323
2324         * gdb.perf/template-breakpoints.cc: New file.
2325         * gdb.perf/template-breakpoints.exp: New file.
2326         * gdb.perf/template-breakpoints.py: New file.
2327
2328 2018-03-19  Tom Tromey  <tom@tromey.com>
2329
2330         * gdb.rust/simple.rs (main): Add local variables field1, field2,
2331         y0.
2332         * gdb.rust/simple.exp: Test bare identifier form of struct
2333         initializer.
2334
2335 2018-03-19  Tom Tromey  <tom@tromey.com>
2336
2337         * gdb.gdb/observer.exp: Remove.
2338
2339 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2340
2341         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2342         "qualified" option when setting breakpoints.
2343         * gdb.trace/backtrace.exp: Likewise.
2344         * gdb.trace/circ.exp: Likewise.
2345         * gdb.trace/collection.exp: Likewise.
2346         * gdb.trace/disconnected-tracing.exp: Likewise.
2347         * gdb.trace/ftrace-lock.exp: Likewise.
2348         * gdb.trace/ftrace.exp: Likewise.
2349         * gdb.trace/infotrace.exp: Likewise.
2350         * gdb.trace/packetlen.exp: Likewise.
2351         * gdb.trace/passc-dyn.exp: Likewise.
2352         * gdb.trace/qtro.exp: Likewise.
2353         * gdb.trace/read-memory.exp: Likewise.
2354         * gdb.trace/report.exp: Likewise.
2355         * gdb.trace/signal.exp: Likewise.
2356         * gdb.trace/status-stop.exp: Likewise.
2357         * gdb.trace/strace.exp: Likewise.
2358         * gdb.trace/tfind.exp: Likewise.
2359         * gdb.trace/trace-break.exp: Likewise.
2360         * gdb.trace/trace-condition.exp: Likewise.
2361         * gdb.trace/trace-mt.exp: Likewise.
2362         * gdb.trace/tstatus.exp: Likewise.
2363         * gdb.trace/tsv.exp: Likewise.
2364         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2365         * gdb.trace/unavailable.exp: Likewise.
2366         * gdb.trace/while-dyn.exp: Likewise.
2367
2368 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2369
2370         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2371         that libinproctrace is copied to the target.
2372
2373 2018-03-14  Tom Tromey  <tom@tromey.com>
2374
2375         PR cli/14977:
2376         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2377         a null pointer.
2378         * gdb.base/wchar.exp: Likewise.
2379
2380 2018-03-14  Tom Tromey  <tom@tromey.com>
2381
2382         PR cli/19918:
2383         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2384         flag.
2385
2386 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
2387
2388         PR gdb/22841
2389         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2390         "target" to remote_exec.
2391
2392 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
2393
2394         PR gdb/22841
2395         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2396         ${board}_upload): Remove.
2397
2398 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2399
2400         * gdb.cp/watch-cp.cc: New test.
2401         * gdb.cp/watch-cp.exp: New file.
2402
2403 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2404
2405         * gdb.base/infcall-nested-structs.exp: New file.
2406         * gdb.base/infcall-nested-structs.c: New file.
2407         * gdb.base/float.exp: Add riscv support.
2408
2409 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2410
2411         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2412         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2413
2414 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
2415
2416         * gdb.server/abspath.exp: New file.
2417         * lib/gdb.exp (with_cwd): New procedure.
2418
2419 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
2420
2421         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2422         use it.
2423         (gdb_is_target_remote_prompt): New proc.
2424         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2425         (gdb_is_target_native): Pass prompt parameter to
2426         gdb_is_target_1.
2427
2428 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
2429
2430         * gdb.base/load-command.c: New file.
2431         * gdb.base/load-command.exp: New file.
2432         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2433         (gdb_is_target_1): ...this, and generalize for other targets
2434         than just remote.
2435         (gdb_is_target_remote): Use gdb_is_target_1.
2436         (gdb_is_target_native): use gdb_is_target_1.
2437
2438 2018-02-26  Tom Tromey  <tom@tromey.com>
2439
2440         PR python/16497:
2441         * gdb.python/py-framefilter.exp: Update test.
2442
2443 2018-02-26  Tom Tromey  <tom@tromey.com>
2444
2445         * gdb.dwarf2/variant.c: New file.
2446         * gdb.dwarf2/variant.exp: New file.
2447
2448 2018-02-26  Tom Tromey  <tom@tromey.com>
2449
2450         * gdb.rust/simple.exp: Accept more possible results in enum test.
2451
2452 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
2453
2454         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2455         parentheses.
2456
2457 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
2458
2459         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2460         name of a variable: $actual_linejj -> $actual_line.
2461
2462 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
2463
2464         * gdb.arch/amd64-i386-address.exp: Fix a typo.
2465
2466 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
2467
2468         * gdb.btrace/buffer-size.exp: Do not force BTS.
2469
2470 2018-02-14  Pedro Alves  <palves@redhat.com>
2471
2472         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2473         getting a "Quit".
2474
2475 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2476
2477         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2478         Fix test name.
2479
2480 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
2481
2482         * gdb.cp/m-static.exp: Check type of optimized out static
2483         member.
2484
2485 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2486
2487         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2488         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2489
2490 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
2491             Leszek Swirski  <leszeks@google.com>
2492
2493         * gdb.python/py-prettyprint.c
2494         (struct to_string_returns_value_inner,
2495         struct to_string_returns_value_wrapper): New.
2496         (main): Add tsrvw variable.
2497         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2498         ToStringReturnsValueWrapper): New classes.
2499         (register_pretty_printers): Register new pretty-printers.
2500         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2501         recursive pretty printer.
2502         * gdb.python/py-mi.exp: Likewise.
2503
2504 2018-02-01  Leszek Swirski  <leszeks@google.com>
2505
2506         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2507         functions with the same name as an include file are parsed
2508         correctly.
2509
2510 2018-02-01  Yao Qi  <yao.qi@linaro.org>
2511
2512         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2513         "\[^\r\n\]*".
2514
2515 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
2516
2517         * gdb.arch/powerpc-prologue-frame.s: New file.
2518         * gdb.arch/powerpc-prologue-frame.c: Likewise.
2519         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2520
2521 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
2522
2523         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2524
2525 2018-01-30  Pedro Alves  <palves@redhat.com>
2526
2527         PR gdb/13211
2528         * gdb.base/interrupt-daemon.c: New.
2529         * gdb.base/interrupt-daemon.exp: New.
2530         * gdb.multi/multi-term-settings.c: New.
2531         * gdb.multi/multi-term-settings.exp: New.
2532
2533 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
2534
2535         * gdb.base/break.exp: Save the location where the breakpoint
2536         on break.c:47 was actually inserted when debugging the version
2537         compiled at -O2 and use it in the expected output of the "info
2538         break" test performed soon after.
2539
2540 2018-01-22  Pedro Alves  <palves@redhat.com>
2541             Sergio Durigan Junior  <sergiodj@redhat.com>
2542
2543         * gdb.base/whatis.exp: Add tests for 'set print object on' +
2544         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2545
2546 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
2547
2548         * gdb.base/break-include.c, gdb.base/break-include.inc,
2549         gdb.base/break-include.exp: New files.
2550         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2551         line number now being the actual line number where the breakpoint
2552         was inserted.
2553         * gdb.mi/mi-break.exp: Likewise.
2554         * gdb.mi/mi-reverse.exp: Likewise.
2555         * gdb.mi/mi-simplerun.exp: Ditto.
2556
2557 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2558
2559         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2560         varobj.
2561         * gdb.mi/mi-var-create-rtti.exp: Likewise.
2562
2563 2018-01-21  Don Breazeal  <donb@codesourcery.com>
2564             Andrew Burgess  <andrew.burgess@embecosm.com>
2565
2566         * gdb.mi/basics.c: Add new global.
2567         * gdb.mi/mi-frame-regs.exp: New file.
2568         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2569         case.
2570
2571 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2572
2573         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2574         non-parameter, and on an unknown symbol.
2575
2576 2018-01-19  Tom Tromey  <tom@tromey.com>
2577
2578         * gdb.rust/modules.rs (TWENTY_THREE): New global.
2579         * gdb.rust/modules.exp: Add ::-qualified lookup test.
2580
2581 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2582
2583         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2584         setrlimit and chdir to int.
2585
2586 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2587
2588         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2589         function.
2590         (my_tend): Likewise.
2591         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2592         rationale of avoiding FP- and vector instructions.
2593
2594 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2595
2596         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2597         "info reg" with "\[ \t\]*".
2598         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2599         "\[ \t\]+".
2600         * gdb.arch/s390-multiarch.exp: Ditto.
2601         * gdb.base/pc-fp.exp: Ditto.
2602         * gdb.reverse/i386-precsave.exp: Ditto.
2603         * gdb.reverse/i386-reverse.exp: Ditto.
2604         * gdb.reverse/i387-env-reverse.exp: Ditto.
2605         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2606
2607 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2608
2609         * lib/gdb.exp (gdb_compile): Re-enable use of
2610         universal_compile_options for languages other than Rust.
2611
2612 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2613
2614         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2615
2616 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
2617
2618         PR gdb/16577
2619         * gdb.base/solib-vanish.exp: New.
2620         * gdb.base/solib-vanish-main.c: New.
2621         * gdb.base/solib-vanish-lib1.c: New.
2622         * gdb.base/solib-vanish-lib2.c: New.
2623
2624 2018-01-17  Yao Qi  <yao.qi@linaro.org>
2625
2626         * gdb.compile/compile.exp: Match the address printed for
2627         frame in the output of command "bt".
2628
2629 2018-01-15  Tom Tromey  <tom@tromey.com>
2630
2631         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2632         compute sp_reg.
2633
2634 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2635
2636         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2637         to prepare.
2638         (prepare): Return 0 on error, 1 on success.
2639
2640 2018-01-12  Pedro Alves  <palves@redhat.com>
2641
2642         * gdb.base/continue-after-aborted-step-over.c: New.
2643         * gdb.base/continue-after-aborted-step-over.exp: New.
2644
2645 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2646
2647         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2648         options when not creating an executable.
2649
2650 2018-01-11  Pedro Alves  <palves@redhat.com>
2651
2652         PR remote/22597
2653         * gdb.server/stop-reply-no-thread.c: New file.
2654         * gdb.server/stop-reply-no-thread.exp: New file.
2655
2656 2018-01-10  Pedro Alves  <palves@redhat.com>
2657
2658         PR gdb/22670
2659         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
2660         functions too.  Test setting breakpoints and printing C functions
2661         with no debug info too.
2662         * gdb.ada/bp_c_mixed_case/qux.c: New file.
2663
2664 2018-01-10  Pedro Alves  <palves@redhat.com>
2665
2666         PR gdb/22670
2667         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2668         a fail.
2669
2670 2018-01-10  Pedro Alves  <palves@redhat.com>
2671
2672         PR gdb/22670
2673         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2674
2675 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2676
2677         * gdb.server/unittest.exp: Match the output in non-development
2678         mode.
2679
2680 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2681
2682         * gdb.gdb/unittest.exp: Match output in non-development mode.
2683
2684 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2685
2686         * gdb.ada/access_tagged_param.exp: Relax expected output
2687         for value of "ObjL" in "continue" to pck.inspect breakpoint
2688         test.
2689
2690 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2691
2692         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2693         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2694
2695 2018-01-05  Pedro Alves  <palves@redhat.com>
2696
2697         PR gdb/18653
2698         * gdb.base/libsegfault.exp: New.
2699
2700 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2701
2702         PR gdb/22670
2703         * gdb.ada/access_tagged_param.exp: New file.
2704         * gdb.ada/access_tagged_param/foo.adb: New file.
2705
2706 2018-01-05  Pedro Alves  <palves@redhat.com>
2707
2708         PR gdb/22670
2709         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2710         exercise lower case too, and to exercise both full matching and
2711         wild matching.
2712
2713 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2714
2715         * gdb.ada/rename_subscript_param: New testcase.
2716
2717 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2718
2719         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2720
2721 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2722
2723         * gdb.ada/convvar_comp: New testcase.
2724
2725 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2726
2727         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2728         (My_Table): New global variable.
2729         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2730
2731 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2732
2733         PR gdb/22670
2734         * gdb.ada/maint_with_ada: New testcase.
2735
2736 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2737
2738         PR gdb/22670
2739         * gdb.ada/bp_c_mixed_case: New testcase.
2740
2741 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2742
2743         PR gdb/22670
2744         * gdb.ada/complete.exp: Add "complete break ada" test.
2745
2746 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2747
2748         PR gdb/22670
2749         * gdb.ada/info_addr_mixed_case: New testcase.
2750
2751 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2752
2753         * gdb.ada/excep_handle.exp: New testcase.
2754         * gdb.ada/excep_handle/foo.adb: New file.
2755         * gdb.ada/excep_handle/pck.ads: New file.
2756
2757 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2758
2759         * gdb.base/step-line.c: Add extra empty line in copyright header.
2760         * gdb.base/step-line.inp: Likewise.
2761
2762 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2763
2764         * gdb.ada/dyn_stride.exp: Add slice test.
2765
2766 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2767
2768         * gdb.ada/dyn_stride: New testcase.
2769
2770 2017-12-27  Stafford Horne  <shorne@gmail.com>
2771
2772         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2773         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2774
2775 2017-12-27  Stafford Horne  <shorne@gmail.com>
2776
2777         * gdb.base/reggroups.c: New file.
2778         * gdb.base/reggroups.exp: New file.
2779
2780 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2781
2782         * gdb.dwarf2/ada-valprint-error.c: New file.
2783         * gdb.dwarf2/ada-valprint-error.exp: New file.
2784
2785 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2786
2787         * gdb.ada/assign_arr: New testcase.
2788
2789 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2790
2791         * gdb.ada/funcall_ptr: New testcase.
2792
2793 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2794
2795         PR cli/16224
2796         * gdb.base/ptype-offsets.cc: New file.
2797         * gdb.base/ptype-offsets.exp: New file.
2798
2799 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2800
2801         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2802         if XML is disabled.
2803
2804 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2805
2806         * gdb.ada/same_component_name: New testcase.
2807
2808 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2809
2810         * gdb.ada/str_binop_equal: New testcase.
2811
2812 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2813
2814         * gdb.ada/task_switch_in_core: New testcase.
2815
2816 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2817
2818         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2819         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2820         call test_bkpt_qualified.
2821         (test_bkpt_qualified): New proc.
2822
2823 2017-12-13  Pedro Alves  <palves@redhat.com>
2824
2825         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2826         Tighten regexp by matching with an anchor.
2827
2828 2017-12-13  Pedro Alves  <palves@redhat.com>
2829
2830         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2831         ("expression with namespace"): New set of tests.
2832         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2833         (Nested::Test_NS::qux): New.
2834         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2835         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2836
2837 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2838
2839         * gdb.base/server-del-break.c: New file.
2840         * gdb.base/server-del-break.exp: New file.
2841
2842 2017-12-12  Stafford Horne  <shorne@gmail.com>
2843
2844         * gdb.xml/tdesc-regs.exp: Add or1k support.
2845
2846 2017-12-12  Stafford Horne  <shorne@gmail.com>
2847
2848         * gdb.base/bp-permanent.c: Define nop of or1k.
2849
2850 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2851
2852         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2853         output with components being reordered.
2854
2855 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2856
2857         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2858         output with components being reordered.
2859
2860 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2861             Pedro Alves  <palves@redhat.com>
2862
2863         * gdb.base/maint.exp (check for .gdb_index): Check also for
2864         .debug_names.
2865         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2866         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2867         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2868         (.gdb_index used after symbol reloading): Support also .debug_names.
2869         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2870
2871 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2872
2873         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2874         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2875
2876 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2877
2878         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2879         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2880
2881 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2882
2883         * gdb.arch/aarch64-tagged-pointer.c: New file.
2884         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2885
2886 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2887
2888         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2889         "int".
2890
2891 2017-12-07  Keith Seitz  <keiths@redhat.com>
2892
2893         PR breakpoints/22569
2894         * gdb.linespec/ls-errs.exp: Change expected result of "break
2895         -source this file has spaces.c -line 3".
2896         Check that an explicit source file followed by whitespace is
2897         identified as an invalid explicit location.
2898
2899 2017-12-07  Keith Seitz  <keiths@redhat.com>
2900
2901         * gdb.cp/nested-types.cc: New file.
2902         * gdb.cp/nested-types.exp: New file.
2903         * lib/cp-support.exp: Load data-structures.exp library.
2904         (debug_cp_test_ptype_class): New global.
2905         (cp_ptype_class_verbose, next_line): New procedures.
2906         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2907         Add and document new return value.
2908         Switch the list of lines to a queue.
2909         Add support for new `type' key for nested type definitions.
2910         Add debugging/troubleshooting messages.
2911         * lib/data-structures.exp: New file.
2912
2913 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2914
2915         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2916         with proc_with_prefix, don't use with_test_prefix.
2917
2918 2017-12-07  Tom Tromey  <tom@tromey.com>
2919
2920         * gdb.base/break.exp: Add test for empty "commands".
2921
2922 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2923
2924         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2925         malloc and catch syscall.
2926
2927 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2928
2929        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2930         tests for explicit locations.
2931
2932 2017-12-06  Pedro Alves  <palves@redhat.com>
2933
2934         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2935         force-disabling XML descriptions.
2936
2937 2017-12-04  Pedro Alves  <palves@redhat.com>
2938
2939         PR gdb/22499
2940         * gdb.arch/amd64-disp-step-avx.S: New file.
2941         * gdb.arch/amd64-disp-step-avx.exp: New file.
2942
2943 2017-12-03  Pedro Alves  <palves@redhat.com>
2944
2945         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2946         and <string.h>.
2947         (parent_function): Print distinct messages when waitpid fails, or
2948         the child exits with a signal, or the child exits for an unhandled
2949         reason.
2950         * gdb.threads/process-dies-while-detaching.exp
2951         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2952         it.  Wait for both inferior output and GDB's prompt.  Use an
2953         indirect spawn id list.
2954         (do_detach): New parameter 'child_exit'.  Use it to compute
2955         expected inferior output.
2956         (test_detach, test_detach_watch, test_detach_killed_outside):
2957         Adjust to pass down the expected child exit kind.
2958
2959 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2960             Sergio Durigan Junior  <sergiodj@redhat.com>
2961             Pedro Alves  <palves@redhat.com>
2962
2963         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2964
2965 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2966
2967         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2968         to 'symbol-file' and 'add-symbol-file' can be
2969         position-independent.
2970
2971 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2972
2973         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2974         the URL in copyright header.
2975         * gdb.arch/aarch64-fp.exp: Likewise.
2976         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2977         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2978         * gdb.base/expand-psymtabs.exp: Likewise.
2979         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2980         * gdb.fortran/common-block.exp: Likewise.
2981         * gdb.fortran/common-block.f90: Likewise.
2982         * gdb.fortran/logical.exp: Likewise.
2983         * gdb.fortran/vla-datatypes.f90: Likewise.
2984         * gdb.fortran/vla-sub.f90: Likewise.
2985
2986 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
2987
2988         * gdb.ada/repeat_dyn: New testcase.
2989
2990 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
2991
2992         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2993         Update for changed thread numbering.
2994         * gdb.cell/bt.exp: Update for changed GDB output.
2995
2996 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
2997
2998         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2999         setting isremote by hand.
3000         * boards/dwarf4-gdb-index.exp: Likewise.
3001         * boards/fission.exp: Likewise.
3002         * boards/stabs.exp: Likewise.
3003
3004 2017-11-30  Pedro Alves  <palves@redhat.com>
3005
3006         * gdb.linespec/cpls-ops.exp
3007         (check_explicit_skips_function_argument): Extract the underlying
3008         type of size_t instead of hardcoding it.
3009
3010 2017-11-29  Pedro Alves  <palves@redhat.com>
3011
3012         PR c++/19436
3013         * gdb.linespec/cpls-abi-tag.cc: New file.
3014         * gdb.linespec/cpls-abi-tag.exp: New file.
3015
3016 2017-11-29  Pedro Alves  <palves@redhat.com>
3017
3018         * gdb.base/langs.exp: Use -qualified.
3019         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3020         it.
3021         * gdb.cp/namespace.exp: Use -qualified.
3022         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3023         (overload-3, template-overload, template-ret-type, const-overload)
3024         (const-overload-quoted, anon-ns, ambiguous-prefix): New
3025         procedures.
3026         (test_driver): Call them.
3027         * gdb.cp/save-bp-qualified.cc: New.
3028         * gdb.cp/save-bp-qualified.exp: New.
3029         * gdb.linespec/explicit.exp: Test -qualified.
3030         * lib/completion-support.exp (completion::explicit_opts_list): Add
3031         "-qualified".
3032         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3033
3034 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3035
3036         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3037
3038 2017-11-29  Tom Tromey  <tom@tromey.com>
3039
3040         * gdb.base/relocate.exp: Update invalid argument test.
3041         Add new tests for invalid arguments.
3042
3043 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3044
3045         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3046         Return 0 as a long.
3047         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3048
3049 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3050
3051         * gdb.cp/breakpoint.cc (bar): Set return type to void.
3052         * gdb.cp/psymtab-parameter.cc (func): Likewise.
3053         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3054         func ().
3055         * gdb.cp/shadow.cc (B.func): Return 0.
3056
3057 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
3058
3059         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3060         expected output in gdb_expect call to allow the exception
3061         message to be present as well.  Fix syntax confusion to avoid
3062         TCL thinking that exception_name is an array.
3063
3064 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
3065
3066         * gdb.arch/spu-info.c: Include <unistd.h>.
3067         (do_signal_test): Fix broken calls to write.
3068         * gdb.arch/spu-info.exp: Use prepare_for_testing.
3069         Fix checks for empty mailboxes.  Update signal tests for corrected
3070         do_signal_test routine.  Allow nonzero event status.
3071         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3072         * gdb.cell/arch.exp: Use standard_output_file.
3073         * gdb.cell/break.exp: Likewise.
3074         * gdb.cell/bt.exp: Likewise.
3075         * gdb.cell/core.exp: Likewise.
3076         * gdb.cell/dwarfaddr.exp: Likewise.
3077         * gdb.cell/ea-cache.exp: Likewise.
3078         * gdb.cell/ea-standalone.exp: Likewise.
3079         * gdb.cell/f-regs.exp: Likewise.
3080         * gdb.cell/fork.exp: Likewise.
3081         * gdb.cell/gcore.exp: Likewise.
3082         * gdb.cell/mem-access.exp: Likewise.
3083         * gdb.cell/ptype.exp: Likewise.
3084         * gdb.cell/registers.exp: Likewise.
3085         * gdb.cell/sizeof.exp: Likewise.
3086         * gdb.cell/solib-symbol.exp: Likewise.
3087         * gdb.cell/solib.exp: Likewise.
3088
3089 2017-11-25   Pedro Alves  <palves@redhat.com>
3090
3091         * gdb.base/complete-empty.exp: New file.
3092         * gdb.base/completion.exp: Adjust.
3093
3094 2017-11-25  Pedro Alves  <palves@redhat.com>
3095
3096         * gdb.linespec/cpls-ops.cc: New file.
3097         * gdb.linespec/cpls-ops.exp: New file.
3098         * lib/completion-support.exp (test_complete_prefix_range_re): New,
3099         factored out from ...
3100         (test_complete_prefix_range): ... this.
3101
3102 2017-11-24  Pedro Alves  <palves@redhat.com>
3103
3104         * gdb.linespec/cpcompletion.exp: New file.
3105         * gdb.linespec/cpls-hyphen.cc: New file.
3106         * gdb.linespec/cpls.cc: New file.
3107         * gdb.linespec/cpls2.cc: New file.
3108         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
3109         test to use test_gdb_complete_unique.  Add label completion,
3110         keyword completion and explicit location completion tests.
3111         * lib/completion-support.exp: New file.
3112
3113 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
3114
3115         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3116         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3117         when hitting an exception catchpoint.
3118
3119 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3120
3121         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3122
3123 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
3124
3125         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3126         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3127         * gdb.dwarf2/info-locals-optimized-out.c: New file.
3128
3129 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3130
3131         * gdb.base/info-os.exp: Pass pthreads.
3132         * gdb.multi/multi-attach.exp: Likewise.
3133
3134 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3135
3136         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3137         compiler.
3138
3139 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3140
3141         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3142         * gdb.base/break-interp.exp: Likewise.
3143         * gdb.base/jit-attach-pie.exp: Likewise.
3144
3145 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3146
3147         * gdb.base/float128.c (large128): New variable.
3148         * gdb.base/float128.exp: Add test to print largest __float128 value.
3149
3150 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3151
3152         * gdb.arch/vsx-regs.exp: Update register content checks.
3153
3154 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
3155
3156         * gdb.arch/ppc-longdouble.exp: New file.
3157         * gdb.arch/ppc-longdouble.c: Likewise.
3158
3159 2017-11-21  Pedro Alves  <palves@redhat.com>
3160
3161         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3162
3163 2017-11-20  Pedro Alves  <palves@redhat.com>
3164
3165         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3166         (long_double_typedef): New typedefs.
3167         Use DEF on double and long double.
3168         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3169         cases.
3170         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3171         and 'long_double_ptr_same_size' locals.  Use them to decide
3172         whether cast from array/function to float is valid/invalid.
3173
3174 2017-11-17  Tom Tromey  <tom@tromey.com>
3175
3176         * gdb.rust/traits.rs: New file.
3177         * gdb.rust/traits.exp: New file.
3178
3179 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
3180
3181         * gdb.ada/minsyms: New testcase.
3182
3183 2017-11-16  Pedro Alves  <palves@redhat.com>
3184
3185         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3186         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3187
3188 2017-11-16  Pedro Alves  <palves@redhat.com>
3189
3190         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3191         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3192
3193 2017-11-16  Pedro Alves  <palves@redhat.com>
3194
3195         * gdb.server/reconnect-ctrl-c.c: New file.
3196         * gdb.server/reconnect-ctrl-c.exp: New file.
3197
3198 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
3199
3200         * gdb.python/py-rbreak.exp: New file.
3201         * gdb.python/py-rbreak.c: New file.
3202         * gdb.python/py-rbreak-func2.c: New file.
3203
3204 2017-11-16  Pedro Alves  <palves@redhat.com>
3205
3206         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3207         pattern.
3208         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3209         GDB.
3210
3211 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
3212
3213         * gdb.tui/completionn.exp (test_tab_completion): Add space in
3214         regex.
3215
3216 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
3217
3218         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3219         test names.
3220
3221 2017-11-09  Pedro Alves  <palves@redhat.com>
3222
3223         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3224         factored out from ...
3225         (top level): ... here, and adjusted to avoid expecting beyond the
3226         prompt in a single gdb_test_multiple.
3227
3228 2017-11-09  Pedro Alves  <palves@redhat.com>
3229
3230         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3231         output.
3232         * gdb.server/ext-attach.exp ("kill" test): Likewise.
3233         * gdb.server/ext-restart.exp ("kill" test): Likewise.
3234         * gdb.server/ext-run.exp ("kill" test): Likewise.
3235         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3236
3237 2017-11-09  Pedro Alves  <palves@redhat.com>
3238
3239         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3240         match till end of line.
3241
3242 2017-11-09  Pedro Alves  <palves@redhat.com>
3243
3244         * gdb.base/memattr.exp: Tighten regexes to match the end line.
3245
3246 2017-11-09  Pedro Alves  <palves@redhat.com>
3247
3248         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3249         New procedures, factored out from ...
3250         (top level): ... here, and adjusted to avoid expecting beyond the
3251         prompt in one go.
3252
3253 2017-11-09  Pedro Alves  <palves@redhat.com>
3254
3255         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3256         output.  Fix '?' match.
3257
3258 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
3259
3260         * gdb.ada/scoped_watch: New testcase.
3261         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3262         which is actually correct.
3263         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3264         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3265
3266 2017-11-08  Pedro Alves  <palves@redhat.com>
3267
3268         * gdb.gdb/complaints.exp (test_initial_complaints)
3269         (test_serial_complaints, test_short_complaints): Call
3270         complaint_internal instead of complaint.
3271
3272 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
3273
3274         * gdb.threads/tls-core.c: New file.
3275         * gdb.threads/tls-core.exp: Likewise.
3276
3277 2017-11-08   Pedro Alves  <palves@redhat.com>
3278
3279         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3280         (p Exported_Capitalized): New test.
3281         (p exported_capitalized): New test.
3282
3283 2017-11-07  Pedro Alves  <palves@redhat.com>
3284
3285         * gdb.cp/ena-dis-br-range.exp: Add more tests.
3286
3287 2017-11-07  Pedro Alves  <palves@redhat.com>
3288
3289         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3290         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3291         (disable_invalid, disable_inverted, disable_negative): New
3292         procedures.
3293         ("bad numbers"): New set of tests.
3294
3295 2017-11-07  Pedro Alves  <palves@redhat.com>
3296
3297         * gdb.cp/ena-dis-br-range.exp: Add tests.
3298
3299 2017-11-07  Pedro Alves  <palves@redhat.com>
3300
3301         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3302
3303 2017-11-07  Xavier Roirand  <roirand@adacore.com>
3304             Pedro Alves  <palves@redhat.com>
3305
3306         * gdb.base/ena-dis-br.exp: Add reference to
3307         gdb.cp/ena-dis-br-range.exp.
3308         * gdb.cp/ena-dis-br-range.exp: New file.
3309         * gdb.cp/ena-dis-br-range.cc: New file.
3310
3311 2017-11-06  Pedro Alves  <palves@redhat.com>
3312
3313         * gdb.base/attach-non-pgrp-leader.c: New.
3314         * gdb.base/attach-non-pgrp-leader.exp: New.
3315
3316 2017-11-06  Pedro Alves  <palves@redhat.com>
3317
3318         * configure.ac: No longer check for termio.h and sgtty.h.
3319         * configure: Regenerate.
3320         * remote-utils.c: Include termios.h instead of gdb_termios.h.
3321         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3322         Remove termio and sgtty code.
3323
3324 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3325
3326         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3327         in GDB is disabled.
3328
3329 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3330
3331         * gdb.python/py-thrhandle.exp: Skip it if python is not
3332         enabled.
3333
3334 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
3335
3336         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3337         as a breakpoint command.
3338
3339 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
3340
3341         PR python/21213
3342         * gdb.python/py-infthread.exp: Test calling
3343         InferiorThread.inferior () multiple times in a row.
3344
3345 2017-10-27  Keith Seitz  <keiths@redhat.com>
3346
3347         * gdb.opt/inline-break.exp (break_info_1): New procedure.
3348         Test "info break" for every inlined function breakpoint.
3349
3350 2017-10-27  Yao Qi  <yao.qi@linaro.org>
3351
3352         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3353
3354 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
3355
3356         * gdb.cp/classes.exp (test_static_members): Test printing
3357         Outer::instance.
3358         * gdb.cp/classes.c (struct Inner, struct Outer): New.
3359         (Inner::instance, Outer::instance): New.
3360
3361 2017-10-24  Pedro Alves  <palves@redhat.com>
3362
3363         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3364         extra console" test in two stages.
3365
3366 2017-10-24  Pedro Alves  <palves@redhat.com>
3367
3368         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3369
3370 2017-10-24  Pedro Alves  <palves@redhat.com>
3371
3372         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3373         loop.
3374
3375 2017-10-24  Pedro Alves  <palves@redhat.com>
3376
3377         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3378         $attempt" and "stoppedtry $stoppedtry" test prefixes.
3379
3380 2017-10-24  Pedro Alves  <palves@redhat.com>
3381
3382         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3383         parameter and handle it.  Don't output read value in test name.
3384
3385 2017-10-24  Pedro Alves  <palves@redhat.com>
3386
3387         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3388         custom test name.
3389
3390 2017-10-24  Pedro Alves  <palves@redhat.com>
3391
3392         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3393         include the unstable output directory name in the test's name.
3394         (initial_setup_simple) <'set args'>: Use custom test name.
3395
3396 2017-10-24  Pedro Alves  <palves@redhat.com>
3397
3398         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3399         with explicit test name.
3400
3401 2017-10-20  Pedro Alves  <palves@redhat.com>
3402
3403         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3404         'wait -i'.  Use gdb_assert and remote_close.
3405
3406 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
3407
3408         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3409         number from variable rather than hard-coded.
3410
3411 2017-10-19  Pedro Alves  <palves@redhat.com>
3412
3413         * gdb.base/long-inferior-output.c: New file.
3414         * gdb.base/long-inferior-output.exp: New file.
3415
3416 2017-11-18  Keith Seitz  <keiths@redhat.com>
3417
3418         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3419         method.
3420         (main): Call it.
3421         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3422         Add additional user-defined conversion operator tests.
3423
3424 2017-10-17  Pedro Alves  <palves@redhat.com>
3425
3426         * boards/native-stdio-gdbserver.exp: Load "local-board".
3427
3428 2017-10-17  Pedro Alves  <palves@redhat.com>
3429
3430         * gdb.base/quit-live.c: New file.
3431         * gdb.base/quit-live.exp: New file.
3432
3433 2017-10-16  Keith Seitz  <keiths@redhat.com>
3434
3435         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3436         (class_with_protected_typedef, class_with_private_typedef)
3437         (struct_with_public_typedef, struct_with_protected_typedef)
3438         (struct_with_private_typedef): New classes/structs.
3439         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3440         typedefs and access specifiers.
3441
3442 2017-10-16  Pedro Alves  <palves@redhat.com>
3443             Simon Marchi  <simon.marchi@polymtl.ca>
3444
3445         * README (Local vs Remote vs Native): New section.
3446         * boards/local-board.exp: New file, with bits factored out from
3447         ...
3448         * boards/native-extended-gdbserver.exp: ... here.  Load
3449         "local-board".
3450         * boards/native-gdbserver.exp: Load "local-board".
3451         (${board}_spawn, ${board}_exec): Delete.
3452         * boards/native-stdio-gdbserver.exp: Most contents factored out to
3453         ...
3454         * boards/stdio-gdbserver-base.exp: ... this new file.
3455         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3456         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3457         procedure.
3458         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3459         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
3460         stdio_gdbserver_command.
3461         (${board}_get_remote_address, ${board}_get_comm_port)
3462         (${board}_download, ${board}_upload): Delete.
3463         (get_target_remote_pipe_cmd): New.
3464
3465 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
3466
3467         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3468         test_bkpt_deletion, test_bkpt_cond_and_cmds,
3469         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3470         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3471         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3472         remove with_test_prefix.
3473
3474 2017-10-13  Pedro Alves  <palves@redhat.com>
3475
3476         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3477         * gdb.base/annota1.exp: Use it instead of is_remote.
3478         * gdb.base/annota3.exp: Use it instead of is_remote.
3479         * gdb.cp/annota2.exp: Use it instead of is_remote.
3480         * gdb.cp/annota3.exp: Use it instead of is_remote.
3481         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3482
3483 2017-10-13  Pedro Alves  <palves@redhat.com>
3484
3485         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3486         (test_num_test_vars, run_and_count_vars, find_env)
3487         (test_set_unset_env, test_inherit_env_var): New procedures.
3488         (top level): Use them.
3489
3490 2017-10-13  Pedro Alves  <palves@redhat.com>
3491
3492         * lib/selftest-support.exp (selftest_setup): Extend comments, and
3493         also skip on stub-like targets.
3494
3495 2017-10-13  Pedro Alves  <palves@redhat.com>
3496
3497         PR gdb/22293
3498         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3499         (top level): Move some tests to ...
3500         (test_not_found): ... this new procedure.
3501         (top level): Call it.
3502
3503 2017-10-13  Pedro Alves  <palves@redhat.com>
3504
3505         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
3506         expect different "info terminal" output if testing with a
3507         non-native target.
3508
3509 2017-10-13  Pedro Alves  <palves@redhat.com>
3510             Simon Marchi  <simon.marchi@polymtl.ca>
3511
3512         PR python/12966
3513         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3514
3515 2017-10-13  Pedro Alves  <palves@redhat.com>
3516
3517         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3518         already.
3519
3520 2017-10-13  Pedro Alves  <palves@redhat.com>
3521
3522         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3523         is_remote.
3524
3525 2017-10-13  Pedro Alves  <palves@redhat.com>
3526
3527         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3528         is_remote.
3529
3530 2017-10-13  Pedro Alves  <palves@redhat.com>
3531
3532         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3533         is set.
3534         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
3535         instead of is_remote.
3536
3537 2017-10-13  Pedro Alves  <palves@redhat.com>
3538
3539         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3540         (top level): Add comment.
3541
3542 2017-10-13  Pedro Alves  <palves@redhat.com>
3543
3544         * gdb.base/remote.exp (top level): Fix comment typo and add
3545         missing return.
3546
3547 2017-10-13  Pedro Alves  <palves@redhat.com>
3548             Simon Marchi  <simon.marchi@polymtl.ca>
3549
3550         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3551         calls and add comments.  Skip test if use_gdb_stub is set.
3552         (top level): Use "set cwd" command instead of "cd" command.
3553
3554 2017-10-13  Pedro Alves  <palves@redhat.com>
3555
3556         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3557         is_remote target check.
3558
3559 2017-10-13  Pedro Alves  <palves@redhat.com>
3560
3561         * gdb.base/scope.exp: Use build_executable + clean_restart +
3562         gdb_file_cmd instead of prepare_for_testing and no longer skip
3563         "before run" tests on is_remote target boards.  Update comments.
3564         * boards/native-extended-gdbserver.exp
3565         (extended_gdbserver_load_last_file): New, factored out from ...
3566         (gdb_load): ... this.  Move further below and add comment.
3567         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3568
3569 2017-10-12  Pedro Alves  <palves@redhat.com>
3570
3571         * gdb.base/attach.exp: Remove references to gdb64.
3572         * gdb.base/dbx.exp: Remove references to gdb64.
3573
3574 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3575             Pedro Alves  <palves@redhat.com>
3576
3577         * gdb.base/label.exp: Remove is_remote target check.
3578
3579 2017-10-12  Pedro Alves  <palves@redhat.com>
3580
3581         * gdb.base/auvx.exp (coredir): Update comment.
3582         (top level) <core_works>: Use "set cwd" command instead of "cd"
3583         command.
3584
3585 2017-10-12  Pedro Alves  <palves@redhat.com>
3586             Simon Marchi  <simon.marchi@polymtl.ca>
3587
3588         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3589         target boards.
3590
3591 2017-10-12  Pedro Alves  <palves@redhat.com>
3592             Simon Marchi  <simon.marchi@polymtl.ca>
3593
3594         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3595         Instead skip if there's any gdb_protocol set.
3596
3597 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3598             Pedro Alves  <palves@redhat.com>
3599
3600         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3601
3602 2017-10-12  Pedro Alves  <palves@redhat.com>
3603             Simon Marchi  <simon.marchi@polymtl.ca>
3604
3605         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3606         instead of on dejagnu remote boards.
3607
3608 2017-10-12  Pedro Alves  <palves@redhat.com>
3609             Simon Marchi  <simon.marchi@polymtl.ca>
3610
3611         * gdb.base/inferior-died.exp: Remove is_remote and isnative
3612         checks.  Use build_executable + clean_restart instead of
3613         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
3614         of enabling non-stop after starting gdb.
3615
3616 2017-10-12  Pedro Alves  <palves@redhat.com>
3617
3618         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3619         * gdb.threads/non-ldr-exc-2.exp: Ditto.
3620         * gdb.threads/non-ldr-exc-3.exp: Ditto.
3621         * gdb.threads/non-ldr-exc-4.exp: Ditto.
3622
3623 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3624
3625         * gdb.arch/arc-tdesc-cpu.exp: New file.
3626         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3627
3628 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
3629
3630         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3631
3632 2017-10-10  Pedro Alves <palves@redhat.com>
3633
3634         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3635         expect CLI output.
3636
3637 2017-10-10  Pedro Alves  <palves@redhat.com>
3638
3639         * lib/selftest-support.exp (selftest_setup): Update for
3640         captured_command_loop's prototype change.
3641
3642 2017-10-09  Pedro Alves  <palves@redhat.com>
3643
3644         Test both arch1=>arch2 and arch2=>arch1.
3645
3646         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3647         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
3648         factored out to...
3649         (append_arch1_options, append_arch2_options, append_arch_options)
3650         (build_executables): New procedures.
3651         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
3652         local.
3653         (top level): Add new 'first_arch' testing axis.
3654
3655 2017-10-09  Pedro Alves  <palves@redhat.com>
3656
3657         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3658         (barrier): New.
3659         (thread_start, all_started): New functions.
3660         (main): Spawn new thread and wait until it is scheduled.
3661         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3662         option.
3663         (do_test): Add 'selected_thread' parameter.  Run to all_started
3664         instead of main.  Explicitly set the breakpoint at main.  Switch
3665         to the SELECTED_THREAD thread.
3666         (top level): Test handling the exec event with either the main
3667         thread or the second thread selected.
3668
3669 2017-10-09  Pedro Alves  <palves@redhat.com>
3670
3671         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3672         logic.  Move STOP marker after the value checks.
3673         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3674         regexp.
3675
3676 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3677
3678         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3679
3680 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3681
3682         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3683         integer-to-dfp conversion.
3684         * gdb.base/dfp-test.exp: Likewise.
3685
3686 2017-10-04  Pedro Alves  <palves@redhat.com>
3687
3688         * gdb.multi/hangout.c: Include <unistd.h>.
3689         (hangout_loop): New function.
3690         (main): Call alarm.  Call hangout_loop in a loop.
3691         * gdb.multi/hello.c: Include <unistd.h>.
3692         (hello_loop): New function.
3693         (main): Call alarm.  Call hangout_loop in a loop.
3694         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3695         inferior with the other selected.
3696
3697 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3698
3699         * gdb.mi/list-thread-groups-available.exp: New file.
3700         * gdb.mi/list-thread-groups-available.c: New file.
3701
3702 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3703
3704         * gdb.base/set-cwd.exp: Make it available on
3705         native-extended-gdbserver.
3706
3707 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3708
3709         * gdb.base/set-cwd.c: New file.
3710         * gdb.base/set-cwd.exp: Likewise.
3711
3712 2017-10-02  Tom Tromey  <tom@tromey.com>
3713
3714         PR rust/22236:
3715         * gdb.rust/simple.rs (main): New variable "fslice".
3716         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3717
3718 2017-10-02  Tom Tromey  <tom@tromey.com>
3719
3720         * gdb.rust/simple.exp: Test ptype of a slice.
3721
3722 2017-10-02  Tom Tromey  <tom@tromey.com>
3723
3724         * gdb.rust/simple.exp: Test index of slice.
3725
3726 2017-09-27  Tom Tromey  <tom@tromey.com>
3727
3728         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3729
3730 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3731             Pedro Alves  <palves@redhat.com>
3732
3733         * gdb.base/compare-sections.exp (get value of read-only section): Read
3734         as unsigned value.
3735         (corrupt read-only section): Likewise and don't set written if patching
3736         failed.
3737
3738 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3739
3740         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3741         files.
3742
3743 2017-09-20  Pedro Alves  <palves@redhat.com>
3744
3745         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3746         symbol names in gdb's output.
3747         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3748
3749 2017-09-20  Pedro Alves  <palves@redhat.com>
3750
3751         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3752         Rename to ...
3753         (test_list_ambiguous_symbol): ... this and add a symbol name
3754         parameter.  Adjust.
3755         (test_list_ambiguous_function): Reimplement on top of
3756         test_list_ambiguous_symbol and also test listing ambiguous
3757         variables.
3758         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3759         (ambiguous_fun): ... this.
3760         (ambiguous_var): New.
3761         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3762         (ambiguous_fun): ... this.
3763         (ambiguous_var): New.
3764
3765 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3766
3767         * gdb.base/starti.c: New file.
3768         * gdb.base/starti.exp: New file.
3769         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3770
3771 2017-09-14  Pedro Alves  <palves@redhat.com>
3772
3773         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3774         (top level): Use it instead of runto.
3775
3776 2017-09-11  Tom Tromey  <tom@tromey.com>
3777
3778         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3779
3780 2017-09-11  Tom Tromey  <tom@tromey.com>
3781
3782         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3783         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3784
3785 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3786
3787         * gdb.fortran/printing-types.exp: New file.
3788         * gdb.fortran/printing-types.exp: New file.
3789
3790 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3791
3792         * gdb.fortran/vla-ptype.exp: Fix typos.
3793         * gdb.fortran/vla-value.exp: Same.
3794
3795 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3796
3797         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3798         * gdb.mi/mi-var-child-f.exp: Likewise.
3799         * gdb.mi/mi-vla-fortran.exp: Likewise.
3800
3801 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3802             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3803             Bernhard Heckel  <bernhard.heckel@intel.com>
3804
3805         * gdb.fortran/ptr-indentation.f90: New file.
3806         * gdb.fortran/ptr-indentation.exp: New file.
3807
3808 2017-09-05  Tom Tromey  <tom@tromey.com>
3809
3810         PR gdb/22010:
3811         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3812
3813 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3814
3815         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3816
3817 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3818
3819         * gdb.threads/tls-nodebug-pie.c: New file.
3820         * gdb.threads/tls-nodebug-pie.exp: New file.
3821
3822 2017-09-05  Tom Tromey  <tom@tromey.com>
3823
3824         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3825         for rust.
3826
3827 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3828
3829         * gdb.multi/multi-arch-exec.exp: Test with different
3830         "follow-exec-mode" settings.
3831         (do_test): New procedure.
3832
3833 2017-09-04  Pedro Alves  <palves@redhat.com>
3834
3835         * gdb.base/func-static.c (S::method const, S::method volatile)
3836         (S::method volatile const): New methods.
3837         (c_s, v_s, cv_s): New instances.
3838         (main): Call method() on them.
3839         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3840         (cannot_resolve): New procedure.
3841         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3842         print-quote-unquoted columns.
3843         (do_test): Test printing each scope too.
3844
3845 2017-09-04  Pedro Alves  <palves@redhat.com>
3846
3847         * gdb.base/local-static.exp: Also test with
3848         class::method::variable wholly quoted.
3849         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3850
3851 2017-09-04  Pedro Alves  <palves@redhat.com>
3852
3853         * gdb.base/local-static.c: New.
3854         * gdb.base/local-static.cc: New.
3855         * gdb.base/local-static.exp:  New.
3856
3857 2017-09-04  Pedro Alves  <palves@redhat.com>
3858
3859         * gdb.asm/asm-source.exp: Add casts to int.
3860         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3861         (dataglobal64_1, dataglobal64_2): New globals.
3862         * gdb.base/nodebug.exp: Test different expressions involving the
3863         new globals, with print, whatis and ptype.  Add casts to int.
3864         * gdb.base/solib-display.exp: Add casts to int.
3865         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3866         * gdb.cp/m-static.exp: Add cast to int.
3867         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3868         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3869         tls variable with no debug info without a cast.  Test with a cast
3870         to int too.
3871         * gdb.trace/entry-values.exp: Add casts.
3872
3873 2017-09-04  Pedro Alves  <palves@redhat.com>
3874
3875         * gdb.base/nodebug.exp: Test that ptype's error about functions
3876         with unknown return type includes the function name too.
3877
3878 2017-09-04  Pedro Alves  <palves@redhat.com>
3879
3880         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3881         return type of munmap in infcall.
3882         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3883         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3884         type of ftell in infcall.
3885         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3886         type of getpid in infcall.
3887         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3888         infcall.
3889         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3890         Bail on failure to extract the pid.
3891         * gdb.base/nodebug.c: #include <stdint.h>.
3892         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3893         New functions.
3894         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3895         Change expected output of print/whatis/ptype with functions with
3896         no debug info.  Test all supported languages.  Call
3897         test_call_promotion.
3898         * gdb.compile/compile.exp: Adjust expected output to expect
3899         warning.
3900         * gdb.threads/siginfo-threads.exp: Likewise.
3901
3902 2017-09-04  Pedro Alves  <palves@redhat.com>
3903
3904         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3905         "prototypes".  Test calling float functions via prototyped and
3906         unprototyped function pointers.
3907         (perform_all_tests): New parameter "prototypes".  Pass it down.
3908         (top level): Pass down "prototypes" parameter to
3909         perform_all_tests.
3910
3911 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3912
3913         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3914         Test with nested loops.
3915
3916 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3917
3918         * gdb.base/commands.exp: Call the new procedures.
3919         (loop_break_test, loop_continue_test): New procedures.
3920
3921 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3922
3923         * gdb.base/commands.exp: Call new procedure.
3924         (define_if_without_arg_test): New procedure.
3925
3926 2017-09-04  Pedro Alves  <palves@redhat.com>
3927
3928         * gdb.base/list-ambiguous.exp: New file.
3929         * gdb.base/list-ambiguous0.c: New file.
3930         * gdb.base/list-ambiguous1.c: New file.
3931         * gdb.base/list.exp (test_list_range): Adjust expected output.
3932
3933 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3934
3935         * gdb.base/share-env-with-gdbserver.c: New file.
3936         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3937
3938 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3939
3940         * gdb.base/commands.exp (gdbvar_simple_if_test,
3941         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3942         progvar_simple_if_test, progvar_simple_while_test,
3943         progvar_complex_if_while_test, user_defined_command_test,
3944         user_defined_command_args_eval,
3945         user_defined_command_args_stack_test,
3946         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3947         temporary_breakpoint_commands,
3948         gdb_test_no_prompt, redefine_hook_test,
3949         redefine_backtrace_test): Remove "global gdb_prompt".
3950
3951 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3952
3953         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3954         New proc, call it from toplevel.
3955
3956 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3957
3958         PR remote/21852
3959         * gdb.server/normal.c: New file, copied from gdb.base.
3960         * gdb.server/run-without-local-binary.exp: New file.
3961
3962 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3963
3964         * gdb.arch/sparc64-adi.exp: New file.
3965         * gdb.arch/sparc64-adi.c: New file.
3966
3967 2017-08-22  Pedro Alves  <palves@redhat.com>
3968
3969         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3970         (top level): Add "list all overloads" tests.
3971
3972 2017-08-22  Tom Tromey  <tom@tromey.com>
3973
3974         * gdb.gdb/xfullpath.exp: Remove.
3975
3976 2017-08-21  Pedro Alves  <palves@redhat.com>
3977
3978         PR gdb/19487
3979         * gdb.base/symbol-alias.c: New.
3980         * gdb.base/symbol-alias2.c: New.
3981         * gdb.base/symbol-alias.exp: New.
3982
3983 2017-08-21  Pedro Alves  <palves@redhat.com>
3984
3985         * gdb.base/dfp-test.c
3986         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3987         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3988         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3989         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3990         * gdb.base/whatis-ptype-typedefs.c: New.
3991         * gdb.base/whatis-ptype-typedefs.exp: New.
3992         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3993         (an_int, an_int_type, an_int_type2): New globals.
3994         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3995         involving typedefs and cast expressions.
3996         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3997         (lookup_typedefs_function): New.
3998         (typedefs_pretty_printers_dict): New.
3999         (top level): Register lookup_typedefs_function in
4000         gdb.pretty_printers.
4001
4002 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4003
4004         * gdb.server/unittest.exp: New.
4005
4006 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4007
4008         PR gdb/21954
4009         * gdb.base/environ.exp: Add test to check if 'unset environment'
4010         works.
4011
4012 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4013
4014         * lib/gdb.exp (universal_compile_options): New caching proc.
4015         (gdb_compile): Suppress GCC's coloring of messages.
4016
4017 2017-08-14  Tom Tromey  <tom@tromey.com>
4018
4019         PR gdb/21675:
4020         * gdb.base/printcmds.exp (test_radices): New function.
4021         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4022         * gdb.base/sizeof.exp (check_valueof): Use p/d.
4023         * lib/gdb.exp (get_integer_valueof): Use p/d.
4024
4025 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
4026
4027         * lib/gdb.exp (get_valueof): Don't capture end-of-line
4028         characters.
4029
4030 2017-08-05  Tom Tromey  <tom@tromey.com>
4031
4032         * gdb.rust/simple.exp: Allow String to appear in a different
4033         namespace.
4034
4035 2017-07-26  Yao Qi  <yao.qi@linaro.org>
4036
4037         * gdb.gdb/unittest.exp: Invoke command
4038         "maintenance check xml-descriptions".
4039
4040 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4041
4042         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4043         calling context.
4044         (hex128): Drop erroneous calculation of parameters.
4045
4046 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
4047
4048         * gdb.python/py-unwind.exp: Disable stack protection when
4049         building test file.
4050
4051 2017-07-20  Pedro Alves  <palves@redhat.com>
4052
4053         * gdb.base/default.exp (set language): Adjust expected output.
4054
4055 2017-07-20  Pedro Alves  <palves@redhat.com>
4056
4057         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4058         (test_minsym): ... this, and make static.
4059         (get_pck__foo__bar__minsym): Rename to ...
4060         (get_test_minsym): ... this.
4061         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
4062         symbol names and comments.
4063         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4064         (get_test_minsym): ... this.
4065         (pck__foo__bar__minsym__2): Rename to ...
4066         (test_minsym): ... this.
4067         (main): Adjust.
4068
4069 2017-07-17  Pedro Alves  <palves@redhat.com>
4070
4071         * gdb.base/completion.exp: Adjust expected output.
4072         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4073         the completer works.
4074
4075 2017-07-17  Pedro Alves  <palves@redhat.com>
4076
4077         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4078
4079 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
4080
4081         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4082
4083 2017-07-14  Tom Tromey  <tom@tromey.com>
4084
4085         PR rust/21764:
4086         * gdb.rust/simple.exp: Add tests.
4087
4088 2017-07-14  Tom Tromey  <tom@tromey.com>
4089
4090         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4091
4092 2017-07-14  Pedro Alves  <palves@redhat.com>
4093
4094         * gdb.linespec/base/one/thefile.cc (z1): New function.
4095         * gdb.linespec/base/two/thefile.cc (z2): New function.
4096         * gdb.linespec/linespec.exp: Add tests.
4097
4098 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4099
4100         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4101         to mi_create_breakpoint.
4102
4103 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4104
4105         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4106         mi_create_breakpoint.
4107
4108 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
4109
4110         * gdb.dlang/demangle.exp: Update for demangling changes.
4111
4112 2017-07-09  Tom Tromey  <tom@tromey.com>
4113
4114         * gdb.dwarf2/shortpiece.exp: New file.
4115
4116 2017-07-06  David Blaikie  <dblaikie@gmail.com>
4117
4118         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4119         built from fissiont-multi-cu{1,2}.c.
4120         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4121         except putting 'main' and 'func' in separate CUs in the same DWO file.
4122         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4123         test.
4124         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4125         test.
4126
4127 2017-07-06  Pedro Alves  <palves@redhat.com>
4128
4129         * gdb.python/py-unwind.exp: Test flushregs.
4130
4131 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4132
4133         PR cli/21688
4134         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4135         tests for alias commands and trailing whitespace.
4136
4137 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4138
4139         PR cli/21688
4140         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4141         procedure.  Call it.
4142
4143 2017-06-29  Pedro Alves  <palves@redhat.com>
4144
4145         * gdb.base/printcmds.exp: Add tests.
4146
4147 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
4148
4149         PR gdb/21337
4150         * gdb.base/reread-readsym.exp: New file.
4151         * gdb.base/reread-readsym.c: New file.
4152
4153 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
4154
4155         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4156         subpattern.
4157
4158 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
4159
4160         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4161         extended mnemonic.
4162         * gdb.arch/powerpc-power9.s: Likewise.
4163
4164 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4165
4166         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4167         on 32-bit x86 targets.  Exploit is_*_target macros where
4168         appropriate.
4169
4170 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4171
4172         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4173         register pieces.
4174
4175 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4176
4177         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4178         located in one or more DWARF pieces.
4179
4180 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4181
4182         * lib/gdb.exp (get_endianness): New proc.
4183         * gdb.arch/aarch64-fp.exp: Use it.
4184         * gdb.arch/altivec-regs.exp: Likewise.
4185         * gdb.arch/e500-regs.exp: Likewise.
4186         * gdb.arch/vsx-regs.exp: Likewise.
4187         * gdb.base/dump.exp: Likewise.
4188         * gdb.base/funcargs.exp: Likewise.
4189         * gdb.base/gnu_vector.exp: Likewise.
4190         * gdb.dwarf2/formdata16.exp: Likewise.
4191         * gdb.dwarf2/implptrpiece.exp: Likewise.
4192         * gdb.dwarf2/nonvar-access.exp: Likewise.
4193         * gdb.python/py-inferior.exp: Likewise.
4194         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4195
4196 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4197
4198         PR gdb/21226
4199         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4200         stack value pieces are taken from the LSB end.
4201
4202 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4203
4204         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4205         variable at nonzero offset.
4206
4207 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4208
4209         * gdb.dwarf2/var-access.c: New file.
4210         * gdb.dwarf2/var-access.exp: New test.
4211         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4212
4213 2017-06-12  Tom Tromey  <tom@tromey.com>
4214
4215         * gdb.dwarf2/formdata16.exp: Add tests.
4216
4217 2017-06-12  Tom Tromey  <tom@tromey.com>
4218
4219         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4220
4221 2017-06-12  Tom Tromey  <tom@tromey.com>
4222
4223         PR exp/16225:
4224         * gdb.reverse/i386-sse-reverse.exp: Update tests.
4225         * gdb.arch/vsx-regs.exp: Update tests.
4226         * gdb.arch/s390-vregs.exp (hex128): New proc.
4227         Update test.
4228         * gdb.arch/altivec-regs.exp: Update tests.
4229
4230 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4231
4232         * gdb.base/startup-with-shell.c: New file.
4233         * gdb.base/startup-with-shell.exp: Likewise.
4234
4235 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4236
4237         * gdb.server/non-existing-program.exp: Update regex in order to
4238         reflect the fact that gdbserver is now using fork_inferior (with a
4239         shell) to startup the inferior.
4240
4241 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
4242
4243         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4244         support function calls from GDB.
4245
4246 2017-05-21  Tom Tromey  <tom@tromey.com>
4247
4248         PR rust/21466:
4249         * gdb.rust/unsized.exp: New file.
4250         * gdb.rust/unsized.rs: New file.
4251
4252 2017-05-19  Tom Tromey  <tom@tromey.com>
4253
4254         PR rust/21484:
4255         * gdb.rust/watch.exp: New file.
4256         * gdb.rust/watch.rs: New file.
4257
4258 2017-05-18  Tom Tromey  <tom@tromey.com>
4259
4260         * gdb.rust/simple.exp: Allow Box to be qualified.
4261
4262 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4263
4264         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4265
4266 2017-05-18  Pedro Alves  <palves@redhat.com>
4267
4268         * gdb.base/fileio.c (test_write, test_read, test_close)
4269         (test_fstat): Don't print 'ret' in the fail path.
4270
4271 2017-05-18  Pedro Alves  <palves@redhat.com>
4272
4273         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4274         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4275         (test_system, test_rename, test_unlink, test_time): Change
4276         prototypes.
4277         * gdb.base/fileio.exp (stop_msg): Adjust.
4278
4279 2017-05-18  Pedro Alves  <palves@redhat.com>
4280
4281         * gdb.base/fileio.c (null_str): New global.
4282         (test_stat): Use it.
4283         * gdb.base/fileio.exp: Remove nowarnings.
4284
4285 2017-05-17  Yao Qi  <yao.qi@linaro.org>
4286
4287         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4288
4289 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
4290
4291         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4292         argument command.
4293         (top-level): Invoke test_set_inferior_tty.
4294
4295 2017-05-04  Pedro Alves  <palves@redhat.com>
4296
4297         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4298         Add parens to print call for Python 3.
4299
4300 2017-05-03  Keith Seitz  <keiths@redhat.com>
4301
4302         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4303         (main): Call it.
4304
4305 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4306
4307         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4308         to prev and next.
4309
4310 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4311
4312         * gdb.python/py-record-btrace.exp: Remove test for
4313         gdb.BtraceInstruction.error.
4314
4315 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4316
4317         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4318
4319 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4320
4321         * gdb.python/py-record-btrace-threads.c: New file.
4322         * gdb.python/py-record-btrace-threads.exp: New file.
4323
4324 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
4325
4326         PR testsuite/8595
4327         * gdb.base/environ.exp: Make test available in all architectures.
4328         Move bits related to "info program" testing to
4329         gdb.base/info-program.exp.  Rewrite tests to use the two new
4330         procedures mentione below.
4331         (test_set_show_env_var) New procedure.
4332         (test_set_show_env_var_equal): Likewise.
4333         * gdb.base/info-program.exp: New file.
4334
4335 2017-04-27  Keith Seitz  <keiths@redhat.com>
4336
4337         * gdb.cp/oranking.cc (test15): New function.
4338         (main): Call test15 and declare additional variables for testing.
4339         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4340         "p foo101('abc')" tests.
4341         Add tests for cv qualifier overloads.
4342         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4343         "lvalue reference overload" test.
4344         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4345         "print value of f1 on Child&& in f2" test.
4346
4347 2017-04-19  Pedro Alves  <palves@redhat.com>
4348
4349         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4350         procedure.
4351         (top level): Call it.
4352         * lib/gdb.exp (gdb_define_cmd): New procedure.
4353
4354 2017-04-12  Pedro Alves  <palves@redhat.com>
4355
4356         PR gdb/21323
4357         * gdb.cp/wide_char_types.c: Include <wchar.h>.
4358         (wchar): New global.
4359         * gdb.cp/wide_char_types.exp (wide_char_types_program)
4360         (do_test_wide_char, wide_char_types_no_program, top level): Add
4361         wchar_t testing.
4362
4363 2017-04-12  Pedro Alves  <palves@redhat.com>
4364
4365         PR c++/21323
4366         * gdb.cp/wide_char_types.c: New file.
4367         * gdb.cp/wide_char_types.exp: New file.
4368
4369 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
4370
4371         PR gdb/21352
4372         * gdb.trace/tsv.exp: Add test for "tsave -r".
4373
4374 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
4375
4376         * gdb.dlang/watch-loc.c: New file.
4377         * gdb.dlang/watch-loc.exp: New file.
4378
4379 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4380
4381         * gdb.python/py-section-script.exp (sepdebug): New testcases.
4382
4383 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4384
4385         * gdb.arch/arc-analyze-prologue.S: New file.
4386         * gdb.arch/arc-analyze-prologue.exp: Likewise.
4387
4388 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4389
4390         * gdb.arch/arc-decode-insn.S: New file.
4391         * gdb.arch/arc-decode-insn.exp: Likewise.
4392
4393 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
4394
4395         PR tdep/20928
4396         * gdb.arch/sparc64-regs.exp: New file.
4397         * gdb.arch/sparc64-regs.S: Likewise.
4398
4399 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
4400
4401         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4402         and memory view on Python 3.
4403
4404 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4405             Keith Seitz  <keiths@redhat.com>
4406
4407         PR gdb/14441
4408         * gdb.cp/demangle.exp: Add rvalue reference tests.
4409         * gdb.cp/rvalue-ref-casts.cc: New file.
4410         * gdb.cp/rvalue-ref-casts.exp: New file.
4411         * gdb.cp/rvalue-ref-overload.cc: New file.
4412         * gdb.cp/rvalue-ref-overload.exp: New file.
4413         * gdb.cp/rvalue-ref-params.cc: New file.
4414         * gdb.cp/rvalue-ref-params.exp: New file.
4415         * gdb.cp/rvalue-ref-sizeof.cc: New file.
4416         * gdb.cp/rvalue-ref-sizeof.exp: New file.
4417         * gdb.cp/rvalue-ref-types.cc: New file.
4418         * gdb.cp/rvalue-ref-types.exp: New file.
4419         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4420         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4421
4422 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4423
4424         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4425         New procedure.
4426
4427 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4428
4429         * lib/mi-support.exp (mi_gdb_test): Add additional message
4430         for unexpected output.
4431
4432 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4433
4434         * gdb.base/examine-backward.c (Barrier): New character array
4435         constant, to ensure that TestStrings is preceded by a string
4436         terminator.
4437
4438 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4439
4440         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4441         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4442         and implicit pointer into such a location.
4443
4444 2017-03-16  Doug Evans  <dje@google.com>
4445
4446         * gdb.python/py-lazy-string (pointer): Really add new typedef.
4447
4448 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4449
4450         * gdb.cp/m-static.exp: Fix expectation for prototype of
4451         test5.single_constructor and single_constructor::single_constructor.
4452
4453 2017-03-16  Doug Evans  <dje@google.com>
4454
4455         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4456         * gdb.guile/scm-lazy-string.c: New file.
4457         * gdb.guile/scm-value.exp: Move lazy string tests to ...
4458         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
4459         for pointer, array, typedef lazy strings.
4460
4461 2017-03-16  Doug Evans  <dje@google.com>
4462
4463         PR python/17728, python/18439, python/18779
4464         * gdb.python/py-value.c (main) Delete locals sptr, sn.
4465         * gdb.python/py-lazy-string.c (pointer): New typedef.
4466         (main): New locals ptr, array, typedef_ptr.
4467         * gdb.python/py-value.exp: Move lazy string tests to ...
4468         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
4469         array, typedef lazy strings.
4470
4471 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
4472
4473         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4474           Add optional 'test' parameter.
4475
4476 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4477
4478         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4479         Skip for versions of DejaGnu < 1.5.
4480
4481 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4482
4483         * lib/gdb.exp (dejagnu_version): New proc.
4484         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4485         Use dejagnu_version.
4486
4487 2017-03-10  Keith Seitz  <keiths@redhat.com>
4488
4489         PR c++/8128
4490         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4491         type from destructor regexps.
4492         Add a branch which actually passes the test.
4493         Adjust "ptype t5i" test names.
4494
4495 2017-03-08  Pedro Alves  <palves@redhat.com>
4496
4497         * gdb.base/step-over-exit.exp: Add explicit test message.
4498
4499 2017-03-08  Pedro Alves  <palves@redhat.com>
4500
4501         PR gdb/18360
4502         * gdb.threads/interrupt-while-step-over.c: New file.
4503         * gdb.threads/interrupt-while-step-over.exp: New file.
4504
4505 2017-03-08  Pedro Alves  <palves@redhat.com>
4506
4507         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4508         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4509
4510 2017-03-08  Pedro Alves  <palves@redhat.com>
4511
4512         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4513         PKRU as not supported as a PASS.
4514
4515 2017-03-08  Pedro Alves  <palves@redhat.com>
4516
4517         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4518         prefix instead of $binfile1/$binfile2.
4519         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4520         in test message.
4521         * gdb.python/py-completion.exp: Use "load python file" as test
4522         messages instead of unstable path names.
4523
4524 2017-03-08  Pedro Alves  <palves@redhat.com>
4525             Jan Kratochvil  <jan.kratochvil@redhat.com>
4526
4527         PR cli/21218
4528         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4529         New proc.
4530         (top level): Call it.
4531
4532 2017-03-08  Pedro Alves  <palves@redhat.com>
4533
4534         PR tui/21216
4535         * gdb.tui/tui-nl-filtered-output.exp: New file.
4536
4537 2017-03-08  Pedro Alves  <palves@redhat.com>
4538
4539         * gdb.base/completion.exp: Move TUI completion tests to ...
4540         * gdb.tui/completion.exp: ... this new file.
4541
4542 2017-03-08  Pedro Alves  <palves@redhat.com>
4543
4544         * gdb.base/tui-disasm-long-lines.c,
4545         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4546         gdb.base/tui-layout.exp: Move to ...
4547         * gdb.tui/: ... this new directory.
4548
4549 2017-03-07  Pedro Alves  <palves@redhat.com>
4550
4551         * gdb.base/tui-layout.c: New file.
4552         * gdb.base/tui-layout.exp: New file.
4553
4554 2017-03-07  Pedro Alves  <palves@redhat.com>
4555
4556         * gdb.base/tui-layout.c: Rename to ...
4557         * gdb.base/tui-disasm-long-lines.c: ... this.
4558         * gdb.base/tui-layout.exp: Rename to ...
4559         * gdb.base/tui-disasm-long-lines.exp: ... this.
4560
4561 2017-03-07  Pedro Alves  <palves@redhat.com>
4562
4563         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4564
4565 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4566
4567         * i386-mpx-call.c: New file.
4568         * i386-mpx-call.exp: New file.
4569
4570 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4571
4572         * gdb.arch/powerpc-power.exp: Delete test.
4573         * gdb.arch/powerpc-power.s: Likewise.
4574         * gdb.disasm/disassembler-options.exp: New test.
4575         * gdb.arch/powerpc-altivec.exp: Likewise.
4576         * gdb.arch/powerpc-altivec.s: Likewise.
4577         * gdb.arch/powerpc-altivec2.exp: Likewise.
4578         * gdb.arch/powerpc-altivec2.s: Likewise.
4579         * gdb.arch/powerpc-altivec3.exp: Likewise.
4580         * gdb.arch/powerpc-altivec3.s: Likewise.
4581         * gdb.arch/powerpc-power7.exp: Likewise.
4582         * gdb.arch/powerpc-power7.s: Likewise.
4583         * gdb.arch/powerpc-power8.exp: Likewise.
4584         * gdb.arch/powerpc-power8.s: Likewise.
4585         * gdb.arch/powerpc-power9.exp: Likewise.
4586         * gdb.arch/powerpc-power9.s: Likewise.
4587         * gdb.arch/powerpc-vsx.exp: Likewise.
4588         * gdb.arch/powerpc-vsx.s: Likewise.
4589         * gdb.arch/powerpc-vsx2.exp: Likewise.
4590         * gdb.arch/powerpc-vsx2.s: Likewise.
4591         * gdb.arch/powerpc-vsx3.exp: Likewise.
4592         * gdb.arch/powerpc-vsx3.s: Likewise.
4593         * gdb.arch/arm-disassembler-options.exp: Likewise.
4594         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4595         * gdb.arch/s390-disassembler-options.exp: Likewise.
4596
4597 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
4598
4599         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4600         (check_supported_features): ... this. Changed return type to void.
4601         (supports_rdseed): New static global.
4602         (rdseed): Check supports_rdseed.
4603         (initialize): Call check_supported_features.
4604
4605 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4606
4607         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4608         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
4609         and lqarx/stqcx.
4610         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4611         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4612
4613 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4614
4615         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4616         uppercase.
4617
4618 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4619
4620         * gdb.dwarf2/formdata16.c: New file.
4621         * gdb.dwarf2/formdata16.exp: New file.
4622         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4623
4624 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4625
4626         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4627         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4628         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4629         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4630         DW_AT_GNU_*.
4631
4632 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4633
4634         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4635
4636 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4637
4638         PR gdb/21164
4639         * gdb.base/maint.exp: Add testcases for when the commands do
4640         not have arguments.
4641
4642 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4643
4644         * gdb.cp/chained-calls.exp: Use p instead of P.
4645
4646 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4647
4648         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4649         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4650
4651 2017-02-14  Tom Tromey  <tom@tromey.com>
4652
4653         PR python/13598:
4654         * gdb.python/py-events.exp: Add before_prompt event tests.
4655
4656 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4657
4658         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4659
4660 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4661
4662         * gdb.linespec/explicit.c (my_unique_function_name): New function.
4663         (main): Call my_unique_function_name.
4664         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4665         completion of patterns with a single match.
4666         Add missing -re switches to gdb_test_multiple calls.
4667
4668 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4669
4670         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4671         return if core file is not recognized.
4672
4673 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4674
4675         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4676         and extra UIs.
4677
4678 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4679
4680         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4681         proc_with_prefix.
4682
4683 2017-02-10  Tom Tromey  <tom@tromey.com>
4684
4685         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4686
4687 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4688
4689         PR gdb/21122
4690         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4691
4692 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4693
4694         * gdb.base/define.exp: Add test for command abbreviations
4695         in define.
4696
4697 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4698
4699         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4700         * gdb.reverse/insn-reverse-x86.c: New file.
4701
4702 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4703
4704         PR tdep/20936
4705         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4706
4707 2017-02-03  Tom Tromey  <tom@tromey.com>
4708
4709         PR rust/21097:
4710         * gdb.rust/simple.exp: Add new tests.
4711
4712 2017-02-02  Pedro Alves  <palves@redhat.com>
4713
4714         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4715         tests.
4716
4717 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4718
4719         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4720         taking a 2-byte value out of a 4-byte DWARF implicit value on
4721         big-endian targets.
4722         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4723         logic.  Add test cases for DW_OP_implicit.
4724
4725 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4726
4727         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4728
4729 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4730
4731         * gdb.btrace/enable.exp: Call gdb_exit before
4732         skip_gdbserver_tests.
4733
4734 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4735
4736         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4737         GDBFLAGS.
4738
4739 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4740
4741         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4742         the test is skipped.
4743         * gdb.btrace/data.exp: Likewise.
4744         * gdb.btrace/delta.exp: Likewise.
4745         * gdb.btrace/dlopen.exp: Likewise.
4746         * gdb.btrace/enable-running.exp: Likewise.
4747         * gdb.btrace/enable.exp: Likewise.
4748         * gdb.btrace/exception.exp: Likewise.
4749         * gdb.btrace/function_call_history.exp: Likewise.
4750         * gdb.btrace/gcore.exp: Likewise.
4751         * gdb.btrace/instruction_history.exp: Likewise.
4752         * gdb.btrace/multi-thread-step.exp: Likewise.
4753         * gdb.btrace/nohist.exp: Likewise.
4754         * gdb.btrace/non-stop.exp: Likewise.
4755         * gdb.btrace/reconnect.exp: Likewise.
4756         * gdb.btrace/record_goto-step.exp: Likewise.
4757         * gdb.btrace/record_goto.exp: Likewise.
4758         * gdb.btrace/rn-dl-bind.exp: Likewise.
4759         * gdb.btrace/segv.exp: Likewise.
4760         * gdb.btrace/step.exp: Likewise.
4761         * gdb.btrace/stepi.exp: Likewise.
4762         * gdb.btrace/tailcall-only.exp: Likewise.
4763         * gdb.btrace/tailcall.exp: Likewise.
4764         * gdb.btrace/tsx.exp: Likewise.
4765         * gdb.btrace/unknown_functions.exp: Likewise.
4766         * gdb.btrace/vdso.exp: Likewise.
4767
4768 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4769
4770         * gdb.btrace/enable-running.c: New.
4771         * gdb.btrace/enable-running.exp: New.
4772
4773 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4774
4775         * gdb.arch/amd64-gs_base.c: New file.
4776         * gdb.arch/amd64-gs_base.exp: New file.
4777
4778 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4779
4780         * lib/memory.exp: Remove spurious empty newlines.
4781
4782 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4783
4784         * gdb.python/py-bad-printers.exp: Load python file using "source".
4785         * gdb.python/py-events.exp: Likewise.
4786         * gdb.python/py-evsignal.exp: Likewise.
4787         * gdb.python/py-evthreads.exp: Likewise.
4788         * gdb.python/py-frame-args.exp: Likewise.
4789         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4790         * gdb.python/py-framefilter-mi.exp: Likewise.
4791         * gdb.python/py-framefilter.exp: Likewise.
4792         * gdb.python/py-mi.exp: Likewise.
4793         * gdb.python/py-pp-maint.exp: Likewise.
4794         * gdb.python/py-pp-registration.exp: Likewise.
4795         * gdb.python/py-prettyprint.exp: Likewise.
4796         (run_lang_tests): Likewise.
4797         * gdb.python/py-typeprint.exp: Likewise.
4798
4799 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4800
4801         * lib/memory.exp: New file.
4802         * lib/gdb.exp: Load memory.exp.
4803         * gdb.base/memattr.exp (delete_memory): Move proc to
4804         lib/memory.exp and rename to delete_memory_regions.
4805         Replace delete_memory with delete_memory_regions.
4806         Cleanup memory regions before tests.
4807         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4808         before tests.
4809
4810 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4811
4812         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4813         files.
4814         (initialize): New function conditionally defined.
4815         (testcases): Move within conditional block.
4816         (main): Call initialize.
4817         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4818         of gdb.reverse/insn-reverse.c.
4819         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4820         gdb.reverse/insn-reverse.c.
4821
4822 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4823
4824         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4825         disassemble on address 0.
4826
4827 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4828             Yao Qi  <yao.qi@linaro.org>
4829
4830         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4831         * gdb.dwarf2/implptr-64bit.S: Remove.
4832         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4833         variables in caller's context.  Add DW_OP_implicit_value.
4834
4835 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4836
4837         * lib/dwarf.exp (Dwarf::_location): Handle
4838         DW_OP_GNU_implicit_pointer with proper size.
4839
4840 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4841
4842         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4843         and add untested calls.
4844
4845 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4846
4847         * gdb.python/python.exp: Check line number against what GDB thinks
4848         the line number is for func1.
4849
4850 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4851
4852         * gdb.dlang/debug-expr.exp: New file.
4853
4854 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4855
4856         Fix test names for the following files:
4857
4858         * gdb.ada/exec_changed.exp
4859         * gdb.ada/info_types.exp
4860         * gdb.arch/aarch64-atomic-inst.exp
4861         * gdb.arch/aarch64-fp.exp
4862         * gdb.arch/altivec-abi.exp
4863         * gdb.arch/altivec-regs.exp
4864         * gdb.arch/amd64-byte.exp
4865         * gdb.arch/amd64-disp-step.exp
4866         * gdb.arch/amd64-dword.exp
4867         * gdb.arch/amd64-entry-value-inline.exp
4868         * gdb.arch/amd64-entry-value-param.exp
4869         * gdb.arch/amd64-entry-value-paramref.exp
4870         * gdb.arch/amd64-entry-value.exp
4871         * gdb.arch/amd64-i386-address.exp
4872         * gdb.arch/amd64-invalid-stack-middle.exp
4873         * gdb.arch/amd64-invalid-stack-top.exp
4874         * gdb.arch/amd64-optimout-repeat.exp
4875         * gdb.arch/amd64-prologue-skip.exp
4876         * gdb.arch/amd64-prologue-xmm.exp
4877         * gdb.arch/amd64-stap-special-operands.exp
4878         * gdb.arch/amd64-stap-wrong-subexp.exp
4879         * gdb.arch/amd64-tailcall-cxx.exp
4880         * gdb.arch/amd64-tailcall-noret.exp
4881         * gdb.arch/amd64-tailcall-ret.exp
4882         * gdb.arch/amd64-tailcall-self.exp
4883         * gdb.arch/amd64-word.exp
4884         * gdb.arch/arm-bl-branch-dest.exp
4885         * gdb.arch/arm-disp-step.exp
4886         * gdb.arch/arm-neon.exp
4887         * gdb.arch/arm-single-step-kernel-helper.exp
4888         * gdb.arch/avr-flash-qualifier.exp
4889         * gdb.arch/disp-step-insn-reloc.exp
4890         * gdb.arch/e500-abi.exp
4891         * gdb.arch/e500-regs.exp
4892         * gdb.arch/ftrace-insn-reloc.exp
4893         * gdb.arch/i386-avx512.exp
4894         * gdb.arch/i386-bp_permanent.exp
4895         * gdb.arch/i386-byte.exp
4896         * gdb.arch/i386-cfi-notcurrent.exp
4897         * gdb.arch/i386-disp-step.exp
4898         * gdb.arch/i386-dr3-watch.exp
4899         * gdb.arch/i386-float.exp
4900         * gdb.arch/i386-gnu-cfi.exp
4901         * gdb.arch/i386-mpx-map.exp
4902         * gdb.arch/i386-mpx-sigsegv.exp
4903         * gdb.arch/i386-mpx-simple_segv.exp
4904         * gdb.arch/i386-mpx.exp
4905         * gdb.arch/i386-permbkpt.exp
4906         * gdb.arch/i386-prologue.exp
4907         * gdb.arch/i386-signal.exp
4908         * gdb.arch/i386-size-overlap.exp
4909         * gdb.arch/i386-unwind.exp
4910         * gdb.arch/i386-word.exp
4911         * gdb.arch/mips-fcr.exp
4912         * gdb.arch/powerpc-d128-regs.exp
4913         * gdb.arch/powerpc-stackless.exp
4914         * gdb.arch/ppc64-atomic-inst.exp
4915         * gdb.arch/s390-stackless.exp
4916         * gdb.arch/s390-tdbregs.exp
4917         * gdb.arch/s390-vregs.exp
4918         * gdb.arch/sparc-sysstep.exp
4919         * gdb.arch/thumb-bx-pc.exp
4920         * gdb.arch/thumb-singlestep.exp
4921         * gdb.arch/thumb2-it.exp
4922         * gdb.arch/vsx-regs.exp
4923         * gdb.asm/asm-source.exp
4924         * gdb.base/a2-run.exp
4925         * gdb.base/advance.exp
4926         * gdb.base/all-bin.exp
4927         * gdb.base/anon.exp
4928         * gdb.base/args.exp
4929         * gdb.base/arithmet.exp
4930         * gdb.base/async-shell.exp
4931         * gdb.base/async.exp
4932         * gdb.base/attach-pie-noexec.exp
4933         * gdb.base/attach-twice.exp
4934         * gdb.base/auto-load.exp
4935         * gdb.base/bang.exp
4936         * gdb.base/bitfields.exp
4937         * gdb.base/break-always.exp
4938         * gdb.base/break-caller-line.exp
4939         * gdb.base/break-entry.exp
4940         * gdb.base/break-inline.exp
4941         * gdb.base/break-on-linker-gcd-function.exp
4942         * gdb.base/break-probes.exp
4943         * gdb.base/break.exp
4944         * gdb.base/breakpoint-shadow.exp
4945         * gdb.base/call-ar-st.exp
4946         * gdb.base/call-sc.exp
4947         * gdb.base/call-signal-resume.exp
4948         * gdb.base/call-strs.exp
4949         * gdb.base/callfuncs.exp
4950         * gdb.base/catch-fork-static.exp
4951         * gdb.base/catch-gdb-caused-signals.exp
4952         * gdb.base/catch-load.exp
4953         * gdb.base/catch-signal-fork.exp
4954         * gdb.base/catch-signal.exp
4955         * gdb.base/catch-syscall.exp
4956         * gdb.base/charset.exp
4957         * gdb.base/checkpoint.exp
4958         * gdb.base/chng-syms.exp
4959         * gdb.base/code-expr.exp
4960         * gdb.base/code_elim.exp
4961         * gdb.base/commands.exp
4962         * gdb.base/completion.exp
4963         * gdb.base/complex.exp
4964         * gdb.base/cond-expr.exp
4965         * gdb.base/condbreak.exp
4966         * gdb.base/consecutive.exp
4967         * gdb.base/continue-all-already-running.exp
4968         * gdb.base/coredump-filter.exp
4969         * gdb.base/corefile.exp
4970         * gdb.base/dbx.exp
4971         * gdb.base/debug-expr.exp
4972         * gdb.base/define.exp
4973         * gdb.base/del.exp
4974         * gdb.base/disabled-location.exp
4975         * gdb.base/disasm-end-cu.exp
4976         * gdb.base/disasm-optim.exp
4977         * gdb.base/display.exp
4978         * gdb.base/duplicate-bp.exp
4979         * gdb.base/ena-dis-br.exp
4980         * gdb.base/ending-run.exp
4981         * gdb.base/enumval.exp
4982         * gdb.base/environ.exp
4983         * gdb.base/eu-strip-infcall.exp
4984         * gdb.base/eval-avoid-side-effects.exp
4985         * gdb.base/eval-skip.exp
4986         * gdb.base/exitsignal.exp
4987         * gdb.base/expand-psymtabs.exp
4988         * gdb.base/filesym.exp
4989         * gdb.base/find-unmapped.exp
4990         * gdb.base/finish.exp
4991         * gdb.base/float.exp
4992         * gdb.base/foll-exec-mode.exp
4993         * gdb.base/foll-exec.exp
4994         * gdb.base/foll-fork.exp
4995         * gdb.base/fortran-sym-case.exp
4996         * gdb.base/freebpcmd.exp
4997         * gdb.base/func-ptr.exp
4998         * gdb.base/func-ptrs.exp
4999         * gdb.base/funcargs.exp
5000         * gdb.base/gcore-buffer-overflow.exp
5001         * gdb.base/gcore-relro-pie.exp
5002         * gdb.base/gcore-relro.exp
5003         * gdb.base/gcore.exp
5004         * gdb.base/gdb1090.exp
5005         * gdb.base/gdb11530.exp
5006         * gdb.base/gdb11531.exp
5007         * gdb.base/gdb1821.exp
5008         * gdb.base/gdbindex-stabs.exp
5009         * gdb.base/gdbvars.exp
5010         * gdb.base/hbreak.exp
5011         * gdb.base/hbreak2.exp
5012         * gdb.base/included.exp
5013         * gdb.base/infcall-input.exp
5014         * gdb.base/inferior-died.exp
5015         * gdb.base/infnan.exp
5016         * gdb.base/info-macros.exp
5017         * gdb.base/info-os.exp
5018         * gdb.base/info-proc.exp
5019         * gdb.base/info-shared.exp
5020         * gdb.base/info-target.exp
5021         * gdb.base/infoline.exp
5022         * gdb.base/interp.exp
5023         * gdb.base/interrupt.exp
5024         * gdb.base/jit-reader.exp
5025         * gdb.base/jit-simple.exp
5026         * gdb.base/kill-after-signal.exp
5027         * gdb.base/kill-detach-inferiors-cmd.exp
5028         * gdb.base/label.exp
5029         * gdb.base/langs.exp
5030         * gdb.base/ldbl_e308.exp
5031         * gdb.base/line-symtabs.exp
5032         * gdb.base/linespecs.exp
5033         * gdb.base/list.exp
5034         * gdb.base/long_long.exp
5035         * gdb.base/longest-types.exp
5036         * gdb.base/maint.exp
5037         * gdb.base/max-value-size.exp
5038         * gdb.base/memattr.exp
5039         * gdb.base/mips_pro.exp
5040         * gdb.base/morestack.exp
5041         * gdb.base/moribund-step.exp
5042         * gdb.base/multi-forks.exp
5043         * gdb.base/nested-addr.exp
5044         * gdb.base/nextoverexit.exp
5045         * gdb.base/noreturn-finish.exp
5046         * gdb.base/noreturn-return.exp
5047         * gdb.base/nostdlib.exp
5048         * gdb.base/offsets.exp
5049         * gdb.base/opaque.exp
5050         * gdb.base/pc-fp.exp
5051         * gdb.base/permissions.exp
5052         * gdb.base/print-symbol-loading.exp
5053         * gdb.base/prologue-include.exp
5054         * gdb.base/psymtab.exp
5055         * gdb.base/ptype.exp
5056         * gdb.base/random-signal.exp
5057         * gdb.base/randomize.exp
5058         * gdb.base/range-stepping.exp
5059         * gdb.base/readline-ask.exp
5060         * gdb.base/recpar.exp
5061         * gdb.base/recurse.exp
5062         * gdb.base/relational.exp
5063         * gdb.base/restore.exp
5064         * gdb.base/return-nodebug.exp
5065         * gdb.base/return.exp
5066         * gdb.base/run-after-attach.exp
5067         * gdb.base/save-bp.exp
5068         * gdb.base/scope.exp
5069         * gdb.base/sect-cmd.exp
5070         * gdb.base/set-lang-auto.exp
5071         * gdb.base/set-noassign.exp
5072         * gdb.base/setvar.exp
5073         * gdb.base/sigall.exp
5074         * gdb.base/sigbpt.exp
5075         * gdb.base/siginfo-addr.exp
5076         * gdb.base/siginfo-infcall.exp
5077         * gdb.base/siginfo-obj.exp
5078         * gdb.base/siginfo.exp
5079         * gdb.base/signals-state-child.exp
5080         * gdb.base/signest.exp
5081         * gdb.base/sigstep.exp
5082         * gdb.base/sizeof.exp
5083         * gdb.base/skip.exp
5084         * gdb.base/solib-corrupted.exp
5085         * gdb.base/solib-nodir.exp
5086         * gdb.base/solib-search.exp
5087         * gdb.base/stack-checking.exp
5088         * gdb.base/stale-infcall.exp
5089         * gdb.base/stap-probe.exp
5090         * gdb.base/start.exp
5091         * gdb.base/step-break.exp
5092         * gdb.base/step-bt.exp
5093         * gdb.base/step-line.exp
5094         * gdb.base/step-over-exit.exp
5095         * gdb.base/step-over-syscall.exp
5096         * gdb.base/step-resume-infcall.exp
5097         * gdb.base/step-test.exp
5098         * gdb.base/store.exp
5099         * gdb.base/structs3.exp
5100         * gdb.base/sym-file.exp
5101         * gdb.base/symbol-without-target_section.exp
5102         * gdb.base/term.exp
5103         * gdb.base/testenv.exp
5104         * gdb.base/ui-redirect.exp
5105         * gdb.base/until.exp
5106         * gdb.base/unwindonsignal.exp
5107         * gdb.base/value-double-free.exp
5108         * gdb.base/vla-datatypes.exp
5109         * gdb.base/vla-ptr.exp
5110         * gdb.base/vla-sideeffect.exp
5111         * gdb.base/volatile.exp
5112         * gdb.base/watch-cond-infcall.exp
5113         * gdb.base/watch-cond.exp
5114         * gdb.base/watch-non-mem.exp
5115         * gdb.base/watch-read.exp
5116         * gdb.base/watch-vfork.exp
5117         * gdb.base/watchpoint-cond-gone.exp
5118         * gdb.base/watchpoint-delete.exp
5119         * gdb.base/watchpoint-hw-hit-once.exp
5120         * gdb.base/watchpoint-hw.exp
5121         * gdb.base/watchpoint-stops-at-right-insn.exp
5122         * gdb.base/watchpoints.exp
5123         * gdb.base/wchar.exp
5124         * gdb.base/whatis-exp.exp
5125         * gdb.btrace/buffer-size.exp
5126         * gdb.btrace/data.exp
5127         * gdb.btrace/delta.exp
5128         * gdb.btrace/dlopen.exp
5129         * gdb.btrace/enable.exp
5130         * gdb.btrace/exception.exp
5131         * gdb.btrace/function_call_history.exp
5132         * gdb.btrace/gcore.exp
5133         * gdb.btrace/instruction_history.exp
5134         * gdb.btrace/nohist.exp
5135         * gdb.btrace/reconnect.exp
5136         * gdb.btrace/record_goto-step.exp
5137         * gdb.btrace/record_goto.exp
5138         * gdb.btrace/rn-dl-bind.exp
5139         * gdb.btrace/segv.exp
5140         * gdb.btrace/step.exp
5141         * gdb.btrace/stepi.exp
5142         * gdb.btrace/tailcall-only.exp
5143         * gdb.btrace/tailcall.exp
5144         * gdb.btrace/tsx.exp
5145         * gdb.btrace/unknown_functions.exp
5146         * gdb.btrace/vdso.exp
5147         * gdb.compile/compile-ifunc.exp
5148         * gdb.compile/compile-ops.exp
5149         * gdb.compile/compile-print.exp
5150         * gdb.compile/compile-setjmp.exp
5151         * gdb.cp/abstract-origin.exp
5152         * gdb.cp/ambiguous.exp
5153         * gdb.cp/annota2.exp
5154         * gdb.cp/annota3.exp
5155         * gdb.cp/anon-ns.exp
5156         * gdb.cp/anon-struct.exp
5157         * gdb.cp/anon-union.exp
5158         * gdb.cp/arg-reference.exp
5159         * gdb.cp/baseenum.exp
5160         * gdb.cp/bool.exp
5161         * gdb.cp/breakpoint.exp
5162         * gdb.cp/bs15503.exp
5163         * gdb.cp/call-c.exp
5164         * gdb.cp/casts.exp
5165         * gdb.cp/chained-calls.exp
5166         * gdb.cp/class2.exp
5167         * gdb.cp/classes.exp
5168         * gdb.cp/cmpd-minsyms.exp
5169         * gdb.cp/converts.exp
5170         * gdb.cp/cp-relocate.exp
5171         * gdb.cp/cpcompletion.exp
5172         * gdb.cp/cpexprs.exp
5173         * gdb.cp/cplabel.exp
5174         * gdb.cp/cplusfuncs.exp
5175         * gdb.cp/cpsizeof.exp
5176         * gdb.cp/ctti.exp
5177         * gdb.cp/derivation.exp
5178         * gdb.cp/destrprint.exp
5179         * gdb.cp/dispcxx.exp
5180         * gdb.cp/enum-class.exp
5181         * gdb.cp/exception.exp
5182         * gdb.cp/exceptprint.exp
5183         * gdb.cp/expand-psymtabs-cxx.exp
5184         * gdb.cp/expand-sals.exp
5185         * gdb.cp/extern-c.exp
5186         * gdb.cp/filename.exp
5187         * gdb.cp/formatted-ref.exp
5188         * gdb.cp/fpointer.exp
5189         * gdb.cp/gdb1355.exp
5190         * gdb.cp/gdb2495.exp
5191         * gdb.cp/hang.exp
5192         * gdb.cp/impl-this.exp
5193         * gdb.cp/infcall-dlopen.exp
5194         * gdb.cp/inherit.exp
5195         * gdb.cp/iostream.exp
5196         * gdb.cp/koenig.exp
5197         * gdb.cp/local.exp
5198         * gdb.cp/m-data.exp
5199         * gdb.cp/m-static.exp
5200         * gdb.cp/mb-ctor.exp
5201         * gdb.cp/mb-inline.exp
5202         * gdb.cp/mb-templates.exp
5203         * gdb.cp/member-name.exp
5204         * gdb.cp/member-ptr.exp
5205         * gdb.cp/meth-typedefs.exp
5206         * gdb.cp/method.exp
5207         * gdb.cp/method2.exp
5208         * gdb.cp/minsym-fallback.exp
5209         * gdb.cp/misc.exp
5210         * gdb.cp/namelessclass.exp
5211         * gdb.cp/namespace-enum.exp
5212         * gdb.cp/namespace-nested-import.exp
5213         * gdb.cp/namespace.exp
5214         * gdb.cp/nextoverthrow.exp
5215         * gdb.cp/no-dmgl-verbose.exp
5216         * gdb.cp/non-trivial-retval.exp
5217         * gdb.cp/noparam.exp
5218         * gdb.cp/nsdecl.exp
5219         * gdb.cp/nsimport.exp
5220         * gdb.cp/nsnested.exp
5221         * gdb.cp/nsnoimports.exp
5222         * gdb.cp/nsrecurs.exp
5223         * gdb.cp/nsstress.exp
5224         * gdb.cp/nsusing.exp
5225         * gdb.cp/operator.exp
5226         * gdb.cp/oranking.exp
5227         * gdb.cp/overload-const.exp
5228         * gdb.cp/overload.exp
5229         * gdb.cp/ovldbreak.exp
5230         * gdb.cp/ovsrch.exp
5231         * gdb.cp/paren-type.exp
5232         * gdb.cp/parse-lang.exp
5233         * gdb.cp/pass-by-ref.exp
5234         * gdb.cp/pr-1023.exp
5235         * gdb.cp/pr-1210.exp
5236         * gdb.cp/pr-574.exp
5237         * gdb.cp/pr10687.exp
5238         * gdb.cp/pr12028.exp
5239         * gdb.cp/pr17132.exp
5240         * gdb.cp/pr17494.exp
5241         * gdb.cp/pr9067.exp
5242         * gdb.cp/pr9167.exp
5243         * gdb.cp/pr9631.exp
5244         * gdb.cp/printmethod.exp
5245         * gdb.cp/psmang.exp
5246         * gdb.cp/psymtab-parameter.exp
5247         * gdb.cp/ptype-cv-cp.exp
5248         * gdb.cp/ptype-flags.exp
5249         * gdb.cp/re-set-overloaded.exp
5250         * gdb.cp/ref-types.exp
5251         * gdb.cp/rtti.exp
5252         * gdb.cp/scope-err.exp
5253         * gdb.cp/shadow.exp
5254         * gdb.cp/smartp.exp
5255         * gdb.cp/static-method.exp
5256         * gdb.cp/static-print-quit.exp
5257         * gdb.cp/temargs.exp
5258         * gdb.cp/templates.exp
5259         * gdb.cp/try_catch.exp
5260         * gdb.cp/typedef-operator.exp
5261         * gdb.cp/typeid.exp
5262         * gdb.cp/userdef.exp
5263         * gdb.cp/using-crash.exp
5264         * gdb.cp/var-tag.exp
5265         * gdb.cp/virtbase.exp
5266         * gdb.cp/virtfunc.exp
5267         * gdb.cp/virtfunc2.exp
5268         * gdb.cp/vla-cxx.exp
5269         * gdb.disasm/t01_mov.exp
5270         * gdb.disasm/t02_mova.exp
5271         * gdb.disasm/t03_add.exp
5272         * gdb.disasm/t04_sub.exp
5273         * gdb.disasm/t05_cmp.exp
5274         * gdb.disasm/t06_ari2.exp
5275         * gdb.disasm/t07_ari3.exp
5276         * gdb.disasm/t08_or.exp
5277         * gdb.disasm/t09_xor.exp
5278         * gdb.disasm/t10_and.exp
5279         * gdb.disasm/t11_logs.exp
5280         * gdb.disasm/t12_bit.exp
5281         * gdb.disasm/t13_otr.exp
5282         * gdb.dlang/circular.exp
5283         * gdb.dwarf2/arr-stride.exp
5284         * gdb.dwarf2/arr-subrange.exp
5285         * gdb.dwarf2/atomic-type.exp
5286         * gdb.dwarf2/bad-regnum.exp
5287         * gdb.dwarf2/bitfield-parent-optimized-out.exp
5288         * gdb.dwarf2/callframecfa.exp
5289         * gdb.dwarf2/clztest.exp
5290         * gdb.dwarf2/corrupt.exp
5291         * gdb.dwarf2/data-loc.exp
5292         * gdb.dwarf2/dup-psym.exp
5293         * gdb.dwarf2/dw2-anon-mptr.exp
5294         * gdb.dwarf2/dw2-anonymous-func.exp
5295         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5296         * gdb.dwarf2/dw2-bad-unresolved.exp
5297         * gdb.dwarf2/dw2-basic.exp
5298         * gdb.dwarf2/dw2-canonicalize-type.exp
5299         * gdb.dwarf2/dw2-case-insensitive.exp
5300         * gdb.dwarf2/dw2-common-block.exp
5301         * gdb.dwarf2/dw2-compdir-oldgcc.exp
5302         * gdb.dwarf2/dw2-compressed.exp
5303         * gdb.dwarf2/dw2-const.exp
5304         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5305         * gdb.dwarf2/dw2-cu-size.exp
5306         * gdb.dwarf2/dw2-dup-frame.exp
5307         * gdb.dwarf2/dw2-entry-value.exp
5308         * gdb.dwarf2/dw2-icycle.exp
5309         * gdb.dwarf2/dw2-ifort-parameter.exp
5310         * gdb.dwarf2/dw2-inline-break.exp
5311         * gdb.dwarf2/dw2-inline-param.exp
5312         * gdb.dwarf2/dw2-intercu.exp
5313         * gdb.dwarf2/dw2-intermix.exp
5314         * gdb.dwarf2/dw2-lexical-block-bare.exp
5315         * gdb.dwarf2/dw2-linkage-name-trust.exp
5316         * gdb.dwarf2/dw2-minsym-in-cu.exp
5317         * gdb.dwarf2/dw2-noloc.exp
5318         * gdb.dwarf2/dw2-op-call.exp
5319         * gdb.dwarf2/dw2-op-out-param.exp
5320         * gdb.dwarf2/dw2-opt-structptr.exp
5321         * gdb.dwarf2/dw2-param-error.exp
5322         * gdb.dwarf2/dw2-producer.exp
5323         * gdb.dwarf2/dw2-ranges-base.exp
5324         * gdb.dwarf2/dw2-ref-missing-frame.exp
5325         * gdb.dwarf2/dw2-reg-undefined.exp
5326         * gdb.dwarf2/dw2-regno-invalid.exp
5327         * gdb.dwarf2/dw2-restore.exp
5328         * gdb.dwarf2/dw2-restrict.exp
5329         * gdb.dwarf2/dw2-single-line-discriminators.exp
5330         * gdb.dwarf2/dw2-strp.exp
5331         * gdb.dwarf2/dw2-undefined-ret-addr.exp
5332         * gdb.dwarf2/dw2-unresolved.exp
5333         * gdb.dwarf2/dw2-var-zero-addr.exp
5334         * gdb.dwarf2/dw4-sig-types.exp
5335         * gdb.dwarf2/dwz.exp
5336         * gdb.dwarf2/dynarr-ptr.exp
5337         * gdb.dwarf2/enum-type.exp
5338         * gdb.dwarf2/gdb-index.exp
5339         * gdb.dwarf2/implptr-64bit.exp
5340         * gdb.dwarf2/implptr-optimized-out.exp
5341         * gdb.dwarf2/implptr.exp
5342         * gdb.dwarf2/implref-array.exp
5343         * gdb.dwarf2/implref-const.exp
5344         * gdb.dwarf2/implref-global.exp
5345         * gdb.dwarf2/implref-struct.exp
5346         * gdb.dwarf2/mac-fileno.exp
5347         * gdb.dwarf2/main-subprogram.exp
5348         * gdb.dwarf2/member-ptr-forwardref.exp
5349         * gdb.dwarf2/method-ptr.exp
5350         * gdb.dwarf2/missing-sig-type.exp
5351         * gdb.dwarf2/nonvar-access.exp
5352         * gdb.dwarf2/opaque-type-lookup.exp
5353         * gdb.dwarf2/pieces-optimized-out.exp
5354         * gdb.dwarf2/pieces.exp
5355         * gdb.dwarf2/pr10770.exp
5356         * gdb.dwarf2/pr13961.exp
5357         * gdb.dwarf2/staticvirtual.exp
5358         * gdb.dwarf2/subrange.exp
5359         * gdb.dwarf2/symtab-producer.exp
5360         * gdb.dwarf2/trace-crash.exp
5361         * gdb.dwarf2/typeddwarf.exp
5362         * gdb.dwarf2/valop.exp
5363         * gdb.dwarf2/watch-notconst.exp
5364         * gdb.fortran/array-element.exp
5365         * gdb.fortran/charset.exp
5366         * gdb.fortran/common-block.exp
5367         * gdb.fortran/complex.exp
5368         * gdb.fortran/derived-type-function.exp
5369         * gdb.fortran/derived-type.exp
5370         * gdb.fortran/logical.exp
5371         * gdb.fortran/module.exp
5372         * gdb.fortran/multi-dim.exp
5373         * gdb.fortran/nested-funcs.exp
5374         * gdb.fortran/print-formatted.exp
5375         * gdb.fortran/subarray.exp
5376         * gdb.fortran/vla-alloc-assoc.exp
5377         * gdb.fortran/vla-datatypes.exp
5378         * gdb.fortran/vla-history.exp
5379         * gdb.fortran/vla-ptr-info.exp
5380         * gdb.fortran/vla-ptype-sub.exp
5381         * gdb.fortran/vla-ptype.exp
5382         * gdb.fortran/vla-sizeof.exp
5383         * gdb.fortran/vla-type.exp
5384         * gdb.fortran/vla-value-sub-arbitrary.exp
5385         * gdb.fortran/vla-value-sub-finish.exp
5386         * gdb.fortran/vla-value-sub.exp
5387         * gdb.fortran/vla-value.exp
5388         * gdb.fortran/whatis_type.exp
5389         * gdb.go/chan.exp
5390         * gdb.go/handcall.exp
5391         * gdb.go/hello.exp
5392         * gdb.go/integers.exp
5393         * gdb.go/methods.exp
5394         * gdb.go/package.exp
5395         * gdb.go/strings.exp
5396         * gdb.go/types.exp
5397         * gdb.go/unsafe.exp
5398         * gdb.guile/scm-arch.exp
5399         * gdb.guile/scm-block.exp
5400         * gdb.guile/scm-breakpoint.exp
5401         * gdb.guile/scm-cmd.exp
5402         * gdb.guile/scm-disasm.exp
5403         * gdb.guile/scm-equal.exp
5404         * gdb.guile/scm-frame-args.exp
5405         * gdb.guile/scm-frame-inline.exp
5406         * gdb.guile/scm-frame.exp
5407         * gdb.guile/scm-iterator.exp
5408         * gdb.guile/scm-math.exp
5409         * gdb.guile/scm-objfile.exp
5410         * gdb.guile/scm-ports.exp
5411         * gdb.guile/scm-symbol.exp
5412         * gdb.guile/scm-symtab.exp
5413         * gdb.guile/scm-value-cc.exp
5414         * gdb.guile/types-module.exp
5415         * gdb.linespec/break-ask.exp
5416         * gdb.linespec/cpexplicit.exp
5417         * gdb.linespec/explicit.exp
5418         * gdb.linespec/keywords.exp
5419         * gdb.linespec/linespec.exp
5420         * gdb.linespec/ls-dollar.exp
5421         * gdb.linespec/ls-errs.exp
5422         * gdb.linespec/skip-two.exp
5423         * gdb.linespec/thread.exp
5424         * gdb.mi/mi-async.exp
5425         * gdb.mi/mi-basics.exp
5426         * gdb.mi/mi-break.exp
5427         * gdb.mi/mi-catch-load.exp
5428         * gdb.mi/mi-cli.exp
5429         * gdb.mi/mi-cmd-param-changed.exp
5430         * gdb.mi/mi-console.exp
5431         * gdb.mi/mi-detach.exp
5432         * gdb.mi/mi-disassemble.exp
5433         * gdb.mi/mi-eval.exp
5434         * gdb.mi/mi-file-transfer.exp
5435         * gdb.mi/mi-file.exp
5436         * gdb.mi/mi-fill-memory.exp
5437         * gdb.mi/mi-inheritance-syntax-error.exp
5438         * gdb.mi/mi-linespec-err-cp.exp
5439         * gdb.mi/mi-logging.exp
5440         * gdb.mi/mi-memory-changed.exp
5441         * gdb.mi/mi-read-memory.exp
5442         * gdb.mi/mi-record-changed.exp
5443         * gdb.mi/mi-reg-undefined.exp
5444         * gdb.mi/mi-regs.exp
5445         * gdb.mi/mi-return.exp
5446         * gdb.mi/mi-reverse.exp
5447         * gdb.mi/mi-simplerun.exp
5448         * gdb.mi/mi-solib.exp
5449         * gdb.mi/mi-stack.exp
5450         * gdb.mi/mi-stepi.exp
5451         * gdb.mi/mi-syn-frame.exp
5452         * gdb.mi/mi-until.exp
5453         * gdb.mi/mi-var-block.exp
5454         * gdb.mi/mi-var-child.exp
5455         * gdb.mi/mi-var-cmd.exp
5456         * gdb.mi/mi-var-cp.exp
5457         * gdb.mi/mi-var-display.exp
5458         * gdb.mi/mi-var-invalidate.exp
5459         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5460         * gdb.mi/mi-vla-fortran.exp
5461         * gdb.mi/mi-watch.exp
5462         * gdb.mi/mi2-var-child.exp
5463         * gdb.mi/user-selected-context-sync.exp
5464         * gdb.modula2/unbounded-array.exp
5465         * gdb.multi/dummy-frame-restore.exp
5466         * gdb.multi/multi-arch-exec.exp
5467         * gdb.multi/multi-arch.exp
5468         * gdb.multi/tids.exp
5469         * gdb.multi/watchpoint-multi.exp
5470         * gdb.opencl/callfuncs.exp
5471         * gdb.opencl/convs_casts.exp
5472         * gdb.opencl/datatypes.exp
5473         * gdb.opencl/operators.exp
5474         * gdb.opencl/vec_comps.exp
5475         * gdb.opt/clobbered-registers-O2.exp
5476         * gdb.opt/inline-break.exp
5477         * gdb.opt/inline-bt.exp
5478         * gdb.opt/inline-cmds.exp
5479         * gdb.opt/inline-locals.exp
5480         * gdb.pascal/case-insensitive-symbols.exp
5481         * gdb.pascal/floats.exp
5482         * gdb.pascal/gdb11492.exp
5483         * gdb.python/lib-types.exp
5484         * gdb.python/py-arch.exp
5485         * gdb.python/py-as-string.exp
5486         * gdb.python/py-bad-printers.exp
5487         * gdb.python/py-block.exp
5488         * gdb.python/py-breakpoint-create-fail.exp
5489         * gdb.python/py-breakpoint.exp
5490         * gdb.python/py-caller-is.exp
5491         * gdb.python/py-cmd.exp
5492         * gdb.python/py-explore-cc.exp
5493         * gdb.python/py-explore.exp
5494         * gdb.python/py-finish-breakpoint.exp
5495         * gdb.python/py-finish-breakpoint2.exp
5496         * gdb.python/py-frame-args.exp
5497         * gdb.python/py-frame-inline.exp
5498         * gdb.python/py-frame.exp
5499         * gdb.python/py-framefilter-mi.exp
5500         * gdb.python/py-infthread.exp
5501         * gdb.python/py-lazy-string.exp
5502         * gdb.python/py-linetable.exp
5503         * gdb.python/py-mi-events.exp
5504         * gdb.python/py-mi-objfile.exp
5505         * gdb.python/py-mi.exp
5506         * gdb.python/py-objfile.exp
5507         * gdb.python/py-pp-integral.exp
5508         * gdb.python/py-pp-maint.exp
5509         * gdb.python/py-pp-re-notag.exp
5510         * gdb.python/py-pp-registration.exp
5511         * gdb.python/py-recurse-unwind.exp
5512         * gdb.python/py-strfns.exp
5513         * gdb.python/py-symbol.exp
5514         * gdb.python/py-symtab.exp
5515         * gdb.python/py-sync-interp.exp
5516         * gdb.python/py-typeprint.exp
5517         * gdb.python/py-unwind-maint.exp
5518         * gdb.python/py-unwind.exp
5519         * gdb.python/py-value-cc.exp
5520         * gdb.python/py-xmethods.exp
5521         * gdb.reverse/amd64-tailcall-reverse.exp
5522         * gdb.reverse/break-precsave.exp
5523         * gdb.reverse/break-reverse.exp
5524         * gdb.reverse/consecutive-precsave.exp
5525         * gdb.reverse/consecutive-reverse.exp
5526         * gdb.reverse/finish-precsave.exp
5527         * gdb.reverse/finish-reverse-bkpt.exp
5528         * gdb.reverse/finish-reverse.exp
5529         * gdb.reverse/fstatat-reverse.exp
5530         * gdb.reverse/getresuid-reverse.exp
5531         * gdb.reverse/i386-precsave.exp
5532         * gdb.reverse/i386-reverse.exp
5533         * gdb.reverse/i386-sse-reverse.exp
5534         * gdb.reverse/i387-env-reverse.exp
5535         * gdb.reverse/i387-stack-reverse.exp
5536         * gdb.reverse/insn-reverse.exp
5537         * gdb.reverse/machinestate-precsave.exp
5538         * gdb.reverse/machinestate.exp
5539         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5540         * gdb.reverse/pipe-reverse.exp
5541         * gdb.reverse/readv-reverse.exp
5542         * gdb.reverse/recvmsg-reverse.exp
5543         * gdb.reverse/rerun-prec.exp
5544         * gdb.reverse/s390-mvcle.exp
5545         * gdb.reverse/step-precsave.exp
5546         * gdb.reverse/step-reverse.exp
5547         * gdb.reverse/time-reverse.exp
5548         * gdb.reverse/until-precsave.exp
5549         * gdb.reverse/until-reverse.exp
5550         * gdb.reverse/waitpid-reverse.exp
5551         * gdb.reverse/watch-precsave.exp
5552         * gdb.reverse/watch-reverse.exp
5553         * gdb.rust/generics.exp
5554         * gdb.rust/methods.exp
5555         * gdb.rust/modules.exp
5556         * gdb.rust/simple.exp
5557         * gdb.server/connect-with-no-symbol-file.exp
5558         * gdb.server/ext-attach.exp
5559         * gdb.server/ext-restart.exp
5560         * gdb.server/ext-wrapper.exp
5561         * gdb.server/file-transfer.exp
5562         * gdb.server/server-exec-info.exp
5563         * gdb.server/server-kill.exp
5564         * gdb.server/server-mon.exp
5565         * gdb.server/wrapper.exp
5566         * gdb.stabs/exclfwd.exp
5567         * gdb.stabs/gdb11479.exp
5568         * gdb.threads/clone-new-thread-event.exp
5569         * gdb.threads/corethreads.exp
5570         * gdb.threads/current-lwp-dead.exp
5571         * gdb.threads/dlopen-libpthread.exp
5572         * gdb.threads/gcore-thread.exp
5573         * gdb.threads/sigstep-threads.exp
5574         * gdb.threads/watchpoint-fork.exp
5575         * gdb.trace/actions-changed.exp
5576         * gdb.trace/backtrace.exp
5577         * gdb.trace/change-loc.exp
5578         * gdb.trace/circ.exp
5579         * gdb.trace/collection.exp
5580         * gdb.trace/disconnected-tracing.exp
5581         * gdb.trace/ftrace.exp
5582         * gdb.trace/mi-trace-frame-collected.exp
5583         * gdb.trace/mi-trace-unavailable.exp
5584         * gdb.trace/mi-traceframe-changed.exp
5585         * gdb.trace/mi-tsv-changed.exp
5586         * gdb.trace/no-attach-trace.exp
5587         * gdb.trace/passc-dyn.exp
5588         * gdb.trace/qtro.exp
5589         * gdb.trace/range-stepping.exp
5590         * gdb.trace/read-memory.exp
5591         * gdb.trace/save-trace.exp
5592         * gdb.trace/signal.exp
5593         * gdb.trace/status-stop.exp
5594         * gdb.trace/tfile.exp
5595         * gdb.trace/trace-break.exp
5596         * gdb.trace/trace-buffer-size.exp
5597         * gdb.trace/trace-condition.exp
5598         * gdb.trace/tracefile-pseudo-reg.exp
5599         * gdb.trace/tstatus.exp
5600         * gdb.trace/unavailable.exp
5601         * gdb.trace/while-dyn.exp
5602         * gdb.trace/while-stepping.exp
5603
5604 2016-12-22  Doug Evans  <xdje42@gmail.com>
5605
5606         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5607         and msymbols.
5608
5609 2016-12-19  Yao Qi  <yao.qi@linaro.org>
5610
5611         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5612         (test_with_self): Don't call do_steps_and_nexts, and remove
5613         code about stepping into xmalloc.
5614
5615 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5616
5617         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5618
5619 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5620
5621         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5622
5623 2016-12-09  Pedro Alves  <palves@redhat.com>
5624
5625         * gdb.base/all-architectures-0.exp: New file.
5626         * gdb.base/all-architectures-1.exp: New file.
5627         * gdb.base/all-architectures-2.exp: New file.
5628         * gdb.base/all-architectures-3.exp: New file.
5629         * gdb.base/all-architectures-4.exp: New file.
5630         * gdb.base/all-architectures-5.exp: New file.
5631         * gdb.base/all-architectures-6.exp: New file.
5632         * gdb.base/all-architectures-7.exp: New file.
5633         * gdb.base/all-architectures.exp.in: New file.
5634
5635 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5636
5637         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5638
5639 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5640
5641         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5642         possible.
5643         Remove useless pattern-matching code.
5644
5645 2016-12-02  Pedro Alves  <palves@redhat.com>
5646
5647         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5648         procedure.
5649         (top level): Call it.
5650
5651 2016-12-02  Pedro Alves  <palves@redhat.com>
5652
5653         * gdb.base/commands.exp (user_defined_command_args_stack_test):
5654         New procedure.
5655         (top level): Call it.
5656
5657 2016-12-02  Pedro Alves  <palves@redhat.com>
5658
5659         PR cli/20559
5660         * gdb.base/commands.exp (user_defined_command_args_eval): New
5661         procedure.
5662         (top level): Call it.
5663
5664 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5665
5666         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5667         timeout handling.
5668
5669 2016-12-02  Tom Tromey  <tom@tromey.com>
5670
5671         * gdb.dwarf2/main-subprogram.c: New file.
5672         * gdb.dwarf2/main-subprogram.exp: New file.
5673
5674 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5675
5676         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5677         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5678         gdb_test_no_output for a couple of cases.
5679         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5680
5681 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5682
5683         Fix test names and standardize compilation error messages throughout
5684         the following files:
5685
5686         * gdb.ada/start.exp
5687         * gdb.arch/alpha-step.exp
5688         * gdb.arch/e500-prologue.exp
5689         * gdb.arch/ftrace-insn-reloc.exp
5690         * gdb.arch/gdb1291.exp
5691         * gdb.arch/gdb1431.exp
5692         * gdb.arch/gdb1558.exp
5693         * gdb.arch/i386-dr3-watch.exp
5694         * gdb.arch/i386-sse-stack-align.exp
5695         * gdb.arch/ia64-breakpoint-shadow.exp
5696         * gdb.arch/pa-nullify.exp
5697         * gdb.arch/powerpc-aix-prologue.exp
5698         * gdb.arch/thumb-bx-pc.exp
5699         * gdb.base/annota1.exp
5700         * gdb.base/annota3.exp
5701         * gdb.base/arrayidx.exp
5702         * gdb.base/assign.exp
5703         * gdb.base/attach.exp
5704         * gdb.base/auxv.exp
5705         * gdb.base/bang.exp
5706         * gdb.base/bfp-test.exp
5707         * gdb.base/bigcore.exp
5708         * gdb.base/bitfields2.exp
5709         * gdb.base/break-fun-addr.exp
5710         * gdb.base/break-probes.exp
5711         * gdb.base/call-rt-st.exp
5712         * gdb.base/callexit.exp
5713         * gdb.base/catch-fork-kill.exp
5714         * gdb.base/charset.exp
5715         * gdb.base/checkpoint.exp
5716         * gdb.base/comprdebug.exp
5717         * gdb.base/constvars.exp
5718         * gdb.base/coredump-filter.exp
5719         * gdb.base/cursal.exp
5720         * gdb.base/cvexpr.exp
5721         * gdb.base/detach.exp
5722         * gdb.base/display.exp
5723         * gdb.base/dmsym.exp
5724         * gdb.base/dprintf-pending.exp
5725         * gdb.base/dso2dso.exp
5726         * gdb.base/dtrace-probe.exp
5727         * gdb.base/dump.exp
5728         * gdb.base/enum_cond.exp
5729         * gdb.base/exe-lock.exp
5730         * gdb.base/exec-invalid-sysroot.exp
5731         * gdb.base/execl-update-breakpoints.exp
5732         * gdb.base/exprs.exp
5733         * gdb.base/fileio.exp
5734         * gdb.base/find.exp
5735         * gdb.base/finish.exp
5736         * gdb.base/fixsection.exp
5737         * gdb.base/foll-vfork.exp
5738         * gdb.base/frame-args.exp
5739         * gdb.base/gcore.exp
5740         * gdb.base/gdb1250.exp
5741         * gdb.base/global-var-nested-by-dso.exp
5742         * gdb.base/gnu-ifunc.exp
5743         * gdb.base/hashline1.exp
5744         * gdb.base/hashline2.exp
5745         * gdb.base/hashline3.exp
5746         * gdb.base/hbreak-in-shr-unsupported.exp
5747         * gdb.base/huge.exp
5748         * gdb.base/infcall-input.exp
5749         * gdb.base/info-fun.exp
5750         * gdb.base/info-shared.exp
5751         * gdb.base/jit-simple.exp
5752         * gdb.base/jit-so.exp
5753         * gdb.base/jit.exp
5754         * gdb.base/jump.exp
5755         * gdb.base/label.exp
5756         * gdb.base/lineinc.exp
5757         * gdb.base/logical.exp
5758         * gdb.base/longjmp.exp
5759         * gdb.base/macscp.exp
5760         * gdb.base/miscexprs.exp
5761         * gdb.base/new-ui-echo.exp
5762         * gdb.base/new-ui-pending-input.exp
5763         * gdb.base/new-ui.exp
5764         * gdb.base/nodebug.exp
5765         * gdb.base/nofield.exp
5766         * gdb.base/offsets.exp
5767         * gdb.base/overlays.exp
5768         * gdb.base/pending.exp
5769         * gdb.base/pointers.exp
5770         * gdb.base/pr11022.exp
5771         * gdb.base/printcmds.exp
5772         * gdb.base/prologue.exp
5773         * gdb.base/ptr-typedef.exp
5774         * gdb.base/realname-expand.exp
5775         * gdb.base/relativedebug.exp
5776         * gdb.base/relocate.exp
5777         * gdb.base/remote.exp
5778         * gdb.base/reread.exp
5779         * gdb.base/return2.exp
5780         * gdb.base/savedregs.exp
5781         * gdb.base/sep.exp
5782         * gdb.base/sepdebug.exp
5783         * gdb.base/sepsymtab.exp
5784         * gdb.base/set-inferior-tty.exp
5785         * gdb.base/setshow.exp
5786         * gdb.base/shlib-call.exp
5787         * gdb.base/sigaltstack.exp
5788         * gdb.base/siginfo-addr.exp
5789         * gdb.base/signals.exp
5790         * gdb.base/signull.exp
5791         * gdb.base/sigrepeat.exp
5792         * gdb.base/so-impl-ld.exp
5793         * gdb.base/solib-display.exp
5794         * gdb.base/solib-overlap.exp
5795         * gdb.base/solib-search.exp
5796         * gdb.base/solib-symbol.exp
5797         * gdb.base/structs.exp
5798         * gdb.base/structs2.exp
5799         * gdb.base/symtab-search-order.exp
5800         * gdb.base/twice.exp
5801         * gdb.base/unload.exp
5802         * gdb.base/varargs.exp
5803         * gdb.base/watchpoint-solib.exp
5804         * gdb.base/watchpoint.exp
5805         * gdb.base/whatis.exp
5806         * gdb.base/wrong_frame_bt_full.exp
5807         * gdb.btrace/dlopen.exp
5808         * gdb.cell/ea-standalone.exp
5809         * gdb.cell/ea-test.exp
5810         * gdb.cp/dispcxx.exp
5811         * gdb.cp/gdb2384.exp
5812         * gdb.cp/method2.exp
5813         * gdb.cp/nextoverthrow.exp
5814         * gdb.cp/pr10728.exp
5815         * gdb.disasm/am33.exp
5816         * gdb.disasm/h8300s.exp
5817         * gdb.disasm/mn10300.exp
5818         * gdb.disasm/sh3.exp
5819         * gdb.dwarf2/dw2-dir-file-name.exp
5820         * gdb.fortran/complex.exp
5821         * gdb.fortran/library-module.exp
5822         * gdb.guile/scm-pretty-print.exp
5823         * gdb.guile/scm-symbol.exp
5824         * gdb.guile/scm-type.exp
5825         * gdb.guile/scm-value.exp
5826         * gdb.linespec/linespec.exp
5827         * gdb.mi/gdb701.exp
5828         * gdb.mi/gdb792.exp
5829         * gdb.mi/mi-breakpoint-changed.exp
5830         * gdb.mi/mi-dprintf-pending.exp
5831         * gdb.mi/mi-dprintf.exp
5832         * gdb.mi/mi-exit-code.exp
5833         * gdb.mi/mi-pending.exp
5834         * gdb.mi/mi-solib.exp
5835         * gdb.mi/new-ui-mi-sync.exp
5836         * gdb.mi/pr11022.exp
5837         * gdb.mi/user-selected-context-sync.exp
5838         * gdb.opt/solib-intra-step.exp
5839         * gdb.python/py-events.exp
5840         * gdb.python/py-finish-breakpoint.exp
5841         * gdb.python/py-mi.exp
5842         * gdb.python/py-prettyprint.exp
5843         * gdb.python/py-shared.exp
5844         * gdb.python/py-symbol.exp
5845         * gdb.python/py-template.exp
5846         * gdb.python/py-type.exp
5847         * gdb.python/py-value.exp
5848         * gdb.reverse/solib-precsave.exp
5849         * gdb.reverse/solib-reverse.exp
5850         * gdb.server/solib-list.exp
5851         * gdb.stabs/weird.exp
5852         * gdb.threads/reconnect-signal.exp
5853         * gdb.threads/stepi-random-signal.exp
5854         * gdb.trace/actions.exp
5855         * gdb.trace/ax.exp
5856         * gdb.trace/backtrace.exp
5857         * gdb.trace/change-loc.exp
5858         * gdb.trace/deltrace.exp
5859         * gdb.trace/ftrace-lock.exp
5860         * gdb.trace/ftrace.exp
5861         * gdb.trace/infotrace.exp
5862         * gdb.trace/mi-tracepoint-changed.exp
5863         * gdb.trace/packetlen.exp
5864         * gdb.trace/passcount.exp
5865         * gdb.trace/pending.exp
5866         * gdb.trace/range-stepping.exp
5867         * gdb.trace/report.exp
5868         * gdb.trace/stap-trace.exp
5869         * gdb.trace/tfind.exp
5870         * gdb.trace/trace-break.exp
5871         * gdb.trace/trace-condition.exp
5872         * gdb.trace/trace-enable-disable.exp
5873         * gdb.trace/trace-mt.exp
5874         * gdb.trace/tracecmd.exp
5875         * gdb.trace/tspeed.exp
5876         * gdb.trace/tsv.exp
5877         * lib/perftest.exp
5878
5879 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5880
5881         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5882         with gdb_test_no_output.
5883         Use command as test name.
5884
5885 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5886
5887         Fix test names starting with uppercase throughout the files.
5888
5889         * gdb.ada/assign_1.exp
5890         * gdb.ada/boolean_expr.exp
5891         * gdb.base/arrayidx.exp
5892         * gdb.base/del.exp
5893         * gdb.base/gcore-buffer-overflow.exp
5894         * gdb.base/testenv.exp
5895         * gdb.compile/compile.exp
5896         * gdb.python/py-framefilter-invalidarg.exp
5897         * gdb.python/py-framefilter.exp
5898
5899 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5900
5901         Fix test names starting with uppercase throughout the files.
5902
5903         * gdb.ada/array_return.exp
5904         * gdb.ada/expr_delims.exp
5905         * gdb.ada/mi_dyn_arr.exp
5906         * gdb.ada/mi_interface.exp
5907         * gdb.ada/mi_var_array.exp
5908         * gdb.ada/watch_arg.exp
5909         * gdb.arch/alpha-step.exp
5910         * gdb.arch/altivec-regs.exp
5911         * gdb.arch/e500-regs.exp
5912         * gdb.arch/powerpc-d128-regs.exp
5913         * gdb.base/arrayidx.exp
5914         * gdb.base/break.exp
5915         * gdb.base/checkpoint.exp
5916         * gdb.base/debug-expr.exp
5917         * gdb.base/dmsym.exp
5918         * gdb.base/radix.exp
5919         * gdb.base/sepdebug.exp
5920         * gdb.base/testenv.exp
5921         * gdb.base/watch_thread_num.exp
5922         * gdb.base/watchpoint-cond-gone.exp
5923         * gdb.cell/break.exp
5924         * gdb.cell/ea-cache.exp
5925         * gdb.compile/compile.exp
5926         * gdb.cp/gdb2495.exp
5927         * gdb.gdb/selftest.exp
5928         * gdb.gdb/xfullpath.exp
5929         * gdb.go/hello.exp
5930         * gdb.go/integers.exp
5931         * gdb.objc/basicclass.exp
5932         * gdb.pascal/hello.exp
5933         * gdb.pascal/integers.exp
5934         * gdb.python/py-breakpoint.exp
5935         * gdb.python/py-cmd.exp
5936         * gdb.python/py-linetable.exp
5937         * gdb.python/py-xmethods.exp
5938         * gdb.python/python.exp
5939         * gdb.reverse/consecutive-precsave.exp
5940         * gdb.reverse/finish-precsave.exp
5941         * gdb.reverse/i386-precsave.exp
5942         * gdb.reverse/machinestate-precsave.exp
5943         * gdb.reverse/sigall-precsave.exp
5944         * gdb.reverse/solib-precsave.exp
5945         * gdb.reverse/step-precsave.exp
5946         * gdb.reverse/until-precsave.exp
5947         * gdb.reverse/watch-precsave.exp
5948         * gdb.threads/leader-exit.exp
5949         * gdb.threads/pthreads.exp
5950         * gdb.threads/wp-replication.exp
5951         * gdb.trace/actions.exp
5952         * gdb.trace/mi-tsv-changed.exp
5953         * gdb.trace/tsv.exp
5954
5955 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5956
5957         Fix test names starting with uppercase throughout the files.
5958
5959         * gdb.arch/i386-bp_permanent.exp
5960         * gdb.arch/i386-gnu-cfi.exp
5961         * gdb.base/disasm-end-cu.exp
5962         * gdb.base/macscp.exp
5963         * gdb.base/pending.exp
5964         * gdb.base/watch_thread_num.exp
5965         * gdb.cp/exception.exp
5966         * gdb.cp/gdb2495.exp
5967         * gdb.cp/local.exp
5968         * gdb.python/py-evsignal.exp
5969         * gdb.python/python.exp
5970         * gdb.trace/tracecmd.exp
5971
5972 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5973
5974         Fix test names starting with uppercase throughout the files.
5975
5976         * gdb.base/charset.exp
5977         * gdb.base/eval.exp
5978         * gdb.base/multi-forks.exp
5979         * gdb.guile/scm-progspace.exp
5980         * gdb.opencl/datatypes.exp
5981         * gdb.python/py-block.exp
5982         * gdb.python/py-function.exp
5983         * gdb.python/py-symbol.exp
5984         * gdb.python/py-symtab.exp
5985         * gdb.python/py-xmethods.exp
5986         * gdb.reverse/break-precsave.exp
5987         * gdb.reverse/break-reverse.exp
5988         * gdb.reverse/consecutive-precsave.exp
5989         * gdb.reverse/consecutive-reverse.exp
5990         * gdb.reverse/finish-precsave.exp
5991         * gdb.reverse/finish-reverse-bkpt.exp
5992         * gdb.reverse/finish-reverse.exp
5993         * gdb.reverse/fstatat-reverse.exp
5994         * gdb.reverse/getresuid-reverse.exp
5995         * gdb.reverse/i386-precsave.exp
5996         * gdb.reverse/i386-reverse.exp
5997         * gdb.reverse/i386-sse-reverse.exp
5998         * gdb.reverse/i387-stack-reverse.exp
5999         * gdb.reverse/insn-reverse.exp
6000         * gdb.reverse/machinestate-precsave.exp
6001         * gdb.reverse/machinestate.exp
6002         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6003         * gdb.reverse/pipe-reverse.exp
6004         * gdb.reverse/readv-reverse.exp
6005         * gdb.reverse/recvmsg-reverse.exp
6006         * gdb.reverse/rerun-prec.exp
6007         * gdb.reverse/s390-mvcle.exp
6008         * gdb.reverse/sigall-precsave.exp
6009         * gdb.reverse/sigall-reverse.exp
6010         * gdb.reverse/solib-precsave.exp
6011         * gdb.reverse/solib-reverse.exp
6012         * gdb.reverse/step-precsave.exp
6013         * gdb.reverse/step-reverse.exp
6014         * gdb.reverse/time-reverse.exp
6015         * gdb.reverse/until-precsave.exp
6016         * gdb.reverse/until-reverse.exp
6017         * gdb.reverse/waitpid-reverse.exp
6018         * gdb.reverse/watch-precsave.exp
6019         * gdb.reverse/watch-reverse.exp
6020
6021 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6022
6023         Fix test names starting with uppercase throughout the files.
6024
6025         * gdb.arch/i386-mpx-simple_segv.exp
6026         * gdb.arch/i386-mpx.exp
6027         * gdb.arch/i386-permbkpt.exp
6028         * gdb.arch/pa-nullify.exp
6029         * gdb.arch/powerpc-d128-regs.exp
6030         * gdb.arch/vsx-regs.exp
6031         * gdb.base/bfp-test.exp
6032         * gdb.base/break.exp
6033         * gdb.base/breakpoint-shadow.exp
6034         * gdb.base/callfuncs.exp
6035         * gdb.base/charset.exp
6036         * gdb.base/commands.exp
6037         * gdb.base/completion.exp
6038         * gdb.base/dfp-test.exp
6039         * gdb.base/echo.exp
6040         * gdb.base/ending-run.exp
6041         * gdb.base/eval.exp
6042         * gdb.base/expand-psymtabs.exp
6043         * gdb.base/float128.exp
6044         * gdb.base/floatn.exp
6045         * gdb.base/foll-exec-mode.exp
6046         * gdb.base/gdb1056.exp
6047         * gdb.base/gdb11531.exp
6048         * gdb.base/kill-after-signal.exp
6049         * gdb.base/multi-forks.exp
6050         * gdb.base/overlays.exp
6051         * gdb.base/pending.exp
6052         * gdb.base/sepdebug.exp
6053         * gdb.base/testenv.exp
6054         * gdb.base/valgrind-db-attach.exp
6055         * gdb.base/watch_thread_num.exp
6056         * gdb.base/watchpoint-cond-gone.exp
6057         * gdb.base/watchpoint.exp
6058         * gdb.base/watchpoints.exp
6059         * gdb.cp/arg-reference.exp
6060         * gdb.cp/baseenum.exp
6061         * gdb.cp/operator.exp
6062         * gdb.cp/shadow.exp
6063         * gdb.dwarf2/dw2-op-out-param.exp
6064         * gdb.dwarf2/dw2-reg-undefined.exp
6065         * gdb.go/chan.exp
6066         * gdb.go/hello.exp
6067         * gdb.go/integers.exp
6068         * gdb.go/methods.exp
6069         * gdb.go/package.exp
6070         * gdb.guile/scm-parameter.exp
6071         * gdb.guile/scm-progspace.exp
6072         * gdb.guile/scm-value.exp
6073         * gdb.mi/mi-pending.exp
6074         * gdb.mi/user-selected-context-sync.exp
6075         * gdb.multi/multi-attach.exp
6076         * gdb.multi/tids.exp
6077         * gdb.opt/clobbered-registers-O2.exp
6078         * gdb.pascal/floats.exp
6079         * gdb.pascal/integers.exp
6080         * gdb.python/py-block.exp
6081         * gdb.python/py-events.exp
6082         * gdb.python/py-parameter.exp
6083         * gdb.python/py-symbol.exp
6084         * gdb.python/py-symtab.exp
6085         * gdb.python/py-type.exp
6086         * gdb.python/py-value.exp
6087         * gdb.python/py-xmethods.exp
6088         * gdb.python/python.exp
6089         * gdb.reverse/break-precsave.exp
6090         * gdb.reverse/consecutive-precsave.exp
6091         * gdb.reverse/finish-precsave.exp
6092         * gdb.reverse/i386-precsave.exp
6093         * gdb.reverse/machinestate-precsave.exp
6094         * gdb.reverse/sigall-precsave.exp
6095         * gdb.reverse/solib-precsave.exp
6096         * gdb.reverse/step-precsave.exp
6097         * gdb.reverse/until-precsave.exp
6098         * gdb.reverse/watch-precsave.exp
6099         * gdb.server/ext-attach.exp
6100         * gdb.server/ext-restart.exp
6101         * gdb.server/ext-run.exp
6102         * gdb.server/ext-wrapper.exp
6103         * gdb.stabs/gdb11479.exp
6104         * gdb.stabs/weird.exp
6105         * gdb.threads/attach-many-short-lived-threads.exp
6106         * gdb.threads/kill.exp
6107         * gdb.threads/watchpoint-fork.exp
6108
6109 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6110
6111         Fix test names starting with uppercase throughout all the files below.
6112
6113         * gdb.ada/array_return.exp
6114         * gdb.ada/catch_ex.exp
6115         * gdb.ada/info_exc.exp
6116         * gdb.ada/mi_catch_ex.exp
6117         * gdb.ada/mi_dyn_arr.exp
6118         * gdb.ada/mi_ex_cond.exp
6119         * gdb.ada/mi_exc_info.exp
6120         * gdb.ada/mi_interface.exp
6121         * gdb.ada/mi_task_arg.exp
6122         * gdb.ada/mi_task_info.exp
6123         * gdb.ada/mi_var_array.exp
6124         * gdb.arch/alpha-step.exp
6125         * gdb.arch/amd64-disp-step.exp
6126         * gdb.arch/arm-disp-step.exp
6127         * gdb.arch/disp-step-insn-reloc.exp
6128         * gdb.arch/e500-prologue.exp
6129         * gdb.arch/ftrace-insn-reloc.exp
6130         * gdb.arch/gdb1558.exp
6131         * gdb.arch/i386-bp_permanent.exp
6132         * gdb.arch/i386-disp-step.exp
6133         * gdb.arch/i386-float.exp
6134         * gdb.arch/i386-gnu-cfi.exp
6135         * gdb.arch/ia64-breakpoint-shadow.exp
6136         * gdb.arch/mips16-thunks.exp
6137         * gdb.arch/pa-nullify.exp
6138         * gdb.arch/powerpc-aix-prologue.exp
6139         * gdb.arch/powerpc-power.exp
6140         * gdb.arch/ppc-dfp.exp
6141         * gdb.arch/s390-tdbregs.exp
6142         * gdb.arch/spu-info.exp
6143         * gdb.arch/spu-ls.exp
6144         * gdb.arch/thumb-bx-pc.exp
6145         * gdb.base/advance.exp
6146         * gdb.base/annota-input-while-running.exp
6147         * gdb.base/arrayidx.exp
6148         * gdb.base/asmlabel.exp
6149         * gdb.base/async.exp
6150         * gdb.base/attach-wait-input.exp
6151         * gdb.base/auto-connect-native-target.exp
6152         * gdb.base/batch-preserve-term-settings.exp
6153         * gdb.base/bfp-test.exp
6154         * gdb.base/bigcore.exp
6155         * gdb.base/bp-permanent.exp
6156         * gdb.base/break-always.exp
6157         * gdb.base/break-fun-addr.exp
6158         * gdb.base/break-idempotent.exp
6159         * gdb.base/break-main-file-remove-fail.exp
6160         * gdb.base/break-probes.exp
6161         * gdb.base/break-unload-file.exp
6162         * gdb.base/break.exp
6163         * gdb.base/call-ar-st.exp
6164         * gdb.base/call-rt-st.exp
6165         * gdb.base/call-sc.exp
6166         * gdb.base/call-signal-resume.exp
6167         * gdb.base/call-strs.exp
6168         * gdb.base/callexit.exp
6169         * gdb.base/callfuncs.exp
6170         * gdb.base/catch-gdb-caused-signals.exp
6171         * gdb.base/catch-signal-siginfo-cond.exp
6172         * gdb.base/catch-syscall.exp
6173         * gdb.base/compare-sections.exp
6174         * gdb.base/cond-eval-mode.exp
6175         * gdb.base/condbreak-call-false.exp
6176         * gdb.base/consecutive-step-over.exp
6177         * gdb.base/cursal.exp
6178         * gdb.base/disabled-location.exp
6179         * gdb.base/disasm-end-cu.exp
6180         * gdb.base/display.exp
6181         * gdb.base/double-prompt-target-event-error.exp
6182         * gdb.base/dprintf-bp-same-addr.exp
6183         * gdb.base/dprintf-detach.exp
6184         * gdb.base/dprintf-next.exp
6185         * gdb.base/dprintf-non-stop.exp
6186         * gdb.base/dprintf-pending.exp
6187         * gdb.base/dso2dso.exp
6188         * gdb.base/ending-run.exp
6189         * gdb.base/enum_cond.exp
6190         * gdb.base/examine-backward.exp
6191         * gdb.base/exe-lock.exp
6192         * gdb.base/exec-invalid-sysroot.exp
6193         * gdb.base/execl-update-breakpoints.exp
6194         * gdb.base/execution-termios.exp
6195         * gdb.base/fileio.exp
6196         * gdb.base/fixsection.exp
6197         * gdb.base/foll-exec-mode.exp
6198         * gdb.base/foll-exec.exp
6199         * gdb.base/fork-running-state.exp
6200         * gdb.base/frame-args.exp
6201         * gdb.base/fullpath-expand.exp
6202         * gdb.base/func-ptr.exp
6203         * gdb.base/gcore-relro-pie.exp
6204         * gdb.base/gdb1090.exp
6205         * gdb.base/gdb1555.exp
6206         * gdb.base/global-var-nested-by-dso.exp
6207         * gdb.base/gnu-ifunc.exp
6208         * gdb.base/hbreak-in-shr-unsupported.exp
6209         * gdb.base/hbreak-unmapped.exp
6210         * gdb.base/hook-stop.exp
6211         * gdb.base/infcall-input.exp
6212         * gdb.base/info-fun.exp
6213         * gdb.base/info-shared.exp
6214         * gdb.base/interrupt-noterm.exp
6215         * gdb.base/jit-so.exp
6216         * gdb.base/jit.exp
6217         * gdb.base/line-symtabs.exp
6218         * gdb.base/list.exp
6219         * gdb.base/longjmp.exp
6220         * gdb.base/macscp.exp
6221         * gdb.base/max-value-size.exp
6222         * gdb.base/nodebug.exp
6223         * gdb.base/nofield.exp
6224         * gdb.base/overlays.exp
6225         * gdb.base/paginate-after-ctrl-c-running.exp
6226         * gdb.base/paginate-bg-execution.exp
6227         * gdb.base/paginate-inferior-exit.exp
6228         * gdb.base/pending.exp
6229         * gdb.base/pr11022.exp
6230         * gdb.base/printcmds.exp
6231         * gdb.base/ptr-typedef.exp
6232         * gdb.base/ptype.exp
6233         * gdb.base/randomize.exp
6234         * gdb.base/range-stepping.exp
6235         * gdb.base/realname-expand.exp
6236         * gdb.base/relativedebug.exp
6237         * gdb.base/remote.exp
6238         * gdb.base/savedregs.exp
6239         * gdb.base/sepdebug.exp
6240         * gdb.base/set-noassign.exp
6241         * gdb.base/shlib-call.exp
6242         * gdb.base/shreloc.exp
6243         * gdb.base/sigaltstack.exp
6244         * gdb.base/sigbpt.exp
6245         * gdb.base/siginfo-addr.exp
6246         * gdb.base/siginfo-obj.exp
6247         * gdb.base/siginfo-thread.exp
6248         * gdb.base/signest.exp
6249         * gdb.base/signull.exp
6250         * gdb.base/sigrepeat.exp
6251         * gdb.base/skip.exp
6252         * gdb.base/so-impl-ld.exp
6253         * gdb.base/solib-corrupted.exp
6254         * gdb.base/solib-disc.exp
6255         * gdb.base/solib-display.exp
6256         * gdb.base/solib-overlap.exp
6257         * gdb.base/solib-search.exp
6258         * gdb.base/solib-symbol.exp
6259         * gdb.base/source-execution.exp
6260         * gdb.base/sss-bp-on-user-bp-2.exp
6261         * gdb.base/sss-bp-on-user-bp.exp
6262         * gdb.base/stack-checking.exp
6263         * gdb.base/stale-infcall.exp
6264         * gdb.base/step-break.exp
6265         * gdb.base/step-line.exp
6266         * gdb.base/step-over-exit.exp
6267         * gdb.base/step-test.exp
6268         * gdb.base/structs.exp
6269         * gdb.base/sym-file.exp
6270         * gdb.base/symtab-search-order.exp
6271         * gdb.base/term.exp
6272         * gdb.base/type-opaque.exp
6273         * gdb.base/unload.exp
6274         * gdb.base/until-nodebug.exp
6275         * gdb.base/until.exp
6276         * gdb.base/unwindonsignal.exp
6277         * gdb.base/watch-cond.exp
6278         * gdb.base/watch-non-mem.exp
6279         * gdb.base/watch_thread_num.exp
6280         * gdb.base/watchpoint-reuse-slot.exp
6281         * gdb.base/watchpoint-solib.exp
6282         * gdb.base/watchpoint.exp
6283         * gdb.btrace/dlopen.exp
6284         * gdb.cell/arch.exp
6285         * gdb.cell/break.exp
6286         * gdb.cell/bt.exp
6287         * gdb.cell/core.exp
6288         * gdb.cell/data.exp
6289         * gdb.cell/dwarfaddr.exp
6290         * gdb.cell/ea-cache.exp
6291         * gdb.cell/ea-standalone.exp
6292         * gdb.cell/ea-test.exp
6293         * gdb.cell/f-regs.exp
6294         * gdb.cell/fork.exp
6295         * gdb.cell/gcore.exp
6296         * gdb.cell/mem-access.exp
6297         * gdb.cell/ptype.exp
6298         * gdb.cell/registers.exp
6299         * gdb.cell/sizeof.exp
6300         * gdb.cell/solib-symbol.exp
6301         * gdb.cell/solib.exp
6302         * gdb.compile/compile-tls.exp
6303         * gdb.cp/exception.exp
6304         * gdb.cp/gdb2495.exp
6305         * gdb.cp/local.exp
6306         * gdb.cp/mb-inline.exp
6307         * gdb.cp/mb-templates.exp
6308         * gdb.cp/pr10687.exp
6309         * gdb.cp/pr9167.exp
6310         * gdb.cp/scope-err.exp
6311         * gdb.cp/templates.exp
6312         * gdb.cp/virtfunc.exp
6313         * gdb.dwarf2/dw2-dir-file-name.exp
6314         * gdb.dwarf2/dw2-single-line-discriminators.exp
6315         * gdb.fortran/complex.exp
6316         * gdb.fortran/library-module.exp
6317         * gdb.guile/guile.exp
6318         * gdb.guile/scm-cmd.exp
6319         * gdb.guile/scm-frame-inline.exp
6320         * gdb.guile/scm-objfile.exp
6321         * gdb.guile/scm-pretty-print.exp
6322         * gdb.guile/scm-symbol.exp
6323         * gdb.guile/scm-type.exp
6324         * gdb.guile/scm-value.exp
6325         * gdb.linespec/keywords.exp
6326         * gdb.linespec/ls-errs.exp
6327         * gdb.linespec/macro-relative.exp
6328         * gdb.linespec/thread.exp
6329         * gdb.mi/mi-breakpoint-changed.exp
6330         * gdb.mi/mi-dprintf-pending.exp
6331         * gdb.mi/mi-fullname-deleted.exp
6332         * gdb.mi/mi-logging.exp
6333         * gdb.mi/mi-pending.exp
6334         * gdb.mi/mi-solib.exp
6335         * gdb.mi/new-ui-mi-sync.exp
6336         * gdb.mi/user-selected-context-sync.exp
6337         * gdb.multi/dummy-frame-restore.exp
6338         * gdb.multi/multi-arch-exec.exp
6339         * gdb.multi/remove-inferiors.exp
6340         * gdb.multi/watchpoint-multi-exit.exp
6341         * gdb.opt/solib-intra-step.exp
6342         * gdb.perf/backtrace.exp
6343         * gdb.perf/single-step.exp
6344         * gdb.perf/skip-command.exp
6345         * gdb.perf/skip-prologue.exp
6346         * gdb.perf/solib.exp
6347         * gdb.python/lib-types.exp
6348         * gdb.python/py-as-string.exp
6349         * gdb.python/py-bad-printers.exp
6350         * gdb.python/py-block.exp
6351         * gdb.python/py-breakpoint.exp
6352         * gdb.python/py-cmd.exp
6353         * gdb.python/py-events.exp
6354         * gdb.python/py-evthreads.exp
6355         * gdb.python/py-finish-breakpoint.exp
6356         * gdb.python/py-finish-breakpoint2.exp
6357         * gdb.python/py-frame-inline.exp
6358         * gdb.python/py-frame.exp
6359         * gdb.python/py-inferior.exp
6360         * gdb.python/py-infthread.exp
6361         * gdb.python/py-mi.exp
6362         * gdb.python/py-objfile.exp
6363         * gdb.python/py-pp-maint.exp
6364         * gdb.python/py-pp-registration.exp
6365         * gdb.python/py-prettyprint.exp
6366         * gdb.python/py-recurse-unwind.exp
6367         * gdb.python/py-shared.exp
6368         * gdb.python/py-symbol.exp
6369         * gdb.python/py-symtab.exp
6370         * gdb.python/py-template.exp
6371         * gdb.python/py-type.exp
6372         * gdb.python/py-unwind-maint.exp
6373         * gdb.python/py-unwind.exp
6374         * gdb.python/py-value.exp
6375         * gdb.python/python.exp
6376         * gdb.reverse/finish-reverse-bkpt.exp
6377         * gdb.reverse/insn-reverse.exp
6378         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6379         * gdb.reverse/solib-precsave.exp
6380         * gdb.reverse/solib-reverse.exp
6381         * gdb.stabs/gdb11479.exp
6382         * gdb.stabs/weird.exp
6383         * gdb.threads/fork-child-threads.exp
6384         * gdb.threads/fork-plus-threads.exp
6385         * gdb.threads/fork-thread-pending.exp
6386         * gdb.threads/forking-threads-plus-breakpoint.exp
6387         * gdb.threads/hand-call-in-threads.exp
6388         * gdb.threads/interrupted-hand-call.exp
6389         * gdb.threads/linux-dp.exp
6390         * gdb.threads/local-watch-wrong-thread.exp
6391         * gdb.threads/next-while-other-thread-longjmps.exp
6392         * gdb.threads/non-ldr-exit.exp
6393         * gdb.threads/pending-step.exp
6394         * gdb.threads/print-threads.exp
6395         * gdb.threads/process-dies-while-detaching.exp
6396         * gdb.threads/process-dies-while-handling-bp.exp
6397         * gdb.threads/pthreads.exp
6398         * gdb.threads/queue-signal.exp
6399         * gdb.threads/reconnect-signal.exp
6400         * gdb.threads/signal-command-handle-nopass.exp
6401         * gdb.threads/signal-command-multiple-signals-pending.exp
6402         * gdb.threads/signal-delivered-right-thread.exp
6403         * gdb.threads/signal-sigtrap.exp
6404         * gdb.threads/sigthread.exp
6405         * gdb.threads/staticthreads.exp
6406         * gdb.threads/stepi-random-signal.exp
6407         * gdb.threads/thread-unwindonsignal.exp
6408         * gdb.threads/thread_check.exp
6409         * gdb.threads/thread_events.exp
6410         * gdb.threads/tid-reuse.exp
6411         * gdb.threads/tls-nodebug.exp
6412         * gdb.threads/tls-shared.exp
6413         * gdb.threads/tls-so_extern.exp
6414         * gdb.threads/tls.exp
6415         * gdb.threads/wp-replication.exp
6416         * gdb.trace/actions-changed.exp
6417         * gdb.trace/actions.exp
6418         * gdb.trace/backtrace.exp
6419         * gdb.trace/change-loc.exp
6420         * gdb.trace/collection.exp
6421         * gdb.trace/deltrace.exp
6422         * gdb.trace/disconnected-tracing.exp
6423         * gdb.trace/entry-values.exp
6424         * gdb.trace/ftrace-lock.exp
6425         * gdb.trace/ftrace.exp
6426         * gdb.trace/infotrace.exp
6427         * gdb.trace/mi-trace-frame-collected.exp
6428         * gdb.trace/mi-trace-unavailable.exp
6429         * gdb.trace/mi-traceframe-changed.exp
6430         * gdb.trace/mi-tracepoint-changed.exp
6431         * gdb.trace/mi-tsv-changed.exp
6432         * gdb.trace/no-attach-trace.exp
6433         * gdb.trace/packetlen.exp
6434         * gdb.trace/passc-dyn.exp
6435         * gdb.trace/passcount.exp
6436         * gdb.trace/pending.exp
6437         * gdb.trace/pr16508.exp
6438         * gdb.trace/qtro.exp
6439         * gdb.trace/range-stepping.exp
6440         * gdb.trace/read-memory.exp
6441         * gdb.trace/report.exp
6442         * gdb.trace/save-trace.exp
6443         * gdb.trace/signal.exp
6444         * gdb.trace/stap-trace.exp
6445         * gdb.trace/status-stop.exp
6446         * gdb.trace/strace.exp
6447         * gdb.trace/tfile.exp
6448         * gdb.trace/tfind.exp
6449         * gdb.trace/trace-break.exp
6450         * gdb.trace/trace-condition.exp
6451         * gdb.trace/trace-enable-disable.exp
6452         * gdb.trace/trace-mt.exp
6453         * gdb.trace/tracecmd.exp
6454         * gdb.trace/tracefile-pseudo-reg.exp
6455         * gdb.trace/tspeed.exp
6456         * gdb.trace/tstatus.exp
6457         * gdb.trace/tsv.exp
6458         * gdb.trace/unavailable.exp
6459         * gdb.trace/while-dyn.exp
6460         * gdb.trace/while-stepping.exp
6461         * lib/gdb-guile.exp
6462         * lib/gdb.exp
6463         * lib/mi-support.exp
6464         * lib/pascal.exp
6465         * lib/perftest.exp
6466         * lib/prelink-support.exp
6467         * lib/selftest-support.exp
6468
6469 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
6470
6471         * Makefile.in: Include disable-implicit-rules.mk.
6472
6473 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6474
6475         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6476         non-byte-aligned bit fields.
6477
6478 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6479
6480         PR gdb/12616
6481         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
6482         respects the DW_AT_data_bit_offset attribute.
6483
6484 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
6485
6486         * gdb.base/default.exp: Fix output of "set language".
6487
6488 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
6489
6490         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6491         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
6492         make.
6493         * configure.ac: Remove checks for the make program.
6494         * configure: Re-generate.
6495
6496 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
6497
6498         * gdb.python/py-recurse-unwind.c (main): Add loop.
6499         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6500         to read_register() and gdb.parse_and_eval().  Make each code
6501         call a separate case that can be individually tested.
6502         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6503         proc. Call cont_and_backtrace for each of the code paths that
6504         we want to test in the unwinder.
6505
6506 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6507
6508         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6509         the definition of struct S.
6510
6511 2016-11-11  Catherine Moore  <clm@codesourcery.com>
6512
6513         * gdb.base/dump.exp: Identify verilog format dump tests as such.
6514
6515 2016-11-09  Pedro Alves  <palves@redhat.com>
6516
6517         * gdb.base/commands.exp (runto_or_return): New procedure.
6518         (gdbvar_simple_if_test, gdbvar_simple_while_test)
6519         (gdbvar_complex_if_while_test, progvar_simple_if_test)
6520         (progvar_simple_while_test, progvar_complex_if_while_test)
6521         (if_while_breakpoint_command_test)
6522         (infrun_breakpoint_command_test, breakpoint_command_test)
6523         (user_defined_command_test, watchpoint_command_test)
6524         (test_command_prompt_position, redefine_hook_test)
6525         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6526         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6527         multi_line_input and multi_line.  Remove gdb_expect and
6528         gdb_stop_suppressing_tests uses.
6529         * lib/gdb.exp (valnum_re): New global.
6530         (multi_line_input): New procedure.
6531
6532 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
6533
6534         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6535         Remove.
6536         (test_setup): Define with proc_with_prefix.
6537         (test_cli_inferior): Likewise.
6538         (test_cli_thread): Likewise.
6539         (test_cli_frame): Likewise.
6540         (test_cli_select_frame): Likewise.
6541         (test_cli_up_down): Likewise.
6542         (test_mi_thread_select): Likewise.
6543         (test_mi_stack_select_frame): Likewise.
6544         (test_cli_in_mi_inferior): Likewise.
6545         (test_cli_in_mi_thread): Likewise.
6546         (test_cli_in_mi_frame): Likewise.
6547         (top level): Do not use with_test_prefix_procname.
6548
6549 2016-11-09  Pedro Alves  <palves@redhat.com>
6550
6551         * gdb.base/commands.exp (gdbvar_simple_if_test)
6552         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6553         (progvar_simple_if_test, progvar_simple_while_test)
6554         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6555         (infrun_breakpoint_command_test, breakpoint_command_test)
6556         (user_defined_command_test, watchpoint_command_test)
6557         (test_command_prompt_position, deprecated_command_test)
6558         (bp_deleted_in_command, temporary_breakpoint_commands)
6559         (stray_arg0_test, source_file_with_indented_comment)
6560         (recursive_source_test, if_commands_test)
6561         (error_clears_commands_left, redefine_hook_test)
6562         (redefine_backtrace_test): Use proc_with_prefix.
6563         * lib/gdb.exp (proc_with_prefix): New proc.
6564
6565 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6566
6567         * gdb.base/tui-layout.c: New file.
6568         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6569         disassembly window contains very long lines.
6570
6571 2016-11-08  Tom Tromey  <tom@tromey.com>
6572
6573         * gdb.python/py-value.exp (test_value_creation): Make "long" test
6574         depend on Python 2.
6575
6576 2016-11-08  Tom Tromey  <tom@tromey.com>
6577
6578         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6579         New method.
6580
6581 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
6582
6583         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6584
6585 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
6586
6587         * gdb.rust/simple.rs: Add test for univariant enums without
6588         discriminants and for encoded struct-like enums.
6589
6590 2016-10-28  Pedro Alves  <palves@redhat.com>
6591
6592         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6593         gdb_test_multiple, tighten regexps and match symtabs and line
6594         tables incrementally.
6595
6596 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
6597
6598         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6599         general.
6600
6601 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
6602
6603         * gdb.base/exec-invalid-sysroot.exp: New file.
6604
6605 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6606
6607         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6608
6609 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6610
6611         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6612
6613 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
6614
6615         * gdb.base/killed-outside.exp: Remove $options from a call to
6616         `prepare_for_testing'.
6617
6618 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6619
6620         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6621         Change test message.
6622
6623 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6624
6625         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6626         Update comment.
6627
6628 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6629
6630         * gdb.trace/mi-trace-save.exp: New file.
6631
6632 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6633
6634         * gdb.base/code_elim.exp (get_var_address): Remove.
6635         * gdb.base/relocate.exp: Likewise.
6636         * gdb.base/shreloc.exp: Likewise.
6637         * lib/gdb.exp (get_var_address): New.
6638
6639 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6640
6641         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6642         floating point tests if $skip_float_test is false.
6643
6644 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
6645
6646         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6647         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6648         argc values.
6649         Add 1 to argc so we guarantee distinct initial/modified argc values.
6650
6651 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6652
6653         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6654
6655 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6656
6657         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6658         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6659         * gdb.arch/vsx-regs.exp: Likewise.
6660
6661 2016-10-07  Yao Qi  <yao.qi@linaro.org>
6662
6663         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6664
6665 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
6666
6667         * gdb.python/python.exp: Test decode_line("*0").
6668
6669 2016-10-06  Doug Evans  <dje@google.com>
6670
6671         * gdb.python/py-value.exp (test_value_creation): Add test for large
6672         unsigned 64-bit value.
6673
6674 2016-10-06  Tom Tromey  <tom@tromey.com>
6675
6676         * gdb.compile/compile.exp: Change java tests to rust.
6677         * gdb.base/setshow.exp: Change java tests to rust.
6678         * gdb.base/default.exp: Remove java from language list.
6679         * README (Examples): Update language example.
6680         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6681         test.
6682         * lib/gdb.exp (skip_java_tests): Remove.
6683         * lib/java.exp: Remove.
6684         * gdb.java: Remove.
6685
6686 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6687
6688         * gdb.arch/mips-fcr.exp: New test.
6689         * gdb.arch/mips-fcr.c: Source for the new test.
6690
6691 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6692
6693         * gdb.base/solib-disc.exp: Use `standard_output_file'
6694         throughout.
6695
6696 2016-10-06  Pedro Alves  <palves@redhat.com>
6697
6698         * gdb.base/jit-simple-dl.c: New file.
6699         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6700         * gdb.base/jit-simple.c: ... this.
6701         * gdb.base/jit-simple.exp (jit_run): Delete.
6702         (build_jit): New proc.
6703         (jit_test_reread): Recompile either the main program or the shared
6704         library, depending on what is being tested.  Skip changing address
6705         if caller wants to.  Compare before/after addresses.  If testing
6706         standalone, explicitly load the binary.  Test "maint info
6707         breakpoints".
6708         (top level): Add "standalone vs shared lib" and "change address"
6709         vs "same address" axes.
6710
6711 2016-10-06  Pedro Alves  <palves@redhat.com>
6712
6713         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6714         call.
6715         (jit_run): Delete.
6716         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6717         explicitly.  Compare the before/after addresses of the JIT
6718         descriptor.
6719
6720 2016-08-15  Doug Evans  <dje@google.com>
6721
6722         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6723         for single bitfields is bool.
6724         * gdb.xml/tdesc-regs.exp: Ditto.
6725
6726 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6727
6728         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6729
6730 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6731
6732         * lib/gdb.exp (support_complex_tests): Return zero if
6733         gdb_skip_float_test return true.
6734
6735 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6736             Simon Marchi  <simon.marchi@ericsson.com>
6737
6738         PR gdb/20487
6739         * gdb.mi/user-selected-context-sync.exp: New file.
6740         * gdb.mi/user-selected-context-sync.c: New file.
6741
6742 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6743             Simon Marchi  <simon.marchi@ericsson.com>
6744
6745         PR gdb/20487
6746         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6747         =thread-select-event check.
6748
6749 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6750
6751         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6752         the compulsory L operand changes.
6753         * gdb.arch/powerpc-power.s: Likewise.
6754
6755 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6756
6757         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6758         * gdb.base/jit-attach-pie.c: New file.
6759         * gdb.base/jit-attach-pie.exp: New file.
6760
6761 2016-09-28  Pedro Alves  <palves@redhat.com>
6762
6763         * gdb.base/infcall-input.c: New file.
6764         * gdb.base/infcall-input.exp: New file.
6765
6766 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6767
6768         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6769         (gdb_exit): Rename it to ...
6770         (gdbserver_gdb_exit): ...  Close GDBserver.
6771         (gdb_exit): New proc, call gdbserver_gdb_exit.
6772         (mi_gdb_exit): Likewise.
6773
6774 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6775
6776         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6777         path.
6778         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6779         Remove duplication.
6780
6781 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6782
6783         * lib/gdbserver-support.exp: Check the existence of
6784         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6785
6786 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6787
6788         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6789
6790 2016-09-21  Tom Tromey  <tom@tromey.com>
6791
6792         PR gdb/20604:
6793         * gdb.base/quit.exp: New file.
6794
6795 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6796
6797         * .gitignore: New file.
6798
6799 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6800
6801         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6802         throughout.
6803
6804 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6805
6806         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6807
6808 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6809
6810         * gdb.cp/casts.cc (decltype): Move it ...
6811         (main): ... with its call to ...
6812         * gdb.cp/casts03.cc: ... a new file.
6813         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6814
6815 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6816
6817         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6818
6819 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6820
6821         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6822         and sync up the test with tests in gas/testsuite/gas/ppc.
6823         * gdb.arch/powerpc-power.exp: Likewise.
6824
6825 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6826
6827         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6828
6829 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6830             Jan Kratochvil  <jan.kratochvil@redhat.com>
6831
6832         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6833         make m1's definition to be different from m2's.  Use 'dummy' as an
6834         argument for probe 'two'.
6835
6836 2016-09-10  Jon Beniston  <jon@beniston.com>
6837
6838         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6839         for sim target.
6840
6841 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6842
6843         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6844         variable declaration.
6845         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6846         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6847         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6848         received HWCAP as its argument.
6849
6850 2016-09-06  Pedro Alves  <palves@redhat.com>
6851
6852         * gdb.base/new-ui-pending-input.c: New file.
6853         * gdb.base/new-ui-pending-input.exp: New file.
6854         * gdb.exp (clear_gdb_spawn_id): New procedure.
6855         (with_spawn_id): Check whether gdb_spawn_id exists before
6856         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6857         on exit.
6858
6859 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6860
6861         * gdb.base/float128.c: New file.
6862         * gdb.base/float128.exp: Likewise.
6863         * gdb.base/floatn.c: Likewise.
6864         * gdb.base/floatn.exp: Likewise.
6865
6866 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6867
6868         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6869
6870 2016-09-05  Pedro Alves  <palves@redhat.com>
6871
6872         PR backtrace/19927
6873         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6874         unwinders are immediately called as side effect of "source" or
6875         "disable unwinder" commands.
6876         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6877
6878 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6879
6880         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6881         is true and $type is "float" or "double".
6882
6883 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6884
6885         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6886         true.
6887         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6888         * gdb.base/call-rt-st.exp: Likewise.
6889         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6890         return value instead of gdb,skip_float_test.
6891         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6892         (do_function_calls): Use its return value instead of
6893         gdb,skip_float_test.
6894         * gdb.base/finish.exp: Likewise.
6895         * gdb.base/funcargs.exp: Likewise.
6896         * gdb.base/return.exp: Likewise.
6897         * gdb.base/return2.exp: Likewise.
6898         * gdb.base/varargs.exp: Likewise.
6899         * lib/gdb.exp (gdb_skip_float_test): Change it to
6900         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6901
6902 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6903
6904         * gdb.multi/tids.exp: Test "thread apply all".
6905
6906 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6907
6908         * gdb.base/default.exp (tty): Remove.
6909
6910 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6911
6912         * gdb.python/py-recurse-unwind.c: New file.
6913         * gdb.python/py-recurse-unwind.py: New file.
6914         * gdb.python/py-recurse-unwind.exp: New file.
6915
6916 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6917
6918         * gdb.base/set-inferior-tty.exp: New file.
6919         * gdb.base/set-inferior-tty.c: New file.
6920
6921 2016-08-23  Pedro Alves  <palves@redhat.com>
6922
6923         PR gdb/20494
6924         * gdb.base/new-ui-echo.c: New file.
6925         * gdb.base/new-ui-echo.exp: New file.
6926
6927 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6928
6929         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6930         gdbserver_spawn.
6931         * gdb.server/connect-without-multi-process.exp (do_test):
6932         Likewise.
6933
6934 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6935
6936         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6937         standalone_txt.  Delete gdb_txt and standalone_txt on host
6938         and target.  Spawn the binary on target.  Copy files from
6939         target to host.
6940
6941 2016-08-22  Pedro Alves  <palves@redhat.com>
6942
6943         PR gdb/20505
6944         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6945         with_test_prefix.  Factor out bits to ...
6946         (test_no_vdso): ... this new procedure.
6947
6948 2016-08-19  Carl Love  <cel@us.ibm.com>
6949
6950         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6951         maintaining separate logic for constructing the output path.
6952         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6953         * gdb.arch/ppc-dfp.exp: Likewise.
6954         * gdb.arch/ppc-fp.exp: Likewise.
6955         * gdb.arch/vsx-regs.exp: Likewise.
6956         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6957         binprefix for generating the additional binary files.
6958
6959 2016-08-19  Pedro Alves  <palves@redhat.com>
6960
6961         * gdb.trace/mi-trace-frame-collected.exp
6962         (test_trace_frame_collected): On x32, expect two registers.
6963
6964 2016-08-18  Carl Love  <cel@us.ibm.com>
6965
6966         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6967         and sync up the test with tests in gas/testsuite/gas/ppc.
6968         * gdb.arch/powerpc-power.exp: Likewise.
6969
6970 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6971
6972         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6973         expected error message.
6974
6975 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6976
6977         * gdb.multi/remove-inferiors.exp: New file.
6978         * gdb.multi/remove-inferiors.c: New file.
6979
6980 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6981
6982         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6983         argument list.
6984
6985 2016-08-10  Pedro Alves  <palves@redhat.com>
6986
6987         PR gdb/19187
6988         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6989         setup_kfails.
6990
6991 2016-08-09  Pedro Alves  <palves@redhat.com>
6992             Simon Marchi  <simon.marchi@ericsson.com>
6993
6994         PR gdb/20418
6995         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6996         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6997
6998 2016-08-09  Pedro Alves  <palves@redhat.com>
6999
7000         PR mi/20431
7001         * gdb.mi/mi-cmd-error.exp: New file.
7002
7003 2016-08-09  Pedro Alves  <palves@redhat.com>
7004
7005         PR gdb/18653
7006         * gdb.base/signals-state-child.c: New file.
7007         * gdb.base/signals-state-child.exp: New file.
7008         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7009
7010 2016-08-09  Pedro Alves  <palves@redhat.com>
7011
7012         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7013
7014 2016-08-03  Tom Tromey  <tom@tromey.com>
7015
7016         PR python/18565:
7017         * gdb.python/py-frame-inline.exp: Add Frame.function test.
7018
7019 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7020
7021         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7022         variable mode to "multi-process" if $multi_process is 1, otherwise
7023         set it to "single-process".
7024
7025 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7026
7027         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7028         * gdb.cp/cpexprs.exp: Likewise.
7029         * gdb.cp/m-static.exp: Likewise.
7030
7031 2016-07-26  Tom Tromey  <tom@tromey.com>
7032
7033         PR python/20190:
7034         * gdb.threads/tls.exp (check_thread_local): Add python symbol
7035         test.
7036
7037 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
7038
7039         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7040         selecting assembly source files.
7041         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7042         assembly source files.
7043         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7044         assembly source files.
7045         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7046         selecting assembly source files.
7047
7048 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
7049
7050         * gdb.base/new-ui.exp (do_test_invalid_args): New
7051         procedure.
7052
7053 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
7054
7055         * gdb.btrace/reconnect.c: New file.
7056         * gdb.btrace/reconnect.exp: New file.
7057
7058 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
7059
7060         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7061         to test_catch_syscall_group.
7062         (test_catch_syscall_group): New.
7063
7064 2016-07-21  Tom Tromey  <tom@tromey.com>
7065
7066         * gdb.rust/simple.rs (main): Use empty struct expression.
7067         * gdb.rust/simple.exp: Add tests for empty struct expression.
7068
7069 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7070
7071         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7072         if gdb_skip_xml_test is true on some targets.
7073
7074 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7075
7076         * gdb.server/solib-list.exp: Unset last_loaded_file.
7077
7078 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7079
7080         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7081         "step into captured_main (args)".
7082
7083 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7084
7085         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7086
7087 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7088
7089         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7090
7091 2016-07-19  Pedro Alves  <palves@redhat.com>
7092
7093         * gdb.opt/inline-break.exp: Remove optimize=-O2.
7094         * gdb.opt/inline-bt.exp: Likewise.
7095         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7096         additional_flags=-Winline.
7097         * gdb.opt/inline-locals.exp: Likewise.
7098         * gdb.opt/inline-markers.c (ATTR): Define.
7099         (inlined_fn): Use it.
7100
7101 2016-07-19  Yao Qi  <yao.qi@linaro.org>
7102
7103         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7104         (test_with_self): Remove some code.  Remove argument executable.
7105         (top-level): Use do_self_tests.
7106
7107 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
7108             Don Breazeal <donb@codesourcery.com>
7109
7110         * gdb.base/maint.exp: Escape paths used in regular expressions.
7111         * gdb.stabs/weird.exp: Likewise.
7112
7113 2016-07-13  Tom Tromey  <tom@tromey.com>
7114
7115         PR python/15620, PR python/18620:
7116         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7117         (test_bkpt_events): New procs.
7118
7119 2016-07-13  Tom Tromey  <tom@tromey.com>
7120
7121         PR python/17698:
7122         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7123         test.
7124         (test_watchpoints): Likewise.
7125         (test_bkpt_pending): New proc.
7126
7127 2016-07-13  Tom Tromey  <tom@tromey.com>
7128
7129         PR cli/18053:
7130         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7131         completion test.
7132
7133 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7134
7135         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7136         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7137         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7138         f_label.
7139         (g): Rename g_end_lbl to g_label.
7140         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7141         low_pc and high_pc.
7142         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7143
7144 2016-07-12  Tom Tromey  <tom@tromey.com>
7145
7146         PR python/19293:
7147         * gdb.python/py-unwind-maint.exp: Update tests.
7148
7149 2016-07-12  Yao Qi  <yao.qi@linaro.org>
7150
7151         * lib/selftest-support.exp (selftest_setup): Match the output
7152         when captured_main is inlined.
7153
7154 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7155
7156         * gdb.fortran/derived-types.exp (result_line, result_line_2):
7157         New variables.
7158         (print this%a, print this%b, print this): New tests.
7159         * gdb.fortran/derived-types.f90 (this): New object and
7160         initialization.
7161
7162 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7163
7164         * gdb.ada/arraydim.exp: Remove extra directory level in build
7165         directory.
7166
7167 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7168
7169         * lib/ada.exp: Remove extra directory level in build directory.
7170         * gdb.ada/cond_lang.exp: Likewise.
7171         * gdb.ada/exec_changed.exp: Likewise.
7172         * gdb.ada/lang_switch.exp: Likewise.
7173
7174 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
7175
7176         * simple.rs: Add test for raw pointer subscripting.
7177         * simple.exp: Add test expectations.
7178
7179 2016-07-05  Yao Qi  <yao.qi@linaro.org>
7180
7181         * gdb.mi/mi-reverse.exp: Match =record-started output.
7182
7183 2016-07-01  Pedro Alves  <palves@redhat.com>
7184
7185         * gdb.base/jit-reader.exp (info_registers_current_frame): New
7186         procedure.
7187         (jit_reader_test): Test the jit reader's unwinder.
7188         * gdb.base/jithost.c (jit_function_00_code): New global.
7189         (main): Use memcpy to fill in the mmapped code, instead of poking
7190         bytes manually here.
7191         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7192         value.
7193         (read_debug_info): Save the function's range.
7194         (read_sp): New function.
7195         (unwind_frame): Use it.  Also unwind RBP.
7196         (get_frame_id): Use read_sp.
7197         (gdb_init_reader): Use calloc instead of malloc.
7198         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7199         parameter.  Use gdb_test_multiple.
7200
7201 2016-07-01  Pedro Alves  <palves@redhat.com>
7202             Antoine Tremblay  <antoine.tremblay@ericsson.com>
7203
7204         * gdb.threads/process-dies-while-detaching.c: New file.
7205         * gdb.threads/process-dies-while-detaching.exp: New file.
7206
7207 2016-07-01  Pedro Alves  <palves@redhat.com>
7208
7209         * gdb.multi/watchpoint-multi-exit.c: New file.
7210         * gdb.multi/watchpoint-multi-exit.exp: New file.
7211
7212 2016-06-30  Pedro Alves  <palves@redhat.com>
7213
7214         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7215         unset inferior_spawn_id.
7216
7217 2016-06-30  Pedro Alves  <palves@redhat.com>
7218
7219         * lib/mi-support.exp (default_mi_gdb_start): Declare global
7220         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7221
7222 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7223
7224         * gdb.base/return.c: Add copyright header.
7225
7226 2016-06-29  Tom Tromey  <tom@tromey.com>
7227
7228         PR python/20129:
7229         * gdb.python/py-framefilter.exp: Add tests for setting priority
7230         and disabling of non-existent frame filter.
7231
7232 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7233
7234         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7235         0x0f07ff.
7236
7237 2016-06-28  Yao Qi  <yao.qi@linaro.org>
7238
7239         * gdb.base/catch-syscall.exp: Remove check on isnative and target
7240         triplets.  Start gdb, execute catch syscall, and continue.  Check
7241         gdb's output to determine catch syscall is supported.
7242
7243 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
7244
7245         * gdb.rust/simple.rs: Add test for returning unit in a function.
7246         * gdb.rust/simple.exp: Add expectation for functions returning
7247         unit.
7248
7249 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
7250
7251         * gdb.python/py-breakpoint-create-fail.c,
7252         gdb.python/py-breakpoint-create-fail.exp,
7253         gdb.python/py-breakpoint-create-fail.py: New testcase.
7254
7255 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
7256
7257         PR gdb/20239
7258         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7259         * gdb.rust/simple.exp: Add test expectations for new NonZero
7260         tests.
7261
7262 2016-06-24  David Taylor  <dtaylor@emc.com>
7263
7264         * gdb.base/offsets.exp: New file.
7265         * gdb.base/offsets.c: New file.
7266
7267 2016-06-23  Tom Tromey  <tom@tromey.com>
7268
7269         PR gdb/16483:
7270         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7271         before any filters are loaded.
7272
7273 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7274
7275         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7276         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7277         structs.
7278         * gdb.fortran/derived-type-function.exp: New file.
7279         * gdb.fortran/derived-type-function.f90: New file.
7280
7281
7282 2016-06-21  Pedro Alves  <palves@redhat.com>
7283
7284         * gdb.base/new-ui.exp: New file.
7285         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7286         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7287         (with_spawn_id): New procedure.
7288
7289 2016-06-21  Pedro Alves  <palves@redhat.com>
7290
7291         * gdb.mi/mi-exec-run.exp: New file.
7292
7293 2016-06-21  Pedro Alves  <palves@redhat.com>
7294
7295         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7296         breakpoint command's output on the main UI.
7297         (test_break): New procedure, factored out from calls in the top
7298         level.
7299         (top level): Use foreach_with_prefix to test MI as main UI and as
7300         separate UI.
7301
7302 2016-06-21  Pedro Alves  <palves@redhat.com>
7303
7304         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7305         (test_awatch_creation_and_listing)
7306         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7307         Remove 'type' parameter.
7308         (test_watchpoint_all): New parameter mi_mode.  Remove
7309         with_test_prefix.
7310         (top level): Use foreach_with_prefix, and add main/separate UI MI
7311         testing axis.
7312
7313 2016-06-21  Pedro Alves  <palves@redhat.com>
7314
7315         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7316         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7317         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7318         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7319         (gdb_main_spawn_id, mi_spawn_id): Declare and
7320         comment.
7321         (mi_create_inferior_pty): New procedure,
7322         factored out from default_mi_gdb_start.
7323         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7324         procedures.
7325         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7326         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7327         Use mi_create_inferior_pty.
7328         (mi_gdb_start): Use eval to pass down args list.
7329
7330 2016-06-21  Pedro Alves  <palves@redhat.com>
7331
7332         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7333         * gdb.opt/inline-cmds.exp: Add MI tests.
7334
7335 2016-06-21  Pedro Alves  <palves@redhat.com>
7336
7337         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7338
7339 2016-06-21  Pedro Alves  <palves@redhat.com>
7340
7341         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7342         (top level): Use it instead of mi_execute_to.
7343
7344 2016-06-21  Pedro Alves  <palves@redhat.com>
7345
7346         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7347         (cont_handler_str): New.
7348         (signal_stop_handler): Set stop_handler_str instead of printing to
7349         stdout.
7350         (continue_handler): Set cont_handler_str instead of printing to
7351         stdout.
7352         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7353         mi_send_resuming_command.  Print stop_handler_str and
7354         cont_handler_str instead of expecting the python events print
7355         directly.
7356
7357 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
7358
7359         * gdb.base/jit-reader.exp: New file.
7360         * gdb.base/jithost.c: New file.
7361         * gdb.base/jithost.h: New file.
7362         * gdb.base/jitreader.c : New file.
7363         * gdb.base/jit-protocol.h: New file.
7364
7365 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7366
7367         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7368         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
7369         and detach-on-fork.  Adjust tests.
7370         (top level): Invoke break_cond_on_syscall with combinations of
7371         syscall, follow-fork-mode and detach-on-fork.
7372
7373 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7374
7375         * gdb.base/step-over-exit.c: New.
7376         * gdb.base/step-over-exit.exp: New.
7377
7378 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
7379
7380         * gdb.base/float.exp: Add target check for nds32*-*-*.
7381         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7382
7383 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7384
7385         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7386         for unsupported target features.
7387         * gdb.base/call-rt-st.exp: Likewise.
7388         * gdb.base/call-sc.exp: Likewise.
7389         * gdb.base/call-signal-resume.exp: Likewise.
7390         * gdb.base/call-strs.exp: Likewise.
7391         * gdb.base/callexit.exp: Likewise.
7392         * gdb.base/callfuncs.exp: Likewise.
7393         * gdb.base/nodebug.exp: Likewise.
7394         * gdb.base/printcmds.exp: Likewise.
7395         * gdb.base/ptype.exp: Likewise.
7396         * gdb.base/structs.exp: Likewise.
7397         * gdb.base/unwindonsignal.exp: Likewise.
7398         * gdb.cp/gdb2495.exp: Likewise.
7399         * gdb.cp/templates.exp: Likewise.
7400         * gdb.cp/virtfunc.exp: Likewise.
7401         * gdb.threads/hand-call-in-threads.exp: Likewise.
7402         * gdb.threads/interrupted-hand-call.exp: Likewise.
7403         * gdb.threads/thread-unwindonsignal.exp: Likewise.
7404
7405 2016-06-10  Tom Tromey  <tom@tromey.com>
7406
7407         PR rust/20110:
7408         * gdb.rust/expr.exp: Add test for integer constant larger than
7409         i32.
7410
7411 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
7412
7413         * gdb.fortran/nested-funcs.exp: New.
7414         * gdb.fortran/nested-funcs.f90: New.
7415
7416 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
7417
7418         * gdb.base/examine-backward.c: New file.
7419         * gdb.base/examine-backward.exp: New file.
7420
7421 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
7422
7423         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7424         matching.
7425
7426 2016-06-02  Tom Tromey  <tom@tromey.com>
7427
7428         PR python/18984:
7429         * gdb.python/py-shared.exp: Add solib_name test.
7430
7431 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7432
7433         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7434
7435 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
7436
7437         PR c++/19893
7438         * gdb.dwarf2/implref.exp: Rename to...
7439         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
7440         * gdb.dwarf2/implref-array.c: New file.
7441         * gdb.dwarf2/implref-array.exp: Likewise.
7442         * gdb.dwarf2/implref-global.c: Likewise.
7443         * gdb.dwarf2/implref-global.exp: Likewise.
7444         * gdb.dwarf2/implref-struct.c: Likewise.
7445         * gdb.dwarf2/implref-struct.exp: Likewise.
7446
7447 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7448
7449         * gdb.trace/trace-condition.exp: Add 64bit tests.
7450
7451 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7452
7453         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7454         bits types.
7455         (main): Adapt to 8 to 64 bits types.
7456         * gdb.trace/trace-condition.exp: Add new tests.
7457
7458 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7459
7460         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7461
7462 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7463
7464         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7465         Move condition tests...
7466         * gdb.trace/trace-condition.exp: Here.
7467
7468 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7469
7470         * gdb.trace/trace-condition.exp: Add counter-case tests.
7471
7472 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7473
7474         PR c++/15231
7475         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7476         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7477
7478 2016-05-27  Pedro Alves  <palves@redhat.com>
7479
7480         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7481         New procedure.
7482         (top level): Call it, and bail out of DejaGnu is known to be bad.
7483
7484 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
7485
7486         * gdb.base/whatis.c: Extend the test case.
7487         * gdb.base/whatis.exp: Add additional tests.
7488
7489 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7490
7491 * gdb.fortran/type.f90: Add pointer variable.
7492 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7493
7494 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7495
7496         * gdb.fortran/vla-type.exp: Fix testcase name.
7497
7498 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7499
7500         * gdb.fortran/vla-type.exp: Access elements in nested structs.
7501
7502 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7503
7504         * gdb.fortran/type.f90: Add nested structures.
7505         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7506         * gdb.fortran/derived-type.exp: Adapt expected output.
7507         * gdb.fortran/vla-type.exp: Adapt expected output.
7508
7509 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7510
7511         * gdb.fortran/whatis_type.exp: Adapt expected output.
7512
7513 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7514
7515         * gdb.fortran/print_type.exp: Fix expected output.
7516         * gdb.fortran/whatis_type.exp: Fix expected output.
7517
7518 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7519
7520         * gdb.fortran/whatis_type.exp: Use multi_line.
7521
7522 2016-05-24  Tom Tromey  <tom@tromey.com>
7523
7524         PR python/17386:
7525         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7526         use value as an index.
7527
7528 2016-05-23  Tom Tromey  <tom@tromey.com>
7529
7530         PR python/17981:
7531         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7532         no-breakpoint case.
7533
7534 2016-05-24  Pedro Alves  <palves@redhat.com>
7535
7536         PR gdb/19828
7537         * gdb.threads/clone-attach-detach.c: New file.
7538         * gdb.threads/clone-attach-detach.exp: New file.
7539
7540 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
7541
7542         * gdb.base/annota-input-while-running.exp: Fix syntax error.
7543
7544 2016-05-23  Tom Tromey  <tom@tromey.com>
7545
7546         PR python/19438, PR python/18393:
7547         * gdb.python/py-progspace.exp: Add "dir" test.
7548         * gdb.python/py-objfile.exp: Add "dir" test.
7549
7550 2016-05-23  Yao Qi  <yao.qi@linaro.org>
7551
7552         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7553         * gdb.arch/thumb2-it.exp: Likewise.
7554
7555 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
7556
7557         * gdb.mi/mi-threads-interrupt.c: New file.
7558         * gdb.mi/mi-threads-interrupt.exp: New file.
7559
7560 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
7561
7562         PR gdb/18077
7563         * gdb.mi/mi-async-run.exp: New file.
7564         * gdb.mi/mi-async-run.c: New file.
7565
7566 2016-05-17  Tom Tromey  <tom@tromey.com>
7567             Manish Goregaokar <manishsmail@gmail.com>
7568
7569         * lib/rust-support.exp: New file.
7570         * lib/gdb.exp (skip_rust_tests): New proc.
7571         (build_executable_from_specs): Handle rust.
7572         * lib/future.exp (gdb_find_rustc): New proc.
7573         (gdb_default_target_compile): Handle rust.
7574         * gdb.rust/expr.exp: New file.
7575         * gdb.rust/generics.exp: New file.
7576         * gdb.rust/generics.rs: New file.
7577         * gdb.rust/methods.exp: New file.
7578         * gdb.rust/methods.rs: New file.
7579         * gdb.rust/modules.exp: New file.
7580         * gdb.rust/modules.rs: New file.
7581         * gdb.rust/simple.exp: New file.
7582         * gdb.rust/simple.rs: New file.
7583
7584 2016-05-17  Tom Tromey  <tom@tromey.com>
7585
7586         * gdb.base/default.exp (set language): Add rust.
7587
7588 2016-05-17  Tom Tromey  <tom@tromey.com>
7589
7590         * gdb.gdb/unittest.exp: New file.
7591
7592 2016-05-16  Yao Qi  <yao.qi@linaro.org>
7593
7594         * gdb.base/batch-preserve-term-settings.exp: Remove variable
7595         shell_prompt.  Update shell_prompt_re.
7596
7597 2016-05-12  Doug Evans  <dje@google.com>
7598
7599         PR symtab/19999
7600         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7601         $options when building executable.
7602         * gdb.dwarf2/fission-loclists-pie.S: New file.
7603         * gdb.dwarf2/fission-loclists-pie.exp: New file.
7604
7605 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7606
7607         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7608         of [is_remote target],
7609
7610 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7611
7612         * lib/gdb.exp (use_gdb_stub): New procedure.
7613
7614 2016-05-03  Yunlian Jiang <yunlian@google.com>
7615             Doug Evans  <dje@google.com>
7616
7617         PR symtab/19914
7618         * gdb.dwarf2/dwp-sepdebug.c: New file.
7619         * gdb.dwarf2/dwp-sepdebug.exp: New file.
7620
7621 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7622
7623         * gdb.base/detach.exp: Remove is_remote check.
7624
7625 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7626
7627         * gdb.base/annota-input-while-running.exp: Don't check for
7628         [is_remote target].  Enable annotations after running to main.
7629         Remove unused "set test..." line.
7630
7631 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7632
7633         * gdb.trace/trace-enable-disable.exp: New file.
7634         * gdb.trace/trace-enable-disable.c: New file.
7635
7636 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7637
7638         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7639         use it in info sharedlibrary test.
7640         * gdb.trace/ftrace-lock.exp: Likewise.
7641         * gdb.trace/ftrace.exp: Likewise.
7642         * gdb.trace/range-stepping.exp: Likewise.
7643         * gdb.trace/trace-break.exp: Likewise.
7644         * gdb.trace/trace-condition.exp: Likewise.
7645         * gdb.trace/trace-mt.exp: Likewise.
7646
7647 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7648
7649         * lib/gdb.exp (gdb_load_shlibs): Rename to...
7650         (gdb_load_shlib): ... this.
7651         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7652         gdb_load_shlib.
7653         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7654         * gdb.base/ctxobj.exp: Likewise.
7655         * gdb.base/dprintf-pending.exp: Likewise.
7656         * gdb.base/dso2dso.exp: Likewise.
7657         * gdb.base/fixsection.exp: Likewise.
7658         * gdb.base/gcore-relro.exp: Likewise.
7659         * gdb.base/gdb1555.exp: Likewise.
7660         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7661         * gdb.base/gnu-ifunc.exp: Likewise.
7662         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7663         * gdb.base/jit-so.exp (one_jit_test): Likewise.
7664         * gdb.base/pending.exp: Likewise.
7665         * gdb.base/print-file-var.exp: Likewise.
7666         * gdb.base/print-symbol-loading.exp: Likewise.
7667         * gdb.base/shlib-call.exp: Likewise.
7668         * gdb.base/shreloc.exp: Likewise.
7669         * gdb.base/so-impl-ld.exp: Likewise.
7670         * gdb.base/solib-disc.exp: Likewise.
7671         * gdb.base/solib-nodir.exp: Likewise.
7672         * gdb.base/solib-overlap.exp: Likewise.
7673         * gdb.base/solib-symbol.exp: Likewise.
7674         * gdb.base/solib-weak.exp (do_test): Likewise.
7675         * gdb.base/sym-file.exp: Likewise.
7676         * gdb.base/symtab-search-order.exp: Likewise.
7677         * gdb.base/type-opaque.exp: Likewise.
7678         * gdb.base/unload.exp: Likewise.
7679         * gdb.base/watchpoint-solib.exp: Likewise.
7680         * gdb.compile/compile.exp: Likewise.
7681         * gdb.cp/gdb2384.exp: Likewise.
7682         * gdb.cp/infcall-dlopen.exp: Likewise.
7683         * gdb.cp/re-set-overloaded.exp: Likewise.
7684         * gdb.fortran/library-module.exp: Likewise.
7685         * gdb.opt/solib-intra-step.exp: Likewise.
7686         * gdb.python/py-finish-breakpoint.exp: Likewise.
7687         * gdb.python/py-shared.exp: Likewise.
7688         * gdb.reverse/solib-precsave.exp: Likewise.
7689         * gdb.reverse/solib-reverse.exp: Likewise.
7690         * gdb.server/solib-list.exp: Likewise.
7691         * gdb.threads/dlopen-libpthread.exp: Likewise.
7692         * gdb.threads/tls-shared.exp: Likewise.
7693         * gdb.threads/tls-so_extern.exp: Likewise.
7694         * gdb.trace/change-loc.exp: Likewise.
7695         * gdb.trace/ftrace-lock.exp: Likewise.
7696         * gdb.trace/ftrace.exp: Likewise.
7697         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7698         * gdb.trace/pending.exp: Likewise.
7699         * gdb.trace/range-stepping.exp: Likewise.
7700         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7701         (strace_info_marker): Likewise.
7702         (strace_probe_marker): Likewise.
7703         (strace_trace_on_same_addr): Likewise.
7704         (strace_trace_on_diff_addr): Likewise.
7705         * gdb.trace/trace-break.exp: Likewise.
7706         * gdb.trace/trace-condition.exp: Likewise.
7707         * gdb.trace/trace-mt.exp: Likewise.
7708
7709 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7710
7711         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7712         result of gdb_remote_download.
7713         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7714         * gdb.base/dso2dso.exp: Likewise.
7715         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7716         * gdb.base/print-file-var.exp: Likewise.
7717         * gdb.base/shlib-call.exp: Likewise.
7718         * gdb.base/shreloc.exp: Likewise.
7719         * gdb.base/solib-overlap.exp: Likewise.
7720         * gdb.base/solib-weak.exp (do_test): Likewise.
7721         * gdb.base/unload.exp: Likewise.
7722
7723 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7724
7725         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7726         exists.
7727
7728 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7729
7730         * vla-type.exp: Print structure from toplevel.
7731
7732 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7733
7734         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7735         of dynamic types.
7736         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7737         of dynamic types.
7738
7739 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7740
7741         * gdb.fortran/vla-type.f90: New file.
7742         * gdb.fortran/vla-type.exp: New file.
7743
7744 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7745
7746         * gdb.base/branch-to-self.c: New file.
7747         * gdb.base/branch-to-self.exp: New file.
7748
7749 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7750
7751         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7752         more after $hex.
7753
7754 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7755
7756         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7757         * gdb.base/annota3.exp: Likewise.
7758
7759 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7760
7761         * gdb.reverse/step-precsave.exp: Do one step and test program
7762         stops in "callee" and do multiple steps until program goes out
7763         of "callee".
7764         * gdb.reverse/step-reverse.exp: Likewise.
7765
7766 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7767
7768         * gdb.trace/signal.exp: Also pass if
7769         $tracepoint_hits($i) > $iterations.
7770
7771 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7772
7773         * gdb.trace/signal.c: New file.
7774         * gdb.trace/signal.exp: New file.
7775
7776 2016-04-19  Doug Evans  <xdje42@gmail.com>
7777
7778         * gdb.base/bad-file.exp: New file.
7779
7780 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7781
7782         * gdb.dwarf2/implref.exp: New file.
7783
7784 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7785
7786         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7787         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7788         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7789         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7790         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7791         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7792         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7793         * lib/fortran.exp (fortran_int4): New procedure.
7794         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7795         (fortran_logical4): Likewise.
7796
7797 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7798
7799         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7800
7801 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7802
7803         * lib/compiler.c: Add Intel specific preprocessor macros.
7804         * lib/compiler.cc: Likewise.
7805
7806 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7807
7808         * gdb.server/connect-with-no-symbol-file.c: New file.
7809         * gdb.server/connect-with-no-symbol-file.exp: New file.
7810
7811 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7812
7813         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7814
7815 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7816
7817         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7818         standard output directory.
7819
7820 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7821
7822         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7823
7824 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7825
7826         * gdb.btrace/instruction_history.c (loop): Add declaration.
7827
7828 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7829
7830         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7831
7832 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7833
7834         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7835         parentheses to print.
7836         (continue_handler): Likewise.
7837
7838 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7839
7840         * gdb.server/solib-list.exp: Remove is_remote check.
7841         Pass shlib= to gdb_compile.  Don't link shared library with
7842         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7843         Run binary filename through "readlink -f" on the target.
7844
7845 2016-04-08  Pedro Alves  <palves@redhat.com>
7846
7847         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7848         interpreter filename as argument to gdbserver_spawn.
7849         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7850         Return empty if $last_loaded_file does not exist.
7851
7852 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7853
7854         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7855         * gdb.base/jit-main.c: Use exit after usage.
7856
7857 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7858
7859         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7860         GDBHISTSIZE prior to the tests.
7861         * gdb.base/gdbinit-history.exp: Likewise.
7862
7863 2016-04-07  Pedro Alves  <palves@redhat.com>
7864
7865         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7866         instead of build_executable.  Use gdb_load_shlibs.
7867
7868 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7869
7870         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7871         Execute "si" command.
7872
7873 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7874
7875         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7876         number instead of the comments on some line.
7877
7878 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7879
7880         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7881         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7882
7883 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7884
7885         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7886         standard_output_file.  Remove unused binfile variable.
7887
7888 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7889
7890         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7891         * gdb.python/py-mi-objfile.exp: Match "list main" output
7892         in console format.
7893
7894 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7895
7896         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7897         absolute.
7898
7899 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7900
7901         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7902         absolute.
7903         * gdb.trace/ftrace.exp: Likewise.
7904         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7905         targets as well.
7906         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7907         (gdb_load_shlibs): Copy libraries to test directory when testing
7908         natively.  Only set solib-search-path if testing remotely.
7909         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7910
7911 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7912
7913         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7914         gdb_download.  Use it even if the target is not remote.
7915         * gdb.base/jit.exp (compile_jit_test): Likewise.
7916         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7917         output directory if the destination board is local, otherwise use
7918         the standard remote_download from DejaGnu.
7919         (gdb_download): Remove.
7920         (gdb_load_shlibs): Use gdb_remote_download instead of
7921         gdb_download.
7922         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7923         Use gdb_remote_download instead of gdb_download.  Use it even if
7924         the target is not remote.
7925         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7926         instead of gdb_download.
7927
7928 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7929
7930         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7931         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7932         run.
7933
7934 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7935
7936         PR gdb/19820
7937         * gdb.base/printcmds.exp: Add artificial arrays tests.
7938
7939 2016-03-31  Pedro Alves  <palves@redhat.com>
7940
7941         PR gdb/19858
7942         * gdb.base/jit-main.c: Include unistd.h.
7943         (ATTACH): Define to 0 if not already defined.
7944         (wait_for_gdb, mypid): New globals.
7945         (WAIT_FOR_GDB): New macro.
7946         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7947         some breakpoint locations.
7948         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7949         New procedures.
7950         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7951         continue_to_test_location.
7952         (top level): Test attach, and adjusts calls to one_jit_test.
7953
7954 2016-03-31  Pedro Alves  <palves@redhat.com>
7955
7956         PR gdb/19858
7957         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7958         BINSUFFIX parameter, and handle it.
7959         (top level): Adjust calls compile_jit_test.
7960
7961 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7962
7963         PR python/19743
7964         * gdb.python/py-mi-events-gdb.py: New file.
7965         * gdb.python/py-mi-events.c: New file.
7966         * gdb.python/py-mi-events.exp: New file.
7967
7968 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7969
7970         * gdb.reverse/until-precsave.exp: Match function name only.
7971         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7972         Move malloc to a condition block.
7973         * gdb.reverse/until-reverse.exp: Match function name only.
7974
7975 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7976
7977         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7978         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7979         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7980         variable for GPR 0 instead of assuming it is register 0.
7981         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7982         * lib/trace-support.exp: Add s390 registers.
7983
7984 2016-03-29  Yao Qi  <yao.qi@linaro.org>
7985
7986         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7987
7988 2016-03-24  Yao Qi  <yao.qi@linaro.org>
7989
7990         * gdb.reverse/break-reverse.exp: Add quotation mark in the
7991         test message.
7992
7993 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7994
7995         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7996         maintaining separate logic for constructing the output path.
7997
7998 2016-03-16  Don Breazeal  <donb@codesourcery.com>
7999
8000         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8001         Retry fork and waitpid on interrupted system call errors.
8002         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8003         Use with_timeout_factor to increase timeout by factor of 10.
8004
8005 2016-03-15  Don Breazeal  <donb@codesourcery.com>
8006
8007         * gdb.cp/scope-err.cc: New test program.
8008         * gdb.cp/scope-err.exp: New test script.
8009         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8010         lines and "set breakpoint here" comment.
8011         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8012         Fixed some whitespace and format issues.
8013         * gdb.mi/mi-linespec-err-cp.cc: New test program.
8014         * gdb.mi/mi-linespec-err-cp.exp: New test script.
8015
8016 2016-03-15  Doug Evans  <dje@google.com>
8017
8018         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8019         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8020         All callers updated.  Add tests for enums, mixed flags register.
8021
8022 2016-03-15  Doug Evans  <dje@google.com>
8023
8024         * gdb.base/skip.c (main): Call test_skip_file_and_function.
8025         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8026
8027 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
8028
8029         * gdb.base/default.exp: Add $_as_string to the list of expected
8030         convenience functions.
8031
8032 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8033
8034         * gdb.base/maint.exp: New tests for 'maint info line-table'.
8035
8036 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
8037
8038         * gdb.python/py-as-string.exp: New file.
8039         * gdb.python/py-as-string.c: New file.
8040
8041 2016-03-09  Pedro Alves  <palves@redhat.com>
8042
8043         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8044         signal" -> "Thread NN received signal" output change.
8045         * gdb.threads/ia64-sigill.exp: Likewise.
8046         * gdb.threads/linux-dp.exp: Likewise.
8047         * gdb.threads/manythreads.exp: Likewise.
8048         * gdb.threads/pending-step.exp: Likewise.
8049         * gdb.threads/print-threads.exp: Likewise.
8050         * gdb.threads/sigstep-threads.exp: Likewise.
8051         * gdb.threads/staticthreads.exp: Likewise.
8052         * gdb.threads/tls.exp: Likewise.
8053
8054 2016-03-09  Pedro Alves  <palves@redhat.com>
8055
8056         * gdb.base/command-line-input.exp: New file.
8057
8058 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8059
8060         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8061         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8062         * gdb.trace/pending.exp: Accept leading dot before function name.
8063         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8064         * lib/trace-support.exp: Set registers for ppc.
8065
8066 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8067
8068         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8069         use it for disassembly; accept .main in addition to main in backtrace.
8070
8071 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
8072             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8073
8074         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8075         (gdb_recursion_test_ptr): New global variable.
8076         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8077         gdb_recursion_test.
8078         (gdb_c_test): Ditto.
8079
8080 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8081
8082         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8083         ordering.
8084
8085 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8086
8087         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8088         (bar): Add bar_start_lbl label.
8089         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8090         of foo/bar for emitting DWARF and tracing.
8091
8092 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8093
8094         * analyze-racy-logs.py: Set executable bit.
8095
8096 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8097
8098         * Makefile.in (DEFAULT_RACY_ITER): New variable.
8099         (CHECK_TARGET_TMP): Likewise.
8100         (check-single-racy): New rule.
8101         (check-parallel-racy): Likewise.
8102         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8103         (do-check-parallel-racy): New rule.
8104         (check-racy/%.exp): Likewise.
8105         * README (Racy testcases): New section.
8106         * analyze-racy-logs.py: New file.
8107
8108 2016-03-03  Doug Evans  <dje@google.com>
8109
8110         * gdb.base/skip.exp: Use with_test_prefix.
8111
8112 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8113
8114         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8115         Invoke step_over_syscall "clone" and break_cond_on_syscall
8116         "clone".
8117         * gdb.base/step-over-clone.c: New file.
8118
8119 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8120
8121         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8122         code format.
8123
8124 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8125
8126         * gdb.base/disp-step-fork.c: Rename to ...
8127         * gdb.base/step-over-fork.c: ... it.  New file.
8128         * gdb.base/disp-step-vfork.c: Rename to ...
8129         * gdb.base/step-over-vfork.c: ... it.  New file.
8130         * gdb.base/disp-step-syscall.exp: Rename to ...
8131         * gdb.base/step-over-syscall.exp: ... it.  New file.
8132         (disp_step_cross_syscall): Rename to ...
8133         (step_over_syscall): ... it.
8134
8135 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8136
8137         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8138         If target supports condition evaluation on target, invoke
8139         break_cond_on_syscall for fork and vfork.
8140
8141 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8142
8143         * gdb.base/disp-step-syscall.exp: Don't invoke
8144         support_displaced_stepping.
8145         (disp_step_cross_syscall): Test with displaced stepping off and
8146         on if supported.
8147
8148 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8149
8150         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8151         proc.
8152         (setup): New proc.
8153         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8154         and setup.
8155
8156 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8157
8158         * gdb.fortran/vla-history.exp: Remove breakpoint.
8159
8160 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8161
8162         * gdb.fortran/vla-history.exp: Lookup array elements and printing
8163         exceeds timeout.
8164
8165 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8166
8167         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8168         breakpoint.
8169
8170 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8171
8172         * gdb.mi/vla.f90: Nullify pointer after declaration.
8173
8174 2016-03-01  Pedro Alves  <palves@redhat.com>
8175
8176         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8177
8178 2016-03-01  Pedro Alves  <palves@redhat.com>
8179
8180         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8181         before anything else.
8182         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
8183         _GNU_SOURCE here.
8184         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8185         before anything else.
8186         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8187
8188 2016-03-01  Pedro Alves  <palves@redhat.com>
8189
8190         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8191
8192 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8193
8194         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8195         prepare_for_testing.
8196
8197 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8198
8199         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8200
8201 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8202
8203         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8204         manually constructing the output path.
8205
8206 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8207
8208         * gdb.arch/s390-stackless.S: New.
8209         * gdb.arch/s390-stackless.exp: New.
8210
8211 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8212
8213         * gdb.dlang/circular.c: New file.
8214         * gdb.dlang/circular.exp: New file.
8215
8216 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8217
8218         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8219         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8220         (testcases): Update.
8221
8222 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8223
8224         * gdb.reverse/aarch64.c: Rename to ...
8225         * gdb.reverse/insn-reverse.c: ... it.
8226         * gdb.reverse/aarch64.exp: Rename to ...
8227         * gdb.reverse/insn-reverse.exp: ... it.
8228
8229 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8230
8231         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8232         (testcase_ftype): New.
8233         (testcases): New array.
8234         (n_testcases): New.
8235         (main): Call each element in testcases.
8236         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8237         (read_testcase): New.
8238         Do the tests in a loop.
8239
8240 2016-02-25  Yao Qi  <yao.qi@linaro.org>
8241
8242         * gdb.base/branches.c: Remove.
8243
8244 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8245
8246         PR gdb/13808
8247         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8248
8249 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8250
8251         * gdb.trace/ftrace.exp: Remove unnecessary target check.
8252
8253 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8254
8255         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8256         change x86_64 call_insn to 'callq'.
8257
8258 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8259
8260         * gdb.trace/tfile-avx.c: Move to...
8261         * gdb.trace/tracefile-pseudo-reg.c: Here.
8262         * gdb.trace/tfile-avx.exp: Move to...
8263         * gdb.trace/tracefile-pseudo-reg.exp: Here.
8264
8265 2016-02-24  Gary Benson <gbenson@redhat.com>
8266
8267         * gdb.base/attach-pie-noexec.exp: Do not expect an error
8268         message on attach.
8269
8270 2016-02-23  Doug Evans  <dje@google.com>
8271
8272         * gdb.base/skip.c (test_skip): New function.
8273         (end_test_skip_file_and_function): New function.
8274         (test_skip_file_and_function): New function.
8275         * gdb.base/skip1.c (test_skip): New function.
8276         (skip1_test_skip_file_and_function): New function.
8277         * gdb.base/skip.exp: Add tests for new skip options.
8278         * gdb.base/skip-solib.exp: Update expected output.
8279         * gdb.perf/skip-command.cc: New file.
8280         * gdb.perf/skip-command.exp: New file.
8281         * gdb.perf/skip-command.py: New file.
8282
8283 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8284
8285         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8286         info registers pattern.
8287
8288 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
8289
8290         * lib/future.exp: Add D support.
8291         (gdb_find_gdc): New proc.
8292         (gdb_default_target_compile): Add D support.
8293
8294 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
8295
8296         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8297         user+system time.
8298         (trace_speed_test): Determine the iteration count for a time
8299         between 15..30 seconds.
8300
8301 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8302
8303         * gdb.arch/i386-mpx-sigsegv.c: New file.
8304         * gdb.arch/i386-mpx-sigsegv.exp: New file.
8305         * gdb.arch/i386-mpx-simple_segv.c: New file.
8306         * gdb.arch/i386-mpx-simple_segv.exp: New file.
8307
8308 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8309
8310         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8311         Don't call setup_kfail.
8312
8313 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8314
8315         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8316         Set "set breakpoint condition-evaluation" per $cond_bp_target.
8317
8318 2016-02-16  Doug Evans  <dje@google.com>
8319
8320         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
8321         * gdb.base/skip1.c: Ditto.
8322         * gdb.base/skip.exp: Whitespace cleanup.
8323
8324 2016-02-16  Don Breazeal  <donb@codesourcery.com>
8325
8326         PR remote/19496
8327         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8328         Remove kfail for PR remote/19496.
8329
8330 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8331
8332         * lib/gdb.exp (standard_temp_file): Return a path specific to
8333         the runtest invocation.
8334
8335 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8336
8337         * gdb.trace/save-trace.exp: Change relative path to be in the
8338         standard output directory.
8339
8340 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8341
8342         * gdb.arch/i386-prologue.c: Add missing prototypes.
8343
8344 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8345
8346         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8347         * gdb.arch/i386-prologue.exp: Likewise.
8348         * gdb.arch/i386-size.exp: Likewise.
8349
8350 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
8351
8352         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8353         define object file path.
8354         * gdb.btrace/gcore.exp: Use standard_output_file to define core
8355         file path.
8356         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8357         standard_output_file to define binfile.
8358
8359 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8360
8361         Fix compatibility with recent gfortran-5.3.1.
8362         * gdb.fortran/vla-history.exp (print vla1 allocated)
8363         (print vla2 allocated, print $2, print $3): Remove
8364         (print $4): Rename to ...
8365         (print $2): ... here.
8366         (print $9): Rename to ...
8367         (print $5): ... here.
8368         (print $10): Rename to ...
8369         (print $6): ... here.
8370         * gdb.fortran/vla.f90: Add pvla initialization.
8371
8372 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8373
8374         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8375         New test.
8376         * gdb.fortran/vla-value-sub.exp: Likewise.
8377
8378 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8379
8380         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8381
8382 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
8383
8384         * i386-biarch-core.exp: Define corefile using
8385         standard_output_file.
8386
8387 2016-02-12  Yao Qi  <yao.qi@linaro.org>
8388
8389         * gdb.arch/arm-single-step-kernel-helper.c: New.
8390         * gdb.arch/arm-single-step-kernel-helper.exp: New.
8391
8392 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
8393
8394         * gdb.btrace/tailcall-only.exp: New.
8395         * gdb.btrace/tailcall-only.c: New.
8396         * gdb.btrace/x86_64-tailcall-only.S: New.
8397         * gdb.btrace/i686-tailcall-only.S: New.
8398
8399 2016-02-11  Pedro Alves  <palves@redhat.com>
8400
8401         * README (Parallel testing): Add missing double quotes.
8402
8403 2016-02-11  Pedro Alves  <palves@redhat.com>
8404
8405         * README (Parallel testing): New section.
8406         (GDB_PARALLEL): Rewrite.
8407         (FORCE_PARALLEL): Document.
8408
8409 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8410
8411         * gdb.trace/tfile-avx.c: New test.
8412         * gdb.trace/tfile-avx.exp: New test.
8413
8414 2016-02-09  Keith Seitz  <keiths@redhat.com>
8415
8416         PR breakpoints/19546
8417         * gdb.base/infcall-exec.c: New file.
8418         * gdb.base/infcall-exec2.c: New file.
8419         * gdb.base/infcall-exec.exp: New file.
8420
8421 2016-02-09  Keith Seitz  <keiths@redhat.com>
8422
8423         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8424         (toplevel): Call test_bkpt_address.
8425
8426 2016-02-09  Keith Seitz  <keiths@redhat.com>
8427
8428         PR python/19506
8429         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8430         (toplevel): Call test_bkpt_address.
8431
8432 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
8433
8434         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8435         to AC_OUTPUT.
8436         * configure: Regenerate.
8437
8438 2016-02-09  Pedro Alves  <palves@redhat.com>
8439
8440         PR breakpoints/19548
8441         * gdb.base/execl-update-breakpoints.c (some_function): New
8442         function.
8443         (main): Call it.
8444         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8445         Tighten expected GDB output.
8446
8447 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8448
8449         * Makefile.in (ALL_SUBDIRS): Remove.
8450         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8451         (distclean maintainer-clean realclean): Likewise.
8452         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8453         * configure: Regenerate.
8454         * gdb.ada/Makefile.in: Delete.
8455         * gdb.arch/Makefile.in: Likewise.
8456         * gdb.asm/Makefile.in: Likewise.
8457         * gdb.base/Makefile.in: Likewise.
8458         * gdb.btrace/Makefile.in: Likewise.
8459         * gdb.cell/Makefile.in: Likewise.
8460         * gdb.compile/Makefile.in: Likewise.
8461         * gdb.cp/Makefile.in: Likewise.
8462         * gdb.disasm/Makefile.in: Likewise.
8463         * gdb.dlang/Makefile.in: Likewise.
8464         * gdb.dwarf2/Makefile.in: Likewise.
8465         * gdb.fortran/Makefile.in: Likewise.
8466         * gdb.gdb/Makefile.in: Likewise.
8467         * gdb.go/Makefile.in: Likewise.
8468         * gdb.guile/Makefile.in: Likewise.
8469         * gdb.java/Makefile.in: Likewise.
8470         * gdb.linespec/Makefile.in: Likewise.
8471         * gdb.mi/Makefile.in: Likewise.
8472         * gdb.modula2/Makefile.in: Likewise.
8473         * gdb.multi/Makefile.in: Likewise.
8474         * gdb.objc/Makefile.in: Likewise.
8475         * gdb.opencl/Makefile.in: Likewise.
8476         * gdb.opt/Makefile.in: Likewise.
8477         * gdb.pascal/Makefile.in: Likewise.
8478         * gdb.perf/Makefile.in: Likewise.
8479         * gdb.python/Makefile.in: Likewise.
8480         * gdb.reverse/Makefile.in: Likewise.
8481         * gdb.server/Makefile.in: Likewise.
8482         * gdb.stabs/Makefile.in: Likewise.
8483         * gdb.threads/Makefile.in: Likewise.
8484         * gdb.trace/Makefile.in: Likewise.
8485         * gdb.xml/Makefile.in: Likewise.
8486         * lib/gdb.exp (make_gdb_parallel_path): Add check for
8487         GDB_PARALLEL.
8488         (standard_output_file): Remove check for GDB_PARALLEL, always
8489         return path in outputs/$subdir/$testname.
8490
8491 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8492
8493         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8494         (site.exp): Assign abs_srcdir to tcl's srcdir.
8495
8496 2016-02-04  Yao Qi  <yao.qi@linaro.org>
8497
8498         * gdb.base/foll-exec-mode.c: Include limits.h.
8499         (main): Add parameters argc and argv.  Get directory from
8500         argv[0].
8501         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8502         compilation.
8503         * gdb.base/foll-exec.c: Include limits.h.
8504         (main): Add parameters argc and argv.
8505         Get directory from argv[0].
8506         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8507         Adjust tests on the number of lines as source code changed.
8508         * gdb.base/foll-vfork-exit.c: Include limits.h.
8509         (main): Add one line of statement before vfork.
8510         * gdb.base/foll-vfork.c: Include limits.h and string.h.
8511         (main): Add parameters argc and argv.  Get directory from
8512         argv[0].
8513         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8514         (setup_gdb): Set tbreak to skip some source lines.
8515         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8516         (main): Add parameters argc and argv.  Get directory from
8517         argv[0].
8518         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8519         compilation.
8520         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8521         (main): Add parameters argc and argv.  Get directory from
8522         argv[0].
8523         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8524         compilation.
8525
8526 2016-02-01  Doug Evans  <dje@google.com>
8527
8528         * gdb.base/skip.exp: Clean up multiple references to same test name.
8529
8530 2016-02-01  Pedro Alves  <palves@redhat.com>
8531
8532         PR remote/19496
8533         * gdb.threads/forking-threads-plus-breakpoint.exp
8534         (displaced_stepping_supported): New global.
8535         (probe_displaced_stepping_support): New procedure.
8536         (do_test): Add 'displaced' parameter, and use it.
8537         (top level): Check for displaced stepping support.  Add displaced
8538         stepping on/off testing axis.
8539
8540 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8541
8542         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8543         pointer.  Don't perform further tests on the unassociated pointer
8544         if the first test fails.
8545
8546 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8547
8548         * gdb.base/max-value-size.c: New file.
8549         * gdb.base/max-value-size.exp: New file.
8550         * gdb.base/huge.exp: Disable max-value-size for this test.
8551
8552 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8553
8554         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8555
8556 2016-01-28  Yao Qi  <yao.qi@linaro.org>
8557
8558         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8559
8560 2016-01-25  Pedro Alves  <palves@redhat.com>
8561
8562         PR threads/19461
8563         * gdb.base/fork-running-state.c: New file.
8564         * gdb.base/fork-running-state.exp: New file.
8565
8566 2016-01-25  Pedro Alves  <palves@redhat.com>
8567
8568         PR gdb/19494
8569         * gdb.base/catch-fork-kill.c: New file.
8570         * gdb.base/catch-fork-kill.exp: New file.
8571
8572 2016-01-25  Pedro Alves  <palves@redhat.com>
8573
8574         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8575         Delete, moved to lib/gdb.exp.
8576         * gdb.threads/forking-threads-plus-breakpoint.exp
8577         (foreach_with_prefix): Likewise.
8578         * gdb.threads/process-dies-while-handling-bp.exp
8579         (foreach_with_prefix): Likewise.
8580         * lib/gdb.exp (foreach_with_prefix): New procedure.
8581
8582 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8583
8584         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8585         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8586
8587 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8588
8589         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8590         endian targets.
8591
8592 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8593             Pedro Alves  <palves@redhat.com>
8594
8595         Fix testsuite compatibility with Guile.
8596         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8597         number.
8598
8599 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8600
8601         Fix testsuite compatibility with Guile.
8602         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8603         (thread 1): New test for backtrace through signal handler.
8604
8605 2016-01-22  Yao Qi  <yao.qi@linaro.org>
8606
8607         PR testsuite/19491
8608         * gdb.base/multi-forks.c: Include
8609         ../lib/unbuffer_output.c
8610         (main): Call gdb_unbuffer_output.
8611
8612 2016-01-21  Doug Evans  <dje@google.com>
8613
8614         * lib/ada.exp (gdb_compile_ada): Fix typo.
8615
8616 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
8617
8618         * gdb.base/break-fun-addr.exp: New file.
8619         * gdb.base/break-fun-addr1.c: New file.
8620         * gdb.base/break-fun-addr2.c: New file.
8621
8622 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
8623
8624         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8625         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8626         enum flag values.
8627
8628 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8629
8630         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8631         when GDB can not set the vector return value.  Add more comments
8632         for clarification.
8633
8634 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8635
8636         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
8637         command.
8638
8639 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8640
8641         * Makefile.in (DO_RUNTEST): Add --status and update usages.
8642
8643 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8644
8645         * Makefile.in (check-single): Pass --status to runtest.
8646         (check/%.exp): Likewise.
8647
8648 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8649
8650         * Makefile.in (check-parallel): Propagate return code from make
8651         do-check-parallel.
8652
8653 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8654
8655         * gdb.trace/ftrace.exp: Fix expected message on continue.
8656         * gdb.trace/pending.exp: Fix expected message on continue.
8657         * gdb.trace/trace-break.exp: Fix expected message on continue.
8658
8659 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
8660
8661         * lib/gdb.exp (gdb_test): Remove unused global references.
8662
8663 2016-01-18  Pedro Alves  <palves@redhat.com>
8664
8665         * gdb.base/async-shell.exp: Adjust expected output.
8666         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8667         * gdb.base/siginfo-thread.exp: Adjust expected output.
8668         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8669         * gdb.java/jnpe.exp: Adjust expected output.
8670         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8671         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8672         * gdb.threads/leader-exit.exp: Adjust expected output.
8673         * gdb.threads/manythreads.exp: Adjust expected output.
8674         * gdb.threads/pthreads.exp: Adjust expected output.
8675         * gdb.threads/schedlock.exp: Adjust expected output.
8676         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8677         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8678         expected output.
8679         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8680         output.
8681         * gdb.threads/sigthread.exp: Adjust expected output.
8682         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8683
8684 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8685
8686         * gdb.guile/scm-section-script.c: Replace @progbits with
8687         %progbits.
8688         * gdb.python/py-section-script.c: Likewise.
8689
8690 2016-01-15  Pedro Alves  <palves@redhat.com>
8691
8692         * gdb.multi/tids.exp: Test star wildcard ranges.
8693
8694 2016-01-15  Pedro Alves  <palves@redhat.com>
8695
8696         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8697         command from "thread apply" invocation.
8698         (thr_apply_info_thr_invalid): Default the expected output to the
8699         input tid list.
8700         (top level): Add tests that use convenience variables.  Add tests
8701         for "thread apply" with a valid TID list, but missing the command.
8702
8703 2016-01-13  Pedro Alves  <palves@redhat.com>
8704
8705         * gdb.base/default.exp: Expect $_gthread as well.
8706         * gdb.multi/tids.exp: Test $_gthread.
8707         * gdb.threads/thread-specific.exp: Test $_gthread.
8708
8709 2016-01-13  Pedro Alves  <palves@redhat.com>
8710
8711         * gdb.multi/tids.exp: Test "info threads -gid".
8712
8713 2016-01-13  Pedro Alves  <palves@redhat.com>
8714
8715         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8716         Breakpoint.thread.
8717         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8718
8719 2016-01-07  Pedro Alves  <palves@redhat.com>
8720
8721         * gdb.base/break.exp: Adjust to output changes.
8722         * gdb.base/hbreak2.exp: Likewise.
8723         * gdb.base/sepdebug.exp: Likewise.
8724         * gdb.base/watch_thread_num.exp: Likewise.
8725         * gdb.linespec/keywords.exp: Likewise.
8726         * gdb.multi/info-threads.exp: Likewise.
8727         * gdb.threads/thread-find.exp: Likewise.
8728         * gdb.multi/tids.c: New file.
8729         * gdb.multi/tids.exp: New file.
8730
8731 2016-01-13  Pedro Alves  <palves@redhat.com>
8732
8733         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8734
8735 2016-01-13  Pedro Alves  <palves@redhat.com>
8736
8737         * gdb.base/default.exp: Expect $_inferior as well.
8738         * gdb.multi/base.exp: Test $_inferior.
8739
8740 2016-01-13  Pedro Alves  <palves@redhat.com>
8741
8742         PR breakpoints/19388
8743         * gdb.base/catch-signal-siginfo-cond.c: New file.
8744         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8745
8746 2016-01-12  Josh Stone  <jistone@redhat.com>
8747             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8748
8749         * gdb.base/catch-syscall.c (do_execve): New variable.
8750         (main): Conditionally trigger an execve.
8751         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8752         (test_catch_syscall_execve): New, check entry/return across execve.
8753         (do_syscall_tests): Call test_catch_syscall_execve.
8754
8755 2016-01-12  Pedro Alves  <palves@redhat.com>
8756
8757         * gdb.base/random-signal.exp (do_test): New procedure, with body
8758         of testcase moved in.
8759
8760 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8761             Pedro Alves  <palves@redhat.com>
8762
8763         * gdb.base/funcargs.exp (finish from indirectly called function):
8764         Reintroduce the case for 'First'.
8765
8766 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8767             Pedro Alves  <palves@redhat.com>
8768
8769         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8770         (tcatch_vfork_then_child_follow_exec)
8771         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8772         identification.
8773
8774 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8775
8776         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8777         and repeats to unlimited.
8778         * gdb.python/py-value.exp: Likewise.
8779         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8780         and repeats to unlimited.
8781
8782 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8783
8784         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8785         and reordering the functions.
8786         * gdb.multi/hangout.c: Likewise.
8787         * gdb.multi/hello.c: Likewise.
8788
8789 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8790
8791         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8792         absolute.
8793         (SingleStatisticTestResult.report): Use dict.keys instead of
8794         dict.iterkeys.
8795
8796 2016-01-06  Pedro Alves  <palves@redhat.com>
8797
8798         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8799
8800 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8801
8802         * gdb.btrace/dlopen.exp: New.
8803         * gdb.btrace/dlopen.c: New.
8804         * gdb.btrace/dlopen-dso.c: New.
8805
8806 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8807
8808         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8809         PATTERN argument is optional.
8810
8811 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8812
8813         * lib/ada.exp (target_compile_ada_from_dir): New function.
8814         (gdb_compile_ada): Reimplement avoiding the use of project files.
8815         * gdb.ada/gnat_ada.gpr: Delete.
8816         * gdb.ada/cond_lang.exp: Adjust test to make path before
8817         filename optional.
8818         * gdb.ada/small_reg_param.exp: Likewise.
8819
8820 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8821
8822         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8823
8824 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8825
8826         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8827         case.
8828
8829 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8830
8831         * gdb.base/break.exp: Remove dead code.
8832         * gdb.base/sepdebug.exp: Likewise.
8833
8834 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8835
8836         * gdb.asm/asm-source.exp: Remove HP-UX references.
8837         * gdb.base/annota1.exp: Likewise.
8838         * gdb.base/annota3.exp: Likewise.
8839         * gdb.base/attach.exp: Likewise.
8840         * gdb.base/bigcore.exp: Likewise.
8841         * gdb.base/break.exp: Likewise.
8842         * gdb.base/call-ar-st.exp: Likewise.
8843         * gdb.base/callfuncs.exp: Likewise.
8844         * gdb.base/catch-fork-static.exp: Likewise.
8845         * gdb.base/display.exp: Likewise.
8846         * gdb.base/foll-exec-mode.exp: Likewise.
8847         * gdb.base/foll-exec.exp: Likewise.
8848         * gdb.base/foll-fork.exp: Likewise.
8849         * gdb.base/foll-vfork.exp: Likewise.
8850         * gdb.base/funcargs.exp: Likewise.
8851         * gdb.base/hbreak2.exp: Likewise.
8852         * gdb.base/inferior-died.exp: Likewise.
8853         * gdb.base/interrupt.exp: Likewise.
8854         * gdb.base/multi-forks.exp: Likewise.
8855         * gdb.base/nodebug.exp: Likewise.
8856         * gdb.base/sepdebug.exp: Likewise.
8857         * gdb.base/solib1.c: Likewise.
8858         * gdb.base/step-test.exp: Likewise.
8859         * gdb.mi/non-stop.c: Likewise.
8860         * gdb.mi/pthreads.c: Likewise.
8861         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8862         * gdb.threads/pthreads.c: Likewise.
8863         * gdb.threads/staticthreads.exp: Likewise.
8864         * lib/future.exp: Likewise.
8865         * lib/gdb.exp: Likewise.
8866         * gdb.base/so-indr-cl.c: Remove.
8867         * gdb.base/so-indr-cl.exp: Likewise.
8868         * gdb.base/solib.c: Likewise.
8869         * gdb.base/solib.exp: Likewise.
8870         * gdb.base/solib2.c: Likewise.
8871
8872 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8873
8874         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8875         * gdb.base/call-ar-st.exp: Likewise.
8876         * gdb.base/callfuncs.exp: Likewise.
8877         * gdb.base/condbreak.exp: Likewise.
8878         * gdb.base/constvars.exp: Likewise.
8879         * gdb.base/hbreak2.exp: Likewise.
8880         * gdb.base/langs.exp: Likewise.
8881         * gdb.base/list.exp: Likewise.
8882         * gdb.base/long_long.exp: Likewise.
8883         * gdb.base/ptype.exp: Likewise.
8884         * gdb.base/scope.exp: Likewise.
8885         * gdb.base/signals.exp: Likewise.
8886         * gdb.base/so-impl-ld.exp: Likewise.
8887         * gdb.base/varargs.exp: Likewise.
8888         * gdb.base/volatile.exp: Likewise.
8889         * gdb.base/whatis.exp: Likewise.
8890         * gdb.cp/cplusfuncs.exp: Likewise.
8891         * gdb.cp/inherit.exp: Likewise.
8892         * gdb.cp/local.exp: Likewise.
8893         * gdb.cp/member-ptr.exp: Likewise.
8894         * gdb.cp/method.exp: Likewise.
8895         * gdb.cp/overload.exp: Likewise.
8896         * gdb.cp/templates.exp: Likewise.
8897         * gdb.stabs/weird.exp: Likewise.
8898         * lib/compiler.c: Likewise.
8899         * lib/compiler.cc: Likewise.
8900         * lib/cp-support.exp: Likewise.
8901         * lib/gdb.exp: Likewise.
8902
8903 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8904
8905         * configure.ac: Remove HP-UX case.
8906         * configure: Regenerate.
8907
8908 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8909
8910         * lib/gdb.exp (gdb_compile): Add function doc.
8911
8912 2015-12-17  Pedro Alves  <palves@redhat.com>
8913
8914         PR threads/19354
8915         * gdb.multi/info-threads.exp: New file.
8916
8917 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8918
8919         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8920         is aarch64*-*-*.
8921
8922 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8923
8924         * gdb.base/history-duplicates.exp: Skip if no readline support.
8925
8926 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8927
8928         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8929
8930 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8931
8932         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8933
8934 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8935
8936         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8937         ctrl-C if nointerrupts target property is set.
8938         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8939         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8940         * gdb.base/paginate-bg-execution.exp: Likewise.
8941         * gdb.base/paginate-execution-startup.exp: Likewise.
8942         * gdb.base/random-signal.exp: Likewise.
8943         * gdb.base/range-stepping.exp: Likewise.
8944         * gdb.cp/annota2.exp: Likewise.
8945         * gdb.cp/annota3.exp: Likewise.
8946         * gdb.gdb/selftest.exp: Likewise.
8947         * gdb.threads/continue-pending-status.exp: Likewise.
8948         * gdb.threads/leader-exit.exp: Likewise.
8949         * gdb.threads/manythreads.exp: Likewise.
8950         * gdb.threads/pthreads.exp: Likewise.
8951         * gdb.threads/schedlock.exp: Likewise.
8952         * gdb.threads/sigthread.exp: Likewise.
8953
8954 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8955
8956         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8957         remote.
8958         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8959         * gdb.base/foll-exec.exp (main): Enable for target remote.
8960         * gdb.base/foll-fork.exp (main): Likewise.
8961         * gdb.base/foll-vfork.exp (main): Likewise.
8962         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8963         (proc continue_to_exit_bp_loc): Use clean_restart.
8964         * gdb.base/pie-execl.exp (main): Disable for target remote.
8965         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8966         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8967         * gdb.threads/execl.exp (main): Likewise.
8968         * gdb.threads/fork-child-threads.exp (main): Likewise.
8969         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8970         remote.
8971         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8972         remote.
8973         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8974         pid.tid style ptids, instead of just tid.
8975         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8976         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8977         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8978         ptids, instead of just tid.
8979
8980 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8981
8982         * gdb.base/list.exp (test_list_forward): Add end of file error
8983         test.
8984         (test_repeat_list_command): Add end of file error test.
8985         (test_list_backwards): Add beginning of file error test.
8986
8987 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8988
8989         * gdb.base/list.exp (test_list_invalid_args): New function,
8990         defined, and called.
8991
8992 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8993
8994         * gdb.base/list.exp (test_list): Make test names unique.
8995
8996 2015-12-11  Yao Qi  <yao.qi@linaro.org>
8997
8998         * gdb.base/coremaker2.c: Remove.
8999
9000 2015-12-10  Pedro Alves  <palves@redhat.com>
9001
9002         * gdb.multi/base.exp: Remove stale "spaces" references.
9003
9004 2015-12-10  Pedro Alves  <palves@redhat.com>
9005
9006         * gdb.multi/base.exp: Don't use nowarnings.
9007         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9008         * gdb.multi/hangout.c: Include stdio.h.
9009         * gdb.multi/hello.c: Include stdlib.h.
9010         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9011         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9012         * gdb.multi/multi-arch.exp: Don't use nowarnings.
9013
9014 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
9015
9016         * gdb.dwarf2/dw2-ranges-base.c: New file.
9017         * gdb.dwarf2/dw2-ranges-base.exp: New file.
9018         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9019         support additional line table, and debug ranges generation.
9020         (Dwarf::ranges): New function, generate .debug_ranges.
9021         (Dwarf::lines): Support generating simple line table programs.
9022         (Dwarf::assemble): Initialise new namespace variables.
9023
9024 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
9025
9026         * gdb.base/async.exp (proc test_background): Add case for
9027         asynchronous execution not supported.
9028
9029 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
9030
9031         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9032           format and change test names to make them unique.
9033
9034 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
9035             Pedro Alves  <pedro@redhat.com>
9036
9037         PR gdb/18702
9038         Add checking of floatformats setup on x86_64 hosts.
9039         * gdb.arch/i386-float.S (main): Load bigval and smallval.
9040         (smallval, bigval): New labels/constants.
9041         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9042         float" after loading bigval and smallval.
9043
9044 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
9045
9046         * gdb.ada/fun_overload_menu.exp: New testcase.
9047         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9048
9049 2015-12-04  Josh Stone  <jistone@redhat.com>
9050
9051         * gdb.base/catch-fork-static.exp: New.
9052
9053 2015-12-03  Yao Qi  <yao.qi@linaro.org>
9054
9055         * gdb.base/sizeof.c: Don't include stdio.h and
9056         ../lib/unbuffer_output.c.
9057         (main): New variable 'size' and 'value'.  Remove printf and
9058         gdb_unbuffer_output.  Assign return value to size and value.
9059         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9060         at the beginning.
9061         (check_sizeof): Check the result by printing variable 'size'.
9062         (check_valueof): Check the result by printing variable 'value'.
9063
9064 2015-12-01  Yao Qi  <yao.qi@linaro.org>
9065
9066         * gdb.base/disp-step-syscall.exp: Define syscall instruction
9067         for aarch64*-*-linux* target.
9068
9069 2015-11-30  Pedro Alves  <palves@redhat.com>
9070
9071         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9072
9073 2015-11-30  Pedro Alves  <palves@redhat.com>
9074
9075         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9076         Handle non-stop mode vCont replies.
9077
9078 2015-11-30  Pedro Alves  <palves@redhat.com>
9079
9080         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9081         prepare_for_testing.  Start gdb with "set non-stop on" appended to
9082         GDBFLAGS.  Lax expected stop output.
9083
9084 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9085
9086         * gdb.arch/arm-neon.exp: New.
9087         * gdb.arch/arm-neon.c: New.
9088
9089 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9090
9091         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9092
9093 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9094
9095         * gdb.cp/annota2.exp: Allow multiple occurrences of the
9096         frames-invalid annotation.
9097
9098 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9099
9100         * gdb.cp/annota2.exp: Use ${frames_invalid}.
9101
9102 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
9103
9104         * gdb.threads/names.exp: New file.
9105         * gdb.threads/names.c: New file.
9106         * README: Mention gdb,no_thread_names.
9107
9108 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
9109
9110         PR 19297
9111         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9112         support" error.
9113
9114 2015-11-24  Pedro Alves  <palves@redhat.com>
9115
9116         PR 17539
9117         * gdb.base/display.exp: Expect displays to be sorted in ascending
9118         order.  Use multi_line.
9119         * gdb.base/solib-display.exp: Likewise.
9120
9121 2015-11-24  Pedro Alves  <palves@redhat.com>
9122
9123         PR 17539
9124         * gdb.base/display.exp: Expect displays to be sorted in ascending
9125         order.  Use multi_line.
9126         * gdb.base/solib-display.exp: Likewise.
9127
9128 2015-11-24  Pedro Alves  <palves@redhat.com>
9129
9130         PR 17539
9131         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9132         threads in ascending order.
9133         * gdb.base/foll-fork.exp: Likewise.
9134         * gdb.base/foll-vfork.exp: Likewise.
9135         * gdb.base/multi-forks.exp: Likewise.
9136         * gdb.mi/mi-nonstop.exp: Likewise.
9137         * gdb.mi/mi-nsintrall.exp: Likewise.
9138         * gdb.multi/base.exp: Likewise.
9139         * gdb.multi/multi-arch.exp: Likewise.
9140         * gdb.python/py-inferior.exp: Likewise.
9141         * gdb.threads/break-while-running.exp: Likewise.
9142         * gdb.threads/execl.exp: Likewise.
9143         * gdb.threads/gcore-thread.exp: Likewise.
9144         * gdb.threads/info-threads-cur-sal.exp: Likewise.
9145         * gdb.threads/kill.exp: Likewise.
9146         * gdb.threads/linux-dp.exp: Likewise.
9147         * gdb.threads/multiple-step-overs.exp: Likewise.
9148         * gdb.threads/next-bp-other-thread.exp: Likewise.
9149         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9150         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9151         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9152         * gdb.threads/thread-find.exp: Likewise.
9153         * gdb.threads/tls.exp: Likewise.
9154         * lib/mi-support.exp (mi_reverse_list): Delete.
9155         (mi_check_thread_states): No longer reverse list.
9156
9157 2015-11-24  Pedro Alves  <palves@redhat.com>
9158
9159         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
9160         use lowercase.
9161
9162 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9163
9164         * gdb.trace/actions.c: Include trace-common.h.
9165         (main): Add a location for a fast tracepoint.
9166         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9167         the normal tracepoints.
9168         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9169
9170 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9171
9172         * save-trace.exp: Factor out code to these...
9173         (gdb_save_tracepoints): New.
9174         (gdb_load_tracepoints): New.
9175         (do_save_load_test): New.
9176
9177 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
9178
9179         * gdb.base/asmlabel.exp: New test.
9180         * gdb.base/asmlabel.c: New test case.
9181
9182 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9183
9184         * gdb.base/wrong_frame_bt_full-main.c: New file.
9185         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9186         * gdb.base/wrong_frame_bt_full.exp: New file.
9187
9188 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9189
9190         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9191
9192 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9193
9194         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9195         pstate register when comparing registers values in
9196         sparc64-*-linux-gnu targets to avoid spurious differences.
9197
9198 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9199
9200         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9201
9202 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
9203
9204         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9205         as type argument to gdb_compile.
9206         * gdb.base/nested-subp2.exp: Likewise.
9207         * gdb.base/nested-subp3.exp: Likewise.
9208
9209 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9210
9211         * lib/dwarf.exp (_note): Fix left shift of negative value.
9212         * gdb.trace/trace-condition.exp: Likewise.
9213
9214 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9215
9216         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9217         comments about d10v.
9218         (test_scalar_returns): Likewise.
9219         * gdb.base/d10v.ld: Remove.
9220         * gdb.base/overlays.exp: Remove the target triplet checking for
9221         d10v-*-*.
9222         * gdb.base/structs.exp (test_struct_returns): Remove the
9223         comments about d10v.
9224         (test_struct_calls): Likewise.
9225
9226 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9227
9228         * gdb.base/gnu_vector.exp: Check the return value by "p res".
9229         * gdb.base/gnu_vector.c: Don't include stdio.h.
9230         (main): Don't print res and call add_some_intvecs.
9231
9232 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9233
9234         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9235         macro.
9236         (func5): Removed.
9237         (func4): Use FAST_TRACEPOINT_LABEL.
9238         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9239         macro.
9240         (func): Removed.
9241         (thread_function): Use FAST_TRACEPOINT_LABEL.
9242         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9243         (func): Remove.
9244         (marker): Use FAST_TRACEPOINT_LABEL.
9245         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9246         (pendfunc1): Remove.
9247         (pendfunc): Use FAST_TRACEPOINT_LABEL.
9248         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9249         (foo): Remove.
9250         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9251         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9252         macro.
9253         (func): Remove.
9254         (marker): Use FAST_TRACEPOINT_LABEL.
9255         * gdb.trace/trace-common.h: New header.
9256         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9257         macro.
9258         (func): Remove.
9259         (marker): Use FAST_TRACEPOINT_LABEL.
9260         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9261         (func): Remove.
9262         (thread_function): Use FAST_TRACEPOINT_LABEL.
9263
9264 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9265
9266         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9267         in front.
9268         * gdb.trace/change-loc.exp: Use global pcreg definition.
9269         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9270         * gdb.trace/entry-values.exp: Use global spreg definition, add $
9271         in front.
9272         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9273         * gdb.trace/pending.exp: Likewise.
9274         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9275         * gdb.trace/trace-break.exp: Likewise.
9276         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9277         in front.
9278         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9279         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9280         in front.
9281         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9282
9283 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
9284
9285         * gdb.ada/fin_fun_out: New testcase.
9286
9287 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9288
9289         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9290         value associated with DW_AT_byte_size.
9291         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9292         constants for DW_AT_byte_size, DW_AT_lower_bound, and
9293         DW_AT_upper_bound.
9294
9295 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9296
9297         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9298         (gdb_target_symbol_prefix_flags): Define in terms of _asm
9299         version.
9300         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9301         gdb.dwarf2/dw2-canonicalize-type.exp,
9302         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9303         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9304         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9305         provided by gdb_target_symbol_prefix_flags_asm.
9306         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9307         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9308         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9309         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9310         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9311         macros where needed).  Use this macro for symbols which require
9312         the prefix provided by SYMBOL_PREFIX.
9313
9314 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
9315
9316         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9317         New procs.
9318         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9319         representing expressions, of more than one list element.
9320         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9321         to prepend linker symbol prefix to f.
9322         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9323         table_1 and table_2.
9324         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9325         Likewise, for f and g.
9326         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9327         for ptr.
9328         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9329         for main.
9330         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9331         table_1_ptr and table_2_ptr.
9332
9333 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9334             Joel Brobecker  <brobecker@adacore.com>
9335
9336         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9337
9338 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9339
9340         * gdb.reverse/s390-mvcle.c: New test.
9341         * gdb.reverse/s390-mvcle.exp: New file.
9342         * lib/gdb.exp: Enable reverse tests on s390*-linux.
9343
9344 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9345
9346         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9347
9348 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9349
9350         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9351         reaching marker2.
9352         * gdb.reverse/getresuid-reverse.exp: Likewise.
9353         * gdb.reverse/pipe-reverse.exp: Likewise.
9354         * gdb.reverse/readv-reverse.exp: Likewise.
9355         * gdb.reverse/recvmsg-reverse.exp: Likewise.
9356         * gdb.reverse/time-reverse.exp: Likewise.
9357         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9358
9359 2015-10-30  Yao Qi  <yao.qi@linaro.org>
9360
9361         * gdb.threads/wp-replication.c (watch_count_done): Remove.
9362         (empty_cycle): Remove.
9363         (main): Don't call empty_cycle.  Don't use watch_count_done.
9364         * gdb.threads/wp-replication.exp: Don't set breakpoint on
9365         empty_cycle.  Rewrite the code counting HW watchpoints.
9366
9367 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9368
9369         * gdb.reverse/fstatat-reverse.c: New test.
9370         * gdb.reverse/fstatat-reverse.exp: New file.
9371         * gdb.reverse/getresuid-reverse.c: New test.
9372         * gdb.reverse/getresuid-reverse.exp: New file.
9373         * gdb.reverse/pipe-reverse.c: New test.
9374         * gdb.reverse/pipe-reverse.exp: New file.
9375         * gdb.reverse/readv-reverse.c: New test.
9376         * gdb.reverse/readv-reverse.exp: New file.
9377         * gdb.reverse/recvmsg-reverse.c: New test.
9378         * gdb.reverse/recvmsg-reverse.exp: New file.
9379         * gdb.reverse/time-reverse.c: New test.
9380         * gdb.reverse/time-reverse.exp: New file.
9381         * gdb.reverse/waitpid-reverse.c: New test.
9382         * gdb.reverse/waitpid-reverse.exp: New file.
9383
9384 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9385
9386         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9387
9388 2015-10-26  Doug Evans  <dje@google.com>
9389
9390         PR symtab/17391
9391         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9392         * gdb.dwarf2/bad-regnum.c: New file.
9393         * gdb.dwarf2/bad-regnum.exp: New file.
9394
9395 2015-10-26  Doug Evans  <dje@google.com>
9396
9397         PR python/18938
9398         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9399         file.
9400
9401 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9402
9403         * gdb.compile/compile.exp (compile code globalvar): Update expectation
9404         for a change by "Mention language in compile error message".
9405
9406 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
9407
9408         PR python/18073
9409         * gdb.python/py-type.c (C::a_method): New.
9410         (C::a_const_method): New.
9411         (C::a_static_method): New.
9412         (a_function): New.
9413         * gdb.python/py-type.exp (test_fields): Test getting fields
9414         from function and method.
9415
9416 2015-10-21  Keven Boell  <keven.boell@intel.com>
9417
9418         * gdb.fortran/vla-alloc-assoc.exp: New file.
9419         * gdb.fortran/vla-datatypes.exp: New file.
9420         * gdb.fortran/vla-datatypes.f90: New file.
9421         * gdb.fortran/vla-history.exp: New file.
9422         * gdb.fortran/vla-ptype-sub.exp: New file.
9423         * gdb.fortran/vla-ptype.exp: New file.
9424         * gdb.fortran/vla-sizeof.exp: New file.
9425         * gdb.fortran/vla-sub.f90: New file.
9426         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9427         * gdb.fortran/vla-value-sub-finish.exp: New file.
9428         * gdb.fortran/vla-value-sub.exp: New file.
9429         * gdb.fortran/vla-value.exp: New file.
9430         * gdb.fortran/vla-ptr-info.exp: New file.
9431         * gdb.mi/mi-vla-fortran.exp: New file.
9432         * gdb.mi/vla.f90: New file.
9433
9434 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
9435
9436         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9437         of hardwired timeout value.
9438
9439 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9440             Pedro Alves  <palves@redhat.com>
9441
9442         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9443         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9444
9445 2015-10-19  Josh Stone  <jistone@redhat.com>
9446
9447         * gdb.base/catch-syscall.c: Include <sched.h>.
9448         (unknown_syscall): New variable.
9449         (main): Trigger a vfork and an unknown syscall.
9450         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9451         (unknown_syscall_number): Likewise.
9452         (check_call_to_syscall): Accept an optional syscall pattern.
9453         (check_return_from_syscall): Likewise.
9454         (check_continue): Likewise.
9455         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9456         (test_catch_syscall_skipping_return): New test toggling off 'catch
9457         syscall' to step over the syscall return, then toggling back on.
9458         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9459         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9460         (do_syscall_tests): Call test_catch_syscall_without_args and
9461         test_catch_syscall_mid_vfork.
9462         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9463         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9464
9465 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
9466
9467         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9468         print g_vE): Add new pass patterns.
9469         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9470         print various symbol names for vptr fields.
9471
9472 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
9473
9474         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9475         results.
9476
9477 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9478
9479         * gdb.arch/disp-step-insn-reloc.exp: New test case.
9480
9481 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9482
9483         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9484         is aarch64*-*-linux*.
9485
9486 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9487
9488         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9489         (can_relocate_bcond_true): ... it.
9490         (can_relocate_bcond_false): New function.
9491         (foo): Likewise.
9492         (can_relocate_bl): Likewise.
9493         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9494         can_relocate_bl.
9495
9496 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
9497
9498         * gdb.base/nested-addr.c: New file.
9499         * gdb.base/nested-addr.exp: New testcase.
9500
9501 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
9502
9503         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9504         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9505         its output.  Ignore the output of "record goto begin" and instead
9506         check that GDB is replaying.
9507
9508 2015-10-09  Pedro Alves  <palves@redhat.com>
9509
9510         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9511         (top level): Use it in the run with no args test.
9512
9513 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9514
9515         * gdb.dlang/properties.exp: New file.
9516
9517 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
9518
9519         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9520         whether or not address 0x1000 is mapped on the target.
9521
9522 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
9523
9524         * gdb.python/py-type.exp: Do not run tests if binaries fail to
9525         build.
9526
9527 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
9528
9529         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9530         instruction-history test.
9531
9532 2015-09-28  Doug Evans  <dje@google.com>
9533
9534         * gdb.base/gcore.c (array_func): Add reference to static_array.
9535
9536 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
9537
9538         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9539         source line.
9540
9541 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9542
9543         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9544         short or char as base type.
9545
9546 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9547
9548         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9549         to allow any size enum.
9550
9551 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9552
9553         * gdb.ada/array_ptr_renaming.exp: New testcase.
9554         * gdb.ada/array_ptr_renaming/foo.adb: New file.
9555         * gdb.ada/array_ptr_renaming/pack.ads: New file.
9556
9557 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9558
9559         * gdb.trace/ftrace-lock.c: New file.
9560         * gdb.trace/ftrace-lock.exp: New file.
9561
9562 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9563
9564         * gdb.arch/insn-reloc.c: New file.
9565         * gdb.arch/ftrace-insn-reloc.exp: New file.
9566
9567 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9568
9569         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9570         instruction.
9571         * gdb.trace/pendshr1.c (pendfunc): Likewise.
9572         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9573         * gdb.trace/range-stepping.c: Likewise.
9574         * gdb.trace/trace-break.c: Likewise.
9575         * gdb.trace/trace-mt.c (thread_function): Likewise.
9576         * gdb.trace/ftrace.c (marker): Likewise.
9577         * gdb.trace/trace-condition.c (marker): Likewise.
9578         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9579         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9580         is_aarch64_target.
9581
9582 2015-09-18  Doug Evans  <xdje42@gmail.com>
9583
9584         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9585         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9586
9587 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9588
9589         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9590         the breakpoint.
9591
9592 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9593
9594         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9595         the pending breakpoint.  Remove timeout override for "Run till
9596         MI pending breakpoint on pendfunc3 on thread 2" test.
9597
9598 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9599
9600         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9601         filename pattern.
9602
9603 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9604
9605         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9606         in breakpoint filename pattern.
9607
9608 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9609
9610         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9611
9612 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9613
9614         * gdb.linespec/explicit.exp: Check for readline support for
9615         tab-completion tests.  Fix obvious typo.
9616
9617 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9618
9619         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9620         and replay.
9621
9622 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9623
9624         * gdb.btrace/non-stop.c: New.
9625         * gdb.btrace/non-stop.exp: New.
9626
9627 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
9628             Yao Qi  <yao.qi@linaro.org>
9629
9630         * gdb.trace/trace-condition.c: New file.
9631         * gdb.trace/trace-condition.exp: New file.
9632
9633 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
9634
9635         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9636         for testing bytecode compilation.
9637
9638 2015-09-16  Pedro Alves  <palves@redhat.com>
9639             Sandra Loosemore <sandra@codesourcery.com>
9640
9641         * gdb.threads/non-stop-fair-events.c (timeout): New global.
9642         (SECONDS): Redefine.
9643         (main): Call pthread_kill and alarm early.
9644         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9645         support.
9646         (test): If the target can't hardware step and doesn't support
9647         displaced stepping, increase the timeout.
9648
9649 2015-09-16  Pedro Alves  <palves@redhat.com>
9650
9651         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9652         (enable_debug): New procedures.
9653         (test): Use them.  Bail out if waiting for threads fails.
9654         (top level): Bail out if a test fails.
9655
9656 2015-09-16  Yao Qi  <yao.qi@linaro.org>
9657
9658         * gdb.asm/asm-source.exp: Set asm-arch for
9659         aarch64*-*-* target.
9660         * gdb.asm/aarch64.inc: New file.
9661
9662 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
9663
9664         * gdb.ada/array_of_variable_length.exp: New testcase.
9665         * gdb.ada/array_of_variable_length/foo.adb: New file.
9666         * gdb.ada/array_of_variable_length/pck.adb: New file.
9667         * gdb.ada/array_of_variable_length/pck.ads: New file.
9668
9669 2015-09-15  Doug Evans  <dje@google.com>
9670
9671         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9672         of function static local variable.
9673
9674 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9675
9676         * gdb.threads/tls-so_extern.exp: New test file.
9677         * gdb.threads/tls-so_extern.c: New test file.
9678         * gdb.threads/tls-so_extern_main.c: New test file.
9679
9680 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9681
9682         * gdb.opt/solib-intra-step-lib.c: New file.
9683         * gdb.opt/solib-intra-step-main.c: New file.
9684         * gdb.opt/solib-intra-step.exp: New file.
9685
9686 2015-09-15  Pedro Alves  <palves@redhat.com>
9687
9688         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9689         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9690
9691 2015-09-14  Pedro Alves  <palves@redhat.com>
9692
9693         * gdb.base/hook-stop-continue.c: Delete.
9694         * gdb.base/hook-stop-continue.exp: Delete.
9695         * gdb.base/hook-stop-frame.c: Delete.
9696         * gdb.base/hook-stop-frame.exp: Delete.
9697         * gdb.base/hook-stop.c: New file.
9698         * gdb.base/hook-stop.exp: New file.
9699
9700 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9701
9702         * gdb.ada/access_to_packed_array.exp: New testcase.
9703         * gdb.ada/access_to_packed_array/foo.adb: New file.
9704         * gdb.ada/access_to_packed_array/pack.adb: New file.
9705         * gdb.ada/access_to_packed_array/pack.ads: New file.
9706
9707 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9708
9709         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9710         buffer size test.
9711
9712 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9713
9714         * gdb.base/foll-exec.c: Add copyright header.  Fix
9715         formatting issues.
9716         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9717         (do_exec_tests): Use clean_restart in place of zap_session,
9718         and for test initialization.  Fix formatting issues.  Use
9719         fail in place of perror.
9720         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9721         an expect statement to match an expression with output from
9722         the program under debug.
9723         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9724         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9725         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9726         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9727         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9728
9729 2015-09-09  Doug Evans  <dje@google.com>
9730
9731         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9732
9733 2015-09-09  Doug Evans  <dje@google.com>
9734
9735         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9736
9737 2015-09-09  Doug Evans  <dje@google.com>
9738
9739         * gdb.base/savedregs.exp: Fix typo.
9740
9741 2015-09-09  Pedro Alves  <palves@redhat.com>
9742
9743         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9744
9745 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9746
9747         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9748         command actually switches threads.  Give up on remaining
9749         tests if target fails to stop at breakpoint.
9750
9751 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9752
9753         * gdb.ada/funcall_char.exp: New testcase.
9754         * gdb.ada/funcall_char/foo.adb: New file.
9755
9756 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9757
9758         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9759         expected outputs.  Add two testcases for completing ambiguous
9760         functions.
9761         * gdb.ada/complete/aux_pck.adb: New file.
9762         * gdb.ada/complete/aux_pck.ads: New file.
9763         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9764         Ambiguous_Func functions.
9765         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9766         * gdb.ada/complete/pck.adb: Likewise.
9767
9768 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9769
9770         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9771         failures to run the test program under GDB.
9772
9773 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9774
9775         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9776         to C.
9777
9778 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9779
9780         * gdb.base/run-after-attach.exp: New test file.
9781         * gdb.base/run-after-attach.c: New test file.
9782
9783 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9784
9785         * gdb.base/foll-exec-2.c: New test program.
9786         * gdb.base/foll-exec-2.exp: New test.
9787
9788 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9789
9790         * gdb.base/nested-subp1.exp: New file.
9791         * gdb.base/nested-subp1.c: New file.
9792         * gdb.base/nested-subp2.exp: New file.
9793         * gdb.base/nested-subp2.c: New file.
9794         * gdb.base/nested-subp3.exp: New file.
9795         * gdb.base/nested-subp3.c: New file.
9796
9797 2015-08-24  Pedro Alves  <palves@redhat.com>
9798
9799         * gdb.server/connect-without-multi-process.c: New file.
9800         * gdb.server/connect-without-multi-process.exp: New file.
9801
9802 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9803
9804         * gdb.opt/inline-markers.c: Make z int.
9805
9806 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9807
9808         * gdb.opt/inline-markers.c: Make z volatile.
9809
9810 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9811
9812         * gdb.opt/inline-bt.c: New volatile global z.
9813         * gdb.opt/inline-cmds.c: Likewise.
9814         * gdb.opt/inline-locals.c: Likewise.
9815         * gdb.opt/inline-markers.c: New extern global z.
9816         (marker): Use z.
9817         (inline_fn): Likewise.
9818
9819 2015-08-24  Pedro Alves  <palves@redhat.com>
9820
9821         * config/m32r-stub.exp: Remove file.
9822         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9823         * gdb.base/call-rt-st.exp: Likewise.
9824         * gdb.base/call-strs.exp: Likewise.
9825         * gdb.base/default.exp: Remove references to h8300-*-hms and
9826         *-*-udi*.
9827         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9828
9829 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9830
9831         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9832         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9833         and "return" use KFAIL when GDB can not read/write the vector
9834         return value.
9835
9836 2015-08-21  Gary Benson <gbenson@redhat.com>
9837
9838         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9839
9840 2015-08-20  Pedro Alves  <palves@redhat.com>
9841
9842         * gdb.server/solib-list.exp: No longer expect an interior stop in
9843         non-stop mode.
9844
9845 2015-08-20  Pedro Alves  <palves@redhat.com>
9846
9847         * gdb.server/connect-stopped-target.c: New file.
9848         * gdb.server/connect-stopped-target.exp: New file.
9849
9850 2015-08-20  Pedro Alves  <palves@redhat.com>
9851
9852         * gdb.dwarf2/comp-unit-lang.exp: New file.
9853         * gdb.dwarf2/comp-unit-lang.c: New file.
9854
9855 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9856
9857         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9858         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9859
9860 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9861
9862         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9863         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9864
9865 2015-08-18  Doug Evans  <dje@google.com>
9866             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9867
9868         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9869         skip_python_tests.  New arg prompt_regexp.
9870         (skip_python_tests): New function.
9871         * lib/mi-support.exp (mi_skip_python_tests): New function.
9872         * gdb.python/py-mi-objfile-gdb.py: New file.
9873         * gdb.python/py-mi-objfile.c: New file.
9874         * gdb.python/py-mi-objfile.exp: New file.
9875
9876 2015-08-17  Keith Seitz  <keiths@redhat.com>
9877
9878         * gdb.linespec/explicit.exp: Move strace test from here ...
9879         * gdb.trace/strace.exp: ... to here.
9880
9881 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9882
9883         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9884         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9885
9886 2015-08-14  Doug Evans  <xdje42@gmail.com>
9887
9888         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9889         inferior before selecting a new file.
9890
9891 2015-08-14  Doug Evans  <xdje42@gmail.com>
9892
9893         * gdb.mi/mi-disassemble.exp: Update.
9894         * gdb.base/disasm-optim.S: New file.
9895         * gdb.base/disasm-optim.c: New file.
9896         * gdb.base/disasm-optim.h: New file.
9897         * gdb.base/disasm-optim.exp: New file.
9898
9899 2015-08-14  Keith Seitz  <keiths@redhat.com>
9900
9901         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9902         "evaluated-by".
9903
9904 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9905
9906         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9907
9908 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9909
9910         * gdb.ada/fun_renaming.exp: New testcase.
9911         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9912         * gdb.ada/fun_renaming/pack.adb: New file.
9913         * gdb.ada/fun_renaming/pack.ads: New file.
9914
9915 2015-08-12  Keith Seitz  <keiths@redhat.com>
9916
9917         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9918         gdb_get_line_number.
9919
9920 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9921
9922         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9923         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9924         gdb.base/dso2dso.exp: New files.
9925
9926 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9927             Pedro Alves  <palves@redhat.com>
9928             Keith Seitz  <keiths@redhat.com>
9929
9930         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9931         GDBFLAGS.
9932
9933 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9934
9935         * gdb.base/gdbhistsize-history.exp
9936         (test_histsize_history_setting): Use save_vars.
9937         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9938         Use save_vars.
9939         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9940         * gdb.base/readline.exp: Use save_vars.
9941
9942 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9943
9944         * lib/gdb.exp (save_vars): New proc.
9945
9946 2015-08-11  Keith Seitz  <keiths@redhat.com>
9947
9948         * gdb.base/help.exp: Update help_breakpoint_text.
9949
9950 2015-08-11  Keith Seitz  <keiths@redhat.com>
9951
9952         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9953         (at toplevel): Call test_explicit_breakpoints.
9954         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9955         breakpoints.
9956         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9957         breakpoint conditions, "-cond".
9958
9959 2015-08-11  Keith Seitz  <keiths@redhat.com>
9960
9961         * gdb.linespec/3explicit.c: New file.
9962         * gdb.linespec/cpexplicit.cc: New file.
9963         * gdb.linespec/cpexplicit.exp: New file.
9964         * gdb.linespec/explicit.c: New file.
9965         * gdb.linespec/explicit.exp: New file.
9966         * gdb.linespec/explicit2.c: New file.
9967         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9968         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9969         before using in the matching pattern.
9970         Clarify that `prefix' is a regular expression.
9971
9972 2015-08-11  Keith Seitz  <keiths@redhat.com>
9973
9974         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9975         test.
9976         Add tests for missing ",FMT" and ",".
9977
9978 2015-08-10  Doug Evans  <dje@google.com>
9979             Keith Seitz  <keiths@redhat.com>
9980
9981         PR gdb/17960
9982         * gdb.base/completion.exp: Add location completer tests.
9983
9984 2015-08-07  Pedro Alves  <palves@redhat.com>
9985
9986         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9987         tests here.
9988         (top level): Run do_test with and without displaced stepping.
9989
9990 2015-08-07  Pedro Alves  <palves@redhat.com>
9991
9992         * gdb.base/valgrind-disp-step.c: New file.
9993         * gdb.base/valgrind-disp-step.exp: New file.
9994
9995 2015-08-07  Pedro Alves  <palves@redhat.com>
9996
9997         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9998         Delete function.
9999         (main): Add alarm.  Run an infinite loop instead of calling
10000         wait_threads.
10001         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10002         comment.
10003         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10004         Delete function.
10005         (main): Add alarm.  Run an infinite loop instead of calling
10006         wait_threads.
10007         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10008         comment.
10009
10010 2015-08-07  Pedro Alves  <palves@redhat.com>
10011
10012         * gdb.base/checkpoint-ns.exp: New file.
10013         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10014         standard_testfile.
10015
10016 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
10017
10018         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10019         * gdb.btrace/instruction_history.exp: Update.
10020         * gdb.btrace/tsx.exp: New.
10021         * gdb.btrace/tsx.c: New.
10022
10023 2015-08-06  Pedro Alves <palves@redhat.com>
10024
10025         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10026         increase timeout.
10027         * gdb.reverse/until-precsave.exp: Bump timeouts.
10028
10029 2015-08-06  Pedro Alves  <palves@redhat.com>
10030
10031         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10032
10033 2015-08-06  Pedro Alves  <palves@redhat.com>
10034
10035         PR gdb/18749
10036         * gdb.threads/process-dies-while-handling-bp.c: New file.
10037         * gdb.threads/process-dies-while-handling-bp.exp: New file.
10038
10039 2015-08-06  Pedro Alves  <palves@redhat.com>
10040
10041         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10042         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10043
10044 2015-08-05  Pedro Alves  <palves@redhat.com>
10045
10046         * gdb.threads/next-while-other-thread-longjmps.c: New file.
10047         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10048
10049 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
10050
10051         * gdb.base/bp-permanent.exp: Report test as unsupported if
10052         the target cannot stop at the permanent breakpoint.
10053
10054 2015-08-03  Doug Evans  <dje@google.com>
10055
10056         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10057         10000.
10058
10059 2015-08-03  Doug Evans  <dje@google.com>
10060
10061         * Makefile.in (workers/%.worker, build-perf): New rule.
10062         (GDB_PERFTEST_MODE): New variable.
10063         (check-perf): Use it.
10064         (clean): Clean up gdb.perf parallel build subdirs.
10065         * lib/build-piece.exp: New file.
10066         * lib/gdb.exp (make_gdb_parallel_path): New function
10067         (standard_output_file, standard_temp_file): Call it.
10068         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10069         of $GDB_PARALLEL.
10070         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10071
10072 2015-08-03  Doug Evans  <dje@google.com>
10073
10074         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10075         (LOG_FILE_NAME): New global.
10076         (TextReporter.__init__): Initialize self.txt_sum.
10077         (TextReporter.report): Add support for multiple data-points.
10078         Move report to perftest.sum, put raw data in perftest.log.
10079         (TextReporter.start): Open sum and log files.
10080         (TextReporter.end): Close sum and log files.
10081         * gdb.perf/lib/perftest/testresult.py
10082         (SingleStatisticTestResult.record): Handle multiple data-points.
10083
10084 2015-07-31  Pedro Alves  <palves@redhat.com>
10085
10086         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10087         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10088         kill_wait_spawned_process instead of explicit "kill -9".
10089         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10090         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10091         kill_wait_spawned_process.
10092         * gdb.base/attach-twice.exp: Likewise.
10093         * gdb.base/attach.exp: Likewise.
10094         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10095         gdb_test_multiple.
10096         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10097         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10098         kill_wait_spawned_process.
10099         * gdb.base/valgrind-infcall.exp: Likewise.
10100         * gdb.multi/multi-attach.exp: Likewise.
10101         * gdb.python/py-prompt.exp: Likewise.
10102         * gdb.python/py-sync-interp.exp: Likewise.
10103         * gdb.server/ext-attach.exp: Likewise.
10104         * gdb.threads/attach-into-signal.exp (corefunc): Use
10105         spawn_wait_for_attach, spawn_id_get_pid and
10106         kill_wait_spawned_process.
10107         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10108         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
10109         spawn_id_get_pid and kill_wait_spawned_process.
10110         * gdb.threads/attach-stopped.exp (corefunc): Use
10111         spawn_wait_for_attach, spawn_id_get_pid and
10112         kill_wait_spawned_process.
10113         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10114         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10115         kill_wait_spawned_process instead of explicit "kill -9".
10116         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10117         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10118         (spawn_wait_for_attach): Use spawn instead of exec to spawn
10119         processes.  Don't map cygwin/windows pids here.  Now returns a
10120         spawn id list.
10121
10122 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10123
10124         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10125         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10126         correct patch.
10127
10128 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10129
10130         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10131
10132 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10133
10134         Reapply:
10135         2014-05-21  Mark Wielaard  <mjw@redhat.com>
10136
10137         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10138
10139 2015-07-30  Pedro Alves  <palves@redhat.com>
10140
10141         * linux-low.c (handle_extended_wait): Set the child's last
10142         reported status to TARGET_WAITKIND_STOPPED.
10143
10144 2015-07-30  Pedro Alves  <palves@redhat.com>
10145
10146         PR threads/18600
10147         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10148         only shows inferior 1.
10149
10150 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
10151             Pedro Alves  <palves@redhat.com>
10152
10153         PR threads/18600
10154         * gdb.threads/fork-plus-threads.c: New file.
10155         * gdb.threads/fork-plus-threads.exp: New file.
10156
10157 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10158
10159         * gdb.base/batch-preserve-term-settings.exp
10160         (test_terminal_settings_preserved_after_cli_exit): Use
10161         send_quit_command.
10162
10163 2015-07-29  Pedro Alves  <palves@redhat.com>
10164             Don Breazeal  <donb@codesourcery.com>
10165
10166         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10167         output from both inferior_spawn_id and gdb_spawn_id.
10168
10169 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10170
10171         * gdb.threads/attach-into-signal.exp (corefunc): Use
10172         with_test_prefix on nested loops, uniquefying the test messages.
10173
10174 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10175
10176         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10177         commit.
10178
10179 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10180
10181         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10182         New proc.
10183         (test_terminal_settings_preserved_after_sigterm): New test.
10184
10185 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10186
10187         * gdb.base/batch-preserve-term-settings.exp
10188         (test_terminal_settings_preserved_after_cli_exit): New test.
10189
10190 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10191
10192         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10193         manipulation of saved_gdbflags.
10194         (test_terminal_settings_preserved): Remove global declaration of
10195         the unused variable pagination_prompt.  Remove manipulation of
10196         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
10197         GDBFLAGS.
10198
10199 2015-07-29  Pedro Alves  <palves@redhat.com>
10200
10201         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10202
10203 2015-07-29  Pedro Alves  <palves@redhat.com>
10204
10205         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10206         at the top.
10207
10208 2015-07-29  Pedro Alves  <palves@redhat.com>
10209
10210         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10211         (main): Call gdb_unbuffer_output.
10212         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10213         (main): Call gdb_unbuffer_output.
10214         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10215         (main): Call gdb_unbuffer_output.
10216         * gdb.base/call-strs.exp: Adjust to step over the
10217         gdb_unbuffer_output call.
10218         * gdb.base/catch-gdb-caused-signals.c: Include
10219         "../lib/unbuffer_output.c".
10220         (main): Call gdb_unbuffer_output.
10221         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10222         (main): Call gdb_unbuffer_output.
10223         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10224         (main): Call gdb_unbuffer_output.
10225         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10226         (main): Call gdb_unbuffer_output.
10227         * gdb.base/shlib-call.exp: Adjust to step over the
10228         gdb_unbuffer_output call.
10229         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10230         (main): Call gdb_unbuffer_output.
10231         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10232         (main): Call gdb_unbuffer_output.
10233         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10234         (main): Rename to ...
10235         (test): ... this.
10236         (main): Reimplement.
10237         * gdb.base/varargs.exp: Run to test instead of to main.
10238         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10239         (main): Call gdb_unbuffer_output.
10240
10241 2015-07-29  Pedro Alves  <palves@redhat.com>
10242
10243         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10244         factore out from mi_continue_dprintf.  For call-style dprintfs,
10245         expect dprintf output out of $inferior_spawn_id.
10246         (mi_continue_dprintf): Use mi_expect_dprintf.
10247         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10248         (main): Call gdb_unbuffer_output.
10249
10250 2015-07-29  Pedro Alves  <palves@redhat.com>
10251
10252         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10253         (default_mi_gdb_start): Set inferior_spawn_id instead of
10254         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
10255         gdb_spawn_id.
10256         (mi_gdb_test): Always expect inferior output from both
10257         $inferior_spawn_id and $gdb_spawn_id.
10258
10259 2015-07-29  Pedro Alves  <palves@redhat.com>
10260
10261         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
10262         send_inferior and $inferior_spawn_id.
10263
10264 2015-07-29  Pedro Alves  <palves@redhat.com>
10265
10266         * gdb.gdb/complaints.exp (test_initial_complaints)
10267         (test_serial_complaints, test_short_complaints): Use
10268         gdb_test_stdio.
10269         (test_empty_complaint): Handle $inferior_spawn_id !=
10270         $gdb_spawn_id.
10271
10272 2015-07-29  Pedro Alves  <palves@redhat.com>
10273
10274         * gdb.base/varargs.exp: Use gdb_test_stdio.
10275
10276 2015-07-29  Pedro Alves  <palves@redhat.com>
10277
10278         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10279
10280 2015-07-29  Pedro Alves  <palves@redhat.com>
10281
10282         * gdb.base/ending-run.exp: Use gdb_test_stdio.
10283
10284 2015-07-29  Pedro Alves  <palves@redhat.com>
10285
10286         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10287         parameter into two new parameters, "inf_result" and "gdb_result".
10288         Expect inferior output and gdb output from $inferior_spawn_id and
10289         $gdb_spawn_id, respectively.  Adjust all callers.
10290
10291 2015-07-29  Pedro Alves  <palves@redhat.com>
10292
10293         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10294         of gdb_test_sequence.
10295
10296 2015-07-29  Pedro Alves  <palves@redhat.com>
10297
10298         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10299         (saw_spurious_output): Expect inferior output from
10300         $inferior_spawn_id.  Use gdb_test_stdio.
10301
10302 2015-07-29  Pedro Alves  <palves@redhat.com>
10303
10304         * gdb.base/dprintf.exp: Use standard_testfile.  Change
10305         prepare_for_testing call.
10306         (srcfile): Don't set.
10307         (restart): New procedure.
10308         (test_dprintf): New procecure, use to continue over dprintfs.
10309         (test_call, test_agent): New procedures, tests moved here.
10310         Restart gdb and recreate dprintfs.  Adjust expected output.
10311
10312 2015-07-29  Pedro Alves  <palves@redhat.com>
10313
10314         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10315
10316 2015-07-29  Pedro Alves  <palves@redhat.com>
10317
10318         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10319
10320 2015-07-29  Pedro Alves  <palves@redhat.com>
10321
10322         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10323         gdb_test_stdio.
10324
10325 2015-07-29  Pedro Alves  <palves@redhat.com>
10326
10327         * lib/gdb.exp (gdb_test_stdio): New procedure.
10328
10329 2015-07-29  Pedro Alves  <palves@redhat.com>
10330
10331         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10332
10333 2015-07-29  Pedro Alves  <palves@redhat.com>
10334
10335         * gdb.base/call-signal-resume.exp: Remove check for
10336         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
10337         * gdb.base/unwindonsignal.exp: Likewise.
10338         * gdb.base/call-signals.c (gen_signal): Remove printf call.
10339         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10340
10341 2015-07-29  Pedro Alves  <palves@redhat.com>
10342
10343         * gdb.base/siginfo-addr.c (pass): New function.
10344         (handler): Call it iff si_addr is correct.
10345         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10346         Set a breakpoint at "pass" and continue to it.
10347
10348 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
10349
10350         * gdb.python/py-objfile.exp: Make some tests have unique names.
10351         * gdb.python/py-pp-registration.exp: Likewise.
10352
10353 2015-07-28  Pedro Alves  <palves@redhat.com>
10354
10355         * gdb.server/server-exec-info.exp: Issue a "disconnect".
10356
10357 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10358
10359         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10360
10361 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10362
10363         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10364
10365 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
10366
10367         * gdb.base/gdb-sigterm-2.exp: New test.
10368
10369 2015-07-25  Doug Evans  <xdje42@gmail.com>
10370
10371         Revert:
10372         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10373         (workers/%.worker, build-perf): New rule.
10374         (GDB_PERFTEST_MODE): New variable.
10375         (check-perf): Use it.
10376         (clean): Clean up gdb.perf parallel build subdirs.
10377         * lib/build-piece.exp: New file.
10378         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10379         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10380         name.
10381         (standard_temp_file): Ditto.
10382         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10383         of $GDB_PARALLEL.
10384
10385 2015-07-24  Doug Evans  <dje@google.com>
10386
10387         * gdb.perf/lib/perftest/utils.py: New file.
10388         * gdb.perf/gm-hello.cc: New file.
10389         * gdb.perf/gm-pervasive-typedef.cc: New file.
10390         * gdb.perf/gm-pervasive-typedef.h: New file.
10391         * gdb.perf/gm-std.cc: New file.
10392         * gdb.perf/gm-std.h: New file.
10393         * gdb.perf/gm-use-cerr.cc: New file.
10394         * gdb.perf/gm-utils.h: New file.
10395         * gdb.perf/gmonster-null-lookup.py: New file.
10396         * gdb.perf/gmonster-pervasive-typedef.py: New file.
10397         * gdb.perf/gmonster-print-cerr.py: New file.
10398         * gdb.perf/gmonster-ptype-string.py: New file.
10399         * gdb.perf/gmonster-runto-main.py: New file.
10400         * gdb.perf/gmonster-select-file.py: New file.
10401         * gdb.perf/gmonster1-null-lookup.exp: New file.
10402         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10403         * gdb.perf/gmonster1-print-cerr.exp: New file.
10404         * gdb.perf/gmonster1-ptype-string.exp: New file.
10405         * gdb.perf/gmonster1-runto-main.exp: New file.
10406         * gdb.perf/gmonster1-select-file.exp: New file.
10407         * gdb.perf/gmonster1.cc: New file.
10408         * gdb.perf/gmonster1.exp: New file.
10409         * gdb.perf/gmonster2-null-lookup.exp: New file.
10410         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10411         * gdb.perf/gmonster2-print-cerr.exp: New file.
10412         * gdb.perf/gmonster2-ptype-string.exp: New file.
10413         * gdb.perf/gmonster2-runto-main.exp: New file.
10414         * gdb.perf/gmonster2-select-file.exp: New file.
10415         * gdb.perf/gmonster2.cc: New file.
10416         * gdb.perf/gmonster2.exp: New file.
10417
10418 2015-07-24  Doug Evans  <dje@google.com>
10419
10420         * gdb.perf/README: New file.
10421         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10422         * lib/gen-perf-test.exp: New file.
10423
10424 2015-07-24  Doug Evans  <dje@google.com>
10425
10426         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10427         (PerfTest::startup): New function.
10428         (PerfTest::run): Return result of calling body.
10429         (PerfTest::assemble): Rewrite.
10430         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10431         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10432         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10433         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10434         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10435
10436 2015-07-24  Doug Evans  <dje@google.com>
10437
10438         * lib/gdb.exp (clean_restart): Make executable optional.
10439
10440 2015-07-24  Doug Evans  <dje@google.com>
10441
10442         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10443         compiler_info references.
10444         * gdb.cp/temargs.exp: Ditto.
10445         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10446         (get_compiler_info): Early exit if already computed.  Set compiler_info
10447         to "unknown" if there was a problem.
10448         (test_compiler_info): Add function comment.  Call get_compiler_info.
10449
10450 2015-07-24  Doug Evans  <dje@google.com>
10451
10452         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10453         (workers/%.worker, build-perf): New rule.
10454         (GDB_PERFTEST_MODE): New variable.
10455         (check-perf): Use it.
10456         (clean): Clean up gdb.perf parallel build subdirs.
10457         * lib/build-piece.exp: New file.
10458         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10459         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10460         name.
10461         (standard_temp_file): Ditto.
10462         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10463         of $GDB_PARALLEL.
10464
10465 2015-07-24  Doug Evans  <dje@google.com>
10466
10467         * lib/future.exp (gdb_default_target_compile): New option
10468         "early_flags".
10469         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10470         --as-needed.
10471
10472 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
10473
10474         * gdb.base/catch-syscall.exp: Call gdb_exit before
10475         gdb_skip_xml_test.
10476
10477 2015-07-24  Pedro Alves  <palves@redhat.com>
10478
10479         * gdb.python/py-events.exp: Accept output between the stop event
10480         and the prompt.
10481         * gdb.python/py-evsignal.exp: Likewise.
10482         * gdb.python/py-evthreads.exp: Likewise.
10483
10484 2015-07-24  Pedro Alves  <palves@redhat.com>
10485
10486         PR gdb/18717
10487         * gdb.threads/non-ldr-exit.c: New file.
10488         * gdb.threads/non-ldr-exit.exp: New file.
10489
10490 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10491
10492         * gdb.server/ext-wrapper.exp: Test --wrapper option when
10493         restarting process.
10494
10495 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10496
10497         * gdb.server/ext-restart.exp: New file.
10498
10499 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10500
10501         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10502         argument options.
10503         * gdb.server/ext-wrapper.exp: New file.
10504
10505 2015-07-23  Doug Evans  <dje@google.com>
10506
10507         * gdb.dwarf2/dw2-dummy-cu.S: New file.
10508         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10509
10510 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10511
10512         * gdb.ada/var_arr_typedef.exp: New testcase.
10513         * gdb.ada/var_arr_typedef/pack.adb: New file.
10514         * gdb.ada/var_arr_typedef/pack.ads: New file.
10515         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10516
10517 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
10518
10519         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10520
10521 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10522
10523         * gdb.arch/i386-biarch-core.exp: Replace istarget
10524         by "complete set gnutarget". Remove expectation for the "core-file"
10525         command.
10526
10527 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10528
10529         Revert the previous commit:
10530         Tests for validate symbol file using build-id.
10531
10532 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
10533
10534         Tests for validate symbol file using build-id.
10535         * gdb.base/solib-mismatch-lib.c: New file.
10536         * gdb.base/solib-mismatch-libmod.c: New file.
10537         * gdb.base/solib-mismatch.c: New file.
10538         * gdb.base/solib-mismatch.exp: New file.
10539
10540 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
10541
10542         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10543         nios2-*-linux*.
10544         * gdb.base/sigbpt.exp (stepi_out): Likewise.
10545         * gdb.base/siginfo.exp: Likewise.
10546         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10547
10548 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
10549
10550         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10551         Move it to ...
10552         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10553         ... here.
10554         * gdb.trace/range-stepping.exp: Check that the target supports
10555         range stepping.
10556
10557 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10558
10559         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10560
10561 2015-07-14  Pedro Alves  <palves@redhat.com>
10562
10563         * gdb.base/killed-outside.exp: New file.
10564         * gdb.base/killed-outside.c: New file.
10565
10566 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10567
10568         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10569         (n at main): New.
10570         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10571
10572 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10573
10574         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10575         infcall tests instead of setting up for KFAIL.
10576
10577 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
10578
10579         * gdb.btrace/record_goto-step.exp: New.
10580
10581 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10582
10583         PR compile/18484
10584         * gdb.compile/compile.c (struct struct_type): Add volatile to
10585         selffield's type.
10586         * gdb.compile/compile.exp
10587         (compile code struct_object.selffield = &struct_object): Skip further
10588         struct_object tests if this one xfails.
10589
10590 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
10591
10592         PR exp/18617
10593         * gdb.trace/ax.exp: Add test.
10594
10595 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10596
10597         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10598         instead of istarget "aarch64*-*-*".
10599         * gdb.arch/aarch64-fp.exp: Likewise.
10600         * gdb.base/float.exp: Likewise.
10601         * gdb.reverse/aarch64.exp: Likewise.
10602         * lib/gdb.exp (is_aarch64_target): New proc.
10603
10604 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10605
10606         * lib/gdb.exp (is_aarch32_target): New proc.
10607         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10608         instead of "istarget "arm*-*-*"".
10609         * gdb.arch/arm-disp-step.exp: Likewise.
10610         * gdb.arch/thumb-bx-pc.exp: Likewise.
10611         * gdb.arch/thumb-prologue.exp: Likewise.
10612         * gdb.arch/thumb-singlestep.exp: Likewise.
10613         * gdb.base/disp-step-syscall.exp: Likewise.
10614         * gdb.base/float.exp: Likewise.
10615
10616 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10617
10618         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10619         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10620
10621 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10622
10623         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10624         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10625         if it exists.
10626         * gdb.multi/multi-arch.exp: Likewise.
10627
10628 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
10629
10630         * gdb.python/py-lazy-string.exp: Add missing parentheses to
10631         print.
10632
10633 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10634
10635         * gdb.arch/thumb-singlestep.exp: Do one more single step.
10636
10637 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
10638
10639         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10640         '[' and ']' characters.
10641
10642 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10643
10644         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10645
10646 2015-06-29  Pedro Alves  <palves@redhat.com>
10647
10648         PR threads/18127
10649         * gdb.threads/hand-call-new-thread.c: New file.
10650         * gdb.threads/hand-call-new-thread.c: New file.
10651
10652 2015-06-26  Keith Seitz  <keiths@redhat.com>
10653             Doug Evans  <dje@google.com>
10654
10655         PR 16253
10656         * gdb.cp/var-tag-2.cc: New file.
10657         * gdb.cp/var-tag-3.cc: New file.
10658         * gdb.cp/var-tag-4.cc: New file.
10659         * gdb.cp/var-tag.cc: New file.
10660         * gdb.cp/var-tag.exp: New file.
10661
10662 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10663
10664         * gdb.base/history-duplicates.exp: New test.
10665
10666 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10667
10668         * gdb.base/completion.exp: Test the completion of the "focus"
10669         command.
10670
10671 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10672
10673         * gdb.arch/amd64-prologue-skip.S: New file.
10674         * gdb.arch/amd64-prologue-skip.exp: New file.
10675
10676 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10677
10678         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10679         is_address_zero_readable check.
10680
10681 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10682
10683         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10684         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10685
10686 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10687
10688         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10689         linux targets.
10690
10691 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10692
10693         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10694         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10695         * gdb.base/siginfo-thread.exp: Likewise.
10696
10697 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10698
10699         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10700
10701 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10702
10703         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10704         aarch64*-*-*.
10705         (skip_hw_watchpoint_tests): Likewise.
10706
10707 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10708
10709         * gdb.base/gdbinit-history.exp: Test the interaction between
10710         setting GDBHISTSIZE and setting the history size via .gdbinit.
10711
10712 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10713
10714         PR gdb/16999
10715         * gdb.base/gdbhistsize-history.exp: New test.
10716
10717 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10718
10719         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10720         with GDBHISTSIZE.
10721         * gdb.base/readline.exp: Likewise.
10722
10723 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10724
10725         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10726         line.
10727
10728 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10729
10730         * gdb.base/gdbinit-history.exp: Add test case to check that
10731         an unlimited history file does not get truncated on exit.
10732
10733 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10734
10735         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10736         (VECTOR): New macro.  Use it...
10737         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10738         ...for these typedefs.
10739         (int8, char1, int1, double1): New typedefs.
10740         (struct just_int2, struct two_int2): New structures.
10741         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10742         (add_structvecs, add_singlevecs): New functions.
10743         (main): Call add_some_intvecs twice.
10744         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10745         the compile and exit upon failure.  Try compiling for the "native"
10746         architecture.  Test inferior function calls with vector arguments
10747         and vector return value handling with "finish" and "return".
10748
10749 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10750
10751         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10752         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10753         PE file.
10754         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10755
10756 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10757
10758         PR breakpoints/16465
10759         * gdb.mi/mi-dprintf-pending.c: New file.
10760         * gdb.mi/mi-dprintf-pending.exp: New test.
10761         * gdb.mi/mi-dprintf-pendshr.c: New file.
10762
10763 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10764             Mircea Gherzan  <mircea.gherzan@intel.com>
10765
10766         * gdb.arch/i386-mpx-map.c: New file.
10767         * gdb.arch/i386-mpx-map.exp: New File.
10768
10769 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10770
10771         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10772         * gdb.arch/i386-mpx.exp: Indentation fixed.
10773
10774 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10775
10776         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10777         function and improved indentation.
10778         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10779         gdb_test_multiple. Added additional tests to skip the test.
10780
10781 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10782
10783         * gdb.arch/i386-avx512.c: Change path in include file.
10784         * gdb.arch/i386-avx512.exp: Change include dir path
10785         compilation flag.
10786         * gdb.arch/i386-mpx.c: Change path in include file.
10787         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10788         flag.
10789
10790 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10791
10792         * gdb.compile/compile-print.exp (compile print *vararray@3)
10793         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10794
10795 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10796
10797         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10798         (do not keep jit in memory): ... this.
10799         (expect 5): Change it to ...
10800         (expect no 5): ... this.
10801
10802 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10803
10804         PR gdb/15564
10805         * gdb.mi/mi-detach.exp: New file.
10806
10807 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10808
10809         PR symtab/18392
10810         * gdb.arch/amd64-tailcall-self.S: New file.
10811         * gdb.arch/amd64-tailcall-self.c: New file.
10812         * gdb.arch/amd64-tailcall-self.exp: New file.
10813
10814 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10815
10816         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10817         tests for remote targets by checking is_target_gdbserver.
10818
10819 2015-05-27  Doug Evans  <dje@google.com>
10820
10821         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10822         * gdb.dwarf2/opaque-type-lookup.c: New file.
10823         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10824
10825 2015-05-26  Doug Evans  <dje@google.com>
10826
10827         * gdb.cp/iostream.cc: New file.
10828         * gdb.cp/iostream.exp: New file.
10829
10830 2015-05-26  Doug Evans  <dje@google.com>
10831
10832         * gdb.dwarf2/dw2-op-call.exp: Update.
10833         * gdb.dwarf2/dw4-sig-types.exp: Update.
10834         * gdb.dwarf2/implptr.exp: Update.
10835         * gdb.mi/mi-cmd-param-changed.exp: Update.
10836
10837 2015-05-26  Doug Evans  <dje@google.com>
10838
10839         * gdb.python/py-lazy-string.c: New file.
10840         * gdb.python/py-lazy-string.exp: New file.
10841         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10842         (main): Update.  Add estring3.
10843         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10844         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10845
10846 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10847             Yao Qi  <yao.qi@linaro.org>
10848
10849         * gdb.reverse/aarch64.c: New.
10850         * gdb.reverse/aarch64.exp: New.
10851
10852 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10853
10854         * lib/gdb.exp (supports_process_record): Return true for
10855         aarch64*-linux*.
10856         (supports_reverse): Likewise.
10857
10858 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10859
10860         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10861         Use with_test_prefix.
10862
10863 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10864
10865         * gdb.base/completion.exp: Add test for completion of layout
10866         names.
10867
10868 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10869
10870         * lib/gdb.exp (skip_tui_tests): New proc.
10871         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10872
10873 2015-05-19  Pedro Alves  <palves@redhat.com>
10874
10875         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10876         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10877         the environment while testing.  Restore whole environment
10878         afterwards.
10879
10880 2015-05-16  Doug Evans  <xdje42@gmail.com>
10881
10882         * gdb.guile/scm-ports.c: New file.
10883         * gdb.guile/scm-ports.exp: Add memory port tests.
10884
10885 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10886
10887         * gdb.compile/compile-print.c: New file.
10888         * gdb.compile/compile-print.exp: New file.
10889
10890 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10891
10892         * gdb.compile/compile-ops.exp: Cast param to void.
10893         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10894         (compile code struct_object.selffield = &struct_object): Add xfail.
10895
10896 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10897
10898         * gdb.ada/arr_enum_with_gap: New testcase.
10899
10900 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10901
10902         * gdb.ada/byte_packed_arr: New testcase.
10903
10904 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10905
10906         * gdb.ada/pckd_neg: New testcase.
10907
10908 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10909
10910         PR gdb/17820
10911         * gdb.base/gdbinit-history.exp: New test.
10912         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10913         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10914
10915 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10916
10917         * gdb.python/py-xmethods.cc: Enhance test case.
10918         * gdb.python/py-xmethods.exp: New tests.
10919         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10920         function.
10921         (B_indexoper): Likewise.
10922         (global_dm_list) : Add new xmethod worker functions.
10923
10924 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10925
10926         * gdb.base/coredump-filter.exp: Correctly unset
10927         "coredump_var_addr" array.
10928
10929 2015-05-08  Pedro Alves  <palves@redhat.com>
10930
10931         * gdb.server/non-existing-program.exp: Unset spawn_id.
10932
10933 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10934
10935         PR python/18291
10936         * gdb.python/py-xmethods.exp: Add tests.
10937
10938 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10939
10940         PR gdb/18208
10941         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10942         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10943         function set_coredump_filter, and remove remote_exec call.
10944         Remove argument ipid.  Callers update.
10945         (top level): Don't get inferior's PID.
10946
10947 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10948
10949         * gdb.base/watch_thread_num.exp: Skip test on targets without
10950         access watchpoints.
10951
10952 2015-05-06  Pedro Alves  <palves@redhat.com>
10953
10954         PR server/18081
10955         * gdb.server/non-existing-program.exp: New file.
10956
10957 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10958
10959         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10960
10961 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10962
10963         * gdb.ada/out_of_line_in_inlined: New testcase.
10964
10965 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10966
10967         * gdb.ada/var_rec_arr: New testcase.
10968
10969 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10970
10971         * gdb.base/break-idempotent.exp: If
10972         skip_hw_watchpoint_multi_tests returns true, skip the tests
10973         on "rwatch" and "awatch".
10974
10975 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10976
10977         * gdb.base/relativedebug.exp: Invoke gdb command
10978         "info sharedlibrary", and if libc.so doesn't have debug info,
10979         skip the test.
10980
10981 2015-04-29  Doug Evans  <dje@google.com>
10982
10983         * gdb.python/py-xmethods.exp: Add ptype tests.
10984         * gdb.python/py-xmethods.py (E_method_char_worker): Add
10985         get_result_type method.
10986
10987 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10988
10989         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10990         the target does not support hardware watchpoints.
10991
10992 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10993
10994         * gdb.base/break-always.exp: Abort testing if writing to memory
10995         causes an error.
10996
10997 2015-04-28  Doug Evans  <dje@google.com>
10998
10999         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11000         * gdb.python/py-pp-registration.exp: ... here.  New file.
11001         * gdb.python/py-pp-registration.c: New file.
11002         * gdb.python/py-pp-registration.py: New file.
11003
11004 2015-04-28  Doug Evans  <dje@google.com>
11005
11006         * gdb.python/py-bad-printers.c: New file.
11007         * gdb.python/py-bad-printers.py: New file.
11008         * gdb.python/py-bad-printers.exp: New file.
11009
11010 2015-04-28  Sasha Smundak  <asmundak@google.com>
11011
11012         * gdb.python/py-type.exp: New test.
11013
11014 2015-04-28  Andy Wingo  <wingo@igalia.com>
11015
11016         * gdb.python/py-parameter.exp:
11017         * gdb.guile/scm-parameter.exp: Escape the path that we are
11018         matching against, as it might contain characters that are special
11019         to regular expressions.
11020
11021 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
11022
11023         * gdb.ada/rec_comp: New testcase.
11024
11025 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
11026
11027         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11028         before using it.
11029
11030 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
11031
11032         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
11033         new tests for verilog output.
11034
11035 2015-04-24  Yao Qi  <yao.qi@linaro.org>
11036
11037         * boards/remote-gdbserver-on-localhost.exp: New file.
11038
11039 2015-04-23  Pedro Alves  <palves@redhat.com>
11040
11041         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11042         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
11043         "end of file", remove $inferior_spawn_id from the indirect list.
11044
11045 2015-04-23  Pedro Alves  <palves@redhat.com>
11046
11047         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11048
11049 2015-04-23  Pedro Alves  <palves@redhat.com>
11050
11051         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11052         on $any_spawn_id instead of only on $gdb_spawn_id.
11053
11054 2015-04-21  Pierre Muller  <muller@sourceware.org>
11055
11056         PR pascal/17815
11057         * lib/pascal.exp (gpc_compile): Add new option "class".
11058         (fpc_compile): Likewise.
11059         * gdb.pascal/case-insensitive-symbols.pas: New file.
11060         * gdb.pascal/case-insensitive-symbols.exp: New file.
11061
11062 2015-04-20  Gary Benson <gbenson@redhat.com>
11063
11064         * gdb.base/attach.exp: Fix three extended remote failures.
11065
11066 2015-04-17  Gary Benson <gbenson@redhat.com>
11067
11068         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11069         the main executable over the remote protocol.
11070
11071 2015-04-16  Pedro Alves  <palves@redhat.com>
11072
11073         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11074         a new gdbserver if gdbserver_reconnect_p is set.
11075
11076 2015-04-16  Pedro Alves  <palves@redhat.com>
11077
11078         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11079         is set, don't exit gdbserver.
11080
11081 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11082
11083         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11084         appropriate .insn, such that an older assembler can be used.
11085         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11086         the z/Architecture instruction set on 31-bit targets as well.
11087
11088 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11089
11090         * gdb.go/handcall.exp: Remove all logic related to the first
11091         breakpoint and rely on go_runto_main instead.
11092         * gdb.go/strings.exp: Likewise.
11093         * gdb.go/unsafe.exp: Likewise.
11094         * gdb.go/hello.exp: Likewise.  Also rename the remaining
11095         breakpoint marker to "breakpoint 1".
11096         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11097         * gdb.go/strings.go: Likewise.
11098         * gdb.go/unsafe.go: Likewise.
11099         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
11100         "set breakpoint 2 here" and rename the remaining breakpoint marker
11101         to "breakpoint 1".
11102
11103 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
11104
11105         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11106         if itertools.imap is not present.
11107         * gdb.python/py-objfile.exp: Add parentheses.
11108         * gdb.python/py-type.exp: Same.
11109         * gdb.python/py-unwind-maint.py: Same.
11110
11111 2015-04-15  Yao Qi  <yao.qi@linaro.org>
11112
11113         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11114         of ":$ptr_size" and set its form explicitly.
11115
11116 2015-04-15  Pedro Alves  <palves@redhat.com>
11117             Yao Qi  <yao.qi@linaro.org>
11118
11119         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11120         timeout by factor of 4.
11121         (test_regular_watch): Likewise.
11122         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11123         * gdb.reverse/sigall-reverse.exp: Likewise.
11124         * gdb.reverse/until-precsave.exp: Likewise.
11125         * lib/gdb.exp (with_timeout_factor): New proc.
11126         (gdb_expect): Move some code to ...
11127         (get_largest_timeout): ... here.  New procedure.
11128
11129 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
11130
11131         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11132
11133 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11134
11135         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11136         to write to the .text section.
11137
11138 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11139
11140         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11141         Handle the case of targets that do not provide PID information.
11142
11143 2015-04-13  Yao Qi  <yao.qi@linaro.org>
11144
11145         * lib/gdbserver-support.exp (gdb_exit): Catch exception
11146         and use expect instead of gdb_expect.
11147
11148 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
11149
11150         * gdb.base/coredump-filter.exp: Rename variable "addr" to
11151         "coredump_var_addr" to avoid naming conflict with other testcases.
11152
11153 2015-04-10  Pedro Alves  <palves@redhat.com>
11154
11155         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11156         gdb_test_sequence and gdb_assert.
11157
11158 2015-04-10  Pedro Alves  <palves@redhat.com>
11159
11160         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11161         test messages that don't include the breakpoint address.
11162
11163 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11164
11165         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11166         false for some offset and width combinations which aren't
11167         supported by linux kernel.
11168
11169 2015-04-10  Pedro Alves  <palves@redhat.com>
11170
11171         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11172         procedure, factored out from ...
11173         (top level): ... here.  Add "set displaced-stepping" testing axis.
11174         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11175         parameter "displaced".  Use it.
11176         (top level): Use foreach and add "set displaced-stepping" testing
11177         axis.
11178
11179 2015-04-10  Pedro Alves  <palves@redhat.com>
11180
11181         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11182         Remove comment.
11183         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11184         both the address of the instruction that triggers the watchpoint
11185         and the address of the instruction immediately after, and use
11186         those addresses for the test.  Fix comment.
11187
11188 2015-04-10  Pedro Alves  <palves@redhat.com>
11189
11190         * gdb.base/sigstep.exp (breakpoint_to_handler)
11191         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
11192         Test "backtrace" in handler.
11193         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
11194         (top level): Add new "displaced" test axis to
11195         breakpoint_to_handler, breakpoint_to_handler_entry and
11196         breakpoint_over_handler.
11197
11198 2015-04-10  Pedro Alves  <palves@redhat.com>
11199
11200         PR gdb/18216
11201         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11202
11203 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11204
11205         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11206         (test_add_rn_pc): New function.
11207         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11208         (top level): Invoke test_add_rn_pc.
11209
11210 2015-04-10  Pedro Alves  <palves@redhat.com>
11211
11212         PR gdb/13858
11213         * gdb.base/step-over-no-symbols.exp: New file.
11214
11215 2015-04-09  Andy Wingo  <wingo@igalia.com>
11216
11217         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11218         after the Python tests.
11219
11220 2015-04-08  Keith Seitz  <keiths@redhat.com>
11221
11222         PR python/16699
11223         * gdb.python/py-completion.exp: New tests for completion.
11224         * gdb.python/py-completion.py (CompleteLimit1): New class.
11225         (CompleteLimit2): Likewise.
11226         (CompleteLimit3): Likewise.
11227         (CompleteLimit4): Likewise.
11228         (CompleteLimit5): Likewise.
11229         (CompleteLimit6): Likewise.
11230         (CompleteLimit7): Likewise.
11231
11232 2015-04-08  Pedro Alves  <palves@redhat.com>
11233
11234         PR gdb/18214
11235         PR gdb/18216
11236         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11237         function.
11238         (main): Install it as SIGUSR1 handler.
11239         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11240         parameter.  Always use "setup" as prefix.  Toggle "set
11241         displaced-stepping" off/on depending on global.  Don't switch to
11242         thread 1 here.
11243         (top level): Add displaced stepping "off/on" test axis.  Update
11244         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
11245         continuing with a queued signal in each thread.
11246
11247 2015-04-08  Pedro Alves  <palves@redhat.com>
11248
11249         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11250         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
11251         gdb_breakpoint instead of gdb_test that doesn't expect anything.
11252         Return early if running to main fails.
11253         * gdb.trace/while-stepping.exp: Likewise.
11254
11255 2015-04-07  Pedro Alves  <palves@redhat.com>
11256
11257         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11258         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
11259         interact with inferior program.
11260
11261 2015-04-07  Pedro Alves  <palves@redhat.com>
11262
11263         * lib/gdb.exp (inferior_spawn_id): New global.
11264         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
11265         spawn id after processing the user code.
11266         (default_gdb_start): Set inferior_spawn_id.
11267         (send_inferior): New procedure.
11268         * lib/gdbserver-support.exp (gdbserver_start): Set
11269         inferior_spawn_id.
11270         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11271
11272 2015-04-07  Pedro Alves  <palves@redhat.com>
11273
11274         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11275         * lib/gdbserver-support.exp (gdbserver_start): Make
11276         $server_spawn_id global.
11277         (gdbserver_start): Don't wait for gdbserver's spawn id with
11278         expect_background.
11279         (close_gdbserver): New procedure.
11280         (gdb_exit): Rename the default version and reimplement.
11281
11282 2015-04-07  Pedro Alves  <palves@redhat.com>
11283
11284         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11285         append the substituted item, not the original item.
11286
11287 2015-04-07  Pedro Alves  <palves@redhat.com>
11288
11289         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11290         gdb_expect.
11291
11292 2015-04-07  Pedro Alves  <palves@redhat.com>
11293
11294         * gdb.base/interrupt.exp: Don't handle the case of the inferior
11295         output appearing once only.
11296
11297 2015-04-07  Pedro Alves  <palves@redhat.com>
11298
11299         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11300         that doesn't expect anything.  Return early if running to main
11301         fails.
11302
11303 2015-04-07  Yao Qi  <yao.qi@linaro.org>
11304
11305         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11306         (child_function): Call alarm.
11307         (main): Move call to alarm into the loop.
11308         * gdb.threads/non-stop-fair-events.exp: Build program with
11309         -DTIMEOUT=$timeout.
11310
11311 2015-04-06  Doug Evans  <xdje42@gmail.com>
11312
11313         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11314         Fix dest parameter to board_info.
11315         (fpc_compile): Ditto.
11316         (gdb_compile_pascal): Rename dest arg to destfile.
11317
11318 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
11319
11320         * gdb.ada/funcall_ref.exp: New file.
11321         * gdb.ada/funcall_ref/foo.adb: New file.
11322
11323 2015-04-02  Yao Qi  <yao.qi@linaro.org>
11324
11325         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11326         is remote.
11327
11328 2015-04-02  Gary Benson <gbenson@redhat.com>
11329
11330         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11331
11332 2015-04-01  Sasha Smundak  <asmundak@google.com>
11333
11334         * gdb.python/py-unwind-maint.c: New file.
11335         * gdb.python/py-unwind-maint.exp: New test.
11336         * gdb.python/py-unwind-maint.py: New file.
11337         * gdb.python/py-unwind.c: New file.
11338         * gdb.python/py-unwind.exp: New test.
11339         * gdb.python/py-unwind.py: New test.
11340
11341 2015-04-01  Pedro Alves  <palves@redhat.com>
11342
11343         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11344         to fail instead of non-existent $test.
11345
11346 2015-04-01  Pedro Alves  <palves@redhat.com>
11347
11348         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11349         GDBFLAGS if not empty.
11350
11351 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
11352
11353         * gdb.ada/complete.exp: Remove "multi_line".
11354         * gdb.ada/info_exc.exp: Remove "multi_line".
11355         * gdb.ada/packed_tagged.exp: Remove "multi_line".
11356         * gdb.ada/ptype_field.exp: Remove "multi_line".
11357         * gdb.ada/sym_print_name.exp: Remove "multi_line".
11358         * gdb.ada/tagged.exp: Remove "multi_line".
11359         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11360         [multi_line ...]
11361         * gdb.btrace/delta.exp: Likewise.
11362         * gdb.btrace/exception.exp: Likewise.
11363         * gdb.btrace/function_call_history.exp: Likewise.
11364         * gdb.btrace/instruction_history.exp: Likewise.
11365         * gdb.btrace/nohist.exp: Likewise.
11366         * gdb.btrace/record_goto.exp: Likewise.
11367         * gdb.btrace/segv.exp: Likewise.
11368         * gdb.btrace/stepi.exp: Likewise.
11369         * gdb.btrace/tailcall.exp: Likewise.
11370         * gdb.btrace/unknown_functions.exp: Likewise.
11371         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11372         * lib/gdb.exp: Add the "multi_line" helper.
11373
11374 2015-04-01  Pedro Alves  <palves@redhat.com>
11375
11376         * gdb.threads/tid-reuse.c: New file.
11377         * gdb.threads/tid-reuse.exp: New file.
11378
11379 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
11380
11381         PR corefiles/16092
11382         * gdb.base/coredump-filter.c: New file.
11383         * gdb.base/coredump-filter.exp: Likewise.
11384
11385 2015-03-27  Petr Machata  <pmachata@redhat.com>
11386
11387         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11388         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11389         (Dwarf::assemble): Initialize them.
11390         (Dwarf::lines): New function.
11391
11392 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
11393
11394         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11395         SYMBOL_PREFIX for x86_64-*-cygwin.
11396
11397 2015-03-26  Andy Wingo  <wingo@igalia.com>
11398
11399         PR symtab/18148
11400         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11401         const_value but not a location.
11402         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11403         location defined in non-main CUs are visible.
11404
11405 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11406
11407         PR testsuite/18139
11408         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11409         Add a line number entry for the same line.
11410         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11411         Add a line number entry for the same line.
11412
11413 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11414
11415         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11416         .int 0.
11417         (func): Likewise.  Add .Lfunc_1 label.
11418         Use .Lfunc_1 label.
11419         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11420         .int 0.
11421         (func): Likewise.
11422         Use .Lfunc_1 label.
11423
11424 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11425
11426         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11427         Call gdb_compile instead to compile each .s files without debug
11428         information.
11429
11430 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11431
11432         * gdb.base/savedregs.exp (process_saved_regs): Make
11433         "Saved registers:" optional in the pattern.
11434
11435 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11436
11437         * gdb.btrace/next.exp: Merged into step.exp.
11438         * gdb.btrace/finish.exp: Merged into step.exp.
11439         * gdb.btrace/nexti.exp: Merged into stepi.exp.
11440         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
11441         "record goto" and checking the exact replay position.
11442         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
11443         check for "Recording format" in "info record" output.
11444         * gdb.btrace/record_goto.exp: Choose test file based on target.
11445         * gdb.btrace/x86-record_goto.S: Renamed into ...
11446         * gdb.btrace/x86_64-record_goto.S: ... this.
11447         * gdb.btrace/i686-record_goto.S: New.
11448         * gdb.btrace/x86-tailcall.S: Renamed into ...
11449         * gdb.btrace/x86_64-tailcall.S: ... this.
11450         * gdb.btrace/i686-tailcall.S: New.
11451         * gdb.btrace/x86-tailcall.c: Renamed into ...
11452         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
11453         separate statements.  Update test.
11454         * gdb.btrace/delta.exp: Use record_goto.c as test file.
11455         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11456         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11457         * gdb.btrace/tailcall.exp: Choose test file based on target.
11458         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11459
11460 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11461
11462         * gdb.btrace/exception.exp: Increase BTS buffer size.
11463
11464 2015-03-24  Pedro Alves  <palves@redhat.com>
11465
11466         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11467
11468 2015-03-24  Pedro Alves  <palves@redhat.com>
11469
11470         * gdb.threads/schedlock.exp (test_step): No longer expect that
11471         "set scheduler-locking step" with "next" over a function call runs
11472         threads unlocked.
11473
11474 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11475
11476         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11477
11478 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11479
11480         PR breakpoints/16466
11481         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11482         * gdb.mi/mi-pending.c (thread_func): New function.
11483         (int main): Add threading support required.
11484         * gdb.mi/mi-pending.exp: Add tests for this issue.
11485         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11486         (pendfunc2): Remove stdio dependency.
11487         * gdb.mi/mi-pendshr2.c: New file.
11488
11489 2015-03-23  Keith Seitz  <keiths@redhat.com>
11490
11491         * gdb.linespec/keywords.c: New file.
11492         * gdb.linespec/keywords.exp: New file.
11493
11494 2015-03-23  Keith Seitz  <keiths@redhat.com>
11495
11496         PR gdb/18021
11497         * gdb.dwarf2/staticvirtual.exp: New test.
11498
11499 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11500
11501         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11502         * README: Remove HP-UX and gdb.hp.
11503         (configuration):
11504         * configure: Regenerate.
11505         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11506         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11507         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11508         gdb.hp/gdb.defects/Makefile.
11509         * gdb.hp/Makefile.in: File deleted.
11510         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11511         * gdb.hp/gdb.aCC/optimize.c: File deleted.
11512         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11513         * gdb.hp/gdb.aCC/run.c: File deleted.
11514         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11515         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11516         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11517         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11518         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11519         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11520         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11521         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11522         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11523         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11524         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11525         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11526         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11527         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11528         * gdb.hp/gdb.base-hp/reg.s: File deleted.
11529         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11530         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11531         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11532         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11533         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11534         * gdb.hp/gdb.compat/Makefile.in: File deleted.
11535         * gdb.hp/gdb.compat/average.c: File deleted.
11536         * gdb.hp/gdb.compat/sum.c: File deleted.
11537         * gdb.hp/gdb.compat/xdb.c: File deleted.
11538         * gdb.hp/gdb.compat/xdb0.c: File deleted.
11539         * gdb.hp/gdb.compat/xdb0.h: File deleted.
11540         * gdb.hp/gdb.compat/xdb1.c: File deleted.
11541         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11542         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11543         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11544         * gdb.hp/gdb.defects/Makefile.in: File deleted.
11545         * gdb.hp/gdb.defects/bs14602.c: File deleted.
11546         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11547         * gdb.hp/gdb.defects/solib-d.c: File deleted.
11548         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11549         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11550         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11551         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11552         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11553         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11554         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11555         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11556         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11557         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11558         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11559         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11560         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11561         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11562         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11563         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11564         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11565         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11566         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11567         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11568         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11569         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11570         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11571         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11572         * gdb.hp/tools/odump: File deleted.
11573
11574 2015-03-19  Pedro Alves  <palves@redhat.com>
11575
11576         * gdb.threads/continue-pending-status.exp (saw_thread_2)
11577         (saw_thread_3): New globals.
11578         (top level): Increment them when an event for the corresponding
11579         thread is seen.
11580         (no thread starvation): New test.
11581
11582 2015-03-19  Pedro Alves  <palves@redhat.com>
11583
11584         * gdb.threads/continue-pending-status.c: New file.
11585         * gdb.threads/continue-pending-status.exp: New file.
11586
11587 2015-03-18  Pedro Alves  <palves@redhat.com>
11588
11589         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11590         Use gdb_is_target_remote instead of is_remote.  Use
11591         gdb_test_multiple instead of gdb_expect.  Exit early if
11592         gdb_test_multiple hits its internal matches.  Tighten stepi tests
11593         expected output.  Fail on exit with any signal, instead of just
11594         SIGILL.
11595
11596 2015-03-18  Yao Qi  <yao.qi@linaro.org>
11597
11598         PR tdep/18107
11599         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11600         variable.
11601         * gdb.base/catch-syscall.exp: Don't skip it on
11602         aarch64*-*-linux* target.  Remove elements in all_syscalls.
11603         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11604         target.
11605         (setup_all_syscalls): New proc.
11606
11607 2015-03-16  Yao Qi  <yao.qi@linaro.org>
11608
11609         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11610         (top level): Skip tests if valid_addr_p returns false for
11611         $cmd1 or $cmd2.
11612
11613 2015-03-11  Andy Wingo  <wingo@igalia.com>
11614
11615         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11616
11617 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11618
11619         * gdb.base/catch-syscall.exp: Fix typo in comments.
11620
11621 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11622
11623         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11624
11625 2015-03-09  Pedro Alves  <palves@redhat.com>
11626
11627         * dg-extract-results.py: Delete.
11628
11629 2015-03-09  Pedro Alves  <palves@redhat.com>
11630
11631         Merge dg-extract-results.sh from GCC upstream (r218843).
11632
11633         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
11634                 * dg-extract-results.sh: Use --text with grep to avoid issues with
11635                 binary files.  Fall back to cat -v, if that doesn't work.
11636
11637 2015-03-05  Pedro Alves  <palves@redhat.com>
11638
11639         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11640
11641 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
11642
11643         * lib/mi-support.exp (mi_expect_interrupt): Accept
11644         alternative event for when in all-stop mode.
11645
11646 2015-03-04  Pedro Alves  <palves@redhat.com>
11647
11648         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11649
11650 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11651
11652         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11653
11654 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11655
11656         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11657         regexps for GDB's current line display, accept a hex address
11658         preceding the line number.
11659
11660 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11661
11662         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11663         the 'arch1' variable for "s390*-linux*" targets.
11664
11665 2015-03-04  Pedro Alves  <palves@redhat.com>
11666
11667         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11668         (main): Pass missing retval argument to pthread_join call.
11669
11670 2015-03-02  Pedro Alves  <palves@redhat.com>
11671
11672         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11673         (top level): Call do_test with non-stop as well.
11674
11675 2015-03-02  Pedro Alves  <palves@redhat.com>
11676
11677         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11678         -1.
11679
11680 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11681
11682         * gdb.arch/s390-vregs.exp: New test.
11683         * gdb.arch/s390-vregs.S: New file.
11684
11685 2015-02-27  Pedro Alves  <palves@redhat.com>
11686
11687         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11688         call to catch_command_errors.
11689         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11690         catch_command_errors.
11691
11692 2015-02-27  Pedro Alves  <palves@redhat.com>
11693
11694         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11695         "true" for boolean result.
11696         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11697         prototype of main.
11698
11699 2015-02-27  Pedro Alves  <palves@redhat.com>
11700
11701         * lib/unbuffer_output.c: New file.
11702         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11703         (main): Call gdb_unbuffer_output.
11704
11705 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11706
11707         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11708         target.
11709
11710 2015-02-26  Doug Evans  <dje@google.com>
11711
11712         * gdb.cp/class2.cc (Dbase, D): New classes.
11713         (main): New local delta.
11714         * gdb.cp/class2.exp: Test printing delta.
11715         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11716         (dynbar): New global.
11717         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11718
11719 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11720
11721         * gdb.compile/compile-ifunc.c: New file.
11722         * gdb.compile/compile-ifunc.exp: New file.
11723
11724 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11725
11726         * gdb.base/structs.exp: Check for correct struct on finish.
11727
11728 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11729
11730         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11731         is zero.
11732
11733 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11734
11735         * gdb.arch/cordic.ko.bz2: New file.
11736         * gdb.arch/cordic.ko.debug.bz2: New file.
11737         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11738
11739 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11740
11741         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11742         aarch64*-*-* target.
11743
11744 2015-02-23  Pedro Alves  <palves@redhat.com>
11745
11746         * lib/gdb.exp (delete_breakpoints): Rewrite using
11747         gdb_test_multiple.
11748
11749 2015-02-23  Pedro Alves  <palves@redhat.com>
11750
11751         * gdb.base/info-os.c: Include stdlib.h.
11752
11753 2015-02-22  Doug Evans  <xdje42@gmail.com>
11754
11755         PR symtab/17855
11756         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11757         is read after symbols have been re-read.
11758         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11759         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11760
11761 2015-02-21  Doug Evans  <dje@google.com>
11762
11763         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11764
11765 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11766
11767         PR corefiles/17808
11768         * gdb.arch/i386-biarch-core.core.bz2: New file.
11769         * gdb.arch/i386-biarch-core.exp: New file.
11770
11771 2015-02-21  Pedro Alves  <palves@redhat.com>
11772
11773         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11774         runto_main fails.
11775
11776 2015-02-20  Pedro Alves  <palves@redhat.com>
11777
11778         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11779         info probes.
11780
11781 2015-02-20  Pedro Alves  <palves@redhat.com>
11782
11783         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11784
11785 2015-02-20  Pedro Alves  <palves@redhat.com>
11786
11787         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11788         clean_restart before gdb_target_supports_trace.
11789
11790 2015-02-20  Pedro Alves  <palves@redhat.com>
11791
11792         PR threads/18006
11793         * gdb.threads/clone-thread_db.c: New file.
11794         * gdb.threads/clone-thread_db.exp: New file.
11795
11796 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11797
11798         PR breakpoints/16812
11799         * gdb.base/catch-gdb-caused-signals.c: New file.
11800         * gdb.base/catch-gdb-caused-signals.exp: New file.
11801
11802 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11803
11804         * configure: Regenerated.
11805         * configure.ac: Use GDB_AC_TRANSFORM.
11806         * aclocal.m4: sinclude ../transform.m4.
11807
11808 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11809
11810         * lib/dtrace.exp: New file.
11811         * gdb.base/dtrace-probe.exp: Likewise.
11812         * gdb.base/dtrace-probe.d: Likewise.
11813         * gdb.base/dtrace-probe.c: Likewise.
11814         * lib/pdtrace.in: Likewise.
11815         * configure.ac: Output variables with the transformed names of
11816         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11817         * configure: Regenerated.
11818
11819 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11820
11821         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11822         expected message when trying to access $_probe_* convenience
11823         variables while not on a probe.
11824
11825 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11826
11827         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11828
11829 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11830
11831         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11832         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11833
11834 2015-02-10  Doug Evans  <xdje42@gmail.com>
11835
11836         * lib/gdb.exp (gdb_load): Always return a result.
11837
11838 2015-02-10  Pedro Alves  <palves@redhat.com>
11839
11840         * gdb.threads/signal-sigtrap.c: New file.
11841         * gdb.threads/signal-sigtrap.exp: New file.
11842
11843 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11844
11845         * gdb.trace/no-attach-trace.c: New file.
11846         * gdb.trace/no-attach-trace.exp: New file.
11847
11848 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11849
11850         * gdb.dwarf2/atomic.c: New file.
11851         * gdb.dwarf2/atomic-type.exp: Likewise.
11852
11853 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11854
11855         * gdb.btrace/buffer-size.exp: Update "info record" output.
11856         * gdb.btrace/delta.exp: Update "info record" output.
11857         * gdb.btrace/enable.exp: Update "info record" output.
11858         * gdb.btrace/finish.exp: Update "info record" output.
11859         * gdb.btrace/instruction_history.exp: Update "info record" output.
11860         * gdb.btrace/next.exp: Update "info record" output.
11861         * gdb.btrace/nexti.exp: Update "info record" output.
11862         * gdb.btrace/step.exp: Update "info record" output.
11863         * gdb.btrace/stepi.exp: Update "info record" output.
11864         * gdb.btrace/nohist.exp: Update "info record" output.
11865
11866 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11867
11868         * gdb.btrace/buffer-size: New.
11869
11870 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11871
11872         * gdb.btrace/delta.exp: Update "info record" output.
11873         * gdb.btrace/enable.exp: Update "info record" output.
11874         * gdb.btrace/finish.exp: Update "info record" output.
11875         * gdb.btrace/instruction_history.exp: Update "info record" output.
11876         * gdb.btrace/next.exp: Update "info record" output.
11877         * gdb.btrace/nexti.exp: Update "info record" output.
11878         * gdb.btrace/step.exp: Update "info record" output.
11879         * gdb.btrace/stepi.exp: Update "info record" output.
11880         * gdb.btrace/nohist.exp: Update "info record" output.
11881
11882 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11883
11884         PR gdb/15678
11885         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11886
11887 2015-02-06  Pedro Alves  <palves@redhat.com>
11888
11889         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11890         macro.
11891         (seconds_left, again): New globals.
11892         (main): Wait seconds_left in a 1-second sleep loop instead of
11893         sleeping 180 seconds.  If 'again' is set, reset the seconds
11894         counter.
11895         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11896         'again' in the inferior before detaching.  Print the seconds left.
11897         (options): New global.
11898         (top level): Build program with -DTIMEOUT=$timeout.
11899
11900 2015-02-06  Pedro Alves  <palves@redhat.com>
11901
11902         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11903         determine how many seconds to pass to 'alarm'.
11904         * gdb.base/gdb-sigterm.exp (top level): Build program with
11905         -DTIMEOUT=$timeout.
11906         (do_test): Return success/failure indication.  Add more verbose
11907         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11908         when the test times out.
11909         (passes): New global.
11910         (top level): Break the testing loop if testing fails on any
11911         iteration.  Use gdb_assert.
11912
11913 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11914
11915         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11916         and initialize them.
11917         (ipc_cleanup): New function.
11918         (main): Don't declare shmid, semid, and msqid.  Add a call to
11919         atexit so that we call ipc_cleanup on exit.
11920
11921 2015-02-04  Pedro Alves  <palves@redhat.com>
11922
11923         * boards/native-extended-gdbserver.exp: Remove any target variant
11924         specifications from the board name before clearing the isremote
11925         flag from board_info.
11926
11927 2015-01-31  Doug Evans  <xdje42@gmail.com>
11928
11929         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11930
11931 2015-01-31  Gary Benson <gbenson@redhat.com>
11932
11933         * gdb.base/completion.exp: Disable completion limiting for
11934         existing tests.  Add new tests to check completion limiting.
11935         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11936
11937 2015-01-31  Doug Evans  <xdje42@gmail.com>
11938
11939         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11940
11941 2015-01-31  Doug Evans  <xdje42@gmail.com>
11942
11943         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11944         entries.  Duplicate file section script entries.
11945         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11946         inlined entries.  Add test for safe-path rejection.
11947         * gdb.python/py-section-script.c: Add duplicate inlined section script
11948         entries.  Duplicate file section script entries.
11949         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11950         inlined entries.  Add test for safe-path rejection.
11951
11952 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11953
11954         * gdb.ada/disc_arr_bound: New testcase.
11955
11956 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11957
11958         * gdb.ada/mi_var_array: New testcase.
11959
11960 2015-01-27  Doug Evans  <dje@google.com>
11961
11962         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11963         Add test for objfile.filename, objfile.username after objfile
11964         has been unloaded.
11965
11966 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11967
11968         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11969         the second test to print the name attribute of value
11970         returned by the call to gdb.lookup_type, and adjust
11971         the expected output accordingly.
11972
11973 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11974
11975         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11976         * gdb.base/disp-step-fork.c: Include unistd.h.
11977         * gdb.base/siginfo-obj.c: Include stdio.h.
11978         * gdb.base/siginfo-thread.c: Likewise.
11979         * gdb.mi/non-stop.c: Include unistd.h.
11980         * gdb.mi/nsthrexec.c: Include stdio.h.
11981         * gdb.mi/pthreads.c: Include unistd.h.
11982         * gdb.modula2/unbounded1.c (main): Declare returns int.
11983         * gdb.reverse/consecutive-reverse.c: Likewise.
11984         * gdb.threads/create-fail.c: Include unistd.h.
11985         * gdb.threads/killed.c: Likewise.
11986         * gdb.threads/linux-dp.c: Likewise.
11987         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11988         * gdb.threads/non-ldr-exc-2.c: Likewise.
11989         * gdb.threads/non-ldr-exc-3.c: Likewise.
11990         * gdb.threads/non-ldr-exc-4.c: Likewise.
11991         * gdb.threads/pthreads.c: Include unistd.h.
11992         (main): Declare returns int.
11993         * gdb.threads/tls-main.c (foo): New declaration.
11994         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11995
11996 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11997
11998         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11999         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12000
12001 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12002
12003         * gdb.base/noreturn-return.c: New file.
12004         * gdb.base/noreturn-return.exp: New file.
12005         * gdb.base/noreturn-finish.c: New file.
12006         * gdb.base/noreturn-finish.exp: New file.
12007
12008 2015-01-23  Pedro Alves  <palves@redhat.com>
12009
12010         * gdb.threads/continue-pending-after-query.c: New file.
12011         * gdb.threads/continue-pending-after-query.exp: New file.
12012
12013 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
12014             Simon Marchi  <simon.marchi@ericsson.com>
12015
12016         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12017         * gdb.base/valgrind-db-attach.exp: Same.
12018         * gdb.base/valgrind-infcall.exp: Same.
12019         * lib/mi-support.exp (default_mi_gdb_start): Same.
12020         * lib/prompt.exp (default_prompt_gdb_start): Same.
12021         * lib/gdb.exp (default_gdb_spawn): Same.
12022         (gdb_interact): New.
12023
12024
12025 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12026
12027         * gdb.compile/compile.exp (pointer to jit function): New test.
12028
12029 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12030
12031         * lib/gdb.exp (supports_process_record): Return true for
12032         powerpc*-*-linux*.
12033         (supports_reverse): Likewise.
12034
12035 2015-01-15  Don Breazeal  <donb@codesourcery.com>
12036
12037         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12038         instead of checking whether the target board is remote and
12039         use spawn_wait_for_attach instead of exec/sleep.
12040         * gdb.base/attach-twice.exp: Likewise.
12041
12042 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12043
12044         * gdb.ada/var_arr_attrs: New testcase.
12045
12046 2015-01-14  Pedro Alves  <palves@redhat.com>
12047             Joel Brobecker  <brobecker@adacore.com>
12048
12049         PR gdb/17525
12050         * gdb.base/bp-cmds-execution-x-script.c: New file.
12051         * gdb.base/bp-cmds-execution-x-script.exp: New file.
12052         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12053
12054 2015-01-14  Pedro Alves  <palves@redhat.com>
12055
12056         PR cli/17828
12057         * gdb.base/batch-preserve-term-settings.c: New file.
12058         * gdb.base/batch-preserve-term-settings.exp: New file.
12059
12060 2015-01-13  Doug Evans  <dje@google.com>
12061
12062         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12063         binary.
12064
12065 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12066
12067         * Makefile.in (clean mostlyclean): Do not delete *.py.
12068
12069 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12070
12071         * gdb.python/py-lookup-type.exp: New file.
12072
12073 2015-01-12  Pedro Alves  <palves@redhat.com>
12074
12075         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12076         restore GDBFLAGS before returning.
12077
12078 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12079
12080         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12081         is_amd64_regs_target and is_x86_like_target.
12082
12083 2015-01-11  Doug Evans  <xdje42@gmail.com>
12084
12085         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12086         is given without an explicit form.
12087         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12088         attributes.
12089         * gdb.dwarf/corrupt.exp: Ditto.
12090         * gdb.dwarf2/enum-type.exp: Ditto.
12091         * gdb.trace/entry-values.exp: Ditto.
12092         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12093
12094 2015-01-11  Doug Evans  <xdje42@gmail.com>
12095
12096         PR gdb/15830
12097         * gdb.base/maint.exp: Remove references to "maint demangle".
12098         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
12099         Add tests for explicitly specifying language to demangle.
12100         * gdb.dlang/demangle.exp: Ditto.
12101
12102 2015-01-09  Pedro Alves  <palves@redhat.com>
12103
12104         * gdb.threads/non-stop-fair-events.c: New file.
12105         * gdb.threads/non-stop-fair-events.exp: New file.
12106
12107 2015-01-09  Pedro Alves  <palves@redhat.com>
12108
12109         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12110         the global scope.  Set a breakpoint after all threads are started
12111         rather than stepping over two source lines.  Expect the prompt.
12112         * gdb.base/watch_thread_num.c (threads_started_barrier): New
12113         global.
12114         (NUM): Now 15.
12115         (main): Use threads_started_barrier to wait for all threads to
12116         start.  Main thread no longer calls thread_function.  Exit after
12117         180 seconds.
12118         (loop): New function.
12119         (thread_function): Wait on threads_started_barrier barrier.  Call
12120         'loop' at each iteration.
12121         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12122         threads have started, instead of hardcoding number of "next"
12123         steps.  Use an access watchpoint instead of a write watchpoint.
12124
12125 2015-01-09  Pedro Alves  <palves@redhat.com>
12126
12127         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12128         (thread_func): Wait on barrier.
12129         (main): Wait for all threads to start before stopping GDB.
12130         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12131         global.
12132         (thread1_func, thread2_func): Wait on barrier.
12133         (main): Wait for all threads to start before stopping GDB.
12134         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12135         New global.
12136         (thread1_func, thread2_func): Wait on barrier.
12137         (main): Wait for all threads to start before stopping GDB.
12138
12139 2015-01-09  Pedro Alves  <palves@redhat.com>
12140
12141         * gdb.threads/attach-many-short-lived-threads.c: New file.
12142         * gdb.threads/attach-many-short-lived-threads.exp: New file.
12143
12144 2014-01-09  Pedro Alves  <palves@redhat.com>
12145
12146         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12147         instead of to thread 2.
12148         * gdb.threads/signal-command-multiple-signals-pending.c (main):
12149         Add barrier around each pthread_create call instead of around all
12150         calls.
12151         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12152         Set a break on thread_function and have the child threads hit it
12153         one at at a time.
12154
12155 2015-01-09  Pedro Alves  <palves@redhat.com>
12156
12157         * lib/gdb.exp (can_spawn_for_attach): New procedure.
12158         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12159         false.
12160         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12161         checking whether the target board is remote.
12162         * gdb.multi/multi-attach.exp: Likewise.
12163         * gdb.python/py-sync-interp.exp: Likewise.
12164         * gdb.server/ext-attach.exp: Likewise.
12165         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12166         tests that need to attach, instead of checking whether the target
12167         board is remote at the top of the file.
12168
12169 2015-01-08  Yao Qi  <yao@codesourcery.com>
12170
12171         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12172
12173 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12174
12175         Fix testcase compilation.
12176         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12177
12178 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12179
12180         * gdb.python/py-type.exp: Add a couple test about empty
12181         array creation, and negative-length array creation.
12182
12183 2015-01-02  Doug Evans  <xdje42@gmail.com>
12184
12185         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12186
12187 2015-01-02  Doug Evans  <dje@google.com>
12188
12189         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12190
12191 2014-12-29  Yao Qi  <yao@codesourcery.com>
12192
12193         * gdb.trace/entry-values.exp: Update comments.  Rename variable
12194         bar_call_foo to returned_from_foo.
12195
12196 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
12197
12198         PR gdb/17394
12199         * gdb.linespec/break-asm-file.c: New file.
12200         * gdb.linespec/break-asm-file.exp: New file.
12201         * gdb.linespec/break-asm-file0.s: New file.
12202         * gdb.linespec/break-asm-file1.s: New file.
12203
12204 2014-12-18  Nigel Stephens  <nigel@mips.com>
12205             Maciej W. Rozycki  <macro@codesourcery.com>
12206
12207         * gdb.base/float.exp: Handle the new output from "info float" on
12208         MIPS targets.
12209
12210 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12211
12212         Fix MinGW compilation.
12213         * gdb.compile/compile-ops.exp: Update untested message if
12214         !skip_compile_feature_tests.
12215         * gdb.compile/compile-setjmp.exp: Likewise.
12216         * gdb.compile/compile-tls.exp: Likewise.
12217         * gdb.compile/compile.exp: Likewise.
12218         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12219         supported on this host".
12220
12221 2014-12-16  Doug Evans  <xdje42@gmail.com>
12222
12223         * boards/stabs.exp: New file.
12224
12225 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
12226
12227         * gdb.base/completion.exp: Adjust to format changes of "maint
12228         print user-registers".
12229
12230 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
12231
12232         PR server/17457
12233         * gdb.arch/aarch64-fp.c: New file.
12234         * gdb.arch/aarch64-fp.exp: New file.
12235
12236 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12237
12238         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12239         r210637, r210913, r211666, r215400, r215817).
12240
12241         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
12242                 * dg-extract-results.py: New file.
12243                 * dg-extract-results.sh: Use it if the environment seems
12244                 suitable.
12245
12246         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
12247
12248                 * dg-extract-results.py (parse_run): Handle warnings that
12249                 are printed before a test harness is run.
12250
12251         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
12252
12253                 * dg-extract-results.py (Named): Remove __cmp__ method.
12254                 (output_variation): Use a key to sort variation.harnesses.
12255
12256         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
12257
12258                 * dg-extract-results.py: For Python 3, force sys.stdout to
12259                 handle surrogate escape sequences.
12260                 (safe_open): New function.
12261                 (output_segment, main): Use it.
12262
12263         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
12264
12265                 * dg-extract-results.py (Prog.result_re): Include options
12266                 in test name.
12267
12268         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
12269
12270                 * dg-extract-results.py (output_variation): Always sort if
12271                 do_sum.
12272
12273 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
12274
12275         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12276         as long as we get pagination notifications.
12277
12278 2014-12-15  Jason Merrill  <jason@redhat.com>
12279
12280         * Makefile.in (check-gdb.%): Restore.
12281         * README: Mention it.
12282
12283 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
12284
12285         * gdb.ada/str_uninit: New testcase.
12286
12287 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12288
12289         PR symtab/17642
12290         * gdb.base/vla-stub-define.c: New file.
12291         * gdb.base/vla-stub.c: New file.
12292         * gdb.base/vla-stub.exp: New file.
12293
12294 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
12295             Jan Kratochvil  <jan.kratochvil@redhat.com>
12296             Tom Tromey  <tromey@redhat.com>
12297
12298         * configure.ac: Add gdb.compile/.
12299         * configure: Regenerate.
12300         * gdb.compile/Makefile.in: New file.
12301         * gdb.compile/compile-ops.exp: New file.
12302         * gdb.compile/compile-ops.c: New file.
12303         * gdb.compile/compile-tls.c: New file.
12304         * gdb.compile/compile-tls.exp: New file.
12305         * gdb.compile/compile-constvar.S: New file.
12306         * gdb.compile/compile-constvar.c: New file.
12307         * gdb.compile/compile-mod.c: New file.
12308         * gdb.compile/compile-nodebug.c: New file.
12309         * gdb.compile/compile-setjmp-mod.c: New file.
12310         * gdb.compile/compile-setjmp.c: New file.
12311         * gdb.compile/compile-setjmp.exp: New file.
12312         * gdb.compile/compile-shlib.c: New file.
12313         * gdb.compile/compile.c: New file.
12314         * gdb.compile/compile.exp: New file.
12315         * lib/gdb.exp (skip_compile_feature_tests): New proc.
12316
12317 2014-12-12  Tom Tromey  <tromey@redhat.com>
12318
12319         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
12320         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12321
12322 2014-12-12  Doug Evans  <dje@google.com>
12323
12324         * lib/gdb-python.exp (get_python_valueof): New function.
12325         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12326
12327 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12328
12329         * gdb.base/completion.exp: Add test for completion of "info
12330         registers ".
12331
12332 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
12333
12334         * gdb.base/func-ptrs.c: New file.
12335         * gdb.base/func-ptrs.exp: New file.
12336
12337 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12338
12339         PR breakpoints/17012
12340         * gdb.base/dprintf-detach.c: New file.
12341         * gdb.base/dprintf-detach.exp: New file.
12342
12343 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12344
12345         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12346         * lib/gdb.exp (target_is_gdbserver): New procedure.
12347
12348 2014-12-08  Doug Evans  <dje@google.com>
12349
12350         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12351
12352 2014-12-05  Yao Qi  <yao@codesourcery.com>
12353
12354         * gdb.guile/scm-error.exp: Remove the third argument to
12355         gdb_remote_download.
12356         * gdb.guile/scm-frame-args.exp: Likewise.
12357         * gdb.guile/scm-section-script.exp: Likewise.
12358
12359 2014-12-05  Yao Qi  <yao@codesourcery.com>
12360
12361         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12362
12363 2014-12-04  Doug Evans  <dje@google.com>
12364
12365         * gdb.python/py-objfile.exp: Add tests for
12366         objfile.add_separate_debug_file.
12367
12368 2014-12-04  Doug Evans  <dje@google.com>
12369
12370         * lib/gdb.exp (get_build_id): New function.
12371         (build_id_debug_filename_get): Rewrite to use it.
12372         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12373
12374 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
12375
12376         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12377         `method(long)', not just 0x0.
12378         * gdb.cp/nsalias.exp: Align code labels to 4.
12379         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12380         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12381         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12382         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12383         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12384         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12385
12386 2014-12-02  Doug Evans  <dje@google.com>
12387
12388         PR symtab/17602
12389         * gdb.cp/anon-ns.cc: Move guts of this file to ...
12390         * gdb.cp/anon-ns2.cc: ... here.  New file.
12391         * gdb.cp/anon-ns.exp: Update.
12392
12393 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
12394
12395         * gdb.python/py-events.py (inferior_call_handler): New.
12396         (register_changed_handler, memory_changed_handler): New.
12397         (test_events.invoke): Register new handlers.
12398         * gdb.python/py-events.exp: Add tests for inferior call,
12399         memory_changed and register_changed events.
12400
12401 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12402
12403         * gdb.base/execl-update-breakpoints.exp: Specify the link address
12404         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
12405         if the linker doesn't understand this.
12406
12407 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
12408
12409         * gdb.python/python.exp: Change expected reply to help().
12410
12411 2014-12-01  Yao Qi  <yao@codesourcery.com>
12412
12413         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
12414         AC_CONFIG_SUBDIRS(gdb.gdbtk).
12415         * configure: Re-generated.
12416
12417 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
12418
12419         * gdb.cp/chained-calls.cc: New file.
12420         * gdb.cp/chained-calls.exp: New file.
12421         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12422
12423 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
12424
12425         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12426         * gdb.dwarf2/symtab-producer.exp: Same.
12427         * gdb.gdb/python-interrupts.exp: Same.
12428         * gdb.gdb/python-selftest.exp: Same.
12429         * gdb.python/py-linetable.exp: Same.
12430         * gdb.python/py-type.exp: Same.
12431         * gdb.python/py-value-cc.exp: Same.
12432         * gdb.python/py-value.exp: Same.
12433
12434 2014-11-28  Yao Qi  <yao@codesourcery.com>
12435
12436         * gdb.base/break-probes.exp: Match library name prefixed with
12437         sysroot.
12438
12439 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
12440
12441         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12442         test expected output.  Add parentheses for the call to print.
12443         Remove L suffix from integers.
12444
12445 2014-11-26  Doug Evans  <dje@google.com>
12446
12447         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12448
12449 2014-11-22  Yao Qi  <yao@codesourcery.com>
12450
12451         * gdb.trace/entry-values.c: Remove asms.
12452         (foo): Add foo_label.
12453         (bar): Add bar_label.
12454         * gdb.trace/entry-values.exp: Remove code computing  foo's
12455         length and bar's length.
12456         (Dwarf::assemble): Invoke function_range for bar and use
12457         MACRO_AT_func for foo.
12458
12459 2014-11-22  Yao Qi  <yao@codesourcery.com>
12460
12461         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12462         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
12463         Use .Lgcc43_procstart instead of gcc43.
12464
12465 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
12466
12467         * gdb.ada/n_arr_bound: New testcase.
12468
12469 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
12470
12471         PR breakpoints/10737
12472         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12473         test_catch_syscall_multi_arch.
12474         (test_catch_syscall_multi_arch): New function.
12475
12476 2014-11-20  Doug Evans  <xdje42@gmail.com>
12477
12478         * gdb.base/maint.exp: Update expected output.
12479
12480 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12481
12482         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12483         4-byte instruction on S390.
12484
12485 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12486
12487         * gdb.ada/arr_arr: New testcase.
12488
12489 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12490
12491         * gdb.ada/pkd_arr_elem: New Testcase.
12492
12493 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
12494
12495         * gdb.reverse/break-precsave: Expect completion message for
12496         core file reads.
12497         * gdb.reverse/consecutive-precsave.exp: Likewise.
12498         * gdb.reverse/finish-precsave.exp: Likewise.
12499         * gdb.reverse/i386-precsave.exp: Likewise.
12500         * gdb.reverse/machinestate-precsave.exp: Likewise.
12501         * gdb.reverse/sigall-precsave.exp: Likewise.
12502         * gdb.reverse/solib-precsave.exp: Likewise.
12503         * gdb.reverse/step-precsave.exp: Likewise.
12504         * gdb.reverse/until-precsave.exp: Likewise.
12505         * gdb.reverse/watch-precsave.exp: Likewise.
12506
12507 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12508
12509         * gdb.base/bp-permanent.c: Include unistd.h.
12510         * gdb.python/py-framefilter-mi.c (main): Add return type.
12511         * gdb.python/py-framefilter.c (main): Likewise.
12512         * gdb.trace/actions-changed.c (main): Likewise.
12513
12514 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12515
12516         * gdb.mi/until.c: Add eye-catchers.
12517         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12518         line numbers.
12519
12520 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12521
12522         * gdb.base/condbreak.exp: Drop references to removed non-prototype
12523         function header variants in break1.c.
12524         * gdb.base/ena-dis-br.exp: Likewise.
12525         * gdb.base/hbreak2.exp: Likewise.
12526         * gdb.reverse/until-precsave.exp: Drop references to removed
12527         non-prototype function header variants in ur1.c.
12528         * gdb.reverse/until-reverse.exp: Likewise.
12529
12530 2014-11-17  Petr Machata  <pmachata@redhat.com>
12531
12532         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
12533         ${_cu_offset_size} bytes abbrev offset.
12534
12535 2014-11-15  Doug Evans  <xdje42@gmail.com>
12536
12537         PR symtab/17559
12538         * gdb.base/line-symtabs.exp: New file.
12539         * gdb.base/line-symtabs.c: New file.
12540         * gdb.base/line-symtabs.h: New file.
12541
12542 2014-11-14  Yao Qi  <yao@codesourcery.com>
12543
12544         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12545         (func): Add label func_label.
12546         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12547         Replace low_pc and high_pc with MACRO_AT_range.
12548         Replace name, low_pc and high_pc with MACRO_AT_func.
12549
12550 2014-11-14  Yao Qi  <yao@codesourcery.com>
12551
12552         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12553         Replace name, low_pc and high_pc with MACRO_AT_func.
12554
12555 2014-11-14  Yao Qi  <yao@codesourcery.com>
12556
12557         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12558         produce debug information.
12559         * gdb.dwarf2/implptr-optimized-out.S: Removed.
12560
12561 2014-11-14  Yao Qi  <yao@codesourcery.com>
12562
12563         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12564         object and get function length.
12565         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12566         with MACRO_AT_func.
12567         (top-level): Replace gdb_compile and clean_restart with
12568         prepare_for_testing.
12569         * gdb.dwarf2/main.c (main): Add label main_label.
12570
12571 2014-11-14  Yao Qi  <yao@codesourcery.com>
12572
12573         * lib/dwarf.exp (function_range): New procedure.
12574         (Dwarf::_handle_macro_at_func): New procedure.
12575         (Dwarf::_handle_macro_at_range): New procedure.
12576         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12577
12578 2014-11-14  Yao Qi  <yao@codesourcery.com>
12579
12580         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12581         (_handle_attribute): New procedure.
12582
12583 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12584
12585         * gdb.ada/cond_lang/foo.c (callme): Add return type.
12586         * gdb.base/call-sc.c (zed): Likewise.
12587         * gdb.base/checkpoint.c (main): Likewise.
12588         * gdb.base/dump.c (main): Likewise.
12589         * gdb.base/gcore.c (main): Likewise.
12590         * gdb.base/huge.c (main): Likewise.
12591         * gdb.base/multi-forks.c (main): Likewise.
12592         * gdb.base/pr10179-a.c (main): Likewise.
12593         * gdb.base/savedregs.c (main): Likewise.
12594         * gdb.base/sigaltstack.c (main): Likewise.
12595         * gdb.base/siginfo.c (main): Likewise.
12596         * gdb.base/structs.c (zed): Likewise.
12597         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12598         * gdb.mi/mi-syn-frame.c (main): Likewise.
12599         * gdb.mi/until.c (foo, main): Likewise.
12600         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12601         * gdb.base/solib-weak.c (foo): Declare.
12602         * gdb.base/attach-twice.c: Include stdio.h.
12603         * gdb.base/weaklib1.c: Likewise.
12604         * gdb.base/weaklib2.c: Likewise.
12605         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12606         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12607         unistd.h.
12608         * gdb.base/attach-pie-misread.c: Include stdlib.h.
12609         * gdb.mi/mi-exit-code.c: Likewise.
12610         * gdb.base/break-interp-lib.c: Include string.h.
12611         * gdb.base/coremaker.c: Likewise.
12612         * gdb.base/testenv.c: Likewise.
12613         * gdb.python/py-finish-breakpoint.c: Likewise.
12614         * gdb.base/inferior-died.c: Include sys/wait.h.
12615         * gdb.base/fileio.c: Include time.h.
12616         * gdb.base/async-shell.c: Include unistd.h.
12617         * gdb.base/dprintf-non-stop.c: Likewise.
12618         * gdb.base/info-os.c: Likewise.
12619         * gdb.mi/mi-console.c: Likewise.
12620         * gdb.mi/watch-nonstop.c: Likewise.
12621         * gdb.python/py-events.c: Likewise.
12622         * gdb.base/async.c (baz): Move up before its invocation.
12623         * gdb.base/code_elim2.c (my_global_func): Likewise.
12624         * gdb.base/skip-solib-lib.c (multiply): Likewise.
12625         * gdb.base/advance.c (func2): Likewise.
12626
12627 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12628
12629         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12630         variant.
12631         * gdb.base/annota3.c: Likewise.
12632         * gdb.base/async.c: Likewise.
12633         * gdb.base/average.c: Likewise.
12634         * gdb.base/call-ar-st.c: Likewise.
12635         * gdb.base/call-rt-st.c: Likewise.
12636         * gdb.base/call-sc.c: Likewise.
12637         * gdb.base/call-strs.c: Likewise.
12638         * gdb.base/ending-run.c: Likewise.
12639         * gdb.base/execd-prog.c: Likewise.
12640         * gdb.base/exprs.c: Likewise.
12641         * gdb.base/foll-exec.c: Likewise.
12642         * gdb.base/foll-fork.c: Likewise.
12643         * gdb.base/foll-vfork.c: Likewise.
12644         * gdb.base/funcargs.c: Likewise.
12645         * gdb.base/gcore.c: Likewise.
12646         * gdb.base/jump.c: Likewise.
12647         * gdb.base/langs0.c: Likewise.
12648         * gdb.base/langs1.c: Likewise.
12649         * gdb.base/langs2.c: Likewise.
12650         * gdb.base/mips_pro.c: Likewise.
12651         * gdb.base/nodebug.c: Likewise.
12652         * gdb.base/opaque0.c: Likewise.
12653         * gdb.base/opaque1.c: Likewise.
12654         * gdb.base/recurse.c: Likewise.
12655         * gdb.base/run.c: Likewise.
12656         * gdb.base/scope0.c: Likewise.
12657         * gdb.base/scope1.c: Likewise.
12658         * gdb.base/setshow.c: Likewise.
12659         * gdb.base/setvar.c: Likewise.
12660         * gdb.base/shmain.c: Likewise.
12661         * gdb.base/shr1.c: Likewise.
12662         * gdb.base/shr2.c: Likewise.
12663         * gdb.base/sigall.c: Likewise.
12664         * gdb.base/signals.c: Likewise.
12665         * gdb.base/so-indr-cl.c: Likewise.
12666         * gdb.base/solib2.c: Likewise.
12667         * gdb.base/structs.c: Likewise.
12668         * gdb.base/sum.c: Likewise.
12669         * gdb.base/vforked-prog.c: Likewise.
12670         * gdb.base/watchpoint.c: Likewise.
12671         * gdb.reverse/shr2.c: Likewise.
12672         * gdb.reverse/until-reverse.c: Likewise.
12673         * gdb.reverse/ur1.c: Likewise.
12674         * gdb.reverse/watch-reverse.c: Likewise.
12675
12676 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12677
12678         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12679         variant.
12680         * gdb.base/sepdebug.exp: Drop references to removed code.
12681
12682 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12683
12684         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12685         variant.  Preserve original line numbering.
12686         * gdb.base/list1.c: Likewise.
12687
12688 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12689
12690         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12691         variant.
12692         * gdb.base/break1.c: Likewise.
12693         * gdb.base/break.exp: Drop references to removed code.
12694
12695 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12696
12697         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12698         variant.
12699
12700 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12701
12702         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12703
12704 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12705
12706         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12707         logic into perform_all_tests() and invoke it with and without
12708         function header prototypes.
12709         (do_function_calls): Remove conditional XFAIL for PR 5318.
12710         (rerun_and_prepare): Remove duplicate code.
12711         (perform_all_tests): New.  Main logic moved here.
12712
12713 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12714
12715         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12716         code guarded by #ifdef NO_PROTOTYPES.
12717         (t_double_many_args): Likewise.
12718         (DEF_FUNC_MANY_ARGS_1): Likewise.
12719         (DEF_FUNC_VALUES_1): Likewise.
12720         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12721         guarded by #ifdef PROTOTYPES.
12722
12723 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12724
12725         * gdb.mi/mi-console.c: Add eye-catcher.
12726         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12727         instead of literal line number.
12728
12729 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12730
12731         * gdb.base/shr2.c: Add eye-catcher.
12732         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12733         line number.
12734
12735 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12736
12737         * gdb.base/jump.c: Add eye-catchers.
12738         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12739         numbers.
12740
12741 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12742
12743         * gdb.base/execd-prog.c: Add eye-catchers.
12744         * gdb.base/foll-exec.c: Likewise.
12745         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12746         line numbers.
12747
12748 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12749
12750         * gdb.base/ending-run.c: Add eye-catchers.
12751         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12752         literal line numbers.
12753
12754 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12755
12756         * gdb.base/call-rt-st.c: Add eye-catchers.
12757         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12758         literal line numbers.
12759
12760 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12761
12762         * gdb.base/call-ar-st.c: Add eye-catchers.
12763         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12764         literal line numbers.
12765
12766 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12767
12768         * gdb.base/average.c: Add eye-catchers.
12769         * gdb.base/sum.c: Likewise.
12770         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12771         regexps dynamically.
12772
12773 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12774
12775         * gdb.base/solib1.c: Add eye-catchers.
12776         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12777         literal line numbers.
12778
12779 2014-11-12  Pedro Alves  <palves@redhat.com>
12780
12781         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12782         leader has exited.
12783
12784 2014-11-12  Pedro Alves  <palves@redhat.com>
12785
12786         * gdb.arch/i386-bp_permanent.c: New file.
12787         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12788         (srcfile): Set to i386-bp_permanent.c.
12789         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12790         that stepi does not execute the 'leave' instruction, instead of
12791         testing it does execute.
12792         * gdb.base/bp-permanent.c: New file.
12793         * gdb.base/bp-permanent.exp: New file.
12794
12795 2014-11-10  Doug Evans  <xdje42@gmail.com>
12796
12797         PR symtab/17564
12798         * gdb.base/symtab-search-order.exp: New file.
12799         * gdb.base/symtab-search-order.c: New file.
12800         * gdb.base/symtab-search-order-1.c: New file.
12801         * gdb.base/symtab-search-order-shlib-1.c: New file.
12802
12803 2014-11-07  Pedro Alves  <palves@redhat.com>
12804
12805         PR gdb/17511
12806         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12807         i?86-*-linux*.
12808
12809 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12810
12811         PR c++/17494
12812         * gdb.cp/pr17494.cc: New file.
12813         * gdb.cp/pr17494.exp: New file.
12814
12815 2014-11-02  Yao Qi  <yao@codesourcery.com>
12816
12817         * gdb.python/python.exp: Get working directory and match the
12818         output of "set extended-prompt \\w " with it.
12819
12820 2014-10-30  Doug Evans  <dje@google.com>
12821
12822         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12823         in objfiles.
12824         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12825         in progspaces.
12826
12827 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12828
12829         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12830         * gdb.base/realname-expand.exp: Likewise.
12831         * gdb.linespec/macro-relative.exp: Likewise.
12832
12833 2014-10-29  Pedro Alves  <palves@redhat.com>
12834
12835         PR gdb/17408
12836         * gdb.threads/schedlock.c (some_function): New function.
12837         (call_function): New global.
12838         (MAYBE_CALL_SOME_FUNCTION): New macro.
12839         (thread_function): Call it.
12840         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12841         and use it instead of a global counter.  Adjust all callers.
12842         (get_current_thread): Use "find current thread" for test message
12843         here rather than having all callers pass down the same string.
12844         (goto_loop): New procedure, factored out from ...
12845         (my_continue): ... this.
12846         (step_ten_loops): Change parameter from test message to command to
12847         use.  Adjust.
12848         (list_count): Delete global.
12849         (check_result): New procedure, factored out from duplicate top
12850         level code.
12851         (continue tests): Wrap in with_test_prefix.
12852         (test_step): New procedure, factored out from duplicate top level
12853         code.
12854         (top level): Test "step" in combination with all scheduler-locking
12855         modes.  Test "next" in combination with all scheduler-locking
12856         modes, and in combination with stepping over a function call or
12857         not.
12858         * gdb.threads/next-bp-other-thread.c: New file.
12859         * gdb.threads/next-bp-other-thread.exp: New file.
12860
12861 2014-10-29  Pedro Alves  <palves@redhat.com>
12862
12863         PR python/17372
12864         * gdb.python/python.exp: Test a multi-line command that spawns
12865         interactive Python.
12866         * gdb.base/multi-line-starts-subshell.exp: New file.
12867
12868 2014-10-29  Yao Qi  <yao@codesourcery.com>
12869
12870         * gdb.base/fileio.exp: Make directories on host.
12871
12872 2014-10-29  Yao Qi  <yao@codesourcery.com>
12873
12874         * gdb.base/fileio.c (test_write): Close the file.
12875
12876 2014-10-28  Pedro Alves  <palves@redhat.com>
12877
12878         PR gdb/12623
12879         * gdb.base/sigstep.c (no_handler): New global.
12880         (main): If 'no_handler is true, set the signal handlers to
12881         SIG_IGN.
12882         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12883         with_sw_watch and no_handler parameters.  Handle them.
12884         (top level) <stepping over handler when stopped at a breakpoint
12885         test>: Add a test axis for testing with a software watchpoint, and
12886         another for testing with the signal handler set to SIG_IGN.
12887         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12888         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12889
12890 2014-10-28  Pedro Alves  <palves@redhat.com>
12891
12892         PR gdb/17511
12893         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12894         * gdb.base/sigstep.exp (other_handler_location): New global.
12895         (advance): Support stepping into the signal handler, and running
12896         commands while in the handler.
12897         (in_handler_map): New global.
12898         (top level): In the advance test, add combinations for getting
12899         into the handler with stepping commands, and for running commands
12900         in the handler.  Add comment descripting the advancei tests.
12901
12902 2014-10-28  Pedro Alves  <palves@redhat.com>
12903
12904         * gdb.base/sigstep.exp: Use build_executable instead of
12905         prepare_for_testing.
12906         (top level): Move code that starts GDB, runs to main and creates a
12907         display to ...
12908         (restart): ... this new procedure.
12909         (top level): Move backtrace from signal handler test to ...
12910         (validate_backtrace): ... this new procedure.
12911         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12912         with_test_prefix.  Always restart GDB.
12913         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12914         with_test_prefix.  Always restart GDB.  No need to delete
12915         breakpoints after the test.
12916         (test_skip_handler): Remove prefix parameter.
12917         (skip_over_handler, breakpoint_to_handler)
12918         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12919         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12920         restart GDB.  No need to delete breakpoints after the test.
12921         (top level): Use foreach to call the test procedures with
12922         different commands.
12923
12924 2014-10-28  Pedro Alves  <palves@redhat.com>
12925
12926         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12927         instead of GNATS numbers.
12928         * gdb.base/sigbpt.exp: Likewise.
12929         * gdb.base/siginfo.exp: Likewise.
12930         * gdb.base/sigstep.exp: Likewise.
12931
12932 2014-10-27  Pedro Alves  <palves@redhat.com>
12933
12934         * gdb.base/sigstep.c (dummy): New global.
12935         (main): Issue a couple writes to the new global.
12936         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12937         procedures.
12938         (skip_over_handler): Use test_skip_handler.
12939         (top level): Call skip_over_handler for stepi and nexti too.
12940         (breakpoint_over_handler): Use test_skip_handler.
12941         (top level): Call breakpoint_over_handler for stepi and nexti too.
12942
12943 2014-10-27  Yao Qi  <yao@codesourcery.com>
12944
12945         * gdb.trace/tfile.c (adjust_function_address)
12946         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12947         function descriptor.
12948
12949 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12950
12951         * gdb.base/foll-fork.exp (test_follow_fork,
12952         catch_fork_child_follow): Check for updated fork messages emitted
12953         from infrun.c.
12954         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12955         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12956         vfork_and_exec_child_follow_through_step): Check for updated vfork
12957         messages emitted from infrun.c.
12958
12959 2014-10-24  Pedro Alves  <palves@redhat.com>
12960
12961         * gdb.base/corefile.exp: Remove references to ultrix.
12962         * gdb.base/interrupt.exp: Likewise.
12963         * gdb.base/whatis.exp: Likewise.
12964         * gdb.gdb/selftest.exp: Likewise.
12965         * gdb.threads/manythreads.exp: Likewise.
12966         * gdb.threads/print-threads.exp: Likewise.
12967         * gdb.threads/pthreads.exp:: Likewise.
12968         * gdb.threads/schedlock.exp: Likewise.
12969
12970 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12971
12972         * gdb.cp/non-trivial-retval.cc: Add a test case.
12973         * gdb.cp/non-trivial-retval.exp: Add a test.
12974
12975 2014-10-20  Yao Qi  <yao@codesourcery.com>
12976
12977         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12978         * gdb.python/py-objfile-script-gdb.py: New file.
12979         * gdb.python/py-objfile-script.exp: Update reference to
12980         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12981         of remote_download.  Remove the dest file.
12982
12983 2014-10-20  Yao Qi  <yao@codesourcery.com>
12984
12985         * gdb.base/checkpoint.exp: Don't remove file copied on host.
12986         * gdb.base/step-line.exp: Likewise.
12987         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12988         * gdb.dwarf2/dw2-basic.exp: Likewise.
12989         * gdb.dwarf2/dw2-compressed.exp: Likewise.
12990         * gdb.dwarf2/dw2-filename.exp: Likewise.
12991         * gdb.dwarf2/dw2-intercu.exp: Likewise.
12992         * gdb.dwarf2/dw2-intermix.exp: Likewise.
12993         * gdb.dwarf2/dw2-producer.exp: Likewise.
12994         * gdb.dwarf2/mac-fileno.exp: Likewise.
12995         * gdb.python/py-frame-args.exp: Likewise.
12996         * gdb.python/py-framefilter.exp: Likewise.
12997         * gdb.python/py-mi.exp: Likewise.
12998         * gdb.python/py-objfile-script.exp: Likewise
12999         * gdb.python/py-pp-integral.exp: Likewise.
13000         * gdb.python/py-pp-re-notag.exp: Likewise.
13001         * gdb.python/py-prettyprint.exp: Likewise.
13002         * gdb.python/py-section-script.exp: Likewise.
13003         * gdb.python/py-typeprint.exp: Likewise.
13004         * gdb.python/py-xmethods.exp: Likewise.
13005         * gdb.stabs/weird.exp: Likewise.
13006         * gdb.xml/tdesc-regs.exp: Likewise.
13007
13008 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
13009
13010         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13011         (out_cu): Use addr_len for the size of addresses.
13012         (out_line): Likewise.  Size DW_LNE_set_address instruction
13013         according to addr_len.
13014         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13015         (FUNC): Add START_INSNS to definition.
13016
13017 2014-10-18  Yao Qi  <yao@codesourcery.com>
13018
13019         * gdb.base/argv0-symlink.exp: Check argv[0] value if
13020         gdb_has_argv0 return true.
13021         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13022         check [target_info exists noargs], check [gdb_has_argv0]
13023         instead.
13024         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13025         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13026         procedures.
13027
13028 2014-10-17  Doug Evans  <dje@google.com>
13029
13030         * gdb.python/py-events.exp: Update expected output for clear_objfiles
13031         event.
13032         * gdb.python/py-events.py: Add clear_objfiles event.
13033
13034 2014-10-17  Doug Evans  <dje@google.com>
13035
13036         * gdb.python/py-objfile.exp: Test progspace attribute.
13037
13038 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
13039
13040         * gdb.guile/scm-breakpoint.exp: Do not assume any
13041         directory separators when matching source file paths.
13042         * gdb.python/py-breakpoint.exp: Likewise.
13043         * gdb.reverse/break-precsave.exp: Likewise.
13044         * gdb.reverse/break-reverse.exp: Likewise.
13045         * gdb.reverse/consecutive-precsave.exp: Likewise.
13046         * gdb.reverse/finish-precsave.exp: Likewise.
13047         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13048         * gdb.reverse/finish-reverse.exp: Likewise.
13049         * gdb.reverse/i386-precsave.exp: Likewise.
13050         * gdb.reverse/i387-env-reverse.exp: Likewise.
13051         * gdb.reverse/i387-stack-reverse.exp: Likewise.
13052         * gdb.reverse/machinestate-precsave.exp: Likewise.
13053         * gdb.reverse/machinestate.exp: Likewise.
13054         * gdb.reverse/sigall-precsave.exp: Likewise.
13055         * gdb.reverse/solib-precsave.exp: Likewise.
13056         * gdb.reverse/step-precsave.exp: Likewise.
13057         * gdb.reverse/until-precsave.exp: Likewise.
13058         * gdb.reverse/watch-precsave.exp: Likewise.
13059         * gdb.reverse/watch-reverse.exp: Likewise.
13060
13061 2014-10-17  Yao Qi  <yao@codesourcery.com>
13062
13063         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13064         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13065
13066 2014-10-17  Pedro Alves  <palves@redhat.com>
13067
13068         PR gdb/17471
13069         * gdb.base/bg-execution-repeat.c: New file.
13070         * gdb.base/bg-execution-repeat.exp: New file.
13071
13072 2014-10-17  Pedro Alves  <palves@redhat.com>
13073
13074         PR gdb/17300
13075         * gdb.base/continue-all-already-running.c: New file.
13076         * gdb.base/continue-all-already-running.exp: New file.
13077
13078 2014-10-17  Pedro Alves  <palves@redhat.com>
13079
13080         PR gdb/17472
13081         * gdb.base/annota-input-while-running.c: New file.
13082         * gdb.base/annota-input-while-running.exp: New file.
13083
13084 2014-10-17  Pedro Alves  <palves@redhat.com>
13085
13086         * gdb.base/callfuncs.exp: emove references to osf.
13087         * gdb.base/sigall.exp: Likewise.
13088         * gdb.gdb/selftest.exp: Likewise.
13089         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13090         * gdb.mi/non-stop.c: Likewise.
13091         * gdb.mi/pthreads.c: Likewise.
13092         * gdb.reverse/sigall-precsave.exp: Likewise.
13093         * gdb.reverse/sigall-reverse.exp: Likewise.
13094         * gdb.threads/pthreads.c: Likewise.
13095         * gdb.threads/pthreads.exp: Likewise.
13096
13097 2014-10-17  Yao Qi  <yao@codesourcery.com>
13098
13099         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13100         check 'target_info exists noargs'.
13101         (test_command_prompt_position): Likewise.
13102         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13103         Remove "set args".
13104         (progvar_simple_while_test): Likewise.
13105         (progvar_complex_if_while_test): Likewise.
13106         (if_while_breakpoint_command_test): Likewise.
13107         (infrun_breakpoint_command_test): Likewise.
13108         (breakpoint_command_test): Likewise.
13109         (watchpoint_command_test): Likewise.
13110         (bp_deleted_in_command_test): Likewise.
13111         (temporary_breakpoint_commands): Likewise.
13112
13113 2014-10-16  Yao Qi  <yao@codesourcery.com>
13114
13115         * gdb.base/remotetimeout.exp: Remove noargs checking.
13116
13117 2014-10-15  Pedro Alves  <palves@redhat.com>
13118
13119         PR breakpoints/9649
13120         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13121         * gdb.base/breakpoint-in-ro-region.exp
13122         (probe_target_hardware_step): New procedure.
13123         (top level): Probe hardware stepping and hardware breakpoint
13124         support.  Test stepping through a read-only region, with both
13125         "breakpoint auto-hw" on and off and both "always-inserted" on and
13126         off.
13127
13128 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
13129
13130         * gdb.dlang/demangle.exp: Update for demangling changes.
13131
13132 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13133
13134         * gdb.cp/non-trivial-retval.cc: Add new test cases.
13135         * gdb.cp/non-trivial-retval.exp: Add new tests.
13136
13137 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13138
13139         PR c++/13403
13140         PR c++/15154
13141         * gdb.cp/non-trivial-retval.cc: New file.
13142         * gdb.cp/non-trivial-retval.exp: New file.
13143
13144 2014-10-15  Yao Qi  <yao@codesourcery.com>
13145
13146         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13147         remote host.
13148
13149 2014-10-15  Yao Qi  <yao@codesourcery.com>
13150
13151         * gdb.python/py-symbol.exp: Match file base name if host is
13152         remote, otherwise match file name with dir name.
13153         * gdb.python/py-symtab.exp: Likewise.
13154         * gdb.python/python.exp: Likewise.
13155
13156 2014-10-15  Yao Qi  <yao@codesourcery.com>
13157
13158         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13159         pattern.
13160         * gdb.python/py-symtab.exp: Likewise.
13161         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
13162         locationn.
13163
13164 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
13165
13166         * gdb.ada/addr_arith: New testcase.
13167
13168 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
13169
13170         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13171         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13172         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13173         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13174
13175 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
13176
13177         * gdb.arch/stap-eval-lang-ada.S: Likewise.
13178         * gdb.arch/stap-eval-lang-ada.c: Likewise.
13179         * gdb.arch/stap-eval-lang-ada.exp: New file.
13180
13181 2014-10-14  Yao Qi  <yao@codesourcery.com>
13182
13183         * gdb.mi/mi-var-child.c (nothing1): New function.
13184         (nothing2): New function.
13185         (do_children_tests): Set function pointers by nothing1 and
13186         nothing2.
13187         * gdb.mi/mi-var-child.exp: Step over new added statements.
13188         Update test to match the new output.
13189         * gdb.mi/var-cmd.c (nothing1): New function.
13190         (nothing2): New function.
13191         (do_children_tests): Set function pointers by  nothing1 and
13192         nothing2.
13193         * gdb.mi/mi-var-display.exp: Update test to match output.
13194         Step to the line specified by $line_dct_nothing.
13195         Increase the number of lines to step.
13196
13197 2014-10-14  Yao Qi  <yao@codesourcery.com>
13198
13199         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13200         tests.
13201         * gdb.mi/mi2-var-child.exp: Likewise.
13202
13203 2014-10-13  Doug Evans  <dje@google.com>
13204
13205         * gdb.python/py-objfile.exp: Change name of file name test.
13206
13207 2014-10-13  Doug Evans  <dje@google.com>
13208
13209         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13210         from the start of the CU.
13211
13212 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13213             Yao Qi  <yao@codesourcery.com>
13214
13215         Fix "save breakpoints" for "catch" command.
13216         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13217         Remove -nonewline.  Match also the added "main" line.
13218
13219 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13220
13221         Fix "save breakpoints" for "disable $bpnum" command.
13222         * gdb.base/save-bp.c (main): Add label.
13223         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
13224
13225 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13226
13227         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13228
13229 2014-10-11  Yao Qi  <yao@codesourcery.com>
13230
13231         * gdb.server/server-kill.exp: Execute command
13232         "set remote trace-status-packet on" before "tstatus".
13233
13234 2014-10-11  Yao Qi  <yao@codesourcery.com>
13235
13236         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13237         (main): Call getppid.
13238         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13239         and continue to it.  Read variable "server_pid".
13240
13241 2014-10-11  Yao Qi  <yao@codesourcery.com>
13242
13243         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13244
13245 2014-10-11  Yao Qi  <yao@codesourcery.com>
13246
13247         * gdb.threads/thread-find.exp: Don't execute command
13248         "info threads".
13249         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13250         * gdb.threads/linux-dp.exp: Don't check the condition
13251         $threads_created equals to zero.
13252
13253 2014-10-10  Pedro Alves  <palves@redhat.com>
13254
13255         * gdb.base/bigcore.exp: Remove references to IRIX.
13256         * gdb.base/funcargs.exp: Likewise.
13257         * gdb.base/interrupt.exp: Likewise.
13258         * gdb.base/mips_pro.exp: Likewise.
13259         * gdb.base/nodebug.exp: Likewise.
13260         * gdb.base/setvar.exp: Likewise.
13261         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13262
13263 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
13264             Pedro Alves  <palves@redhat.com>
13265
13266         PR symtab/14466
13267         * gdb.base/vdso-warning.c: New file.
13268         * gdb.base/vdso-warning.exp: New file.
13269
13270 2014-10-02  Doug Evans  <dje@google.com>
13271
13272         * gdb.base/structs.c (main): Don't run forever.
13273
13274 2014-10-02  Pedro Alves  <palves@redhat.com>
13275
13276         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13277         (top level) <stop threads 1, stop threads 2>: Use it.
13278
13279 2014-10-02  Pedro Alves  <palves@redhat.com>
13280
13281         * gdb.threads/break-while-running.exp (test): Add new
13282         'update_thread_list' argument.  Skip "info threads" if false.
13283         (top level): Add new 'update_thread_list' axis.
13284
13285 2014-10-02  Pedro Alves  <palves@redhat.com>
13286
13287         PR breakpoints/17431
13288         * gdb.base/execl-update-breakpoints.c: New file.
13289         * gdb.base/execl-update-breakpoints.exp: New file.
13290
13291 2014-10-01  Pedro Alves  <palves@redhat.com>
13292
13293         * gdb.base/breakpoint-in-ro-region.c: New file.
13294         * gdb.base/breakpoint-in-ro-region.exp: New file.
13295
13296 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
13297
13298         * gdb.mi/mi-exit-code.exp: New file.
13299         * gdb.mi/mi-exit-code.c: New file.
13300
13301 2014-09-30  Yao Qi  <yao@codesourcery.com>
13302
13303         * lib/prelink-support.exp (build_executable_own_libs): Error if
13304         the target isn't native.
13305
13306 2014-09-30  Yao Qi  <yao@codesourcery.com>
13307
13308         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13309         false.
13310
13311 2014-09-22  Pedro Alves  <palves@redhat.com>
13312
13313         * gdb.threads/break-while-running.exp: New file.
13314         * gdb.threads/break-while-running.c: New file.
13315
13316 2014-09-19  Yao Qi  <yao@codesourcery.com>
13317
13318         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13319         Invoke test.  Restart GDB with --readnow and invoke test again.
13320
13321 2014-09-19  Yao Qi  <yao@codesourcery.com>
13322
13323         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13324         proc set_breakpoint_on_gcd_function.  Invoke
13325         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
13326         invoke set_breakpoint_on_gcd_function again.
13327
13328 2014-09-18  Doug Evans  <dje@google.com>
13329
13330         * gdb.dwarf2/symtab-producer.exp: New file.
13331
13332 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13333
13334         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13335         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13336         * gdb.base/global-var-nested-by-dso.c: Likewise.
13337         * gdb.base/global-var-nested-by-dso.exp: Likewise.
13338
13339 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13340             Pedro Alves  <palves@redhat.com>
13341
13342         * gdb.base/watch-bitfields.exp: Pass string other than test file
13343         name to prepare_for_testing.
13344         (watch): New procedure.
13345         (expect_watchpoint): Use with_test_prefix.
13346         (top level): Factor out tests to ...
13347         (test_watch_location, test_regular_watch): ... these new
13348         procedures, and use with_test_prefix and gdb_continue_to_end.
13349
13350 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
13351
13352         PR breakpoints/12526
13353         * gdb.base/watch-bitfields.exp: New file.
13354         * gdb.base/watch-bitfields.c: New file.
13355
13356 2014-09-16  Pedro Alves  <palves@redhat.com>
13357
13358         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13359         software and hardware addresses, not software address against
13360         itself.
13361
13362 2014-09-16  Pedro Alves  <palves@redhat.com>
13363
13364         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13365         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13366
13367 2014-09-16  Pedro Alves  <palves@redhat.com>
13368
13369         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13370         files.
13371         * gdb.base/a2-run.exp: Remove all code guarded by istarget
13372         "*-*-vxworks*" throughout.
13373         * gdb.base/break.exp: Likewise.
13374         * gdb.base/default.exp: Likewise.
13375         * gdb.base/scope.exp: Likewise.
13376         * gdb.base/sepdebug.exp: Likewise.
13377         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13378         throughout.
13379         * gdb.base/run.c: Likewise.
13380         * gdb.base/sepdebug.c: Likewise.
13381         * gdb.hp/gdb.aCC/run.c: Likewise.
13382         * gdb.reverse/until-reverse.c: Likewise.
13383         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13384
13385 2014-09-16  Yao Qi  <yao@codesourcery.com>
13386
13387         * boards/local-remote-host-native.exp: New file.
13388
13389 2014-09-14  Doug Evans  <xdje42@gmail.com>
13390
13391         * gdb.threads/queue-signal.c (thread_count): New variable.
13392         (thread_count_mutex, thread_count_condvar): New variables.
13393         (incr_thread_count, wait_all_threads_running): New functions.
13394         (main): Wait for all threads to be in their thread functions.
13395
13396 2014-09-13  Doug Evans  <xdje42@gmail.com>
13397
13398         * gdb.threads/queue-signal.c: New file.
13399         * gdb.threads/queue-signal.exp: New file.
13400
13401 2014-09-13  Doug Evans  <xdje42@gmail.com>
13402
13403         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13404         be consistent with what default_gdb_init uses.
13405         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13406         the plain text of the prompt.  Add some logging printfs.
13407         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13408
13409 2014-09-12  Pedro Alves  <palves@redhat.com>
13410
13411         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13412         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13413         * gdb.arch/i386-size-overlap.exp: Likewise.
13414         * gdb.arch/i386-size.exp: Likewise.
13415         * gdb.arch/i386-unwind.exp: Likewise.
13416         * gdb.base/a2-run.exp: Likewise.
13417         * gdb.base/break.exp: Likewise.
13418         * gdb.base/charset.exp: Likewise.
13419         * gdb.base/chng-syms.exp: Likewise.
13420         * gdb.base/commands.exp: Likewise.
13421         * gdb.base/dbx.exp: Likewise.
13422         * gdb.base/find.exp: Likewise.
13423         * gdb.base/funcargs.exp: Likewise.
13424         * gdb.base/jit-simple.exp: Likewise.
13425         * gdb.base/reread.exp: Likewise.
13426         * gdb.base/sepdebug.exp: Likewise.
13427         * gdb.base/step-bt.exp: Likewise.
13428         * gdb.cp/mb-inline.exp: Likewise.
13429         * gdb.cp/mb-templates.exp: Likewise.
13430         * gdb.objc/basicclass.exp: Likewise.
13431         * gdb.threads/killed.exp: Likewise.
13432
13433 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13434
13435         PR tdep/17379
13436         * gdb.arch/powerpc-stackless.S: New file.
13437         * gdb.arch/powerpc-stackless.exp: New file.
13438
13439 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13440
13441         * gdb.base/attach.c: Include unistd.h.
13442         (main): Call alarm.  Add label postloop.
13443         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13444         gdb_breakpoint, gdb_continue_to_breakpoint.
13445         (test_command_line_attach_run): Kill ${testpid} in one exit path.
13446
13447 2014-09-11  Pedro Alves  <palves@redhat.com>
13448
13449         PR gdb/17347
13450         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13451         * gdb.base/attach.exp (test_command_line_attach_run): New
13452         procedure.
13453         (top level): Call it.
13454
13455 2014-09-11  Pedro Alves  <palves@redhat.com>
13456
13457         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13458         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13459         (do_command_attach_tests): Use spawn_wait_for_attach.
13460         * gdb.base/solib-overlap.exp: Likewise.
13461         * gdb.multi/multi-attach.exp: Likewise.
13462         * gdb.python/py-prompt.exp: Likewise.
13463         * gdb.python/py-sync-interp.exp: Likewise.
13464         * gdb.server/ext-attach.exp: Likewise.
13465
13466 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13467
13468         * gdb.fortran/array-element.exp: Remove unexpected "continue"
13469         command in testcase.  Simplify testcase.
13470
13471 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13472
13473         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13474
13475 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13476
13477         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13478
13479 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13480
13481         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13482
13483 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13484
13485         * gdb.dwarf2/dynarr-ptr.c: New file.
13486         * gdb.dwarf2/dynarr-ptr.exp: New file.
13487
13488 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13489
13490         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13491         of 30 rather than hardcoding 120 for a slow test case.  Take the
13492         `gdb,timeout' target setting into account for this calculation.
13493         Don't extend the timeout for the test cases that don't need it.
13494
13495 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13496
13497         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13498         a factor of 2 for a slow test case.  Take the `gdb,timeout'
13499         target setting into account for this calculation.
13500         * gdb.reverse/until-precsave.exp: Increase the timeout by
13501         a factor of 15 and 3 respectively rather than adding 120
13502         for a pair of slow test cases.  Take the `gdb,timeout'
13503         target setting into account for this calculation.
13504
13505 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13506
13507         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13508         timeout, don't pass one down to gdb_expect.
13509         (gdb_expect): Rework timeout selection.
13510
13511 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13512
13513         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13514         exception on timeout.
13515         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13516         (gdbserver_start_extended): Catch any `gdbserver_start' error
13517         exceptions.
13518         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13519         * lib/mi-support.exp (mi_gdb_target_load): Catch any
13520         `gdbserver_gdb_load' error exceptions.
13521
13522 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13523
13524         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13525         120 on waiting for the TCP socket to open.
13526
13527 2014-09-09  Doug Evans  <xdje42@gmail.com>
13528
13529         * gdb.base/default.exp (show_conv_list): Add _caller_is,
13530         _caller_matches, _any_caller_is, _any_caller_matches.
13531
13532 2014-09-09  Doug Evans  <xdje42@gmail.com>
13533
13534         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13535
13536 2014-09-09  Yao Qi  <yao@codesourcery.com>
13537
13538         * gdb.mi/mi-var-display.exp: Set print symbol off.
13539
13540 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13541
13542         PR gdb/17035
13543         * gdb.base/commands.exp: Add tests to verify user-defined
13544         commands with empty bodies.
13545         * gdb.python/py-cmd.exp: Test that we don't show user-defined
13546         python commands in `show user command`.
13547         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13548         scheme commands in `show user command`.
13549
13550 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13551
13552         PR python/17355
13553         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13554         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13555         * gdb.python/py-framefilter-invalidarg.exp: New file.
13556         * gdb.python/py-framefilter-invalidarg.py: New file.
13557
13558 2014-09-06  Doug Evans  <xdje42@gmail.com>
13559
13560         PR 15276
13561         * gdb.python/py-caller-is.c: New file.
13562         * gdb.python/py-caller-is.exp: New file.
13563
13564 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
13565
13566         PR gdb/17235
13567         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13568         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13569
13570 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
13571
13572         PR fortran/17237
13573         * gdb.fortran/print-formatted.exp: New file.
13574         * gdb.fortran/print-formatted.f90: Likewise.
13575
13576 2014-09-03  Sasha Smundak  <asmundak@google.com>
13577
13578         * gdb.python/py-frame.exp: Test Frame.read_register.
13579
13580 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
13581
13582         PR python/16699
13583         * gdb.python/py-completion.exp: New file.
13584         * gdb.python/py-completion.py: Likewise.
13585
13586 2014-08-28  Doug Evans  <dje@google.com>
13587
13588         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13589         eax,etc. are live with values set by gdb and thus the compiler can't
13590         use them.
13591         * gdb.arch/i386-pseudo.c (main): Ditto.
13592
13593 2014-08-27  Doug Evans  <dje@google.com>
13594
13595         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13596
13597 2014-08-25  Doug Evans  <dje@google.com>
13598
13599         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13600         (main): Ditto.
13601
13602 2014-08-25  Doug Evans  <dje@google.com>
13603
13604         * gdb.threads/thread-execl.exp: #include <stdio.h>.
13605
13606 2014-08-24  Yao Qi  <yao@codesourcery.com>
13607
13608         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13609         symbol off.
13610         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13611
13612 2014-08-22  Doug Evans  <dje@google.com>
13613
13614         PR 17276
13615         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13616         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13617         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13618
13619 2014-08-22  Yao Qi  <yao@codesourcery.com>
13620
13621         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13622         * gdb.python/py-finish-breakpoint2.exp: Likewise.
13623         * gdb.python/python.exp: Likewise.  Use .py file on the host
13624         instead of the build.
13625
13626 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13627
13628         * gdb.threads/gcore-stale-thread.c: New file.
13629         * gdb.threads/gcore-stale-thread.exp: New file.
13630
13631 2014-08-21  Pedro Alves  <palves@redhat.com>
13632
13633         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13634         * gdb.base/gcore-relro-pie.exp: Likewise.
13635         * gdb.base/gcore-relro.exp: Likewise.
13636         * gdb.base/gcore.exp: Likewise.
13637         * gdb.base/print-symbol-loading.exp: Likewise.
13638         * gdb.threads/gcore-thread.exp: Likewise.
13639         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13640
13641 2014-08-20  Pedro Alves  <palves@redhat.com>
13642             Jan Kratochvil  <jan.kratochvil@redhat.com>
13643
13644         * Makefile.in (EXTRA_RULES, CC): New variables, get from
13645         configure.
13646         (EXPECT): Handle READ1 being set.
13647         (all): Depend on EXTRA_RULES.
13648         (check-read1, expect-read1, read1.so, read1): New rules.
13649         * README (Testsuite Parameters): Document the READ1 make variable.
13650         (Race detection): New section.
13651         * configure: Regenerate.
13652         * configure.ac: If build==host==target, and running under a
13653         GNU/glibc system, add read1 to the extra Makefile rules.
13654         (EXTRA_RULES): AC_SUBST it.
13655         * lib/read1.c: New file.
13656
13657 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
13658
13659         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13660         the handling of variables declared as a typedef to an array
13661         which a DW_AT_data_location attribute.
13662
13663 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
13664             Pedro Alves  <palves@redhat.com>
13665
13666         PR symtab/14604
13667         PR symtab/14605
13668         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13669         gdb_test.
13670
13671 2014-08-19  Pedro Alves  <palves@redhat.com>
13672
13673         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13674
13675 2014-08-19  Yao Qi  <yao@codesourcery.com>
13676
13677         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13678         right line.
13679
13680 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13681
13682         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13683
13684 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13685
13686         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13687         attribute in array range.
13688
13689 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13690
13691         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13692
13693 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13694
13695         PR c++/17132
13696         * gdb.cp/pr17132.cc: New file.
13697         * gdb.cp/pr17132.exp: New file.
13698
13699 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13700
13701         * gdb.python/py-xmethods.py (A_getarrayind)
13702         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13703         Use 'print' with function call syntax.
13704         (E_method_matcher.match): Fix tab vs space indentation mixup.
13705
13706 2014-08-15  Yao Qi  <yao@codesourcery.com>
13707
13708         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13709         false.
13710
13711 2014-08-15  Yao Qi  <yao@codesourcery.com>
13712
13713         * gdb.cp/casts.exp: Set print symbol off.
13714         * gdb.cp/class2.exp: Likewise.
13715         * gdb.cp/overload.exp: Likewise.
13716         * gdb.cp/templates.exp: Likewise.
13717
13718 2014-08-11  Doug Evans  <dje@google.com>
13719
13720         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13721         (test_load_shlib): Update.
13722
13723 2014-08-09  Yao Qi  <yao@codesourcery.com>
13724
13725         * gdb.base/display.exp: Invoke is_address_zero_readable.
13726         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13727         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13728         * gdb.base/hbreak-unmapped.exp: Return if
13729         is_address_zero_readable returns true.
13730         * gdb.base/signest.exp: Likewise.
13731         * gdb.base/signull.exp: Likewise.
13732         * gdb.base/sigbpt.exp: Likewise.
13733         * gdb.guile/scm-disasm.exp: Do the test if
13734         is_address_zero_readable returns false.
13735         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13736         * gdb.python/py-arch.exp: Likewise.
13737         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13738         * lib/gdb.exp (is_address_zero_readable): New proc.
13739
13740 2014-08-09  Yao Qi  <yao@codesourcery.com>
13741
13742         PR testsuite/13443
13743         * gdb.mi/mi-var-display.exp: Make test messages unique.
13744
13745 2014-08-04  Tom Tromey  <tromey@redhat.com>
13746
13747         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13748         target 0".
13749
13750 2014-08-04  Tom Tromey  <tromey@redhat.com>
13751
13752         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13753         "target_resume".
13754
13755 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13756
13757         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13758         inner_vla_struct_object_size.
13759         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13760         as xfail.
13761
13762 2014-07-30  Pedro Alves  <palves@redhat.com>
13763
13764         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13765         comment.
13766
13767 2014-07-29  Yao Qi  <yao@codesourcery.com>
13768
13769         PR gdb/17206
13770         * gdb.base/until-nodebug.exp: New.
13771
13772 2014-07-28  Doug Evans  <xdje42@gmail.com>
13773
13774         PR guile/17203
13775         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13776         previously existing parameter, and previously ambiguously spelled
13777         parameter.
13778
13779 2014-07-28  Will Newton  <will.newton@linaro.org>
13780
13781         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13782
13783 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13784             Doug Evans  <xdje42@gmail.com>
13785
13786         PR guile/17146
13787         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13788
13789 2014-07-25  Pedro Alves  <palves@redhat.com>
13790
13791         * gdb.threads/signal-command-handle-nopass.c: New file.
13792         * gdb.threads/signal-command-handle-nopass.exp: New file.
13793         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13794         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13795         * gdb.threads/signal-delivered-right-thread.c: New file.
13796         * gdb.threads/signal-delivered-right-thread.exp: New file.
13797
13798 2014-07-25  Pedro Alves  <palves@redhat.com>
13799
13800         * gdb.base/double-prompt-target-event-error.exp
13801         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13802         match.
13803         (cancel_pagination_in_target_event): Rework double prompt
13804         detection.
13805         * gdb.base/paginate-after-ctrl-c-running.exp
13806         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13807         <return>' match.
13808         * gdb.base/paginate-bg-execution.exp
13809         (test_bg_execution_pagination_return)
13810         (test_bg_execution_pagination_cancel): Remove '-notransfer
13811         <return>' matches.
13812         * gdb.base/paginate-execution-startup.exp
13813         (test_fg_execution_pagination_return)
13814         (test_fg_execution_pagination_cancel): Remove '-notransfer
13815         <return>' matches.
13816         * gdb.base/paginate-inferior-exit.exp
13817         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13818         match.
13819         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13820         * lib/gdb.exp (pagination_prompt): Run text through
13821         string_to_regexp.
13822         (gdb_test_multiple): Match $pagination_prompt instead of
13823         "<return>".
13824         (string_to_regexp): Move to lib/gdb-utils.exp.
13825
13826 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13827
13828         * gdb.arch/amd64-entry-value-paramref.S: New file.
13829         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13830         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13831         * gdb.arch/amd64-optimout-repeat.S: New file.
13832         * gdb.arch/amd64-optimout-repeat.c: New file.
13833         * gdb.arch/amd64-optimout-repeat.exp: New file.
13834
13835 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13836
13837         PR gdb/17170
13838         * gdb.base/statistics.exp: New file.
13839
13840 2014-07-17  Doug Evans  <dje@google.com>
13841
13842         PR gdb/17170
13843         * gdb.base/maint.exp: Update testing of per-command stats.
13844
13845 2014-07-16  Pedro Alves  <palves@redhat.com>
13846
13847         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13848         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13849         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13850         (tfile_write_buf): New functions.
13851         (add_memory_block): Rewrite using the above.
13852         (adjust_function_address): New function.
13853         (FUNCTION_ADDRESS): New macro.
13854         (write_basic_trace_file): Remove short_x local, and use
13855         tfile_write_16. Change type of func_addr local to unsigned long
13856         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13857         here.  Cast argument of add_memory_block to char pointer.
13858         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13859         (main): Remove parameters.
13860         * gdb.trace/tfile.exp: Remove nowarnings.
13861
13862 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13863
13864         * gdb.base/debug-expr.exp: Test string evaluation with
13865         "debug expression" on.
13866
13867 2014-07-15  Pedro Alves  <palves@redhat.com>
13868
13869         * gdb.base/reread.exp: Use clean_restart.
13870
13871 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13872
13873         * gdb.arch/avr-flash-qualifer.c: New.
13874         * gdb.arch/avr-flash-qualifer.exp: New.
13875
13876 2014-07-14  Pedro Alves  <palves@redhat.com>
13877
13878         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13879         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13880
13881 2014-07-14  Pedro Alves  <palves@redhat.com>
13882
13883         * gdb.base/double-prompt-target-event-error.c: New file.
13884         * gdb.base/double-prompt-target-event-error.exp: New file.
13885
13886 2014-07-14  Pedro Alves  <palves@redhat.com>
13887
13888         PR gdb/17072
13889         * gdb.base/paginate-inferior-exit.c: New file.
13890         * gdb.base/paginate-inferior-exit.exp: New file.
13891
13892 2014-07-14  Pedro Alves  <palves@redhat.com>
13893
13894         PR gdb/17072
13895         * gdb.base/paginate-bg-execution.c: New file.
13896         * gdb.base/paginate-bg-execution.exp: New file.
13897
13898 2014-07-14  Pedro Alves  <palves@redhat.com>
13899
13900         PR gdb/17072
13901         * gdb.base/paginate-execution-startup.c: New file.
13902         * gdb.base/paginate-execution-startup.exp: New file.
13903         * lib/gdb.exp (pagination_prompt): New global.
13904         (default_gdb_spawn): New procedure, factored out from
13905         default_gdb_spawn.
13906         (default_gdb_start): Adjust to call default_gdb_spawn.
13907         (gdb_spawn): New procedure.
13908
13909 2014-07-14  Pedro Alves  <palves@redhat.com>
13910
13911         * lib/gdb.exp (gdb_assert): New procedure.
13912         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13913
13914 2014-07-14  Pedro Alves  <palves@redhat.com>
13915
13916         * gdb.base/execution-termios.c: New file.
13917         * gdb.base/execution-termios.exp: New file.
13918
13919 2014-07-14  Tom Tromey  <tromey@redhat.com>
13920
13921         * gdb.cp/vla-cxx.cc: New file.
13922         * gdb.cp/vla-cxx.exp: New file.
13923
13924 2014-07-14  Tom Tromey  <tromey@redhat.com>
13925
13926         * gdb.reverse/rerun-prec.c: New file.
13927         * gdb.reverse/rerun-prec.exp: New file.
13928
13929 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13930             Maciej W. Rozycki  <macro@codesourcery.com>
13931
13932         * lib/gdb-utils.exp: New file.
13933         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13934         inline `gdb_init_command' processing.
13935         (gdb_start_cmd): Likewise.
13936         * lib/mi-support.exp (mi_run_cmd): Likewise.
13937         * README: Document `gdb_init_command' and `gdb_init_commands'.
13938
13939 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13940
13941         Fix false FAIL running under a very long directory name.
13942         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13943         and "set print elements 10000".  Twice.
13944
13945 2014-07-11  Yao Qi  <yao@codesourcery.com>
13946
13947         * gdb.base/exprs.exp: "set print symbol off".
13948
13949 2014-07-11  Pedro Alves  <palves@redhat.com>
13950
13951         * gdb.threads/kill.c: New file.
13952         * gdb.threads/kill.exp: New file.
13953
13954 2014-07-10  Yao Qi  <yao@codesourcery.com>
13955
13956         * gdb.trace/tfile.c (write_basic_trace_file)
13957         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13958         address written to trace file.
13959
13960 2014-07-09  Pedro Alves  <palves@redhat.com>
13961
13962         * gdb.base/attach-wait-input.exp: New file.
13963         * gdb.base/attach-wait-input.c: New file.
13964
13965 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13966
13967         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13968         setting up test structures.
13969         (main): Call new test function.
13970         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13971         test function, continue into test function and walk test
13972         structures.
13973
13974 2014-07-02  Yao Qi  <yao@codesourcery.com>
13975
13976         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13977         'bar_start' at the beginning of functions 'foo' and 'bar'
13978         respectively.
13979         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13980         instead of 'foo' and 'bar'.
13981
13982 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
13983
13984         * gdb.btrace/segv.exp: New.
13985         * gdb.btrace/segv.c: New.
13986
13987 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
13988
13989         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13990         instruction.
13991
13992 2014-06-30  Mark Wielaard  <mjw@redhat.com>
13993
13994         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13995         vulture, vilify, villar): New volatile array constants.
13996         (vindictive, vegetation): New const volatile array constants.
13997         * gdb.base/volatile.exp: Test volatile and const volatile array
13998         types.
13999
14000 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14001
14002         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14003         target lacks support for awatch, rwatch, or hbreak.
14004
14005 2014-06-27  Yao Qi  <yao@codesourcery.com>
14006
14007         * gdb.multi/dummy-frame-restore.exp: New.
14008         * gdb.multi/dummy-frame-restore.c: New.
14009
14010 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
14011
14012         * gdb.btrace/gcore.exp: New.
14013
14014 2014-06-23  Pedro Alves  <palves@redhat.com>
14015
14016         * gdb.base/watchpoint-reuse-slot.c: New file.
14017         * gdb.base/watchpoint-reuse-slot.exp: New file.
14018
14019 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
14020
14021         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14022         progspace's filename in 'info', 'enable' and 'disable' command
14023         tests.
14024
14025 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14026
14027         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14028         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14029         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14030
14031 2014-06-20  Gary Benson  <gbenson@redhat.com>
14032
14033         * gdb.arch/i386-avx.exp: Fix include file location.
14034         * gdb.arch/i386-sse.exp: Likewise.
14035
14036 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
14037
14038         * gdb.dlang/expression.exp: New file.
14039
14040 2014-06-19  Pedro Alves  <palves@redhat.com>
14041
14042         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14043         out from ...
14044         (top level): ... here.  Iterate running tests under different
14045         scheduler-locking settings.
14046
14047 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
14048
14049         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14050         to DW_FORM_addr and use non-zero addresses.
14051
14052 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
14053
14054         PR gdb/17017
14055         * gdb.python/py-xmethods.cc: Add global function call counters and
14056         increment them in their respective functions.  Remove "cout"
14057         statements.
14058         * gdb.python/py-xmethods.exp: Make tests check the global function
14059         call counters instead of depending on inferior IO.
14060
14061 2014-06-18  Don Breazeal  <donb@codesourcery.com>
14062
14063         * gdb.base/foll-fork.exp (default_fork_parent_follow):
14064         Deleted procedure.
14065         (explicit_fork_parent_follow): Deleted procedure.
14066         (explicit_fork_child_follow): Deleted procedure.
14067         (test_follow_fork): New procedure.
14068         (do_fork_tests): Replace calls to deleted procedures with
14069         calls to test_follow_fork and reset GDB for subsequent
14070         procedure calls.
14071
14072 2014-06-17  Yao Qi  <yao@codesourcery.com>
14073
14074         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14075         CP1252.
14076
14077 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
14078
14079         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14080         Initialize ptr and S explicitly.
14081         (skip_type_update_when_not_use_rtti_test): Likewise.
14082
14083 2014-06-16  Keith Seitz  <keiths@redhat.com>
14084
14085         PR mi/15863
14086         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14087         the inferior is started.
14088
14089 2014-06-16  Pedro Alves  <palves@redhat.com>
14090
14091         * gdb.base/break-main-file-remove-fail.c: New file.
14092         * gdb.base/break-main-file-remove-fail.exp: New file.
14093         * gdb.base/break-unload-file.exp: Use build_executable instead of
14094         prepare_for_testing.
14095         (test_break): New parameter "initial_load".  Handle it.
14096         (top level): Add initial_load cmdline/file axis.
14097
14098 2014-06-12  Tom Tromey  <tromey@redhat.com>
14099
14100         * gdb.base/completion.exp: Don't use directory name in test.
14101
14102 2014-06-09  Gary Benson  <gbenson@redhat.com>
14103
14104         * gdb.base/sigall.c [Functions to send signals]: Reorder to
14105         separate the always-available ANSI-standard signals from the
14106         signals that require checking.
14107         (main): Likewise.
14108         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14109         Likewise.
14110         (main): Likewise.
14111
14112 2014-06-07  Keith Seitz  <keiths@redhat.com>
14113
14114         Revert:
14115         PR c++/16253
14116         * gdb.cp/var-tag.cc: New file.
14117         * gdb.cp/var-tag.exp: New file.
14118         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14119         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14120         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14121         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14122
14123 2014-06-06  Doug Evans  <xdje42@gmail.com>
14124
14125         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14126
14127 2014-06-06  Pedro Alves  <palves@redhat.com>
14128
14129         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14130         in target debug output instead of looking at RSP packets,
14131         disabling the test on any target that uses hardware stepping.
14132         Update comments.
14133
14134 2014-06-06  Pedro Alves  <palves@redhat.com>
14135
14136         * gdb.base/break-unload-file.exp: Fix typo.
14137
14138 2014-06-06  Yao Qi  <yao@codesourcery.com>
14139
14140         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14141         from "jit_function" to "^jit_function".
14142
14143 2014-06-06  Yao Qi  <yao@codesourcery.com>
14144
14145         * gdb.base/async.c (foo): Add one statement.
14146         * gdb.base/async.exp: Get the next instruction address and
14147         match the output of "nexti" by instruction address.  Match
14148         the hex address in the output of "finish".
14149
14150 2014-06-06  Gary Benson  <gbenson@redhat.com>
14151
14152         * gdb.base/call-signals.c: Remove preprocessor conditionals
14153         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14154         SIGSEGV and SIGTERM.
14155         * gdb.base/sigall.c: Likewise.
14156         * gdb.base/unwindonsignal.c: Likewise.
14157         * gdb.reverse/sigall-reverse.c: Likewise.
14158
14159 2014-06-06  Yao Qi  <yao@codesourcery.com>
14160
14161         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
14162         readable, skip the test.
14163
14164 2014-06-06  Yao Qi  <yao@codesourcery.com>
14165
14166         * gdb.threads/staticthreads.c (thread_function): Move the line
14167         setting breakpoint on forward.
14168         * gdb.threads/staticthreads.exp: Update comments.
14169
14170 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
14171
14172         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14173         "history-append! type error".
14174
14175 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
14176
14177         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14178         erroneous dprintf expected input.
14179
14180 2014-06-04  Doug Evans  <xdje42@gmail.com>
14181
14182         * gdb.guile/scm-generics.exp: Delete.
14183
14184 2014-06-04  Doug Evans  <xdje42@gmail.com>
14185
14186         * gdb.guile/scm-breakpoint.exp: Update.
14187         Add tests for breakpoint registration.
14188
14189 2014-06-04  Tom Tromey  <tromey@redhat.com>
14190
14191         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14192         VLA-in-union.
14193         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14194         inner_vla_struct, vla_union types.  Initialize objects of those
14195         types and compute their sizes.
14196
14197 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
14198             Hui Zhu  <hui@codesourcery.com>
14199
14200         * gdb.base/fileio.exp: Add test for shell not available as well as
14201         available.
14202         * gdb.base/fileio.c (test_system): Check for shell twice.
14203
14204 2014-06-04  Yao Qi  <yao@codesourcery.com>
14205
14206         * gdb.base/auto-connect-native-target.exp: Remove redundant
14207         space from the regexp pattern.
14208
14209 2014-06-04  Yao Qi  <yao@codesourcery.com>
14210
14211         * gdb.base/default.exp: Replace "child" with "native" in
14212         regexp pattern.
14213
14214 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
14215
14216         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14217         * gdb.python/py-xmethods.exp: New tests to test xmethods.
14218         * gdb.python/py-xmethods.py: Python script supporting the
14219         new testcase and tests.
14220
14221 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
14222             Pedro Alves  <palves@redhat.com>
14223
14224         PR breakpoints/17000
14225         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14226         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14227
14228 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
14229
14230         * gdb.base/subst.exp: Add tests to verify partial path matching
14231         output.
14232
14233 2014-06-03  Pedro Alves  <palves@redhat.com>
14234
14235         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14236         target that doesn't use software single-stepping.
14237
14238 2014-06-03  Pedro Alves  <palves@redhat.com>
14239
14240         PR breakpoints/17000
14241         * gdb.base/sss-bp-on-user-bp-2.c: New file.
14242         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14243
14244 2014-06-02  Doug Evans  <xdje42@gmail.com>
14245
14246         * gdb.guile/scm-parameter.exp: New file.
14247
14248 2014-06-02  Doug Evans  <xdje42@gmail.com>
14249
14250         * gdb.guile/scm-cmd.c: New file.
14251         * gdb.guile/scm-cmd.exp: New file.
14252
14253 2014-06-02  Doug Evans  <xdje42@gmail.com>
14254
14255         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14256         pretty-printer lookup.
14257         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14258         (make-pp_s-printer): Call it.
14259         (make-pretty-printer-from-dict): New function.
14260         (lookup-pretty-printer-maker-from-dict): New function.
14261         (*pretty-printer*): Simplify.
14262         (make-objfile-pp_s-printer): New function.
14263         (install-objfile-pretty-printers!): New function.
14264         (make-progspace-pp_s-printer): New function.
14265         (install-progspace-pretty-printers!): New function.
14266         * gdb.guile/scm-progspace.c: New file.
14267         * gdb.guile/scm-progspace.exp: New file.
14268
14269 2014-06-02  Pedro Alves  <palves@redhat.com>
14270
14271         * gdb.base/dprintf-bp-same-addr.c: New file.
14272         * gdb.base/dprintf-bp-same-addr.exp: New file.
14273
14274 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14275
14276         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14277         * gdb.arch/powerpc-power.s: Likewise.
14278
14279 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
14280
14281         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14282
14283 2014-06-01  Yao Qi  <yao@codesourcery.com>
14284
14285         * gdb.base/watchpoint.exp (test_watch_location): Check null
14286         pointer can be dereferenced.  If not, do the test, otherwise
14287         skip it.
14288
14289 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14290
14291         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14292         results.
14293         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14294
14295 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14296
14297         * gdb.arch/amd64-invalid-stack-middle.S: New file.
14298         * gdb.arch/amd64-invalid-stack-middle.c: New file.
14299         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14300         * gdb.arch/amd64-invalid-stack-top.c: New file.
14301         * gdb.arch/amd64-invalid-stack-top.exp: New file.
14302
14303 2014-05-30  Pedro Alves  <palves@redhat.com>
14304
14305         PR breakpoints/17000
14306         * gdb.base/sss-bp-on-user-bp.c: New file.
14307         * gdb.base/sss-bp-on-user-bp.exp: New file.
14308
14309 2014-05-30  David Blaikie  <dblaikie@gmail.com>
14310
14311         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14312         gnu_inline semantics via attribute.
14313         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14314         source explicitly specifies the required semantics.
14315
14316 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
14317
14318         * gdb.reverse/sigall-reverse.exp: Fix a typo.
14319
14320 2014-05-29  Pedro Alves  <palves@redhat.com>
14321             Tom Tromey  <tromey@redhat.com>
14322
14323         * gdb.base/async-shell.exp: Don't enable target-async.
14324         * gdb.base/async.exp
14325         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14326         parameter.  Adjust.
14327         (top level): Don't test with "target-async".
14328         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14329         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14330         * gdb.base/inferior-died.exp: Don't enable target-async.
14331         * gdb.base/interrupt-noterm.exp: Likewise.
14332         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14333         * gdb.mi/mi-nonstop-exit.exp: Likewise.
14334         * gdb.mi/mi-nonstop.exp: Likewise.
14335         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14336         * gdb.mi/mi-nsintrall.exp: Likewise.
14337         * gdb.mi/mi-nsmoribund.exp: Likewise.
14338         * gdb.mi/mi-nsthrexec.exp: Likewise.
14339         * gdb.mi/mi-watch-nonstop.exp: Likewise.
14340         * gdb.multi/watchpoint-multi.exp: Adjust comment.
14341         * gdb.python/py-evsignal.exp: Don't enable target-async.
14342         * gdb.python/py-evthreads.exp: Likewise.
14343         * gdb.python/py-prompt.exp: Likewise.
14344         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14345         * gdb.server/solib-list.exp: Don't enable target-async.
14346         * gdb.threads/thread-specific-bp.exp: Likewise.
14347         * lib/mi-support.exp: Adjust to use mi-async.
14348
14349 2014-05-29  Pedro Alves  <palves@redhat.com>
14350
14351         PR gdb/13860
14352         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14353         reason, even in sync mode.
14354
14355 2014-05-29  Pedro Alves  <palves@redhat.com>
14356             Hui Zhu  <hui@codesourcery.com>
14357
14358         PR PR15693
14359         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14360         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14361         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14362         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14363
14364 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
14365
14366         * config/monitor.exp (gdb_target_monitor): Replace use of
14367         "set remotebaud" by "set serial baud".
14368
14369 2014-05-26  Andy Wingo  <wingo@igalia.com>
14370
14371         * gdb.guile/scm-breakpoint.exp:
14372         * gdb.guile/scm-gsmob.exp: Update to use plain old object
14373         properties instead of gdb-object-properties.
14374
14375 2014-05-26  Yao Qi  <yao@codesourcery.com>
14376
14377         * gdb.server/no-thread-db.exp: Specify source file name
14378         explicitly when setting a breakpoint.
14379
14380 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14381
14382         * gdb.btrace/vdso.c: New.
14383         * gdb.btrace/vdso.exp: New.
14384
14385 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14386
14387         * gdb.base/gcore.exp (capture_command_output): Move ...
14388         * lib/gdb.exp (capture_command_output): ... here.
14389
14390 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14391
14392         * gdb.btrace/data.exp: Test memory access during btrace replay.
14393
14394 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
14395
14396         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14397
14398 2014-05-21  Pedro Alves  <palves@redhat.com>
14399
14400         PR gdb/13860
14401         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14402         (top level): Test that output related to execution commands is
14403         sent to the console with CLI commands, but not with MI commands.
14404         Test that breakpoint events are always mirrored to the console.
14405         Also expect the new source line to be output after a "next" in
14406         async mode too.  Make it a pass/fail test.
14407         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14408         output.
14409         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14410
14411 2014-05-21  Pedro Alves  <palves@redhat.com>
14412
14413         * gdb.base/list.exp (build_pattern, test_list): New procedures.
14414         Use them to test variations of "list" after reaching a breakpoint.
14415         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14416         Test "list" with listsize 10 after reaching a breakpoint.
14417         * gdb.python/python.exp (decode_line current location line
14418         number): Adjust expected line number.
14419
14420 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
14421
14422         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14423         behavior for $args, pass it directly to "run".
14424
14425 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
14426
14427         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14428         30000 to 65536.
14429
14430 2014-05-21  Pedro Alves  <palves@redhat.com>
14431
14432         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14433         auto-connect-native-target off".
14434         * gdb.base/auto-connect-native-target.c: New file.
14435         * gdb.base/auto-connect-native-target.exp: New file.
14436
14437 2014-05-21  Pedro Alves  <palves@redhat.com>
14438
14439         * gdb.base/default.exp: Test "target native" instead of "target
14440         child".
14441
14442 2014-05-21  Mark Wielaard  <mjw@redhat.com>
14443
14444         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14445
14446 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14447
14448         Fix TLS access for -static -pthread.
14449         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14450         <HAVE_TLS> (thread_function, main): Initialize it.
14451         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14452         Add clean_restart.
14453         <$have_tls != "">: Check TLSVAR.
14454
14455 2014-05-21  Pedro Alves  <palves@redhat.com>
14456
14457         * gdb.base/dcache-line-read-error.c: New.
14458         * gdb.base/dcache-line-read-error.exp: New.
14459
14460 2014-05-20  Pedro Alves  <palves@redhat.com>
14461
14462         * gdb.base/compare-sections.c: New file.
14463         * gdb.base/compare-sections.exp: New file.
14464
14465 2014-05-20  Pedro Alves  <palves@redhat.com>
14466
14467         * gdb.base/break-idempotent.c: New file.
14468         * gdb.base/break-idempotent.exp: New file.
14469
14470 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
14471
14472         * gdb.btrace/nohist.exp: New.
14473
14474 2014-05-20  Yao Qi  <yao@codesourcery.com>
14475
14476         * lib/gdb.exp (gdb_init): Set timeout if test file is under
14477         gdb.reverse directory and gdb_reverse_timeout exists in board
14478         setting.
14479         * README: Document gdb_reverse_timeout.
14480
14481 2014-05-20  Yao Qi  <yao@codesourcery.com>
14482
14483         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14484         'test_file_name'.  Treat args as a string instead of a list.
14485         (gdb_init): Rename argument 'args' by 'test_file_name'.
14486
14487 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14488
14489         * gdb.arch/powerpc-power.exp: New file.
14490         * gdb.arch/powerpc-power.s: New file.
14491
14492 2014-05-16  Doug Evans  <dje@google.com>
14493
14494         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14495         * gdb.base/completion.exp: Check that all expected files exist
14496         before doing file completion.
14497
14498 2014-05-16  Doug Evans  <dje@google.com>
14499
14500         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14501         Update.
14502         (do_syscall_tests_without_xml): Update.
14503
14504 2014-05-16  Pedro Alves  <palves@redhat.com>
14505
14506         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14507         instead of "unknown output after running".
14508
14509 2014-05-16  Yao Qi  <yao@codesourcery.com>
14510
14511         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
14512         file1.txt from host at the end.
14513         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14514
14515 2014-05-15  Doug Evans  <dje@google.com>
14516
14517         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14518         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14519         loading file.  Add test for TU lookup.
14520
14521 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14522
14523         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14524         calling "-exec-arguments" or "set args" before running the
14525         inferior.
14526
14527 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14528
14529         * lib/mi-support.exp (mi_expect_stop): Expect message for
14530         inferiors that exit with non-zero exit code.
14531
14532 2014-05-14  Yao Qi  <yao@codesourcery.com>
14533
14534         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14535         match absolute path on remote host.
14536         (test_file_list_exec_source_files): Remove "/" from the
14537         pattern.
14538
14539 2014-05-14  Yao Qi  <yao@codesourcery.com>
14540
14541         * boards/local-remote-host-notty.exp (${board}_file): New
14542         proc.
14543
14544 2014-05-07  Kyle McMartin  <kyle@redhat.com>
14545
14546         Pushed by Joel Brobecker  <brobecker@adacore.com>.
14547         * gdb.arch/aarch64-atomic-inst.c: New file.
14548         * gdb.arch/aarch64-atomic-inst.exp: New file.
14549
14550 2014-05-07  Yao Qi  <yao@codesourcery.com>
14551
14552         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14553         in current context" too.
14554
14555 2014-05-05  Keith Seitz  <keiths@redhat.com>
14556
14557         * gdb.linespec/ls-dollar.exp: Add test for linespec
14558         file:convenience_variable.
14559
14560 2014-05-05  Yao Qi  <yao@codesourcery.com>
14561
14562         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14563         traceframes into tfile and ctf trace files.  Read data from
14564         trace file and test collected data.
14565         (gdb_collect_locals_test): Likewise.
14566         (gdb_unavailable_registers_test): Likewise.
14567         (gdb_unavailable_floats): Likewise.
14568         (gdb_collect_globals_test): Likewise.
14569         (top-level): Append "ctf" to trace_file_targets if GDB
14570         supports.
14571
14572 2014-05-05  Yao Qi  <yao@codesourcery.com>
14573
14574         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14575         code to ...
14576         (gdb_collect_args_test_1): ... it.  New proc.
14577         (gdb_collect_locals_test): Move some code to ...
14578         (gdb_collect_locals_test_1): ... it.  New proc.
14579         (gdb_unavailable_registers_test): Move some code to ...
14580         (gdb_unavailable_registers_test_1): ... it.  New proc.
14581         (gdb_unavailable_floats): Move some code to ...
14582         (gdb_unavailable_floats_1): ... it.  New proc.
14583
14584 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14585
14586         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14587         probes to test for bitness recognition.
14588         * gdb.arch/amd64-stap-optional-prefix.exp
14589         (test_probe_value_without_reg): New procedure.
14590         Add code to test for different kinds of bitness.
14591
14592 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14593
14594         PR breakpoints/16889
14595         * gdb.arch/amd64-stap-optional-prefix.S: New file.
14596         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14597
14598 2014-05-01  Pedro Alves  <palves@redhat.com>
14599
14600         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
14601         gdb_file_cmd if no file is specified.
14602         * boards/native-extended-gdbserver.exp (gdb_load): Use the
14603         last_loaded_file to set the remote exec-file.
14604
14605 2014-05-01  Pedro Alves  <palves@redhat.com>
14606
14607         * boards/local-remote-host.exp: New file.
14608
14609 2014-05-01  Pedro Alves  <palves@redhat.com>
14610
14611         * boards/local-remote-host.exp: Rename to ...
14612         * boards/local-remote-host-notty.exp: ... this.
14613
14614 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
14615
14616         * gdb.ada/dyn_arrayidx: New testcase.
14617
14618 2014-04-26  Yao Qi  <yao@codesourcery.com>
14619
14620         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
14621         and compute the length of function main.  Save it in
14622         $main_length.
14623         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14624         (top-level): Use gdb_compile to compile objects into
14625         executable and restart GDB.  Remove invocation to
14626         prepare_for_testing.
14627
14628 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
14629             Pedro Alves  <palves@redhat.com>
14630
14631         PR server/16255
14632         * gdb.multi/multi-attach.c: New file.
14633         * gdb.multi/multi-attach.exp: New file.
14634
14635 2014-04-25  Pedro Alves  <palves@redhat.com>
14636
14637         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14638         user.
14639         (top level): Test that "set remote conditional-breakpoints-packet
14640         off" works as intended.
14641         * gdb.base/dprintf.exp: Test that "set remote
14642         breakpoint-commands-packet off" works as intended.
14643         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14644         New function.
14645         (top level): Call it.
14646         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14647         remote fast-tracepoints-packet off" works as intended.
14648         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14649         * lib/gdb.exp (gdb_is_target_remote): ... here.
14650
14651 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14652
14653         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14654         ensure clang would not discard them.
14655         * gdb.base/gdbvars.c: Ditto.
14656         * gdb.base/memattr.c: Ditto.
14657         * gdb.base/whatis.c: Ditto.
14658         * gdb.python/py-prettyprint.c: Ditto.
14659         * gdb.trace/actions.c: Ditto.
14660         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14661         ensure clang would not discard it.
14662
14663 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14664
14665         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14666         clang to emit the full definition of type required by the test
14667         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14668
14669 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14670
14671         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14672         coax Clang into emitting the definition of the type.
14673         * gdb.cp/pr10728-x.h (y): Ditto.
14674         * gdb.cp/pr10728-y.cc (y): Ditto.
14675
14676 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14677
14678         * gdb.base/label.exp: XFAIL label related tests under Clang.
14679         * gdb.cp/cplabel.exp: Ditto.
14680         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14681         under Clang those using labels.
14682
14683 2014-04-25  Yao Qi  <yao@codesourcery.com>
14684
14685         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14686         double_label.
14687         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14688         partial_label and double_label.
14689
14690 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14691
14692         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14693
14694 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14695
14696         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14697         of the function to work across GCC and Clang.
14698         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14699         pointer types (const void ** const V void **).
14700
14701 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14702             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14703
14704         * Makefile.in (EXECUTABLES): Added i386-avx512.
14705         * gdb.arch/i386-avx512.c: New file.
14706         * gdb.arch/i386-avx512.exp: Likewise.
14707
14708 2014-04-23  Keith Seitz  <keiths@redhat.com>
14709
14710         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14711         (mi_make_breakpoint_table): New procedure.
14712         (mi_create_breakpoint): Use mi_make_breakpoint
14713         and return the result.
14714         (mi_make_breakpoint): New procedure.
14715         (mi_build_kv_pairs): New procedure.
14716
14717         * gdb.mi/mi-break.exp: Remove unused globals,
14718         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14719         All callers updated.
14720         * gdb.mi/mi-dprintf.exp: Use variable to track command
14721         number.
14722         Update all callers of mi_create_breakpoint and use
14723         mi_make_breakpoint_table.
14724         Remove any unused global variables.
14725         * gdb.mi/mi-nonstop.exp: Likewise.
14726         * gdb.mi/mi-nsintrall.exp: Likewise.
14727         * gdb.mi/mi-nsmoribund.exp: Likewise.
14728         * gdb.mi/mi-nsthrexec.exp: Likewise.
14729         * gdb.mi/mi-reverse.exp: Likewise.
14730         * gdb.mi/mi-simplerun.exp: Likewise.
14731         * gdb.mi/mi-stepn.exp: Likewise.
14732         * gdb.mi/mi-syn-frame.exp: Likewise.
14733         * gdb.mi/mi-until.exp: Likewise.
14734         * gdb.mi/mi-var-cp.exp: Likewise.
14735         * gdb.mi/mi-var-display.exp: Likewise.
14736         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14737         * gdb.mi/mi2-var-child.exp: Likewise.
14738         * gdb.mi/mi-vla-c99.exp: Likewise.
14739         * lib/mi-support.exp: Likewise.
14740
14741         From Ian Lance Taylor  <iant@cygnus.com>:
14742         * lib/gdb.exp (parse_args): New procedure.
14743
14744 2014-04-23  Pedro Alves  <palves@redhat.com>
14745
14746         * gdb.base/break-unload-file.c: New file.
14747         * gdb.base/break-unload-file.exp: New file.
14748         * gdb.base/sym-file-lib.c (baz): New function.
14749         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14750         field.
14751         (load): Store the segment's mapped size.
14752         (unload): New function.
14753         (unload_shlib): New function.
14754         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14755         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14756         set a breakpoint at baz, and call it.
14757         * gdb.base/sym-file.exp: New tests for stale breakpoint
14758         instructions.
14759
14760 2014-04-23  Pedro Alves  <palves@redhat.com>
14761
14762         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14763         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14764         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14765         * gdb.base/hbreak-unmapped.c: New file.
14766         * gdb.base/hbreak-unmapped.exp: New file.
14767         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14768         * lib/gdb.exp (gdb_is_target_remote): ... here.
14769
14770 2014-04-22  Pedro Alves  <palves@redhat.com>
14771
14772         * gdb.base/consecutive-step-over.c: New file.
14773         * gdb.base/consecutive-step-over.exp: New file.
14774
14775 2014-04-22  Pedro Alves  <palves@redhat.com>
14776
14777         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14778         instead of send_gdb/gdb_expect.
14779
14780 2014-04-22  Yao Qi  <yao@codesourcery.com>
14781
14782         * lib/trace-support.exp (generate_tracefile): New procedure.
14783         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14784         return 0.
14785         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14786         if generate_tracefile returns 1.
14787
14788 2014-04-18  Tom Tromey  <palves@redhat.com>
14789             Pedro alves  <tromey@redhat.com>
14790
14791         PR backtrace/15558
14792         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14793         with a backtrace limit.
14794         * gdb.python/py-frame-inline.exp: Test running to an inline
14795         function with a backtrace limit, and printing the newest frame.
14796         * gdb.python/py-frame-inline.c (main): Call f.
14797
14798 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14799
14800         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14801
14802 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14803
14804         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14805         Drop prefix from unsupported source file path.
14806
14807 2014-04-17  Yao Qi  <yao@codesourcery.com>
14808
14809         * lib/gdb.exp (with_target_charset): New proc.
14810         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14811         with_target_charset.
14812         (test_print_strings): Likewise.
14813         (test_repeat_bytes): Likewise.
14814         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14815         for some tests.
14816
14817 2014-04-16  Keith Seitz  <keiths@redhat.com>
14818
14819         PR gdb/15827
14820         * gdb.dwarf2/corrupt.c: New file.
14821         * gdb.dwarf2/corrupt.exp: New file.
14822
14823 2014-04-16  Keith Seitz  <keiths@redhat.com>
14824
14825         PR c++/16597
14826         * gdb.cp/namelessclass.cc: New file.
14827         * gdb.cp/namelessclass.exp: New file.
14828         * gdb.cp/namelessclass.S: New file.
14829
14830 2014-04-16  Doug Evans  <dje@google.com>
14831
14832         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14833         Add comment.
14834         (gdbserver_default_get_comm_port): New function.
14835         (gdbserver_start): Check if board file provided
14836         "gdbserver,get_comm_port" and use it if so.
14837         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14838         (gdb,socketport): Set to "stdio".
14839         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14840         (stdio_gdbserver_template): Delete.
14841         (${board}_get_remote_address): Update.
14842         (${board}_build_remote_cmd): Delete.
14843         (${board}_get_comm_port): New function.
14844         (${board}_spawn): Update.
14845         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14846         Delete.
14847         (${board}_get_remote_address): Update.
14848         (${board}_get_comm_port): New function.
14849
14850 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14851
14852         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14853         appearing in any order.
14854
14855 2014-04-15  Doug Evans  <dje@google.com>
14856
14857         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14858         uninitialized value of "description".
14859
14860 2014-04-15  Keith Seitz  <keiths@redhat.com>
14861
14862         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14863         Remove unused globals.
14864         (test_running_the_program): Likewise.
14865         (test_controlled_execution): Likewise.
14866         (test_controlling_breakpoints): Likewise.
14867         (test_program_termination): Likewise.
14868
14869 2014-04-15  Keith Seitz  <keiths@redhat.com>
14870
14871         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14872         unused globals.
14873         (test_rbreak_creation_and_listing): Likewise.
14874         (test_ignore_count): Likewise.
14875         (test_error): Likewise.
14876
14877 2014-04-15  Pedro Alves  <palves@redhat.com>
14878
14879         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14880         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14881         sym-file-loader.c.
14882         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14883         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14884         to sym-file-loader.c.
14885         (struct library): Forward declare.
14886         (load_shlib, lookup_function): Change prototypes.
14887         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14888         (translate_offset): Remove declarations.
14889         (get_text_addr): New declaration.
14890         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14891         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14892         sym-file-loader.h.
14893         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14894         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14895         here from sym-file-loader.h.
14896         (struct library): New structure.
14897         (load_shlib, lookup_function): Change prototypes and adjust to
14898         work with a struct library.
14899         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14900         (translate_offset): Make static.
14901         (get_text_addr): New function.
14902         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14903
14904 2014-04-15  Pedro Alves  <palves@redhat.com>
14905
14906         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14907
14908 2014-04-15  Pedro Alves  <palves@redhat.com>
14909
14910         * gdb.base/sym-file-loader.c: Include <limits.h>.
14911         (SELF_LINK): New define.
14912         (get_origin): New function.
14913         (load_shlib): Use it.
14914         * gdb.base/sym-file.exp: Don't early return if the target is
14915         remote.  Use runto_main, and issue fail is that fails.  Use
14916         gdb_load_shlibs.
14917         (shlib_name): Delete.
14918         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14919
14920 2014-04-15  Pedro Alves <palves@redhat.com>
14921
14922         * gdb.base/sym-file.exp: Remove regex characters from test
14923         message.  Don't refer to breakpoint numbers in test messages.
14924
14925 2014-04-14  Keith Seitz  <keiths@redhat.com>
14926
14927         PR c++/16253
14928         * gdb.cp/var-tag.cc: New file.
14929         * gdb.cp/var-tag.exp: New file.
14930         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14931         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14932         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14933         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14934
14935 2014-04-14  Tom Tromey  <tromey@redhat.com>
14936
14937         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14938         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14939         type.
14940         * gdb.cp/enum-class.exp: New file.
14941         * gdb.cp/enum-class.cc: New file.
14942
14943 2014-04-14  Tom Tromey  <tromey@redhat.com>
14944
14945         * gdb.dwarf2/enum-type.exp: New file.
14946
14947 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14948
14949         * gdb.mi/mi-vla-c99.exp: New file.
14950         * gdb.mi/vla.c: New file.
14951
14952 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14953
14954         * gdb.base/vla-datatypes.c: New file.
14955         * gdb.base/vla-datatypes.exp: New file.
14956
14957 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14958
14959         * gdb.base/vla-ptr.c: New file.
14960         * gdb.base/vla-ptr.exp: New file.
14961
14962 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14963
14964         * gdb.dwarf2/count.exp: New file.
14965
14966 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14967
14968         * gdb.base/vla-sideeffect.c: New file.
14969         * gdb.base/vla-sideeffect.exp: New file.
14970
14971 2014-04-14  David Blaikie <dblaikie@gmail.com>
14972
14973         * gdb.mi/non-stop.c: Add return value for non-void function return
14974         statement.
14975         * gdb.threads/staticthreads.c: Ditto.
14976
14977 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14978             Doug Evans  <xdje42@gmail.com>
14979
14980         * gdb.guile/scm-value.c: Improve test case.
14981         * gdb.guile/scm-value.exp: Add new test.
14982
14983 2014-04-11  David Blaikie  <dblaikie@gmail.com>
14984
14985         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14986         override Clang's default.
14987
14988 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
14989
14990         Revert the following changes (regressions):
14991
14992         * gdb.base/vla-sideeffect.c: New file.
14993         * gdb.base/vla-sideeffect.exp: New file.
14994
14995         * gdb.dwarf2/count.exp: New file.
14996
14997         * gdb.base/vla-multi.c: New file.
14998         * gdb.base/vla-multi.exp: New file.
14999
15000         * gdb.base/vla-ptr.c: New file.
15001         * gdb.base/vla-ptr.exp: New file.
15002
15003         * gdb.base/vla-datatypes.c: New file.
15004         * gdb.base/vla-datatypes.exp: New file.
15005
15006         * gdb.mi/mi-vla-c99.exp: New file.
15007         * gdb.mi/vla.c: New file.
15008
15009 2014-04-11  Keith Seitz  <keiths@redhat.com>
15010
15011         PR c++/16675
15012         * gdb.cp/cpsizeof.exp: New file.
15013         * gdb.cp/cpsizeof.cc: New file.
15014
15015 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15016
15017         * gdb.mi/mi-vla-c99.exp: New file.
15018         * gdb.mi/vla.c: New file.
15019
15020 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15021
15022         * gdb.base/vla-datatypes.c: New file.
15023         * gdb.base/vla-datatypes.exp: New file.
15024
15025 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15026
15027         * gdb.base/vla-ptr.c: New file.
15028         * gdb.base/vla-ptr.exp: New file.
15029
15030 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15031
15032         * gdb.base/vla-multi.c: New file.
15033         * gdb.base/vla-multi.exp: New file.
15034
15035 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15036
15037         * gdb.dwarf2/count.exp: New file.
15038
15039 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15040
15041         * gdb.base/vla-sideeffect.c: New file.
15042         * gdb.base/vla-sideeffect.exp: New file.
15043
15044 2014-04-11  Yao Qi  <yao@codesourcery.com>
15045
15046         * gdb.base/completion.exp: Check file exists before running tests
15047         on file completion.
15048
15049 2014-04-10  Pedro Alves  <palves@redhat.com>
15050
15051         * gdb.base/cond-eval-mode.c: New file.
15052         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
15053         prepare_for_testing to build the new file.  Check result of
15054         runto_main.
15055         (test_break, test_watch): New procedures.
15056         (top level): Use them.
15057
15058 2014-04-08  Pierre Muller  <muller@sourceware.org>
15059
15060         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15061         Ctrl-V use for mingw hosts.
15062
15063 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
15064
15065         * gdb.python/py-value.c: Improve test case.
15066         * gdb.python/py-value.exp: Add new test.
15067
15068 2014-04-07  David Blaikie  <dblaikie@gmail.com>
15069
15070         * lib/compiler.c: Identify the clang compiler.
15071         * lib/compiler.cc: Ditto.
15072
15073 2014-04-03  Yao Qi  <yao@codesourcery.com>
15074
15075         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15076
15077 2014-04-01  Anton Blanchard  <anton@samba.org>
15078
15079         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
15080         messages unique.
15081
15082 2014-04-01  Anton Blanchard  <anton@samba.org>
15083
15084         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15085         prepare_for_testing.
15086
15087 2014-04-01  Anton Blanchard  <anton@samba.org>
15088
15089         * gdb.arch/ppc64-atomic-inst.c: Remove.
15090         * gdb.arch/ppc64-atomic-inst.S: New file.
15091         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15092
15093 2014-03-31  Doug Evans  <dje@google.com>
15094
15095         * gdb.base/print-symbol-loading-lib.c: New file.
15096         * gdb.base/print-symbol-loading-main.c: New file.
15097         * gdb.base/print-symbol-loading.exp: New file.
15098
15099 2014-03-31  Yao Qi  <yao@codesourcery.com>
15100
15101         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15102
15103 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
15104
15105         * gdb.ada/mi_dyn_arr: New testcase.
15106
15107 2014-03-27  Doug Evans  <dje@google.com>
15108
15109         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15110
15111 2014-03-27  Yao Qi  <yao@codesourcery.com>
15112
15113         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15114         if target is nios2-*-*.
15115
15116 2014-03-26  Yao Qi  <yao@codesourcery.com>
15117
15118         * lib/gdb.exp (readline_is_used): New proc.
15119         * gdb.base/completion.exp: Move tests on command complete up.
15120         Skip the rest of tests if readline is not used.
15121         * gdb.ada/complete.exp: Skp the test if readline is not
15122         used.
15123         * gdb.base/filesym.exp: Likewise.
15124         * gdb.base/macscp.exp: Likewise.
15125         * gdb.base/readline-ask.exp: Likewise.
15126         * gdb.base/readline.exp: Likewise.
15127         * gdb.python/py-cmd.exp: Likewise.
15128         * gdb.trace/tfile.exp: Likewise.
15129
15130 2014-03-26  Yao Qi  <yao@codesourcery.com>
15131
15132         * gdb.base/macscp.exp: Fix code format issues.
15133
15134 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
15135
15136         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15137         * gdb.asm/powerpc64le.inc: New file.
15138
15139 2014-03-25  Pedro Alves  <palves@redhat.com>
15140             Doug Evans  <dje@google.com>
15141
15142         * gdb.base/source-execution.c: New file.
15143         * gdb.base/source-execution.exp: New file.
15144         * gdb.base/source-execution.gdb: New file.
15145
15146 2014-03-24  Doug Evans  <dje@google.com>
15147
15148         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15149         using fission.
15150
15151 2014-03-24  Hui Zhu  <hui@codesourcery.com>
15152             Pedro Alves  <palves@redhat.com>
15153
15154         PR breakpoints/16101
15155         * gdb.base/dprintf.exp: Use unsupported rather than changing the
15156         test pass/fail messages.  Detect missing support for dprintf when
15157         breakpoints are actually inserted.
15158         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15159         breakpoints are actually inserted.
15160         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15161         fails.
15162
15163 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
15164
15165         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15166
15167 2014-03-22  Doug Evans  <xdje42@gmail.com>
15168
15169         * gdb.python/python.exp (python not supported): Verify multi-line
15170         python command issues an error.
15171         * gdb.guile/guile.exp (guile not supported): Verify multi-line
15172         guile command issues an error.
15173
15174 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
15175
15176         * gdb.threads/thread-specific.exp: Handle the lack of usable
15177         $this_breakpoint and $this_thread.
15178
15179 2014-03-21  Hui Zhu  <hui@codesourcery.com>
15180
15181         * gdb.base/attach.exp (do_command_attach_tests): New.
15182
15183 2014-03-20  Tom Tromey  <tromey@redhat.com>
15184             Pedro Alves  <palves@redhat.com>
15185
15186         PR cli/15718
15187         * gdb.base/condbreak-call-false.c: New file.
15188         * gdb.base/condbreak-call-false.exp: New file.
15189
15190 2014-03-20  Pedro Alves  <palves@redhat.com>
15191
15192         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15193         Delete.
15194         (block_signals, unblock_signals): Delete.
15195         (child_function_2, main): Remove references to deleted variable
15196         and functions.
15197
15198 2014-03-20  Pedro Alves  <palves@redhat.com>
15199
15200         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15201         Use pthread_kill to signal thread 2.
15202         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15203         Adjust to make the test send itself a signal rather than using the
15204         host's "kill" command.
15205
15206 2014-03-20  Pedro Alves  <palves@redhat.com>
15207
15208         * gdb.threads/multiple-step-overs.c: New file.
15209         * gdb.threads/multiple-step-overs.exp: New file.
15210         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15211         Adjust expected infrun debug output.
15212
15213 2014-03-20  Pedro Alves  <palves@redhat.com>
15214
15215         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15216         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15217
15218 2014-03-20  Pedro Alves  <palves@redhat.com>
15219
15220         PR breakpoints/7143
15221         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15222         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
15223         of gdb_test_multiple.
15224         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15225         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15226
15227 2014-03-20  Pedro Alves  <palves@redhat.com>
15228
15229         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15230         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15231
15232 2014-03-19  Pedro Alves  <palves@redhat.com>
15233
15234         * gdb.base/async.exp: Remove early return.
15235
15236 2014-03-19  Pedro Alves  <palves@redhat.com>
15237
15238         * gdb.base/async.exp (step& tests): Pass explicit test messages.
15239
15240 2014-03-19  Pedro Alves  <palves@redhat.com>
15241
15242         * gdb.base/async.exp (test_background): Expect \r\n after
15243         "completed." in the fail pattern.
15244
15245 2014-03-19  Pedro Alves  <palves@redhat.com>
15246
15247         * gdb.base/async.exp (test_background): New procedure.
15248         Use it for all background execution command tests.
15249
15250 2014-03-19  Pedro Alves  <palves@redhat.com>
15251
15252         * gdb.base/async.exp: Use prepare_for_testing.
15253
15254 2014-03-19  Pedro Alves  <palves@redhat.com>
15255
15256         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
15257         the same line.
15258
15259 2014-03-19  Pedro Alves  <palves@redhat.com>
15260
15261         * gdb.base/async.c (main): Add "jump here" and "until here" line
15262         marker comments.
15263         * gdb.base/async.exp (jump_here): New global.
15264         (jump& test): Use it.
15265         (until_here): New global.
15266         (until& test): Use it.
15267
15268 2014-03-19  Pedro Alves  <palves@redhat.com>
15269
15270         * gdb.base/async.exp: Don't frob gdb_protocol.
15271
15272 2014-03-18  Doug Evans  <xdje42@gmail.com>
15273
15274         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
15275         Fix spelling of exec-done-display.
15276
15277 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
15278
15279         PR gdb/15358
15280         * gdb.base/gdb-sigterm.c: New file.
15281         * gdb.base/gdb-sigterm.exp: New file.
15282
15283 2014-03-18  Pedro Alves  <palves@redhat.com>
15284
15285         PR gdb/13860
15286         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15287         * lib/mi-support.exp (mi_expect_stop): Add special handling for
15288         solib-event.
15289
15290 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
15291
15292         * gdb.ada/pckd_arr_ren: New testcase.
15293
15294 2014-03-13  Doug Evans  <xdje42@gmail.com>
15295
15296         PR guile/16612
15297         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15298         collect after discarding symbols.
15299
15300 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
15301             Doug Evans  <xdje42@gmail.com>
15302
15303         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15304         to history survives a gc.
15305
15306 2014-03-13  Pedro Alves  <palves@redhat.com>
15307
15308         * gdb.base/default.exp: Don't test "target procfs".
15309
15310 2014-03-13  Pedro Alves  <palves@redhat.com>
15311
15312         * gdb.base/default.exp: Update "target child" and "target procfs"
15313         tests to not expect "Unix".
15314
15315 2014-03-12  Tom Tromey  <tromey@redhat.com>
15316
15317         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15318         New procs.  Add target-async tests.
15319         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15320         Add target-async tests.
15321
15322 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15323
15324         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15325         'func_start' and 'func_end' for the beginning and end of the
15326         function code, respectively.
15327         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15328         'func_end' instead of 'func' and 'main'.
15329
15330 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15331
15332         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15333         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15334         generate the debug info assembler source.
15335
15336 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15337
15338         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15339         * gdb.dwarf2/arr-subrange.exp: Likewise.
15340         * gdb.dwarf2/dwz.exp: Likewise.
15341         * gdb.dwarf2/method-ptr.exp: Likewise.
15342         * gdb.dwarf2/missing-sig-type.exp: Likewise.
15343         * gdb.dwarf2/subrange.exp: Likewise.
15344         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15345         * gdb.dwarf2/implptrpiece.exp: Likewise.
15346         * gdb.dwarf2/nostaticblock.exp: Likewise.
15347
15348 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15349
15350         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15351         directory to absolute path name arguments.
15352
15353 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
15354
15355         * gdb.ada/tagged_access: New testcase.
15356
15357 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
15358
15359         * gdb.btrace/data.exp: Update expected output.
15360
15361 2014-03-06  Yao Qi  <yao@codesourcery.com>
15362
15363         * gdb.trace/pr16508.exp: New file.
15364
15365 2014-03-05  Pedro Alves  <palves@redhat.com>
15366
15367         PR gdb/16575
15368         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15369         procedure.
15370         (top level): Adjust to use it.  Add tests that exercise breakpoint
15371         interaction with the code-cache.
15372
15373 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
15374
15375         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15376         test for 'history-append!'.
15377
15378 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15379
15380         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15381         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15382         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15383         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15384         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15385         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15386
15387 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15388
15389         * testsuite/gdb.python/py-pp-re-notag.c: New file.
15390         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15391         * testsuite/gdb.python/py-pp-re-notag.p: New file.
15392
15393 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15394
15395         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15396
15397 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15398
15399         * gdb.dwarf2/arr-stride.c: New file.
15400         * gdb.dwarf2/arr-stride.exp: New file.
15401
15402 2014-02-26  Pedro Alves  <palves@redhat.com>
15403
15404         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15405         that won't ever trigger.  Make sure that GDB reports the correct
15406         breakpoint that caused the stop.
15407
15408 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15409
15410         PR gdb/16626
15411         * gdb.base/auto-load-script: New file.
15412         * gdb.base/auto-load.c: New file.
15413         * gdb.base/auto-load.exp: New file.
15414
15415         PR gdb/16626
15416         * gdb.base/auto-load.exp: Fix out-of-srctree run.
15417
15418 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15419
15420         Fix dw2-icycle.exp -fsanitize=address GDB crash.
15421         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15422
15423 2014-02-24  Doug Evans  <dje@google.com>
15424
15425         * lib/gdb.exp (run_on_host): Log error output if program fails.
15426
15427 2014-02-21  Pedro Alves  <palves@redhat.com>
15428
15429         * gdb.threads/step-after-sr-lock.c: Rename to ...
15430         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15431         * gdb.threads/step-after-sr-lock.exp: Rename to ...
15432         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15433         ... this.
15434
15435 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
15436
15437         PR tdep/16397
15438         * gdb.arch/amd64-stap-special-operands.exp: New file.
15439         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15440         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15441         * gdb.arch/amd64-stap-triplet.S: Likewise.
15442         * gdb.arch/amd64-stap-triplet.c: Likewise.
15443
15444 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
15445
15446         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15447         in .section pseudo-op.
15448
15449 2014-02-20  lin zuojian  <manjian2006@gmail.com>
15450             Joel Brobecker  <brobecker@adacore.com>
15451             Doug Evans  <xdje42@gmail.com>
15452
15453         PR symtab/16581
15454         * gdb.dwarf2/dw2-icycle.S: New file.
15455         * gdb.dwarf2/dw2-icycle.c: New file.
15456         * gdb.dwarf2/dw2-icycle.exp: New file.
15457
15458 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
15459
15460         * gdb.python/py-value-cc.cc: Improve test case to enable testing
15461         operations on gdb.Value objects.
15462         * gdb.python/py-value-cc.exp: Add new test to test operations on
15463         gdb.Value objects.
15464
15465 2014-02-18  Doug Evans  <dje@google.com>
15466
15467         * Makefile.in (TESTS): New variable.
15468         (expanded_tests, expanded_tests_or_none): New variables
15469         (check-single): Pass $(expanded_tests_or_none) to runtest.
15470         (check-parallel): Only run tests in $(TESTS) if non-empty.
15471         (check/no-matching-tests-found): New rule.
15472         * README: Document TESTS makefile variable.
15473
15474 2014-02-18  Doug Evans  <dje@google.com>
15475
15476         * Makefile.in (check-parallel): rm -rf outputs temp.
15477
15478 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15479
15480         Fix "ERROR: no fileid for" in the testsuite.
15481         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15482
15483 2014-02-12  Doug Evans  <dje@google.com>
15484
15485         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15486         (MISCELLANEOUS): New variable.
15487         (clean): rm -rf $(MISCELLANEOUS).
15488         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15489         dwp live in the same directory as symlinks, with each symlink pointed
15490         to a differently named file in a different directory.
15491
15492 2014-02-11  Doug Evans  <dje@google.com>
15493
15494         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15495         of Tcl file commands.
15496
15497 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
15498
15499         * gdb.threads/step-after-sr-lock.exp: Avoid executing
15500         "kill -SIGUSR1 -1".
15501
15502 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
15503
15504         * gdb.ada/tick_length_array_enum_idx: New testcase.
15505
15506 2014-02-10  Doug Evans  <xdje42@gmail.com>
15507
15508         * configure.ac (AC_OUTPUT): Add gdb.guile.
15509         * configure: Regenerate.
15510         * lib/gdb-guile.exp: New file.
15511         * lib/gdb.exp (get_target_charset): New function.
15512         * gdb.base/help.exp: Update expected output from "apropos apropos".
15513         * gdb.guile/Makefile.in: New file.
15514         * gdb.guile/guile.exp: New file.
15515         * gdb.guile/scm-arch.c: New file.
15516         * gdb.guile/scm-arch.exp: New file.
15517         * gdb.guile/scm-block.c: New file.
15518         * gdb.guile/scm-block.exp: New file.
15519         * gdb.guile/scm-breakpoint.c: New file.
15520         * gdb.guile/scm-breakpoint.exp: New file.
15521         * gdb.guile/scm-disasm.c: New file.
15522         * gdb.guile/scm-disasm.exp: New file.
15523         * gdb.guile/scm-equal.c: New file.
15524         * gdb.guile/scm-equal.exp: New file.
15525         * gdb.guile/scm-error.exp: New file.
15526         * gdb.guile/scm-error.scm: New file.
15527         * gdb.guile/scm-frame-args.c: New file.
15528         * gdb.guile/scm-frame-args.exp: New file.
15529         * gdb.guile/scm-frame-args.scm: New file.
15530         * gdb.guile/scm-frame-inline.c: New file.
15531         * gdb.guile/scm-frame-inline.exp: New file.
15532         * gdb.guile/scm-frame.c: New file.
15533         * gdb.guile/scm-frame.exp: New file.
15534         * gdb.guile/scm-generics.exp: New file.
15535         * gdb.guile/scm-gsmob.exp: New file.
15536         * gdb.guile/scm-iterator.c: New file.
15537         * gdb.guile/scm-iterator.exp: New file.
15538         * gdb.guile/scm-math.c: New file.
15539         * gdb.guile/scm-math.exp: New file.
15540         * gdb.guile/scm-objfile-script-gdb.in: New file.
15541         * gdb.guile/scm-objfile-script.c: New file.
15542         * gdb.guile/scm-objfile-script.exp: New file.
15543         * gdb.guile/scm-objfile.c: New file.
15544         * gdb.guile/scm-objfile.exp: New file.
15545         * gdb.guile/scm-ports.exp: New file.
15546         * gdb.guile/scm-pretty-print.c: New file.
15547         * gdb.guile/scm-pretty-print.exp: New file.
15548         * gdb.guile/scm-pretty-print.scm: New file.
15549         * gdb.guile/scm-section-script.c: New file.
15550         * gdb.guile/scm-section-script.exp: New file.
15551         * gdb.guile/scm-section-script.scm: New file.
15552         * gdb.guile/scm-symbol.c: New file.
15553         * gdb.guile/scm-symbol.exp: New file.
15554         * gdb.guile/scm-symtab-2.c: New file.
15555         * gdb.guile/scm-symtab.c: New file.
15556         * gdb.guile/scm-symtab.exp: New file.
15557         * gdb.guile/scm-type.c: New file.
15558         * gdb.guile/scm-type.exp: New file.
15559         * gdb.guile/scm-value-cc.cc: New file.
15560         * gdb.guile/scm-value-cc.exp: New file.
15561         * gdb.guile/scm-value.c: New file.
15562         * gdb.guile/scm-value.exp: New file.
15563         * gdb.guile/source2.scm: New file.
15564         * gdb.guile/types-module.cc: New file.
15565         * gdb.guile/types-module.exp: New file.
15566
15567 2014-02-10  Yao Qi  <yao@codesourcery.com>
15568
15569         PR testsuite/16543
15570         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15571         * configure: Regenerated.
15572         * Makefile.in: New file.
15573
15574 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
15575
15576         * gdb.python/py-framefilter.exp: Fix typo.
15577
15578 2014-02-08  Yao Qi  <yao@codesourcery.com>
15579
15580         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15581         that no =breakpoint-modified is emitted when breakpoints are
15582         modified through MI commands.
15583
15584 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
15585             Pedro Alves  <palves@redhat.com>
15586
15587         * gdb.threads/step-after-sr-lock.c: New file.
15588         * gdb.threads/step-after-sr-lock.exp: New file.
15589
15590 2014-02-07  Pedro Alves  <palves@redhat.com>
15591
15592         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15593
15594 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15595
15596         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15597         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15598
15599 2014-02-06  Doug Evans  <xdje42@gmail.com>
15600
15601         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15602         output.
15603
15604         * gdb.gdb/python-interrupts.exp: New file.
15605
15606 2014-02-05  Yao Qi  <yao@codesourcery.com>
15607
15608         * gdb.trace/report.exp (use_collected_data): Test the output
15609         of "info threads" and "info inferiors".
15610
15611 2014-02-05  Yao Qi  <yao@codesourcery.com>
15612
15613         Revert this patch:
15614
15615         2013-05-24  Yao Qi  <yao@codesourcery.com>
15616
15617         * gdb.trace/tfile.exp: Test inferior and thread.
15618
15619 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15620
15621         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15622         on a function.
15623         * gdb.base/step-bt.c: Call hello via function pointer to make
15624         sure its first instruction is executed on powerpc64le-linux.
15625
15626 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15627
15628         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15629
15630 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15631
15632         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
15633         of the test patterns for use on little-endian systems.
15634
15635 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15636
15637         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15638         (decimal_vector): Fix for little-endian.
15639
15640 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
15641
15642         * gdb.arch/sparc-sysstep.exp: New file.
15643         * gdb.arch/sparc-sysstep.c: Likewise.
15644
15645         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15646
15647 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15648
15649         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15650
15651 2014-01-23  Tom Tromey  <tromey@redhat.com>
15652
15653         * gdb.ada/array_char_idx: New testcase.
15654
15655 2014-01-23  Tom Tromey  <tromey@redhat.com>
15656
15657         PR python/16487:
15658         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15659         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15660         classes.
15661
15662 2014-01-23  Tom Tromey  <tromey@redhat.com>
15663
15664         PR python/16491:
15665         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15666         string from an inferior frame.
15667         * gdb.python/py-framefilter-mi.exp: Update.
15668
15669 2014-01-22  Doug Evans  <dje@google.com>
15670
15671         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15672
15673 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15674
15675         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15676
15677 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15678
15679         * gdb.trace/entry-values.exp: Remove excess space character from
15680         regex patterns.  Handle s390 call instruction.
15681
15682 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15683
15684         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15685         define "*_start" label.  Make "name" static.
15686         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15687         ${name} by references to ${name}_start.
15688
15689 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15690
15691         * gdb.base/info-macros.exp: Remove "debug" from the compile
15692         options.
15693
15694 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15695
15696         * gdb.dlang/demangle.exp: New file.
15697
15698 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15699
15700         * gdb.dlang/primitive-types.exp: New file.
15701
15702 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15703
15704         * configure.ac: Create gdb.dlang/Makefile.
15705         * configure: Regenerate.
15706         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15707         * gdb.dlang/Makefile.in: New file.
15708         * lib/d-support.exp: New file.
15709         * lib/gdb.exp (skip_d_tests): New proc.
15710
15711 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15712
15713         * gdb.btrace/delta.exp: Check reverse stepi.
15714         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15715         * gdb.btrace/finish.exp: New.
15716         * gdb.btrace/next.exp: New.
15717         * gdb.btrace/nexti.exp: New.
15718         * gdb.btrace/record_goto.c: Add comments.
15719         * gdb.btrace/step.exp: New.
15720         * gdb.btrace/stepi.exp: New.
15721         * gdb.btrace/multi-thread-step.c: New.
15722         * gdb.btrace/multi-thread-step.exp: New.
15723         * gdb.btrace/rn-dl-bind.c: New.
15724         * gdb.btrace/rn-dl-bind.exp: New.
15725         * gdb.btrace/data.c: New.
15726         * gdb.btrace/data.exp: New.
15727         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15728
15729 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15730
15731         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15732         * gdb.btrace/exception.exp: Update.
15733         * gdb.btrace/instruction_history.exp: Update.
15734         * gdb.btrace/record_goto.exp: Update.
15735         * gdb.btrace/tailcall.exp: Update.
15736         * gdb.btrace/unknown_functions.exp: Update.
15737         * gdb.btrace/delta.exp: New.
15738
15739 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15740
15741         * gdb.btrace/record_goto.exp: Add backtrace test.
15742         * gdb.btrace/tailcall.exp: Add backtrace test.
15743
15744 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15745
15746         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15747         * gdb.btrace/record_goto.c: New.
15748         * gdb.btrace/record_goto.exp: New.
15749         * gdb.btrace/x86-record_goto.S: New.
15750
15751 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15752
15753         * gdb.btrace/function_call_history.exp: Update tests.
15754         * gdb.btrace/instruction_history.exp: Update tests.
15755
15756 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15757
15758         * gdb.btrace/function_call_history.exp: Fix expected field
15759         order for "record function-call-history".
15760         Add new tests for "record function-call-history /c".
15761         * gdb.btrace/exception.cc: New.
15762         * gdb.btrace/exception.exp: New.
15763         * gdb.btrace/tailcall.exp: New.
15764         * gdb.btrace/x86-tailcall.S: New.
15765         * gdb.btrace/x86-tailcall.c: New.
15766         * gdb.btrace/unknown_functions.c: New.
15767         * gdb.btrace/unknown_functions.exp: New.
15768         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15769
15770 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15771
15772         * gdb.btrace/instruction_history.exp: Update.
15773         * gdb.btrace/function_call_history.exp: Update.
15774
15775 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15776
15777         * gdb.btrace/function_call_history.exp: Fix expected function
15778         trace.
15779         * gdb.btrace/instruction_history.exp: Initialize traced.
15780         Remove traced_functions.
15781
15782 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15783
15784         * gdb.btrace/function_call_history.exp: Update
15785         * gdb.btrace/instruction_history.exp: Update.
15786
15787 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15788
15789         * gdb.btrace/enable.exp: Update expected text.
15790
15791 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15792
15793         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15794         bytes.
15795
15796 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15797
15798         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15799
15800 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15801
15802         * lib/gdb.exp (supports_process_record): Return true for
15803         arm*-linux*.  (supports_reverse): Likewise.
15804
15805 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15806
15807         PR python/15464
15808         PR python/16113
15809         * gdb.python/py-type.c: Enhance test case.
15810         * gdb.python/py-value-cc.cc: Likewise
15811         * gdb.python/py-type.exp: Add new tests.
15812         * gdb.python/py-value-cc.exp: Likewise
15813
15814 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15815             Pedro Alves <palves@redhat.com>
15816
15817         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15818         Make "name" extern.
15819         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15820         references to ${name}_start by references to ${name}.
15821
15822 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15823
15824         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15825
15826 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15827
15828         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15829
15830 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15831             Pedro Alves  <palves@redhat.com>
15832
15833         * gdb.mi/mi-info-os.exp: Connect to the target with
15834         mi_gdb_target_load.
15835
15836 2014-01-08  Pedro Alves  <palves@redhat.com>
15837
15838         * gdb.threads/reconnect-signal.c: New file.
15839         * gdb.threads/reconnect-signal.exp: New file.
15840
15841 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15842
15843         * gdb.base/source-dir.exp: New file.
15844
15845 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15846
15847         * gdb.ada/mi_interface: New testcase.
15848
15849 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15850
15851         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15852         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15853         gdb.ada/pp-rec-component/pck.ads: New files.
15854
15855 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15856
15857         * gdb.python/py-pp-integral.c: New file.
15858         * gdb.python/py-pp-integral.py: New file.
15859         * gdb.python/py-pp-integral.exp: New file.
15860
15861 For older changes see ChangeLog-1993-2013.
15862 \f
15863 ;; Local Variables:
15864 ;; mode: change-log
15865 ;; left-margin: 8
15866 ;; fill-column: 74
15867 ;; version-control: never
15868 ;; End:
15869
15870     Copyright 2014-2019 Free Software Foundation, Inc.
15871   Copying and distribution of this file, with or without modification,
15872   are permitted provided the copyright notice and this notice are preserved.