[gdb/testsuite] Add cc-with-gdb-index.exp
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-05-03  Tom de Vries  <tdevries@suse.de>
2
3         * boards/cc-with-gdb-index.exp: New file.
4
5 2019-05-02  Andrew Burgess  <andrew.burgess@embecosm.com>
6
7         * gdb.rust/simple.exp: Add new test case.
8         * gdb.rust/simple.rs (struct StringAtOffset): New struct.
9         (main): Initialise an instance of the new struct.
10
11 2019-05-01  Tom Tromey  <tromey@adacore.com>
12
13         * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
14         record.
15         (NPR): New variable.
16         * gdb.ada/packed_array_assign.exp: Add nested packed assignment
17         test.
18
19 2019-05-01  Tom Tromey  <tromey@adacore.com>
20
21         * gdb.ada/packed_array_assign.exp: Add packed assignment
22         regression test.
23
24 2019-05-01  Tom de Vries  <tdevries@suse.de>
25
26         * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
27
28 2019-05-01  Tom de Vries  <tdevries@suse.de>
29
30         * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
31
32 2019-04-30  Ali Tamur  <tamur@google.com>
33
34         * lib/dwarf.exp(): Added DW_FORM_strx1-4.
35
36 2019-04-30  Tom Tromey  <tromey@adacore.com>
37
38         * lib/ada.exp (find_ada_tool): New proc.
39         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
40         * gdb.ada/catch_ex_std.exp: New file.
41         * gdb.ada/catch_ex_std/foo.adb: New file.
42         * gdb.ada/catch_ex_std/some_package.adb: New file.
43         * gdb.ada/catch_ex_std/some_package.ads: New file.
44
45 2019-04-30  Tom Tromey  <tromey@adacore.com>
46
47         PR c++/24470:
48         * gdb.cp/temargs.cc: Add test code from PR.
49
50 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
51
52         * gdb.fortran/vla-datatypes.exp: Update expected results.
53         * gdb.fortran/vla-ptype.exp: Likewise.
54         * gdb.fortran/vla-type.exp: Likewise.
55         * gdb.fortran/vla-value.exp: Likewise.
56
57 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
58
59         * gdb.fortran/ptr-indentation.exp: Update expected results.
60         * gdb.fortran/ptype-on-functions.exp: Likewise.
61         * gdb.fortran/vla-ptr-info.exp: Likewise.
62         * gdb.fortran/vla-value.exp: Likewise.
63
64 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
65
66         * gdb.fortran/ptype-on-functions.exp: New file.
67         * gdb.fortran/ptype-on-functions.f90: New file.
68
69 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
70
71         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
72         case void string.
73
74 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
75
76         * gdb.fortran/complex.exp: Expand.
77         * gdb.fortran/complex.f: Renamed to...
78         * gdb.fortran/complex.f90: ...this, and extended to add more
79         complex values.
80
81 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
82
83         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
84         MODULO, CMPLX.
85
86 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
87             Richard Bunt  <richard.bunt@arm.com>
88
89         * gdb.base/max-depth.c: New file.
90         * gdb.base/max-depth.exp: New file.
91         * gdb.python/py-nested-maps.c: New file.
92         * gdb.python/py-nested-maps.exp: New file.
93         * gdb.python/py-nested-maps.py: New file.
94         * gdb.python/py-format-string.exp (test_max_depth): New proc.
95         (test_all_common): Call test_max_depth.
96         * gdb.fortran/max-depth.exp: New file.
97         * gdb.fortran/max-depth.f90: New file.
98         * gdb.go/max-depth.exp: New file.
99         * gdb.go/max-depth.go: New file.
100         * gdb.modula2/max-depth.exp: New file.
101         * gdb.modula2/max-depth.c: New file.
102         * lib/gdb.exp (get_print_expr_at_depths): New proc.
103
104 2019-04-29  Tom de Vries  <tdevries@suse.de>
105
106         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
107
108 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
109
110         * gdb.base/callexit.exp: Test may-call-functions off.
111
112 2019-04-25  Keith Seitz  <keiths@redhat.com>
113
114         PR c++/24367
115         * gdb.cp/meth-typedefs.cc (incomplete_struct)
116         (another_incomplete_struct, test_incomplete): New definitions.
117         (main): Use new definitions.
118         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
119         functions.
120
121 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
122
123         PR corefiles/11608
124         PR corefiles/18187
125         * gdb.base/coredump-filter-build-id.exp: New file.
126
127 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
128
129         * Makefile.in: Pass through GDBSERVER_DEBUG.
130         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
131         (gdbserver,debug): Add board setting.
132         * gdb.trace/tspeed.exp: Skip when debugging.
133         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
134         * lib/gdbserver-support.exp: Likewise
135
136 2019-04-24  Tom Tromey  <tromey@adacore.com>
137
138         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
139         Rust.
140
141 2019-04-24  Tom Tromey  <tromey@adacore.com>
142
143         * gdb.arch/amd64-eval.exp: Test bitfield return.
144         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
145         (class Foo) <return_bitfields>: New method.
146         (main): Call it.
147
148 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
149
150         * gdb.cp/many-args.cc: New file.
151         * gdb.cp/many-args.exp: New file.
152
153 2019-04-23  Tom de Vries  <tdevries@suse.de>
154
155         PR gdb/24433
156         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
157
158 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
159
160         * gdb.trace/backtrace.exp: Use nopie flag.
161         * gdb.trace/circ.exp: Likewise.
162         * gdb.trace/collection.exp: Likewise.
163         * gdb.trace/ftrace.exp: Likewise.
164         * gdb.trace/mi-trace-unavailable.exp: Likewise.
165         * gdb.trace/mi-traceframe-changed.exp: Likewise.
166         * gdb.trace/qtro.exp: Likewise.
167         * gdb.trace/read-memory.exp: Likewise.
168         * gdb.trace/report.exp: Likewise.
169         * gdb.trace/tfile.exp: Likewise.
170         * gdb.trace/tfind.exp: Likewise.
171         * gdb.trace/unavailable.exp: Likewise.
172
173 2019-04-22  Pedro Alves  <palves@redhat.com>
174
175         * gdb.base/solib-probes-nosharedlibrary.c,
176         gdb.base/solib-probes-nosharedlibrary.exp: New files.
177
178 2019-04-19  Tom Tromey  <tromey@adacore.com>
179
180         * gdb.ada/ptype_union.c: New file.
181         * gdb.ada/ptype_union.exp: New file.
182
183 2019-04-19  Tom Tromey  <tromey@adacore.com>
184
185         PR symtab/24423:
186         * gdb.base/list0.h (foo): Add a control-l character.
187
188 2019-04-18  Tom de Vries  <tdevries@suse.de>
189
190         PR gdb/24433
191         * boards/local-board.exp: Set sysroot to "".
192
193 2019-04-18  Tom de Vries  <tdevries@suse.de>
194             Pedro Alves  <palves@redhat.com>
195
196         PR gdb/24454
197         * gdb.threads/vfork-follow-child-exec.c: New file.
198         * gdb.threads/vfork-follow-child-exec.exp: New file.
199         * gdb.threads/vfork-follow-child-exit.c: New file.
200         * gdb.threads/vfork-follow-child-exit.exp: New file.
201
202 2019-04-15  Leszek Swirski  <leszeks@google.com>
203
204         * gdb.arch/amd64-eval.cc: New file.
205         * gdb.arch/amd64-eval.exp: New file.
206
207 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
208
209         * gdb.server/sysroot.c: New test.
210         * gdb.server/sysroot.exp: New file.
211         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
212         matching param.
213
214 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
215
216         * gdb.base/align.exp: Extend test to cover structures containing
217         only static fields.
218
219 2019-04-11  Tom de Vries  <tdevries@suse.de>
220
221         * boards/cc-with-dwz-m.exp: New file.
222         * boards/cc-with-dwz.exp: New file.
223         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
224
225 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
226
227         * gdb.base/start-cpp.exp: New file.
228         * gdb.base/start-cpp.cc: New file.
229
230 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
231
232         * gdb.python/py-thrhandle.exp: Adjust tests to call
233         thread_from_handle instead of thread_from_thread_handle.
234
235 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
236
237         * gdb.python/py-thrhandle.exp: Add tests for
238         gdb.InferiorThread.handle.
239
240 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
241
242         * gdb.python/py-function.exp: Check calling helper function from
243         all languages.
244         * lib/gdb.exp (gdb_supported_languages): New proc.
245
246 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
247
248         * gdb.base/complex-parts.c: New file.
249         * gdb.base/complex-parts.exp: New file.
250
251 2019-04-01  Tom Tromey  <tromey@adacore.com>
252
253         PR symtab/23331:
254         * gdb.dwarf2/dw2-ranges-main.c: New file.
255         * gdb.dwarf2/dw2-ranges-psym.c: New file.
256         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
257
258 2019-03-30  Simon Marchi <simark@simark.ca>
259
260         * gdb.base/default.exp: Add values for $_gdb_major and
261         $_gdb_minor.
262
263 2019-03-29  Tom Tromey  <tromey@adacore.com>
264
265         * gdb.base/help.exp: Tighten apropos regexp.
266
267 2019-03-29  Keith Seitz  <keiths@redhat.com>
268
269         * gdb.fortran/array-bounds.exp: New file.
270         * gdb.fortran/array-bounds.f90: New file.
271
272 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
273
274         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
275
276 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
277
278         * gdb.multi/hello.c (main): Increase alarm timer.
279
280 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
281
282         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
283         factor when no hardware watchpoint support.
284
285 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
286             Pedro Alves  <palves@redhat.com>
287
288         * boards/local-board.exp: set sysroot to /.
289
290 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
291
292         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
293         in child.
294
295 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
296
297         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
298         field.
299         (make_container): Initialise new field.
300         * gdb.python/py-prettyprint.exp: Add new tests.
301         * gdb.python/py-prettyprint.py (class ContainerPrinter)
302         <display_hint>: New method.
303
304 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
305
306         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
307         gdb_continue_to_breakpoint more throughout this test.
308         (run_lang_tests) Supply unique test names, and use
309         gdb_test_no_output.
310
311 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
312
313         * gdb.base/finish-pretty.exp: Update expected results.
314         * gdb.base/pretty-print.c: New file.
315         * gdb.base/pretty-print.exp: New file.
316
317 2019-03-25  Pedro Alves  <palves@redhat.com>
318
319         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
320         move comments outside list.  Append '-i "" eof' section.
321
322 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
323
324         * README: Add pie options.
325         * gdb.base/break-interp.exp: Ensure pie is disabled.
326         * gdb.base/dump.exp: Likewise.
327         * lib/gdb.exp (gdb_compile): Add pie option.
328
329 2019-03-19  Tom Tromey  <tromey@adacore.com>
330
331         * gdb.mi/mi2-cli-display.c: New file.
332         * gdb.mi/mi2-cli-display.exp: New file.
333
334 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
335             Tom Tromey  <tromey@adacore.com>
336
337         * gdb.ada/ptype_array/pck.adb: New file.
338         * gdb.ada/ptype_array/pck.ads: New file.
339         * gdb.ada/ptype_array/foo.adb: New file.
340         * gdb.ada/ptype_array.exp: New file.
341
342 2019-03-14  Tom Tromey  <tromey@adacore.com>
343
344         * gdb.base/style.exp: Add "set style sources" test.
345
346 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
347
348         * mi-breakpoint-location-ena-dis.exp: Rename to ...
349         * mi-breakpoint-multiple-locations.exp: ... this.
350         (make_breakpoints_pattern): New proc.
351         (do_test): Add mi_version parameter, test -break-insert,
352         -break-info and =breakpoint-created.
353
354 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
355
356         * config/default.exp: Remove 'load_lib gdb.exp'.
357         * config/monitor.exp: Likewise.
358         * config/sid.exp: Likewise.
359         * config/sim.exp: Likewise.
360         * config/slite.exp: Likewise.
361         * config/unix.exp: Likewise.
362         * gdb.base/default.exp: Remove unhelpful comment.
363
364 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
365
366         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
367
368 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
369
370         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
371
372 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
373
374         * gdb.fortran/type-kinds.exp: Update expected results.
375
376 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
377
378         * gdb.fortran/type-kinds.exp: Test new integer type kind.
379
380 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
381
382         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
383         function.
384         (test_basic_parsing_of_type_kinds): Expand types tested.
385         (test_parsing_invalid_type_kinds): New function.
386
387 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
388
389         * gdb.fortran/intrinsics.exp: New file.
390         * gdb.fortran/intrinsics.f90: New file.
391         * gdb.fortran/type-kinds.exp: New file.
392
393 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
394
395         * gdb.fortran/dot-ops.exp: New file.
396
397 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
398
399         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
400         Check upper and lower case logical literals.
401
402 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
403
404         * gdb.fortran/types.exp (test_float_literal_types_accepted):
405         Remove duplicate tests.
406
407 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
408
409         * lib/gdb.exp (builtin_cd): rename of cd.
410         (cd): Override builtin.
411
412 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
413
414         * gdb.fortran/function-calls.exp: New file.
415         * gdb.fortran/function-calls.f90: New test.
416
417 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
418
419         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
420         on user program standard output.
421         * gdb.fortran/short-circuit-argument-list.f90: Record function
422         calls.
423
424 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
425
426         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
427         failure.
428
429 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
430
431         PR gdb/8527
432         * gdb.base/interrupt-daemon-attach.c,
433         gdb.base/interrupt-daemon-attach.exp: New test.
434
435 2019-02-27  Pedro Alves  <palves@redhat.com>
436
437         * gdb.base/page.exp: Add tests for "set width/height -1".
438
439 2019-02-27  Pedro Alves  <palves@redhat.com>
440
441         * gdb.base/page.exp: Add tests for "set/show width/height" with
442         "infinite" values.
443
444 2019-02-27  Tom Tromey  <tromey@adacore.com>
445
446         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
447         2.4.
448         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
449         workaround.
450
451 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
452
453         * gdb.base/align.exp: Extend to compile in both C and C++, and add
454         tests for structs with static members.
455
456 2019-02-26  Tom Tromey  <tromey@adacore.com>
457
458         * gdb.python/py-value.exp (test_value_from_buffer): Check for
459         ValueError, not TypeError.
460
461 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
462
463         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
464         call from main program.
465
466 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
467
468         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
469         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
470         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
471         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
472         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
473
474 2019-02-22  Keith Seitz  <keiths@redhat.com>
475
476         PR symtab/23853
477         * gdb.base/symlink-sourcefile.c: New file.
478         * gdb.base/symlink-sourcefile.exp: New file.
479
480 2019-02-20  Tom Tromey  <tom@tromey.com>
481
482         * gdb.base/info_qt.exp: Update.
483
484 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
485
486         * gdb.base/source.exp: Move "error in sourced script" code to
487         the end.
488         * gdb.base/source-error.gdb: Move contents to
489         source-error-1.gdb.  Add new code to source source-error-1.gdb.
490         * gdb.base/source-error-1.gdb: New file, from previous
491         source-error.gdb.
492
493 2019-02-17  Tom Tromey  <tom@tromey.com>
494
495         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
496         for macro styling.
497         * gdb.base/style.c (SOME_MACRO): New macro.
498
499 2019-02-17  Tom Tromey  <tom@tromey.com>
500
501         * gdb.base/style.exp: Add line-wrapping tests.
502         * gdb.base/page.exp: Add test for quitting during pagination.
503
504 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
505
506         * gdb.ada/big_packed_array: New testcase.
507         * gdb.ada/homonym.exp: Fix incorrect expected output for
508         "break <homonym__get_value>" test.
509
510 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
511
512         PR breakpoints/21870
513         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
514         and prepare_for_testing.  Add comment.
515         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
516         redundant cleanup call.  Clean up comment.
517
518 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
519
520         PR breakpoints/21870
521         * gdb.arch/aarch64-dbreg-contents.exp: New file.
522         * gdb.arch/aarch64-dbreg-contents.c: New file.
523
524 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
525
526         * gdb.ada/mi_ref_changeable: New testcase.
527
528 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
529
530         * gdb.base/attach.exp: Add double attach test.
531
532 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
533
534         * lib/gdb.exp (default_gdb_start): Don't match pagination
535         prompt.
536         (gdb_init): Set stty_init.
537
538 2019-01-27  Tom Tromey  <tom@tromey.com>
539
540         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
541         skip_python_tests.
542
543 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
544
545         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
546         New structure.
547         (struct struct_static_02_02): Likewise.
548         (struct struct_static_02_03): Likewise.
549         (struct struct_static_02_04): Likewise.
550         (struct struct_static_04_01): Likewise.
551         (struct struct_static_04_02): Likewise.
552         (struct struct_static_04_03): Likewise.
553         (struct struct_static_04_04): Likewise.
554         (struct struct_static_06_01): Likewise.
555         (struct struct_static_06_02): Likewise.
556         (struct struct_static_06_03): Likewise.
557         (struct struct_static_06_04): Likewise.
558         (cmp_struct_static_02_01): Likewise.
559         (cmp_struct_static_02_02): Likewise.
560         (cmp_struct_static_02_03): Likewise.
561         (cmp_struct_static_02_04): Likewise.
562         (cmp_struct_static_04_01): Likewise.
563         (cmp_struct_static_04_02): Likewise.
564         (cmp_struct_static_04_03): Likewise.
565         (cmp_struct_static_04_04): Likewise.
566         (cmp_struct_static_06_01): Likewise.
567         (cmp_struct_static_06_02): Likewise.
568         (cmp_struct_static_06_03): Likewise.
569         (cmp_struct_static_06_04): Likewise.
570         (call_all): Test new structs.
571         * gdb.base/infcall-nested-structs.exp: Likewise.
572
573 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
574         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
575
576 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
577         * gdb.base/stack-protector.c: New test.
578         * gdb.base/stack-protector.exp: New file.
579         * gdb.cp/ovldbreak.exp: Only allow a single break line.
580         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
581         option.
582         (gdb_compile): Remove stack protector for GCC and prevent
583         recursion.
584
585 2019-01-16  Keith Seitz  <keiths@redhat.com>
586
587         PR gdb/23773
588         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
589
590 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
591
592         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
593         aliases.
594         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
595         tests.
596         * gdb.arch/powerpc-vector-regs.c: New file.
597         * gdb.arch/powerpc-vector-regs.exp: New file.
598
599 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
600
601         * gdb.arch/altivec-regs.exp: Fix the list passed to
602         gdb_expect_list when testing "info vector".
603
604 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
605
606         * gdb.base/style.exp: Don't include path in testname.
607
608 2019-01-10  Keith Seitz  <keiths@redhat.com>
609
610         PR gdb/23712
611         PR symtab/23010
612         * gdb.dwarf2/multidictionary.exp: New file.
613
614 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
615
616         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
617         (test_gnuv3_style_demangling): ... this.
618         (test_lucid_style_demangling): Remove.
619         (test_arm_style_demangling): Remove.
620         (test_hp_style_demangling): Remove.
621         (do_tests): Remove calls to the above.
622
623 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
624
625         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
626         case.
627
628 2019-01-06  Tom Tromey  <tom@tromey.com>
629
630         PR gdb/28155:
631         * gdb.dwarf2/typedef-void-finish.exp: New file.
632
633 2018-12-28  Tom Tromey  <tom@tromey.com>
634             Simon Marchi <simark@simark.ca>
635
636         * gdb.base/jit-exec.exp: New file.
637         * gdb.base/jit-exec.c: New file.
638         * gdb.base/jit-execd.c: New file.
639
640 2018-12-28  Tom Tromey  <tom@tromey.com>
641
642         * gdb.base/style.exp: Update test to check for address styling.
643
644 2018-12-28  Tom Tromey  <tom@tromey.com>
645
646         * gdb.base/style.exp: Add test for styling of "Reading symbols"
647         message.
648
649 2018-12-28  Tom Tromey  <tom@tromey.com>
650
651         * gdb.base/style.exp: Add test for version number styling.
652
653 2018-12-28  Tom Tromey  <tom@tromey.com>
654
655         * gdb.base/style.exp: Add test for print_address_symbolic.
656
657 2018-12-28  Tom Tromey  <tom@tromey.com>
658
659         * gdb.base/style.exp: Add test for breakpoint setting.
660
661 2018-12-28  Tom Tromey  <tom@tromey.com>
662
663         * gdb.base/style.exp: Add test for variable names.
664
665 2018-12-28  Tom Tromey  <tom@tromey.com>
666
667         * gdb.base/style.exp: New file.
668         * gdb.base/style.c: New file.
669
670 2018-12-28  Tom Tromey  <tom@tromey.com>
671
672         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
673         "dumb".
674         * gdb.base/readline.exp (operate_and_get_next): Save and restore
675         the TERM environment variable.
676
677 2018-12-27  Tom Tromey  <tom@tromey.com>
678
679         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
680         pagination test.
681
682 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
683
684         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
685         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
686
687 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
688
689         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
690         Filename a.adb changed to bp_fun_addr.adb.
691         gdb.ada/bp_fun_addr.exp: Update test accordingly.
692
693 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
694
695         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
696         non-PIE executables.
697         * README: Mention the gdb,nopie_flag board setting.
698         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
699         non-PIE executable.
700         * gdb.arch/amd64-entry-value.exp: Likewise.
701         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
702         * gdb.arch/i386-float.exp: Likewise.
703         * gdb.arch/i386-signal.exp: Likewise.
704         * gdb.mi/mi-reg-undefined.exp: Likewise.
705
706 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
707
708         PR gdb/23974
709         * gdb.base/info-os.exp: Check return for unknown "info os" type.
710
711 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
712
713         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
714         Update order of results accordingly.
715
716 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
717
718         * gdb.base/annota1.exp: Update a test regexp.
719
720 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
721
722         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
723
724 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
725
726         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
727         (reuse_time): Initialize to REUSE_TIME_CAP.
728         (check_rc): New function.
729         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
730         Check pthread_create rc.
731         (spawner_thread_func): Check pthread_create and pthread_join rc.
732
733 2018-12-08  Pedro Alves  <palves@redhat.com>
734
735         * gdb.base/list.exp (test_forward_search): Rename to ...
736         (test_forward_reverse_search): ... this.  Also test reverse-search
737         and the forward-search alias.
738
739 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
740
741         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
742         local timeout variable before return, and remove all local timeout
743         variable entirely.
744         (gdb_load): Likewise.
745
746 2018-12-01  Tom de Vries  <tdevries@suse.de>
747
748         * gdb.base/gdb-caching-proc.exp: New file.
749
750 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
751
752         * Makefile.in (TIMESTAMP): New variable.
753         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
754         command.
755         (check-single-racy): Likewise.
756         (check/%.exp): Likewise.
757         (check-racy/%.exp): Likewise.
758         (workers/%.worker): Likewise.
759         (build-perf): Likewise.
760         (check-perf): Likewise.
761         * README: Describe new "TS" and "TS_FORMAT" variables.
762         * print-ts.py: New file.
763
764 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
765
766         PR python/23714
767         * gdb.python/python.exp: Test command repetition after
768         gdb.execute.
769
770 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
771
772         * gdb.opt/inline-break.exp: Add test that info breakpoint output
773         is correctly aligned.
774
775 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
776
777         * gdb.ada/info_auto_lang.exp: New testcase.
778         * gdb.ada/info_auto_lang/global_pack.ads: New file.
779         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
780         * gdb.ada/info_auto_lang/some_c.c: New file.
781
782 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
783
784         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
785         FUNC_lang language syntax.
786
787 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
788
789         * gdb.base/info_minsym.c: New file.
790         * gdb.base/info_minsym.exp: New file.
791
792 2018-11-19  Tom Tromey  <tom@tromey.com>
793
794         PR rust/23625:
795         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
796         * gdb.rust/expr.exp: Update expected output.  Change one test.
797
798 2018-11-19  Tom Tromey  <tom@tromey.com>
799
800         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
801
802 2018-11-19  Pedro Alves  <palves@redhat.com>
803
804         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
805         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
806         see the expected warning.
807
808 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
809
810         PR gdb/22736:
811         * gdb.cp/infcall-nodebug-lib.c: New test.
812         * gdb.cp/infcall-nodebug-main.c: New test.
813         * gdb.cp/infcall-nodebug.exp: New file.
814
815 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
816
817         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
818         completer tests.
819
820 2018-11-09  Tom de Vries  <tdevries@suse.de>
821
822         * gdb.base/msym-lang.c: New test.
823         * gdb.base/msym-lang.exp: New file.
824         * gdb.base/msym-lang-main.c: New test.
825
826 2018-11-08  Tom Tromey  <tom@tromey.com>
827
828         PR gdb/23555:
829         PR gdb/23838:
830         * gdb.base/warning.exp: New file.
831
832 2018-11-08  Jan Beulich  <jbeulich@suse.com>
833
834         * testsuite/gdb.arch/i386-avx512.c,
835         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
836
837 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
838
839         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
840         point hardware.
841
842 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
843
844         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
845         * gdb.dwarf2/missing-type-name.exp: New file.
846
847 2018-11-06  Tom de Vries  <tdevries@suse.de>
848
849         * gdb.base/many-headers.c: New test.
850         * gdb.base/many-headers.exp: New file.
851
852 2018-11-06  Jim Wilson  <jimw@sifive.com>
853
854         * gdb.base/code_elim.exp: For riscv, set additional_flags
855         to include -msmall-data-limit=0.
856
857 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
858
859         * gdb.ada/watch_minus_l: New testcase.
860
861 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
862
863         * gdb.arch/aix-sighandle.c: New file.
864         * gdb.arch/aix-sighandle.exp: New file.
865
866 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
867
868         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
869         registers being unions.
870
871 2018-10-31  Tom de Vries  <tdevries@suse.de>
872
873         * lib/valgrind.exp: New file.
874          (vgdb_start, vgdb_stop): New procs, factored out of ...
875         * gdb.base/valgrind-bt.exp: ... here, ...
876         * gdb.base/valgrind-disp-step.exp: ... here and ...
877         * gdb.base/valgrind-infcall.exp: ... here.
878
879 2018-10-31  Tom de Vries  <tdevries@suse.de>
880
881         * lib/gdb.exp (get_valueof): Don't output read value in test name.
882
883 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
884
885         * gdb.dwarf2/void-type.c: New file.
886         * gdb.dwarf2/void-type.exp: New file.
887
888 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
889
890         * gdb.base/info_qt.c: New file.
891         * gdb.base/info_qt.exp: New file.
892
893 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
894
895         * gdb.arch/powerpc-htm-regs.c: New file.
896         * gdb.arch/powerpc-htm-regs.exp: New file.
897
898 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
899
900         * gdb.arch/powerpc-tar.c: New file.
901         * gdb.arch/powerpc-tar.exp: New file.
902
903 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
904
905         * gdb.arch/powerpc-ppr-dscr.c: New file.
906         * gdb.arch/powerpc-ppr-dscr.exp: New file.
907
908 2018-10-25  Tom de Vries  <tdevries@suse.de>
909
910         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
911
912 2018-10-24  Tom de Vries  <tdevries@suse.de>
913
914         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
915         longer exists error.
916
917 2018-10-24  Tom de Vries  <tdevries@suse.de>
918
919         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
920
921 2018-10-24  Tom de Vries  <tdevries@suse.de>
922
923         * gdb.base/valgrind-db-attach.exp: Handle removed support for
924         --db-attach in valgrind.
925
926 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
927
928         * gdb.arch/riscv-reg-aliases.c: New file.
929         * gdb.arch/riscv-reg-aliases.exp: New file.
930
931 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
932
933         * gdb.python/py-cmd.exp: Check for gdb_prompt.
934
935 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
936
937         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
938
939 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
940
941         * gdb.cp/ovldbreak.exp: Fix regexps.
942
943 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
944
945         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
946
947 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
948
949         PR cli/23785
950         * gdb.base/restore.exp: New test to check if "restore" with an
951         invalid file doesn't segfault.
952
953 2018-10-18  Tom de Vries  <tdevries@suse.de>
954
955         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
956         * gdb.ada/excep_handle.exp: Same.
957         * gdb.ada/mi_string_access.exp: Same.
958         * gdb.ada/mi_var_union.exp: Same.
959         * gdb.arch/arc-analyze-prologue.exp: Same.
960         * gdb.arch/arc-decode-insn.exp: Same.
961         * gdb.base/readnever.exp: Same.
962         * gdb.fortran/printing-types.exp: Same.
963         * gdb.guile/scm-lazy-string.exp: Same.
964
965 2018-10-16  Tom de Vries  <tdevries@suse.de>
966
967         PR gdb/23730
968         * gdb.base/catch-follow-exec.c: Add copyright notice.
969         * gdb.base/catch-follow-exec.exp: Rewrite to use
970         gdb_spawn_with_cmdline_opts.  Require gdb-native.
971
972 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
973
974         * gdb.trace/actions-changed.exp: Check for arch support.
975         * gdb.trace/actions.exp: Likewise.
976         * gdb.trace/ax.exp: Likewise.
977         * gdb.trace/backtrace.exp: Likewise.
978         * gdb.trace/change-loc.exp: Likewise.
979         * gdb.trace/deltrace.exp: Likewise.
980         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
981         * gdb.trace/ftrace.exp: Likewise.
982         * gdb.trace/infotrace.exp: Check for arch support.
983         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
984         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
985         * gdb.trace/mi-tsv-changed.exp: Likewise.
986         * gdb.trace/packetlen.exp: Likewise.
987         * gdb.trace/passc-dyn.exp: Likewise.
988         * gdb.trace/passcount.exp: Likewise.
989         * gdb.trace/pending.exp: Likewise.
990         * gdb.trace/range-stepping.exp: Check for shlib support.
991         * gdb.trace/report.exp: Check for arch support.
992         * gdb.trace/save-trace.exp: Likewise.
993         * gdb.trace/signal.exp: Check for signal support.
994         * gdb.trace/tfind.exp: Check for arch support.
995         * gdb.trace/trace-break.exp: Check for arch and shlib support.
996         * gdb.trace/trace-common.h: Add comment.
997         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
998         * gdb.trace/trace-enable-disable.exp: Likewise.
999         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
1000         * gdb.trace/tracecmd.exp: Check for arch support.
1001         * gdb.trace/tspeed.exp: Check for shlib and target support.
1002         * gdb.trace/tstatus.exp: Check for arch support.
1003         * gdb.trace/tsv.exp: Likewise.
1004         * gdb.trace/while-dyn.exp: Likewise.
1005         * gdb.trace/while-stepping.exp: Likewise.
1006         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1007
1008 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
1009
1010         * gdb.trace/tspeed.exp: Remove nowarnings.
1011         (prepare_for_trace_test): Declare "global ipalib".
1012         * gdb.trace/tspeed.c: Include unistd.h.
1013         (main): Remove superfluous printf argument.
1014
1015 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
1016
1017         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1018         directory prefix on the filename.
1019
1020 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1021
1022         * gdb.gdb/unittest.exp: Update expected message informing that
1023         selftests have been disabled.
1024         * gdb.server/unittest.exp: Likewise.
1025
1026 2018-10-09  Tom de Vries  <tdevries@suse.de>
1027
1028         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1029         with runto_main.
1030
1031 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1032
1033         PR c++/16841
1034         * gdb.cp/virtbase2.cc: New file.
1035         * gdb.cp/virtbase2.exp: New file.
1036
1037 2018-10-06  Tom Tromey  <tom@tromey.com>
1038
1039         PR python/19399:
1040         * gdb.python/py-inferior.exp: Add architecture test.
1041
1042 2018-10-06  Tom Tromey  <tom@tromey.com>
1043
1044         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1045         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1046
1047 2018-10-06  Tom Tromey  <tom@tromey.com>
1048
1049         * gdb.python/py-breakpoint.exp (check_last_event): Check location
1050         of a "throw" catchpoint.
1051
1052 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1053
1054         * gdb.base/info-proc.exp: Update string expected from "help info
1055         proc".
1056
1057 2018-10-04  Tom Tromey  <tom@tromey.com>
1058
1059         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1060         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1061         (test_initial_complaints, test_empty_complaints): Update.
1062         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1063
1064 2018-10-04  Tom Tromey  <tom@tromey.com>
1065
1066         PR cli/19551:
1067         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1068         * lib/gdb.exp (gdb_file_cmd): Update.
1069         * gdb.stabs/weird.exp (print_weird_var): Update.
1070         * gdb.server/solib-list.exp: Update.
1071         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1072         * gdb.mi/mi-cli.exp: Update.
1073         * gdb.linespec/linespec.exp: Update.
1074         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1075         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1076         * gdb.cp/cp-relocate.exp: Update.
1077         * gdb.base/sym-file.exp: Update.
1078         * gdb.base/relocate.exp: Update.
1079         * gdb.base/readnever.exp: Update.
1080         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1081         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1082         * gdb.base/dbx.exp (gdb_file_cmd): Update.
1083         * gdb.base/code_elim.exp: Update.
1084         * gdb.base/break-unload-file.exp (test_break): Update.
1085         * gdb.base/break-interp.exp (test_attach_gdb): Update.
1086         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1087         Update.
1088         * gdb.base/attach.exp (do_attach_tests): Update.
1089         * gdb.base/sepdebug.exp: Update.
1090         * gdb.python/py-section-script.exp: Update.
1091
1092 2018-10-04  Tom Tromey  <tom@tromey.com>
1093
1094         PR cli/22234:
1095         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1096         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1097         output.
1098
1099 2018-10-04  Tom Tromey  <tom@tromey.com>
1100
1101         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1102         set width and height to 0.
1103         (test_command_line_attach_run): Use -quiet.
1104
1105 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
1106
1107         * lib/gdb.exp (skip_ifunc_tests): New.
1108         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
1109         other compile failures.
1110         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
1111
1112 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1113
1114         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
1115         is_amd64_regs_target.
1116
1117 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
1118
1119         * gdb.arch/aarch64-sighandler-regs.c: New test.
1120         * gdb.arch/aarch64-sighandler-regs.exp: New file.
1121         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
1122
1123 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
1124
1125         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
1126         assembly.
1127
1128 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1129
1130         * gdb.base/frame-selection.exp: New file.
1131         * gdb.base/frame-selection.c: New file.
1132
1133 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
1134
1135         * gdb.threads/check-libthread-db.c (thread_routine): Use a
1136         pthread barrier.
1137         (main): Likewise.
1138
1139 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1140
1141         * gdb.base/large-frame-1.c: New file.
1142         * gdb.base/large-frame-2.c: New file.
1143         * gdb.base/large-frame.exp: New file.
1144         * gdb.base/large-frame.h: New file.
1145
1146 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1147
1148         PR gdb/20948
1149         * gdb.base/write_mem.exp: New test.
1150         * gdb.base/write_mem.c: Likewise.
1151
1152 2018-09-23  Tom Tromey  <tom@tromey.com>
1153
1154         PR python/18852:
1155         * gdb.python/py-parameter.exp: Add test for parameter that throws
1156         on "set".
1157
1158 2018-09-23  Tom Tromey  <tom@tromey.com>
1159
1160         PR python/17284:
1161         * gdb.python/py-template.exp (test_template_arg): Add test for
1162         negative template argument number.
1163
1164 2018-09-23  Tom Tromey  <tom@tromey.com>
1165
1166         PR python/14062:
1167         * gdb.python/python.exp: Add test for post_event error.
1168
1169 2018-09-23  Tom Tromey  <tom@tromey.com>
1170
1171         PR python/18170:
1172         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
1173         convert pointers to int and long.
1174
1175 2018-09-23  Tom Tromey  <tom@tromey.com>
1176
1177         PR python/20126:
1178         * gdb.python/py-value.exp (test_value_numeric_ops): Add
1179         signed-ness conversion tests.
1180
1181 2018-09-23  Tom Tromey  <tom@tromey.com>
1182
1183         PR python/18352;
1184         * gdb.python/py-value.exp (test_float_conversion): New proc.
1185         Use it.
1186
1187 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1188
1189         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
1190
1191 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
1192
1193         * gdb.base/complete-empty.exp: Skip tab-completion tests if
1194         no readline.
1195         * gdb.base/utf8-identifiers.exp: Likewise.
1196         * gdb.cp/cpcompletion.exp: Likewise.
1197         * gdb.linespec/cpcompletion.exp: Likewise.
1198         * gdb.linespec/cpls-abi-tag.exp: Likewise.
1199         * gdb.linespec/cpls-ops.exp: Likewise.
1200
1201 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
1202             Chris January  <chris.january@arm.com>
1203
1204         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
1205         * gdb.fortran/short-circuit-argument-list.exp: New file.
1206         * gdb.fortran/short-circuit-argument-list.f90: New test.
1207
1208 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1209
1210         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
1211         "arch=" keyword when executing "-stack-list-frames".
1212
1213 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1214
1215         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
1216         "arch=" keyword when executing "-stack-list-frames".
1217
1218 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1219
1220         * gdb.ada/complete.exp: Expect for "@" when doing "complete
1221         break ada".
1222
1223 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
1224
1225         PR python/23669
1226         * gdb.python/python.exp: Test gdb.execute("show commands").
1227
1228 2018-09-16  Tom Tromey  <tom@tromey.com>
1229
1230         * gdb.base/new-ui.exp (do_execution_tests): Update.
1231         * gdb.base/dbx.exp (test_breakpoints): Update.
1232
1233 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
1234
1235         * lib/gdb.exp (gdb_simple_compile): Add proc.
1236         (is_elf_target): Use gdb_simple_compile.
1237         (skip_altivec_tests): Likewise.
1238         (skip_vsx_tests): Likewise.
1239         (skip_tsx_tests): Likewise.
1240         (skip_btrace_tests): Likewise.
1241         (skip_btrace_pt_tests): Likewise.
1242         (gdb_can_simple_compile): Likewise.
1243         (gdb_has_argv0): Likewise.
1244         (gdb_target_symbol_prefix): Likewise.
1245         (target_supports_scheduler_locking): Likewise.
1246
1247 2018-09-13  Tom Tromey  <tom@tromey.com>
1248
1249         * Makefile.in (TAGS): Recognize proc_with_prefix and
1250         gdb_caching_proc.
1251
1252 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1253
1254         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
1255         method.
1256
1257 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1258
1259         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
1260         and a few other Inferior properties when the Inferior is no
1261         longer valid.
1262
1263 2018-09-13  Tom Tromey  <tom@tromey.com>
1264
1265         PR rust/23650:
1266         * gdb.rust/simple.exp: Add test for enum field access error.
1267
1268 2018-09-13  Tom Tromey  <tom@tromey.com>
1269
1270         PR rust/23626:
1271         * gdb.rust/simple.rs (EmptyEnum): New type.
1272         (main): Use it.
1273         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
1274
1275 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
1276
1277         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
1278         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
1279         * gdb.python/py-symtab.exp: Update test printing an objfile.
1280
1281 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
1282
1283         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
1284         object.
1285
1286 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
1287
1288         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
1289         (support_complex_tests): Use gdb_can_simple_compile.
1290         (is_ilp32_target): Likewise.
1291         (is_lp64_target): Likewise.
1292         (is_64_target): Likewise.
1293         (is_amd64_regs_target): Likewise.
1294         (is_aarch32_target): Likewise.
1295         (gdb_int128_helper): Likewise.
1296
1297 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1298
1299         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
1300
1301 2018-09-10  Jerome Guitton  <guitton@adacore.com>
1302
1303         * gdb.ada/same_component_name: Add test for case of tagged record
1304         with variable-length fields.
1305
1306 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1307
1308         * gdb.ada/access_to_unbounded_array.exp: New testcase.
1309         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
1310         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
1311         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
1312
1313 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1314
1315         * gdb.ada/mi_string_access.exp: New testcase.
1316         * gdb.ada/mi_string_access/bar.adb: New file.
1317         * gdb.ada/mi_string_access/pck.adb: New file.
1318         * gdb.ada/mi_string_access/pck.asd: New file.
1319
1320 2018-09-10  Xavier Roirand  <roirand@adacore.com>
1321
1322         * gdb.ada/mi_var_union.exp: New testcase.
1323         * gdb.ada/mi_var_union/bar.adb: New file.
1324         * gdb.ada/mi_var_union/pck.adb: New file.
1325         * gdb.ada/mi_var_union/pck.asd: New file.
1326
1327 2018-09-08  Tom Tromey  <tom@tromey.com>
1328
1329         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
1330
1331 2018-09-08  Tom Tromey  <tom@tromey.com>
1332
1333         PR python/16047:
1334         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
1335         (register_pretty_printers): Register new printer.
1336         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
1337         test.
1338         * gdb.python/py-prettyprint.c (int_type3): New typedef.
1339         (an_int_type3): New global.
1340
1341 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1342
1343         * gdb.ada/expr_with_funcall: New testcase.
1344
1345 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
1346
1347         * gdb.ada/packed_array_assign: New testcase.
1348
1349 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1350
1351         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
1352         names, and add test prefixes to make test names unique.
1353
1354 2018-09-05  Tom de Vries  <tdevries@suse.de>
1355
1356         * gdb.dwarf2/varval.exp: Add test.
1357
1358 2018-09-04  Gary Benson <gbenson@redhat.com>
1359
1360         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
1361         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
1362
1363 2018-08-31  Tom Tromey  <tom@tromey.com>
1364
1365         * gdb.rust/simple.rs: Rename second variable "v".
1366
1367 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1368
1369         * gdb.base/funcargs.c (use_a): New function.
1370         (recurse): Call use_a.
1371
1372 2018-08-29  Keith Seitz  <keiths@redhat.com>
1373
1374         * gdb.compile/compile-cplus-anonymous.cc: New file.
1375         * gdb.compile/compile-cplus-anonymous.exp: New file.
1376         * gdb.compile/compile-cplus-array-decay.cc: New file.
1377         * gdb.compile/compile-cplus-array-decay.exp: New file.
1378         * gdb.compile/compile-cplus-inherit.cc: New file.
1379         * gdb.compile/compile-cplus-inherit.exp: New file.
1380         * gdb.compile/compile-cplus-member.cc: New file.
1381         * gdb.compile/compile-cplus-member.exp: New file.
1382         * gdb.compile/compile-cplus-method.cc: New file.
1383         * gdb.compile/compile-cplus-method.exp: New file.
1384         * gdb.compile/compile-cplus-mod.c: "New" file.
1385         * gdb.compile/compile-cplus-namespace.cc: New file.
1386         * gdb.compile/compile-cplus-namespace.exp: New file.
1387         * gdb.compile/compile-cplus-nested.cc: New file.
1388         * gdb.compile/compile-cplus-nested.exp: New file.
1389         * gdb.compile/compile-cplus-print.c: "New" file.
1390         * gdb.compile/compile-cplus-print.exp: "New" file.
1391         * gdb.compile/compile-cplus-virtual.cc: New file.
1392         * gdb.compile/compile-cplus-virtual.exp: New file.
1393         * gdb.compile/compile-cplus.c: "New" file.
1394         * gdb.compile/compile-cplus.exp: "New" file.
1395         * lib/compile-support.exp: New file.
1396
1397 2018-08-16  Gary Benson <gbenson@redhat.com>
1398
1399         PR gdb/13000:
1400         * gdb.base/batch-exit-status.exp: New file.
1401         * gdb.base/batch-exit-status.good-commands: Likewise.
1402         * gdb.base/batch-exit-status.bad-commands: Likewise.
1403
1404 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
1405
1406         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
1407         (struct struct02): Likewise.
1408         (struct struct03): Likewise.
1409         (struct struct04): Likewise.
1410         (struct struct_01_01): New struct.
1411         (struct struct_01_02): Likewise.
1412         (struct struct_01_03): Likewise.
1413         (struct struct_01_04): Likewise.
1414         (struct struct_02_01): Likewise.
1415         (struct struct_02_02): Likewise.
1416         (struct struct_02_03): Likewise.
1417         (struct struct_02_04): Likewise.
1418         (struct struct_04_01): Likewise.
1419         (struct struct_04_02): Likewise.
1420         (struct struct_04_03): Likewise.
1421         (struct struct_04_04): Likewise.
1422         (struct struct_05_01): Likewise.
1423         (struct struct_05_02): Likewise.
1424         (struct struct_05_03): Likewise.
1425         (struct struct_05_04): Likewise.
1426         (cmp_struct01): Remove function.
1427         (cmp_struct02): Likewise.
1428         (cmp_struct03): Likewise.
1429         (cmp_struct04): Likewise.
1430         (cmp_struct_01_01): Add Function.
1431         (cmp_struct_01_02): Likewise.
1432         (cmp_struct_01_03): Likewise.
1433         (cmp_struct_01_04): Likewise.
1434         (cmp_struct_02_01): Likewise.
1435         (cmp_struct_02_02): Likewise.
1436         (cmp_struct_02_03): Likewise.
1437         (cmp_struct_02_04): Likewise.
1438         (cmp_struct_04_01): Likewise.
1439         (cmp_struct_04_02): Likewise.
1440         (cmp_struct_04_03): Likewise.
1441         (cmp_struct_04_04): Likewise.
1442         (cmp_struct_05_01): Likewise.
1443         (cmp_struct_05_02): Likewise.
1444         (cmp_struct_05_03): Likewise.
1445         (cmp_struct_05_04): Likewise.
1446         (call_all): Add new structs.
1447         * gdb.base/infcall-nested-structs.exp: Likewise.
1448
1449 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
1450
1451         * gdb.python/py-framefilter-mi.exp: Update regexp to
1452         check for "arch" field in frame output.
1453
1454 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
1455
1456         * gdb.dwarf2/dw2-ranges-func.c: New file.
1457         * gdb.dwarf2/dw2-ranges-func.exp: New file.
1458
1459 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
1460
1461         * gdb.base/term.exp: Compare terminal settings with values from
1462         the inferior.
1463         * gdb.base/term.c: Get and set terminal settings.
1464
1465 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
1466
1467         * lib/mi-support.exp (mi_expect_stop): Update regexp to
1468         accommodate new "arch" field in frame output.
1469         * gdb.mi/mi-return.exp: Likewise.
1470         * gdb.mi/mi-stack.exp: Likewise.
1471         * gdb.mi/mi-syn-frame.exp: Likewise.
1472         * gdb.mi/user-selected-context-sync.exp: Likewise.
1473
1474 2018-08-19  Michael Spang  <spang@google.com>
1475
1476         PR gdb/11786
1477         * gdb.base/gcore-tls-pie.c: New file.
1478         * gdb.base/gcore-tls-pie.exp: New file.
1479
1480 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
1481
1482         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
1483         * gdb.dwarf2/varval.c: New file.
1484         * gdb.dwarf2/varval.exp: New file.
1485
1486 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
1487
1488         PR gdb/18931
1489         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1490
1491 2018-08-16  Keith Seitz  <keiths@redhat.com>
1492
1493         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1494         tests expected to pass.
1495
1496 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
1497
1498         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1499         -data-disassemble -a.
1500         (test_disassembly_bogus_args): Likewise.
1501
1502 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
1503
1504         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1505
1506 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1507
1508         * gdb.base/vla-optimized-out.exp: Add new test.
1509
1510 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1511
1512         * gdb.base/vla-optimized-out-o3.exp: Delete.
1513         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1514         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1515         deleted tests.
1516
1517 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1518
1519         PR gdb/18050:
1520         * gdb.server/extended-remote-restart.c: New file.
1521         * gdb.server/extended-remote-restart.exp: New file.
1522
1523 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
1524
1525         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1526         "set variable index = 42".
1527
1528 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
1529
1530         * boards/index-cache-gdb.exp: New file.
1531         * gdb.dwarf2/index-cache.exp: New file.
1532         * gdb.dwarf2/index-cache.c: New file.
1533         * gdb.base/maint.exp: Check if we are using the index cache.
1534
1535 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1536
1537         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1538         MAKEFLAGS.
1539
1540 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1541
1542         * dg-extract-results.sh: Move to toplevel contrib.
1543         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1544         * Makefile.in (check-parallel-racy): Likewise.
1545
1546 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1547
1548         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1549         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1550         tests if the target supports scheduler locking.
1551
1552 2018-08-04  Tom de Vries  <tdevries@suse.de>
1553
1554         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1555
1556 2018-08-02  Tom Tromey  <tom@tromey.com>
1557
1558         PR symtab/16842.
1559         * gdb.cp/temargs.exp: Test "info address" of a template
1560         parameter.
1561
1562 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
1563
1564         * gdb.python/py-mi-var-info-path-expression.c: New file.
1565         * gdb.python/py-mi-var-info-path-expression.py: New file.
1566         * gdb.python/py-mi-var-info-path-expression.exp: New file.
1567
1568 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
1569
1570         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1571         error after "cannot resolve name" string.
1572
1573 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
1574
1575         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1576         started.
1577         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1578
1579 2018-07-28  Tom de Vries  <tdevries@suse.de>
1580
1581         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1582
1583 2018-07-26  Tom de Vries  <tdevries@suse.de>
1584
1585         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1586
1587 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1588
1589         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1590         is visible.
1591
1592 2018-07-26  Tom de Vries  <tdevries@suse.de>
1593
1594         PR breakpoints/23366
1595         * gdb.base/catch-follow-exec.c: New test.
1596         * gdb.base/catch-follow-exec.exp: New file.
1597
1598 2018-07-25  Tom de Vries  <tdevries@suse.de>
1599
1600         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
1601         vla-optimized-out.c.
1602
1603 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
1604
1605         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1606         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1607
1608 2018-07-20  Tom de Vries  <tdevries@suse.de>
1609
1610         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1611         NOCLONE macro.
1612         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1613
1614 2018-07-19  Tom de Vries  <tdevries@suse.de>
1615
1616         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1617         regular expression.
1618
1619 2018-07-18  Tom de Vries  <tdevries@suse.de>
1620
1621         * gdb.base/vla-optimized-out.c: New test.
1622         * gdb.base/vla-optimized-out.exp: New file.
1623
1624 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
1625
1626         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1627         message "No address associated with hostname" when gdbserver
1628         cannot resolve the hostname.
1629
1630 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1631
1632         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1633         Add some test prefixes to make tests unique.
1634
1635 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1636
1637         * gdb.base/frameapply.c: New file.
1638         * gdb.base/frameapply.exp: New file.
1639
1640 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1641
1642         * gdb.base/skip.exp: Update expected error message.
1643
1644 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1645             Jan Kratochvil  <jan.kratochvil@redhat.com>
1646             Paul Fertser  <fercerpav@gmail.com>
1647             Tsutomu Seki  <sekiriki@gmail.com>
1648
1649         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1650         parameter.
1651         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1652         by default.
1653         * boards/native-gdbserver.exp: Likewise.
1654         * gdb.server/run-without-local-binary.exp: Improve regexp used
1655         for detecting when a remote debugging connection succeeds.
1656         * gdb.server/server-connect.exp: New file.
1657         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1658         Do not prefix the port number with ":".
1659         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
1660         support for detecting and using it.  Add '$debughost_gdbserver'
1661         to the list of arguments used to start gdbserver.  Handle case
1662         when gdbserver cannot resolve a network name.
1663
1664 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
1665
1666         PR c++/23373
1667         * gdb.base/ptype-offsets.cc (struct static_member): New
1668         struct.
1669         (main) <stmember>: New variable.
1670         * gdb.base/ptype-offsets.exp: Add test for printing a struct
1671         with a static member in it.
1672
1673 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
1674
1675         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1676         watchpoints enabled and disabled.
1677
1678 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1679
1680         * gdb.base/examine-backward.exp: Still run tests around address
1681         0x0, even if address 0x0 is not readable.  Update the pattern for
1682         matching address 0x0 in expected output.
1683
1684 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1685
1686         * gdb.base/share-env-with-gdbserver.c (main): Add call to
1687         malloc/free.
1688
1689 2018-07-04  Tom de Vries  <tdevries@suse.de>
1690
1691         * gdb.dwarf2/dw2-error.exp: Update expected error message.
1692
1693 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
1694
1695         PR tdep/8282
1696         * gdb.arch/mips-disassembler-options.exp: New test.
1697         * gdb.arch/mips-disassembler-options.s: New test source.
1698
1699 2018-06-29  Pedro Alves  <palves@redhat.com>
1700
1701         * gdb.threads/names.exp: Adjust expected "info threads" output.
1702
1703 2018-06-29  Pedro Alves  <palves@redhat.com>
1704
1705         * gdb.opt/inline-break.exp (line number, address): Add "info
1706         break" tests.
1707
1708 2018-06-29  Pedro Alves  <palves@redhat.com>
1709
1710         * gdb.opt/inline-break.c (func1): Add "break here" marker.
1711         * gdb.opt/inline-break.exp: Test setting breakpoints by line
1712         number and address and running to them.
1713
1714 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
1715
1716         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1717
1718 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1719
1720         * lib/compiler.c: Remove executable permission flag.
1721
1722 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
1723
1724         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1725         code.
1726         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1727
1728 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1729
1730         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1731
1732 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1733
1734         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1735         address argument is omitted.
1736
1737 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
1738
1739         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1740
1741 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
1742
1743         PR gdb/21695
1744         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1745         * gdb.base/infoline-reloc-main-from-zero.c: New file.
1746
1747 2018-06-26  Tom Tromey  <tom@tromey.com>
1748
1749         PR rust/22574:
1750         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1751         * gdb.rust/simple.rs (struct SimpleLayout): New.
1752
1753 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
1754
1755         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1756         "info registers" output.
1757
1758 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
1759
1760         * gdb.base/watchpoint-hw-attach.c: New test.
1761         * gdb.base/watchpoint-hw-attach.exp: New file.
1762
1763 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
1764
1765         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1766         through /bin/sh.
1767         * boards/dwarf4-gdb-index.exp: Likewise.
1768         * boards/fission-dwp.exp: Likewise.
1769
1770 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
1771
1772         * gdb.base/float128.exp: Add comment and improved fail message
1773         to the failure case of "print large128" test.
1774
1775 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1776
1777         * configure.ac: Remove AC_PREREQ.
1778         * configure: Re-generate.
1779
1780 2018-06-19  Pedro Alves  <palves@redhat.com>
1781
1782         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1783         (func_extern_caller): New.
1784         (main): Call func_extern_caller.
1785         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1786         logic change.
1787
1788 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
1789
1790         PR gdb/16841
1791         * gdb.cp/typedef-base.cc: New file.
1792         * gdb.cp/typedef-base.exp: New file.
1793
1794 2018-06-18  Tom de Vries  <tdevries@suse.de>
1795
1796         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1797
1798 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
1799             Richard Bunt <Richard.Bunt@arm.com>
1800
1801         * gdb.threads/attach-slow-waitpid.c: New file.
1802         * gdb.threads/attach-slow-waitpid.exp: New file.
1803         * gdb.threads/slow-waitpid.c: New file.
1804
1805 2018-06-14  Pedro Alves  <palves@redhat.com>
1806
1807         * gdb.base/fork-running-state.c: Include <errno.h>.
1808         (exit_if_relative_exits): New.
1809         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1810         exits.
1811         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1812         child exits.
1813
1814 2018-06-14  Tom de Vries  <tdevries@suse.de>
1815
1816         PR cli/22573
1817         * gdb.base/finish-pretty.c: New test.
1818         * gdb.base/finish-pretty.exp: New file.
1819
1820 2018-06-14  Pedro Alves  <palves@redhat.com>
1821
1822         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1823         gdb's expected startup output.
1824
1825 2018-06-14  Pedro Alves  <palves@redhat.com>
1826
1827         * lib/selftest-support.exp (selftest_setup): Remove inlined
1828         function handling.
1829
1830 2018-06-14  Tom de Vries  <tdevries@suse.de>
1831
1832         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1833         matching of breakpoint printing.
1834
1835 2018-06-13  Tom de Vries  <tdevries@suse.de>
1836
1837         PR testsuite/23269
1838         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1839         (fork_child): ... here, and ...
1840         (fork_parent): ... here.
1841
1842 2018-06-12  Tom de Vries  <tdevries@suse.de>
1843
1844         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1845
1846 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1847             Stephen Roberts  <stephen.roberts@arm.com>
1848
1849         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1850         rewrite test to describe action performed, rather than possible
1851         failure.
1852
1853 2018-06-08  Gary Benson <gbenson@redhat.com>
1854
1855         * gdb.threads/check-libthread-db.exp: New file.
1856         * gdb.threads/check-libthread-db.c: Likewise.
1857
1858 2018-06-05  Tom Tromey  <tom@tromey.com>
1859
1860         * gdb.base/default.exp: Update expected "show version" output.
1861
1862 2018-06-05  Tom Tromey  <tom@tromey.com>
1863
1864         PR cli/12326:
1865         * gdb.cp/static-print-quit.exp: Update.
1866         * lib/gdb.exp (pagination_prompt): Update.
1867         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
1868         * gdb.python/python.exp: Update.
1869
1870 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
1871
1872         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1873
1874 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
1875
1876         * gdb.ada/bp_fun_addr: New testcase.
1877
1878 2018-06-01  Tom Tromey  <tom@tromey.com>
1879
1880         * gdb.xml/tdesc-regs.exp (load_description): Update expected
1881         results.
1882         * gdb.dwarf2/method-ptr.exp: Set language to C++.
1883         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1884         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1885         * gdb.base/maint.exp (maint_pass_if): Update.
1886
1887 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
1888
1889         * gdb.base/endian.exp: New test.
1890         * gdb.base/endian.c: New test source.
1891
1892 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1893
1894         PR gdb/23203
1895         * gdb.base/bt-selected-frame.c: New file.
1896         * gdb.base/bt-selected-frame.exp: New file.
1897         * lib/gdb.exp (get_current_frame_number): New function.
1898
1899 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
1900             Pedro Alves  <palves@redhat.com>
1901
1902         * gdb.threads/tls-core.c: Include <stdlib.h>
1903         (thread_proc): Call `abort'.
1904         * gdb.threads/tls-core.exp: Generate a core with core_find too.
1905         (tls_core_test): New procedure, bits factored out from ...
1906         (top level): ... here.  Test both native cores and gcore cores.
1907
1908 2018-05-23  Tom Tromey  <tom@tromey.com>
1909
1910         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1911
1912 2018-05-23  Tom Tromey  <tom@tromey.com>
1913
1914         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1915         symfile_complaints.
1916         (test_short_complaints): Likewise.
1917         (test_empty_complaints): Likewise.
1918         (test_initial_complaints): Update.
1919
1920 2018-05-23  Tom Tromey  <tom@tromey.com>
1921
1922         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1923
1924 2018-05-23  Tom Tromey  <tom@tromey.com>
1925
1926         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1927         (test_short_complaints): Update.
1928
1929 2018-05-22  Pedro Alves  <palves@redhat.com>
1930
1931         * gdb.base/remote.exp: Only gdb_start after compiling the
1932         testcase.  Issue "disconnect" before testing "set remote" command
1933         defaults.  Issue clean_restart before running to main.
1934
1935 2018-05-22  Pedro Alves  <palves@redhat.com>
1936
1937         * gdb.base/remote.exp: Adjust expected output of "show remote
1938         memory-write-packet-size".  Add tests for "set remote
1939         memory-write-packet-size 0" and "set remote
1940         memory-write-packet-size fixed/limit".
1941
1942 2018-05-22  Pedro Alves  <palves@redhat.com>
1943
1944         PR gdb/22973
1945         * gdb.base/utf8-identifiers.c: New file.
1946         * gdb.base/utf8-identifiers.exp: New file.
1947
1948 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1949
1950         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1951
1952 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
1953
1954         * gdb.arch/powerpc-vsx-gcore.exp: New file.
1955
1956 2018-05-18  Tom Tromey  <tom@tromey.com>
1957
1958         * gdb.base/ptype-offsets.exp: Update.
1959
1960 2018-05-17  Keith Seitz  <keiths@redhat.com>
1961
1962         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1963         in expected breakpoint stop locations.
1964         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1965         move to proper scope to test variable values.
1966         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1967         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1968         New functions.
1969         (main): Call not_inline_func3.
1970         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1971         inline_func1, inline_func2, and inline_func3.  Test that when each
1972         breakpoint is hit, GDB properly reports both the stop location
1973         and the backtrace. Repeat tests for temporary breakpoints.
1974
1975 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
1976
1977         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1978         rather then trying to access it in determining whether the PID
1979         of `gdbserver' could have been retrieved.
1980
1981 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1982
1983         * gdb.arch/amd64-init-x87-values.S: New file.
1984         * gdb.arch/amd64-init-x87-values.exp: New file.
1985
1986 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1987
1988         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1989
1990 2018-05-04  Tom Tromey  <tom@tromey.com>
1991
1992         PR python/22730:
1993         * gdb.python/python.exp: Test multi-line execute.
1994
1995 2018-05-04  Tom Tromey  <tom@tromey.com>
1996
1997         PR python/22731:
1998         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1999
2000 2018-05-04  Tom Tromey  <tom@tromey.com>
2001
2002         PR gdb/11750:
2003         * gdb.base/define.exp: Test defining a user command inside a user
2004         command.
2005         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2006
2007 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2008             Pedro Alves <palves@redhat.com>
2009
2010         PR breakpoints/19806 and support for PR external/20207.
2011         * gdb.base/watchpoint-unaligned.c: New file.
2012         * gdb.base/watchpoint-unaligned.exp: New file.
2013
2014 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2015
2016         * gdb.base/maint.exp: Make test names unique, use
2017         test_prefix_command_help to test 'help maint info', and remove
2018         repeated test of 'help maint'.
2019
2020 2018-05-04  Tom Tromey  <tom@tromey.com>
2021
2022         PR gdb/22619:
2023         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2024         behavior.
2025
2026 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2027
2028         * gdb.base/maint.exp: Process output from 'maint print registers'
2029         line at a time.
2030
2031 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2032
2033         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2034         timeout.
2035
2036 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2037
2038         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2039         filter pattern.
2040
2041 2018-05-02  Pedro Alves  <palves@redhat.com>
2042
2043         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2044         to_log_command renames.
2045         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2046
2047 2018-05-02  Tom Tromey  <tom@tromey.com>
2048
2049         * gdb.python/py-parameter.exp: Set test message.
2050
2051 2018-05-02  Tom Tromey  <tom@tromey.com>
2052
2053         PR python/20084:
2054         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2055         PARAM_ZUINTEGER_UNLIMITED tests.
2056
2057 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
2058
2059         PR rust/23124
2060         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2061         when casting.
2062
2063 2018-04-30  Tom Tromey  <tom@tromey.com>
2064
2065         * gdb.python/py-type.exp: Check align attribute.
2066         * gdb.python/py-type.c: New "aligncheck" global.
2067
2068 2018-04-30  Tom Tromey  <tom@tromey.com>
2069
2070         PR exp/17095:
2071         * gdb.dwarf2/dw2-align.exp: New file.
2072         * gdb.cp/align.exp: New file.
2073         * gdb.base/align.exp: New file.
2074         * lib/gdb.exp (gdb_int128_helper): New proc.
2075         (has_int128_c, has_int128_cxx): New caching procs.
2076
2077 2018-04-27  Tom Tromey  <tom@tromey.com>
2078
2079         PR rust/22545:
2080         * gdb.rust/simple.exp: Add inclusive range tests.
2081
2082 2018-04-26  Pedro Alves  <palves@redhat.com>
2083
2084         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2085         ifunc breakpoint locations correctly of ifunc breakpoints set
2086         while the program resolves the ifunc.
2087
2088 2018-04-26  Pedro Alves  <palves@redhat.com>
2089
2090         * gdb.base/gnu-ifunc-final.c: New file.
2091         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2092         * gdb.base/gnu-ifunc.exp (executable): Delete.
2093         (staticexecutable): Adjust.
2094         (lib_opts, exec_opts): Delete.
2095         (make_binsuffix, build, set-break): New procedures.
2096         (misc_tests): New, with tests factored out from the top level.
2097         (top level): Test different combinations of ifunc resolver name,
2098         resolver with and with debug info, and ifunc target with and
2099         without debug info.  Wrap static tests with with_target_prefix.
2100
2101 2018-04-26  Pedro Alves  <palves@redhat.com>
2102
2103         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2104         return type" warnings.
2105
2106 2018-04-25  Pedro Alves  <palves@redhat.com>
2107
2108         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
2109         killed".
2110         * gdb.base/kill-after-signal.exp: Likewise.
2111         * gdb.threads/kill.exp: Likewise.
2112
2113 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2114             Sergio Durigan Junior  <sergiodj@redhat.com>
2115             Pedro Alves  <palves@redhat.com>
2116
2117         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
2118         regexps to expect for '[Inferior ... detached]' as well.
2119         * gdb.base/attach.exp: Likewise.
2120         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
2121         "gdb_continue_to_end".
2122         (test_catch_syscall_with_wrong_args): Likewise.
2123         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
2124         ']'.  Don't set 'verbose' on.
2125         * gdb.base/foll-vfork.exp: Likewise.
2126         * gdb.base/fork-print-inferior-events.c: New file.
2127         * gdb.base/fork-print-inferior-events.exp: New file.
2128         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
2129         '[Inferior ... has been killed]' message.
2130         * gdb.base/kill-after-signal.exp: Likewise.
2131         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
2132         detach message.
2133         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
2134         message.
2135         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
2136         regexps to expect for '[Inferior ... detached]' as well.
2137         * gdb.threads/process-dies-while-detaching.exp: Likewise.
2138
2139 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
2140
2141         PR gdb/23104
2142         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
2143
2144 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
2145
2146         * gdb.threads/multiple-successive-infcall.c: New test.
2147         * gdb.threads/multiple-successive-infcall.exp: New file.
2148
2149 2018-04-17  Tom Tromey  <tom@tromey.com>
2150
2151         * gdb.rust/simple.rs (Union): New type.
2152         (main): New local "u".
2153         * gdb.rust/simple.exp (test_one_slice): Add new test case.
2154
2155 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2156
2157         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
2158         number information in output of "whereis" command.
2159         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
2160
2161 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2162
2163         * gdb.ada/info_types.exp: Adjust expected output to the line
2164         numbers now printed by "info var/func/type".
2165         * gdb.base/completion.exp: Likewise.
2166         * gdb.base/included.exp: Likewise.
2167         * gdb.cp/cp-relocate.exp: Likewise.
2168         * gdb.cp/cplusfuncs.exp: Likewise.
2169         * gdb.cp/namespace.exp: Likewise.
2170         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
2171
2172 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2173
2174         * gdb.btrace/cpu.exp: New.
2175
2176 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
2177
2178         * gdb.base/step-indirect-call-thunk.exp: New.
2179         * gdb.base/step-indirect-call-thunk.c: New.
2180         * gdb.reverse/step-indirect-call-thunk.exp: New.
2181         * gdb.reverse/step-indirect-call-thunk.c: New.
2182
2183 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
2184
2185         * gdb.base/pie-fork.c: New file.
2186         * gdb.base/pie-fork.exp: New file.
2187
2188 2018-04-11  Tom Tromey  <tom@tromey.com>
2189
2190         * gdb.rust/simple.exp: Add test for ".." struct initializer.
2191
2192 2018-04-10  Pedro Alves  <palves@redhat.com>
2193
2194         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
2195         exits.  Instead loop running forever.
2196         (fork_parent): Run forever too.
2197
2198 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2199
2200         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
2201         mi_continue_to_line.
2202         * gdb.mi/mi-stack.c (callee4): Add comment.
2203
2204 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
2205
2206         * gdb.mi/mi-stack.exp: Fix indentation.
2207
2208 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2209
2210         PR gdb/22979
2211         * gdb.arch/amd64-osabi.exp: New file.
2212
2213 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
2214
2215         PR gdb/22980
2216         * gdb.base/osabi.exp: New file.
2217
2218 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
2219
2220         * gdb.cp/static-typedef-print.exp: New file.
2221         * gdb.cp/static-typedef-print.cc: New file.
2222
2223 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2224
2225         * gdb.ada/varsize_limit: New testcase.
2226
2227 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
2228
2229         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
2230
2231         * gdb.ada/notcplusplus: New testcase.
2232
2233         * gdb.base/c-linkage-name.c: New file.
2234         * gdb.base/c-linkage-name.exp: New testcase.
2235
2236 2018-03-26  Tom Tromey  <tom@tromey.com>
2237
2238         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
2239         * gdb.python/py-framefilter.py (name_error): New global.
2240         (ErrorInName.function): Use name_error.
2241
2242 2018-03-26  Tom Tromey  <tom@tromey.com>
2243
2244         PR backtrace/15582:
2245         * gdb.python/py-framefilter.exp: Add "bt hide" test.
2246
2247 2018-03-23  Keith Seitz  <keiths@redhat.com>
2248
2249         PR c++/22968
2250         * gdb.cp/subtypes.exp: New file.
2251         * gdb.cp/subtypes.h: New file.
2252         * gdb.cp/subtypes.cc: New file.
2253         * gdb.cp/subtypes-2.cc: New file.
2254
2255 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2256
2257         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
2258         (done): Call '_exit' not 'exit' to avoid atexit handlers.
2259         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
2260         -nostartfiles when compiling the test.  Confirm that all registers
2261         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
2262
2263 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
2264
2265         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
2266         option, syntax was wrong anyway.
2267         * gdb.arch/arm-disp-step.exp: Likewise.
2268         * gdb.arch/sparc64-regs.exp: Likewise.
2269         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
2270         option, syntax was wrong anyway, switch to use
2271         prepare_for_testing.
2272         * gdb.arch/i386-disp-step.exp: Likewise.
2273
2274 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2275
2276         * gdb.ada/exec_changed.exp: Replace "target_info exists
2277         use_gdb_stub" by "use_gdb_stub".
2278         * gdb.ada/start.exp: Likewise.
2279         * gdb.base/async-shell.exp: Likewise.
2280         * gdb.base/attach-pie-misread.exp: Likewise.
2281         * gdb.base/attach-wait-input.exp: Likewise.
2282         * gdb.base/break-entry.exp: Likewise.
2283         * gdb.base/break-interp.exp: Likewise.
2284         * gdb.base/dprintf-detach.exp: Likewise.
2285         * gdb.base/nostdlib.exp: Likewise.
2286         * gdb.base/solib-nodir.exp: Likewise.
2287         * gdb.base/statistics.exp: Likewise.
2288         * gdb.base/testenv.exp: Likewise.
2289         * gdb.mi/mi-exec-run.exp: Likewise.
2290         * gdb.mi/mi-start.exp: Likewise.
2291         * gdb.multi/dummy-frame-restore.exp: Likewise.
2292         * gdb.multi/multi-arch-exec.exp: Likewise.
2293         * gdb.multi/multi-arch.exp: Likewise.
2294         * gdb.multi/tids.exp: Likewise.
2295         * gdb.multi/watchpoint-multi.exp: Likewise.
2296         * gdb.python/py-events.exp: Likewise.
2297         * gdb.threads/attach-into-signal.exp: Likewise.
2298         * gdb.threads/attach-stopped.exp: Likewise.
2299         * gdb.threads/threadapply.exp: Likewise.
2300         * lib/selftest-support.exp: Likewise.
2301
2302 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2303
2304         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
2305
2306 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
2307
2308         * gdb.perf/template-breakpoints.cc: New file.
2309         * gdb.perf/template-breakpoints.exp: New file.
2310         * gdb.perf/template-breakpoints.py: New file.
2311
2312 2018-03-19  Tom Tromey  <tom@tromey.com>
2313
2314         * gdb.rust/simple.rs (main): Add local variables field1, field2,
2315         y0.
2316         * gdb.rust/simple.exp: Test bare identifier form of struct
2317         initializer.
2318
2319 2018-03-19  Tom Tromey  <tom@tromey.com>
2320
2321         * gdb.gdb/observer.exp: Remove.
2322
2323 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2324
2325         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
2326         "qualified" option when setting breakpoints.
2327         * gdb.trace/backtrace.exp: Likewise.
2328         * gdb.trace/circ.exp: Likewise.
2329         * gdb.trace/collection.exp: Likewise.
2330         * gdb.trace/disconnected-tracing.exp: Likewise.
2331         * gdb.trace/ftrace-lock.exp: Likewise.
2332         * gdb.trace/ftrace.exp: Likewise.
2333         * gdb.trace/infotrace.exp: Likewise.
2334         * gdb.trace/packetlen.exp: Likewise.
2335         * gdb.trace/passc-dyn.exp: Likewise.
2336         * gdb.trace/qtro.exp: Likewise.
2337         * gdb.trace/read-memory.exp: Likewise.
2338         * gdb.trace/report.exp: Likewise.
2339         * gdb.trace/signal.exp: Likewise.
2340         * gdb.trace/status-stop.exp: Likewise.
2341         * gdb.trace/strace.exp: Likewise.
2342         * gdb.trace/tfind.exp: Likewise.
2343         * gdb.trace/trace-break.exp: Likewise.
2344         * gdb.trace/trace-condition.exp: Likewise.
2345         * gdb.trace/trace-mt.exp: Likewise.
2346         * gdb.trace/tstatus.exp: Likewise.
2347         * gdb.trace/tsv.exp: Likewise.
2348         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2349         * gdb.trace/unavailable.exp: Likewise.
2350         * gdb.trace/while-dyn.exp: Likewise.
2351
2352 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2353
2354         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
2355         that libinproctrace is copied to the target.
2356
2357 2018-03-14  Tom Tromey  <tom@tromey.com>
2358
2359         PR cli/14977:
2360         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
2361         a null pointer.
2362         * gdb.base/wchar.exp: Likewise.
2363
2364 2018-03-14  Tom Tromey  <tom@tromey.com>
2365
2366         PR cli/19918:
2367         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
2368         flag.
2369
2370 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
2371
2372         PR gdb/22841
2373         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
2374         "target" to remote_exec.
2375
2376 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
2377
2378         PR gdb/22841
2379         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
2380         ${board}_upload): Remove.
2381
2382 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2383
2384         * gdb.cp/watch-cp.cc: New test.
2385         * gdb.cp/watch-cp.exp: New file.
2386
2387 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2388
2389         * gdb.base/infcall-nested-structs.exp: New file.
2390         * gdb.base/infcall-nested-structs.c: New file.
2391         * gdb.base/float.exp: Add riscv support.
2392
2393 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2394
2395         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
2396         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
2397
2398 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
2399
2400         * gdb.server/abspath.exp: New file.
2401         * lib/gdb.exp (with_cwd): New procedure.
2402
2403 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
2404
2405         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
2406         use it.
2407         (gdb_is_target_remote_prompt): New proc.
2408         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
2409         (gdb_is_target_native): Pass prompt parameter to
2410         gdb_is_target_1.
2411
2412 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
2413
2414         * gdb.base/load-command.c: New file.
2415         * gdb.base/load-command.exp: New file.
2416         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
2417         (gdb_is_target_1): ...this, and generalize for other targets
2418         than just remote.
2419         (gdb_is_target_remote): Use gdb_is_target_1.
2420         (gdb_is_target_native): use gdb_is_target_1.
2421
2422 2018-02-26  Tom Tromey  <tom@tromey.com>
2423
2424         PR python/16497:
2425         * gdb.python/py-framefilter.exp: Update test.
2426
2427 2018-02-26  Tom Tromey  <tom@tromey.com>
2428
2429         * gdb.dwarf2/variant.c: New file.
2430         * gdb.dwarf2/variant.exp: New file.
2431
2432 2018-02-26  Tom Tromey  <tom@tromey.com>
2433
2434         * gdb.rust/simple.exp: Accept more possible results in enum test.
2435
2436 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
2437
2438         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2439         parentheses.
2440
2441 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
2442
2443         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2444         name of a variable: $actual_linejj -> $actual_line.
2445
2446 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
2447
2448         * gdb.arch/amd64-i386-address.exp: Fix a typo.
2449
2450 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
2451
2452         * gdb.btrace/buffer-size.exp: Do not force BTS.
2453
2454 2018-02-14  Pedro Alves  <palves@redhat.com>
2455
2456         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2457         getting a "Quit".
2458
2459 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2460
2461         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2462         Fix test name.
2463
2464 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
2465
2466         * gdb.cp/m-static.exp: Check type of optimized out static
2467         member.
2468
2469 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2470
2471         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2472         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2473
2474 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
2475             Leszek Swirski  <leszeks@google.com>
2476
2477         * gdb.python/py-prettyprint.c
2478         (struct to_string_returns_value_inner,
2479         struct to_string_returns_value_wrapper): New.
2480         (main): Add tsrvw variable.
2481         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2482         ToStringReturnsValueWrapper): New classes.
2483         (register_pretty_printers): Register new pretty-printers.
2484         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2485         recursive pretty printer.
2486         * gdb.python/py-mi.exp: Likewise.
2487
2488 2018-02-01  Leszek Swirski  <leszeks@google.com>
2489
2490         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2491         functions with the same name as an include file are parsed
2492         correctly.
2493
2494 2018-02-01  Yao Qi  <yao.qi@linaro.org>
2495
2496         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2497         "\[^\r\n\]*".
2498
2499 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
2500
2501         * gdb.arch/powerpc-prologue-frame.s: New file.
2502         * gdb.arch/powerpc-prologue-frame.c: Likewise.
2503         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2504
2505 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
2506
2507         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2508
2509 2018-01-30  Pedro Alves  <palves@redhat.com>
2510
2511         PR gdb/13211
2512         * gdb.base/interrupt-daemon.c: New.
2513         * gdb.base/interrupt-daemon.exp: New.
2514         * gdb.multi/multi-term-settings.c: New.
2515         * gdb.multi/multi-term-settings.exp: New.
2516
2517 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
2518
2519         * gdb.base/break.exp: Save the location where the breakpoint
2520         on break.c:47 was actually inserted when debugging the version
2521         compiled at -O2 and use it in the expected output of the "info
2522         break" test performed soon after.
2523
2524 2018-01-22  Pedro Alves  <palves@redhat.com>
2525             Sergio Durigan Junior  <sergiodj@redhat.com>
2526
2527         * gdb.base/whatis.exp: Add tests for 'set print object on' +
2528         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2529
2530 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
2531
2532         * gdb.base/break-include.c, gdb.base/break-include.inc,
2533         gdb.base/break-include.exp: New files.
2534         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2535         line number now being the actual line number where the breakpoint
2536         was inserted.
2537         * gdb.mi/mi-break.exp: Likewise.
2538         * gdb.mi/mi-reverse.exp: Likewise.
2539         * gdb.mi/mi-simplerun.exp: Ditto.
2540
2541 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2542
2543         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2544         varobj.
2545         * gdb.mi/mi-var-create-rtti.exp: Likewise.
2546
2547 2018-01-21  Don Breazeal  <donb@codesourcery.com>
2548             Andrew Burgess  <andrew.burgess@embecosm.com>
2549
2550         * gdb.mi/basics.c: Add new global.
2551         * gdb.mi/mi-frame-regs.exp: New file.
2552         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2553         case.
2554
2555 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2556
2557         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2558         non-parameter, and on an unknown symbol.
2559
2560 2018-01-19  Tom Tromey  <tom@tromey.com>
2561
2562         * gdb.rust/modules.rs (TWENTY_THREE): New global.
2563         * gdb.rust/modules.exp: Add ::-qualified lookup test.
2564
2565 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2566
2567         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2568         setrlimit and chdir to int.
2569
2570 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2571
2572         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2573         function.
2574         (my_tend): Likewise.
2575         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2576         rationale of avoiding FP- and vector instructions.
2577
2578 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
2579
2580         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2581         "info reg" with "\[ \t\]*".
2582         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2583         "\[ \t\]+".
2584         * gdb.arch/s390-multiarch.exp: Ditto.
2585         * gdb.base/pc-fp.exp: Ditto.
2586         * gdb.reverse/i386-precsave.exp: Ditto.
2587         * gdb.reverse/i386-reverse.exp: Ditto.
2588         * gdb.reverse/i387-env-reverse.exp: Ditto.
2589         * gdb.reverse/i387-stack-reverse.exp: Ditto.
2590
2591 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2592
2593         * lib/gdb.exp (gdb_compile): Re-enable use of
2594         universal_compile_options for languages other than Rust.
2595
2596 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2597
2598         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2599
2600 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
2601
2602         PR gdb/16577
2603         * gdb.base/solib-vanish.exp: New.
2604         * gdb.base/solib-vanish-main.c: New.
2605         * gdb.base/solib-vanish-lib1.c: New.
2606         * gdb.base/solib-vanish-lib2.c: New.
2607
2608 2018-01-17  Yao Qi  <yao.qi@linaro.org>
2609
2610         * gdb.compile/compile.exp: Match the address printed for
2611         frame in the output of command "bt".
2612
2613 2018-01-15  Tom Tromey  <tom@tromey.com>
2614
2615         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2616         compute sp_reg.
2617
2618 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2619
2620         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2621         to prepare.
2622         (prepare): Return 0 on error, 1 on success.
2623
2624 2018-01-12  Pedro Alves  <palves@redhat.com>
2625
2626         * gdb.base/continue-after-aborted-step-over.c: New.
2627         * gdb.base/continue-after-aborted-step-over.exp: New.
2628
2629 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
2630
2631         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2632         options when not creating an executable.
2633
2634 2018-01-11  Pedro Alves  <palves@redhat.com>
2635
2636         PR remote/22597
2637         * gdb.server/stop-reply-no-thread.c: New file.
2638         * gdb.server/stop-reply-no-thread.exp: New file.
2639
2640 2018-01-10  Pedro Alves  <palves@redhat.com>
2641
2642         PR gdb/22670
2643         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
2644         functions too.  Test setting breakpoints and printing C functions
2645         with no debug info too.
2646         * gdb.ada/bp_c_mixed_case/qux.c: New file.
2647
2648 2018-01-10  Pedro Alves  <palves@redhat.com>
2649
2650         PR gdb/22670
2651         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2652         a fail.
2653
2654 2018-01-10  Pedro Alves  <palves@redhat.com>
2655
2656         PR gdb/22670
2657         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2658
2659 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2660
2661         * gdb.server/unittest.exp: Match the output in non-development
2662         mode.
2663
2664 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
2665
2666         * gdb.gdb/unittest.exp: Match output in non-development mode.
2667
2668 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2669
2670         * gdb.ada/access_tagged_param.exp: Relax expected output
2671         for value of "ObjL" in "continue" to pck.inspect breakpoint
2672         test.
2673
2674 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
2675
2676         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2677         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
2678
2679 2018-01-05  Pedro Alves  <palves@redhat.com>
2680
2681         PR gdb/18653
2682         * gdb.base/libsegfault.exp: New.
2683
2684 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2685
2686         PR gdb/22670
2687         * gdb.ada/access_tagged_param.exp: New file.
2688         * gdb.ada/access_tagged_param/foo.adb: New file.
2689
2690 2018-01-05  Pedro Alves  <palves@redhat.com>
2691
2692         PR gdb/22670
2693         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
2694         exercise lower case too, and to exercise both full matching and
2695         wild matching.
2696
2697 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2698
2699         * gdb.ada/rename_subscript_param: New testcase.
2700
2701 2018-01-05  Jerome Guitton  <guitton@adacore.com>
2702
2703         * gdb.ada/arr_acc_idx_w_gap: New testcase.
2704
2705 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
2706
2707         * gdb.ada/convvar_comp: New testcase.
2708
2709 2018-01-05  Xavier Roirand  <roirand@adacore.com>
2710
2711         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2712         (My_Table): New global variable.
2713         * testsuite/gdb.ada/array_char_idx.exp: Add test.
2714
2715 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2716
2717         PR gdb/22670
2718         * gdb.ada/maint_with_ada: New testcase.
2719
2720 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2721
2722         PR gdb/22670
2723         * gdb.ada/bp_c_mixed_case: New testcase.
2724
2725 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2726
2727         PR gdb/22670
2728         * gdb.ada/complete.exp: Add "complete break ada" test.
2729
2730 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
2731
2732         PR gdb/22670
2733         * gdb.ada/info_addr_mixed_case: New testcase.
2734
2735 2018-01-03  Xavier Roirand  <roirand@adacore.com>
2736
2737         * gdb.ada/excep_handle.exp: New testcase.
2738         * gdb.ada/excep_handle/foo.adb: New file.
2739         * gdb.ada/excep_handle/pck.ads: New file.
2740
2741 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
2742
2743         * gdb.base/step-line.c: Add extra empty line in copyright header.
2744         * gdb.base/step-line.inp: Likewise.
2745
2746 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2747
2748         * gdb.ada/dyn_stride.exp: Add slice test.
2749
2750 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
2751
2752         * gdb.ada/dyn_stride: New testcase.
2753
2754 2017-12-27  Stafford Horne  <shorne@gmail.com>
2755
2756         * gdb.xml/extra-regs.xml: Add example foo reggroup.
2757         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2758
2759 2017-12-27  Stafford Horne  <shorne@gmail.com>
2760
2761         * gdb.base/reggroups.c: New file.
2762         * gdb.base/reggroups.exp: New file.
2763
2764 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2765
2766         * gdb.dwarf2/ada-valprint-error.c: New file.
2767         * gdb.dwarf2/ada-valprint-error.exp: New file.
2768
2769 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
2770
2771         * gdb.ada/assign_arr: New testcase.
2772
2773 2017-12-18  Xavier Roirand  <roirand@adacore.com>
2774
2775         * gdb.ada/funcall_ptr: New testcase.
2776
2777 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2778
2779         PR cli/16224
2780         * gdb.base/ptype-offsets.cc: New file.
2781         * gdb.base/ptype-offsets.exp: New file.
2782
2783 2017-12-15  Yao Qi  <yao.qi@linaro.org>
2784
2785         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2786         if XML is disabled.
2787
2788 2017-12-15  Xavier Roirand  <roirand@adacore.com>
2789
2790         * gdb.ada/same_component_name: New testcase.
2791
2792 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2793
2794         * gdb.ada/str_binop_equal: New testcase.
2795
2796 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
2797
2798         * gdb.ada/task_switch_in_core: New testcase.
2799
2800 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
2801
2802         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2803         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2804         call test_bkpt_qualified.
2805         (test_bkpt_qualified): New proc.
2806
2807 2017-12-13  Pedro Alves  <palves@redhat.com>
2808
2809         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2810         Tighten regexp by matching with an anchor.
2811
2812 2017-12-13  Pedro Alves  <palves@redhat.com>
2813
2814         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2815         ("expression with namespace"): New set of tests.
2816         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2817         (Nested::Test_NS::qux): New.
2818         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2819         defaults to 'start_quote_char' and 'end_quote_char' parameters.
2820
2821 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
2822
2823         * gdb.base/server-del-break.c: New file.
2824         * gdb.base/server-del-break.exp: New file.
2825
2826 2017-12-12  Stafford Horne  <shorne@gmail.com>
2827
2828         * gdb.xml/tdesc-regs.exp: Add or1k support.
2829
2830 2017-12-12  Stafford Horne  <shorne@gmail.com>
2831
2832         * gdb.base/bp-permanent.c: Define nop of or1k.
2833
2834 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2835
2836         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2837         output with components being reordered.
2838
2839 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
2840
2841         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2842         output with components being reordered.
2843
2844 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2845             Pedro Alves  <palves@redhat.com>
2846
2847         * gdb.base/maint.exp (check for .gdb_index): Check also for
2848         .debug_names.
2849         * gdb.dlang/watch-loc.c (.debug_aranges): New.
2850         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2851         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2852         (.gdb_index used after symbol reloading): Support also .debug_names.
2853         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2854
2855 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2856
2857         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2858         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2859
2860 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2861
2862         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2863         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2864
2865 2017-12-08  Yao Qi  <yao.qi@linaro.org>
2866
2867         * gdb.arch/aarch64-tagged-pointer.c: New file.
2868         * gdb.arch/aarch64-tagged-pointer.exp: New file.
2869
2870 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2871
2872         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2873         "int".
2874
2875 2017-12-07  Keith Seitz  <keiths@redhat.com>
2876
2877         PR breakpoints/22569
2878         * gdb.linespec/ls-errs.exp: Change expected result of "break
2879         -source this file has spaces.c -line 3".
2880         Check that an explicit source file followed by whitespace is
2881         identified as an invalid explicit location.
2882
2883 2017-12-07  Keith Seitz  <keiths@redhat.com>
2884
2885         * gdb.cp/nested-types.cc: New file.
2886         * gdb.cp/nested-types.exp: New file.
2887         * lib/cp-support.exp: Load data-structures.exp library.
2888         (debug_cp_test_ptype_class): New global.
2889         (cp_ptype_class_verbose, next_line): New procedures.
2890         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2891         Add and document new return value.
2892         Switch the list of lines to a queue.
2893         Add support for new `type' key for nested type definitions.
2894         Add debugging/troubleshooting messages.
2895         * lib/data-structures.exp: New file.
2896
2897 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
2898
2899         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2900         with proc_with_prefix, don't use with_test_prefix.
2901
2902 2017-12-07  Tom Tromey  <tom@tromey.com>
2903
2904         * gdb.base/break.exp: Add test for empty "commands".
2905
2906 2017-12-07  Yao Qi  <yao.qi@linaro.org>
2907
2908         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2909         malloc and catch syscall.
2910
2911 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
2912
2913        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2914         tests for explicit locations.
2915
2916 2017-12-06  Pedro Alves  <palves@redhat.com>
2917
2918         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2919         force-disabling XML descriptions.
2920
2921 2017-12-04  Pedro Alves  <palves@redhat.com>
2922
2923         PR gdb/22499
2924         * gdb.arch/amd64-disp-step-avx.S: New file.
2925         * gdb.arch/amd64-disp-step-avx.exp: New file.
2926
2927 2017-12-03  Pedro Alves  <palves@redhat.com>
2928
2929         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2930         and <string.h>.
2931         (parent_function): Print distinct messages when waitpid fails, or
2932         the child exits with a signal, or the child exits for an unhandled
2933         reason.
2934         * gdb.threads/process-dies-while-detaching.exp
2935         (detach_and_expect_exit): New 'inf_output_re' parameter and use
2936         it.  Wait for both inferior output and GDB's prompt.  Use an
2937         indirect spawn id list.
2938         (do_detach): New parameter 'child_exit'.  Use it to compute
2939         expected inferior output.
2940         (test_detach, test_detach_watch, test_detach_killed_outside):
2941         Adjust to pass down the expected child exit kind.
2942
2943 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
2944             Sergio Durigan Junior  <sergiodj@redhat.com>
2945             Pedro Alves  <palves@redhat.com>
2946
2947         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2948
2949 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2950
2951         * gdb.base/relocate.exp: Add tests to guarantee that arguments
2952         to 'symbol-file' and 'add-symbol-file' can be
2953         position-independent.
2954
2955 2017-12-01  Yao Qi  <yao.qi@linaro.org>
2956
2957         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2958         the URL in copyright header.
2959         * gdb.arch/aarch64-fp.exp: Likewise.
2960         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2961         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2962         * gdb.base/expand-psymtabs.exp: Likewise.
2963         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2964         * gdb.fortran/common-block.exp: Likewise.
2965         * gdb.fortran/common-block.f90: Likewise.
2966         * gdb.fortran/logical.exp: Likewise.
2967         * gdb.fortran/vla-datatypes.f90: Likewise.
2968         * gdb.fortran/vla-sub.f90: Likewise.
2969
2970 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
2971
2972         * gdb.ada/repeat_dyn: New testcase.
2973
2974 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
2975
2976         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2977         Update for changed thread numbering.
2978         * gdb.cell/bt.exp: Update for changed GDB output.
2979
2980 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
2981
2982         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2983         setting isremote by hand.
2984         * boards/dwarf4-gdb-index.exp: Likewise.
2985         * boards/fission.exp: Likewise.
2986         * boards/stabs.exp: Likewise.
2987
2988 2017-11-30  Pedro Alves  <palves@redhat.com>
2989
2990         * gdb.linespec/cpls-ops.exp
2991         (check_explicit_skips_function_argument): Extract the underlying
2992         type of size_t instead of hardcoding it.
2993
2994 2017-11-29  Pedro Alves  <palves@redhat.com>
2995
2996         PR c++/19436
2997         * gdb.linespec/cpls-abi-tag.cc: New file.
2998         * gdb.linespec/cpls-abi-tag.exp: New file.
2999
3000 2017-11-29  Pedro Alves  <palves@redhat.com>
3001
3002         * gdb.base/langs.exp: Use -qualified.
3003         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3004         it.
3005         * gdb.cp/namespace.exp: Use -qualified.
3006         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3007         (overload-3, template-overload, template-ret-type, const-overload)
3008         (const-overload-quoted, anon-ns, ambiguous-prefix): New
3009         procedures.
3010         (test_driver): Call them.
3011         * gdb.cp/save-bp-qualified.cc: New.
3012         * gdb.cp/save-bp-qualified.exp: New.
3013         * gdb.linespec/explicit.exp: Test -qualified.
3014         * lib/completion-support.exp (completion::explicit_opts_list): Add
3015         "-qualified".
3016         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3017
3018 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3019
3020         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3021
3022 2017-11-29  Tom Tromey  <tom@tromey.com>
3023
3024         * gdb.base/relocate.exp: Update invalid argument test.
3025         Add new tests for invalid arguments.
3026
3027 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3028
3029         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3030         Return 0 as a long.
3031         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3032
3033 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3034
3035         * gdb.cp/breakpoint.cc (bar): Set return type to void.
3036         * gdb.cp/psymtab-parameter.cc (func): Likewise.
3037         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3038         func ().
3039         * gdb.cp/shadow.cc (B.func): Return 0.
3040
3041 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
3042
3043         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3044         expected output in gdb_expect call to allow the exception
3045         message to be present as well.  Fix syntax confusion to avoid
3046         TCL thinking that exception_name is an array.
3047
3048 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
3049
3050         * gdb.arch/spu-info.c: Include <unistd.h>.
3051         (do_signal_test): Fix broken calls to write.
3052         * gdb.arch/spu-info.exp: Use prepare_for_testing.
3053         Fix checks for empty mailboxes.  Update signal tests for corrected
3054         do_signal_test routine.  Allow nonzero event status.
3055         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3056         * gdb.cell/arch.exp: Use standard_output_file.
3057         * gdb.cell/break.exp: Likewise.
3058         * gdb.cell/bt.exp: Likewise.
3059         * gdb.cell/core.exp: Likewise.
3060         * gdb.cell/dwarfaddr.exp: Likewise.
3061         * gdb.cell/ea-cache.exp: Likewise.
3062         * gdb.cell/ea-standalone.exp: Likewise.
3063         * gdb.cell/f-regs.exp: Likewise.
3064         * gdb.cell/fork.exp: Likewise.
3065         * gdb.cell/gcore.exp: Likewise.
3066         * gdb.cell/mem-access.exp: Likewise.
3067         * gdb.cell/ptype.exp: Likewise.
3068         * gdb.cell/registers.exp: Likewise.
3069         * gdb.cell/sizeof.exp: Likewise.
3070         * gdb.cell/solib-symbol.exp: Likewise.
3071         * gdb.cell/solib.exp: Likewise.
3072
3073 2017-11-25   Pedro Alves  <palves@redhat.com>
3074
3075         * gdb.base/complete-empty.exp: New file.
3076         * gdb.base/completion.exp: Adjust.
3077
3078 2017-11-25  Pedro Alves  <palves@redhat.com>
3079
3080         * gdb.linespec/cpls-ops.cc: New file.
3081         * gdb.linespec/cpls-ops.exp: New file.
3082         * lib/completion-support.exp (test_complete_prefix_range_re): New,
3083         factored out from ...
3084         (test_complete_prefix_range): ... this.
3085
3086 2017-11-24  Pedro Alves  <palves@redhat.com>
3087
3088         * gdb.linespec/cpcompletion.exp: New file.
3089         * gdb.linespec/cpls-hyphen.cc: New file.
3090         * gdb.linespec/cpls.cc: New file.
3091         * gdb.linespec/cpls2.cc: New file.
3092         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
3093         test to use test_gdb_complete_unique.  Add label completion,
3094         keyword completion and explicit location completion tests.
3095         * lib/completion-support.exp: New file.
3096
3097 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
3098
3099         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3100         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3101         when hitting an exception catchpoint.
3102
3103 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3104
3105         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3106
3107 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
3108
3109         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
3110         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
3111         * gdb.dwarf2/info-locals-optimized-out.c: New file.
3112
3113 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3114
3115         * gdb.base/info-os.exp: Pass pthreads.
3116         * gdb.multi/multi-attach.exp: Likewise.
3117
3118 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3119
3120         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
3121         compiler.
3122
3123 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3124
3125         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
3126         * gdb.base/break-interp.exp: Likewise.
3127         * gdb.base/jit-attach-pie.exp: Likewise.
3128
3129 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3130
3131         * gdb.base/float128.c (large128): New variable.
3132         * gdb.base/float128.exp: Add test to print largest __float128 value.
3133
3134 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
3135
3136         * gdb.arch/vsx-regs.exp: Update register content checks.
3137
3138 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
3139
3140         * gdb.arch/ppc-longdouble.exp: New file.
3141         * gdb.arch/ppc-longdouble.c: Likewise.
3142
3143 2017-11-21  Pedro Alves  <palves@redhat.com>
3144
3145         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
3146
3147 2017-11-20  Pedro Alves  <palves@redhat.com>
3148
3149         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
3150         (long_double_typedef): New typedefs.
3151         Use DEF on double and long double.
3152         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
3153         cases.
3154         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
3155         and 'long_double_ptr_same_size' locals.  Use them to decide
3156         whether cast from array/function to float is valid/invalid.
3157
3158 2017-11-17  Tom Tromey  <tom@tromey.com>
3159
3160         * gdb.rust/traits.rs: New file.
3161         * gdb.rust/traits.exp: New file.
3162
3163 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
3164
3165         * gdb.ada/minsyms: New testcase.
3166
3167 2017-11-16  Pedro Alves  <palves@redhat.com>
3168
3169         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
3170         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
3171
3172 2017-11-16  Pedro Alves  <palves@redhat.com>
3173
3174         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
3175         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
3176
3177 2017-11-16  Pedro Alves  <palves@redhat.com>
3178
3179         * gdb.server/reconnect-ctrl-c.c: New file.
3180         * gdb.server/reconnect-ctrl-c.exp: New file.
3181
3182 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
3183
3184         * gdb.python/py-rbreak.exp: New file.
3185         * gdb.python/py-rbreak.c: New file.
3186         * gdb.python/py-rbreak-func2.c: New file.
3187
3188 2017-11-16  Pedro Alves  <palves@redhat.com>
3189
3190         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
3191         pattern.
3192         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
3193         GDB.
3194
3195 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
3196
3197         * gdb.tui/completionn.exp (test_tab_completion): Add space in
3198         regex.
3199
3200 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
3201
3202         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
3203         test names.
3204
3205 2017-11-09  Pedro Alves  <palves@redhat.com>
3206
3207         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
3208         factored out from ...
3209         (top level): ... here, and adjusted to avoid expecting beyond the
3210         prompt in a single gdb_test_multiple.
3211
3212 2017-11-09  Pedro Alves  <palves@redhat.com>
3213
3214         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
3215         output.
3216         * gdb.server/ext-attach.exp ("kill" test): Likewise.
3217         * gdb.server/ext-restart.exp ("kill" test): Likewise.
3218         * gdb.server/ext-run.exp ("kill" test): Likewise.
3219         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
3220
3221 2017-11-09  Pedro Alves  <palves@redhat.com>
3222
3223         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
3224         match till end of line.
3225
3226 2017-11-09  Pedro Alves  <palves@redhat.com>
3227
3228         * gdb.base/memattr.exp: Tighten regexes to match the end line.
3229
3230 2017-11-09  Pedro Alves  <palves@redhat.com>
3231
3232         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
3233         New procedures, factored out from ...
3234         (top level): ... here, and adjusted to avoid expecting beyond the
3235         prompt in one go.
3236
3237 2017-11-09  Pedro Alves  <palves@redhat.com>
3238
3239         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
3240         output.  Fix '?' match.
3241
3242 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
3243
3244         * gdb.ada/scoped_watch: New testcase.
3245         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
3246         which is actually correct.
3247         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
3248         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
3249
3250 2017-11-08  Pedro Alves  <palves@redhat.com>
3251
3252         * gdb.gdb/complaints.exp (test_initial_complaints)
3253         (test_serial_complaints, test_short_complaints): Call
3254         complaint_internal instead of complaint.
3255
3256 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
3257
3258         * gdb.threads/tls-core.c: New file.
3259         * gdb.threads/tls-core.exp: Likewise.
3260
3261 2017-11-08   Pedro Alves  <palves@redhat.com>
3262
3263         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
3264         (p Exported_Capitalized): New test.
3265         (p exported_capitalized): New test.
3266
3267 2017-11-07  Pedro Alves  <palves@redhat.com>
3268
3269         * gdb.cp/ena-dis-br-range.exp: Add more tests.
3270
3271 2017-11-07  Pedro Alves  <palves@redhat.com>
3272
3273         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
3274         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
3275         (disable_invalid, disable_inverted, disable_negative): New
3276         procedures.
3277         ("bad numbers"): New set of tests.
3278
3279 2017-11-07  Pedro Alves  <palves@redhat.com>
3280
3281         * gdb.cp/ena-dis-br-range.exp: Add tests.
3282
3283 2017-11-07  Pedro Alves  <palves@redhat.com>
3284
3285         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
3286
3287 2017-11-07  Xavier Roirand  <roirand@adacore.com>
3288             Pedro Alves  <palves@redhat.com>
3289
3290         * gdb.base/ena-dis-br.exp: Add reference to
3291         gdb.cp/ena-dis-br-range.exp.
3292         * gdb.cp/ena-dis-br-range.exp: New file.
3293         * gdb.cp/ena-dis-br-range.cc: New file.
3294
3295 2017-11-06  Pedro Alves  <palves@redhat.com>
3296
3297         * gdb.base/attach-non-pgrp-leader.c: New.
3298         * gdb.base/attach-non-pgrp-leader.exp: New.
3299
3300 2017-11-06  Pedro Alves  <palves@redhat.com>
3301
3302         * configure.ac: No longer check for termio.h and sgtty.h.
3303         * configure: Regenerate.
3304         * remote-utils.c: Include termios.h instead of gdb_termios.h.
3305         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
3306         Remove termio and sgtty code.
3307
3308 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3309
3310         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
3311         in GDB is disabled.
3312
3313 2017-11-03  Yao Qi  <yao.qi@linaro.org>
3314
3315         * gdb.python/py-thrhandle.exp: Skip it if python is not
3316         enabled.
3317
3318 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
3319
3320         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
3321         as a breakpoint command.
3322
3323 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
3324
3325         PR python/21213
3326         * gdb.python/py-infthread.exp: Test calling
3327         InferiorThread.inferior () multiple times in a row.
3328
3329 2017-10-27  Keith Seitz  <keiths@redhat.com>
3330
3331         * gdb.opt/inline-break.exp (break_info_1): New procedure.
3332         Test "info break" for every inlined function breakpoint.
3333
3334 2017-10-27  Yao Qi  <yao.qi@linaro.org>
3335
3336         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
3337
3338 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
3339
3340         * gdb.cp/classes.exp (test_static_members): Test printing
3341         Outer::instance.
3342         * gdb.cp/classes.c (struct Inner, struct Outer): New.
3343         (Inner::instance, Outer::instance): New.
3344
3345 2017-10-24  Pedro Alves  <palves@redhat.com>
3346
3347         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
3348         extra console" test in two stages.
3349
3350 2017-10-24  Pedro Alves  <palves@redhat.com>
3351
3352         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
3353
3354 2017-10-24  Pedro Alves  <palves@redhat.com>
3355
3356         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
3357         loop.
3358
3359 2017-10-24  Pedro Alves  <palves@redhat.com>
3360
3361         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
3362         $attempt" and "stoppedtry $stoppedtry" test prefixes.
3363
3364 2017-10-24  Pedro Alves  <palves@redhat.com>
3365
3366         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
3367         parameter and handle it.  Don't output read value in test name.
3368
3369 2017-10-24  Pedro Alves  <palves@redhat.com>
3370
3371         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
3372         custom test name.
3373
3374 2017-10-24  Pedro Alves  <palves@redhat.com>
3375
3376         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
3377         include the unstable output directory name in the test's name.
3378         (initial_setup_simple) <'set args'>: Use custom test name.
3379
3380 2017-10-24  Pedro Alves  <palves@redhat.com>
3381
3382         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
3383         with explicit test name.
3384
3385 2017-10-20  Pedro Alves  <palves@redhat.com>
3386
3387         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
3388         'wait -i'.  Use gdb_assert and remote_close.
3389
3390 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
3391
3392         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
3393         number from variable rather than hard-coded.
3394
3395 2017-10-19  Pedro Alves  <palves@redhat.com>
3396
3397         * gdb.base/long-inferior-output.c: New file.
3398         * gdb.base/long-inferior-output.exp: New file.
3399
3400 2017-11-18  Keith Seitz  <keiths@redhat.com>
3401
3402         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
3403         method.
3404         (main): Call it.
3405         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
3406         Add additional user-defined conversion operator tests.
3407
3408 2017-10-17  Pedro Alves  <palves@redhat.com>
3409
3410         * boards/native-stdio-gdbserver.exp: Load "local-board".
3411
3412 2017-10-17  Pedro Alves  <palves@redhat.com>
3413
3414         * gdb.base/quit-live.c: New file.
3415         * gdb.base/quit-live.exp: New file.
3416
3417 2017-10-16  Keith Seitz  <keiths@redhat.com>
3418
3419         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
3420         (class_with_protected_typedef, class_with_private_typedef)
3421         (struct_with_public_typedef, struct_with_protected_typedef)
3422         (struct_with_private_typedef): New classes/structs.
3423         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
3424         typedefs and access specifiers.
3425
3426 2017-10-16  Pedro Alves  <palves@redhat.com>
3427             Simon Marchi  <simon.marchi@polymtl.ca>
3428
3429         * README (Local vs Remote vs Native): New section.
3430         * boards/local-board.exp: New file, with bits factored out from
3431         ...
3432         * boards/native-extended-gdbserver.exp: ... here.  Load
3433         "local-board".
3434         * boards/native-gdbserver.exp: Load "local-board".
3435         (${board}_spawn, ${board}_exec): Delete.
3436         * boards/native-stdio-gdbserver.exp: Most contents factored out to
3437         ...
3438         * boards/stdio-gdbserver-base.exp: ... this new file.
3439         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3440         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3441         procedure.
3442         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3443         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
3444         stdio_gdbserver_command.
3445         (${board}_get_remote_address, ${board}_get_comm_port)
3446         (${board}_download, ${board}_upload): Delete.
3447         (get_target_remote_pipe_cmd): New.
3448
3449 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
3450
3451         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3452         test_bkpt_deletion, test_bkpt_cond_and_cmds,
3453         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3454         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3455         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3456         remove with_test_prefix.
3457
3458 2017-10-13  Pedro Alves  <palves@redhat.com>
3459
3460         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3461         * gdb.base/annota1.exp: Use it instead of is_remote.
3462         * gdb.base/annota3.exp: Use it instead of is_remote.
3463         * gdb.cp/annota2.exp: Use it instead of is_remote.
3464         * gdb.cp/annota3.exp: Use it instead of is_remote.
3465         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3466
3467 2017-10-13  Pedro Alves  <palves@redhat.com>
3468
3469         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3470         (test_num_test_vars, run_and_count_vars, find_env)
3471         (test_set_unset_env, test_inherit_env_var): New procedures.
3472         (top level): Use them.
3473
3474 2017-10-13  Pedro Alves  <palves@redhat.com>
3475
3476         * lib/selftest-support.exp (selftest_setup): Extend comments, and
3477         also skip on stub-like targets.
3478
3479 2017-10-13  Pedro Alves  <palves@redhat.com>
3480
3481         PR gdb/22293
3482         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3483         (top level): Move some tests to ...
3484         (test_not_found): ... this new procedure.
3485         (top level): Call it.
3486
3487 2017-10-13  Pedro Alves  <palves@redhat.com>
3488
3489         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
3490         expect different "info terminal" output if testing with a
3491         non-native target.
3492
3493 2017-10-13  Pedro Alves  <palves@redhat.com>
3494             Simon Marchi  <simon.marchi@polymtl.ca>
3495
3496         PR python/12966
3497         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3498
3499 2017-10-13  Pedro Alves  <palves@redhat.com>
3500
3501         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3502         already.
3503
3504 2017-10-13  Pedro Alves  <palves@redhat.com>
3505
3506         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3507         is_remote.
3508
3509 2017-10-13  Pedro Alves  <palves@redhat.com>
3510
3511         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3512         is_remote.
3513
3514 2017-10-13  Pedro Alves  <palves@redhat.com>
3515
3516         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3517         is set.
3518         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
3519         instead of is_remote.
3520
3521 2017-10-13  Pedro Alves  <palves@redhat.com>
3522
3523         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3524         (top level): Add comment.
3525
3526 2017-10-13  Pedro Alves  <palves@redhat.com>
3527
3528         * gdb.base/remote.exp (top level): Fix comment typo and add
3529         missing return.
3530
3531 2017-10-13  Pedro Alves  <palves@redhat.com>
3532             Simon Marchi  <simon.marchi@polymtl.ca>
3533
3534         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3535         calls and add comments.  Skip test if use_gdb_stub is set.
3536         (top level): Use "set cwd" command instead of "cd" command.
3537
3538 2017-10-13  Pedro Alves  <palves@redhat.com>
3539
3540         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3541         is_remote target check.
3542
3543 2017-10-13  Pedro Alves  <palves@redhat.com>
3544
3545         * gdb.base/scope.exp: Use build_executable + clean_restart +
3546         gdb_file_cmd instead of prepare_for_testing and no longer skip
3547         "before run" tests on is_remote target boards.  Update comments.
3548         * boards/native-extended-gdbserver.exp
3549         (extended_gdbserver_load_last_file): New, factored out from ...
3550         (gdb_load): ... this.  Move further below and add comment.
3551         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3552
3553 2017-10-12  Pedro Alves  <palves@redhat.com>
3554
3555         * gdb.base/attach.exp: Remove references to gdb64.
3556         * gdb.base/dbx.exp: Remove references to gdb64.
3557
3558 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3559             Pedro Alves  <palves@redhat.com>
3560
3561         * gdb.base/label.exp: Remove is_remote target check.
3562
3563 2017-10-12  Pedro Alves  <palves@redhat.com>
3564
3565         * gdb.base/auvx.exp (coredir): Update comment.
3566         (top level) <core_works>: Use "set cwd" command instead of "cd"
3567         command.
3568
3569 2017-10-12  Pedro Alves  <palves@redhat.com>
3570             Simon Marchi  <simon.marchi@polymtl.ca>
3571
3572         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3573         target boards.
3574
3575 2017-10-12  Pedro Alves  <palves@redhat.com>
3576             Simon Marchi  <simon.marchi@polymtl.ca>
3577
3578         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3579         Instead skip if there's any gdb_protocol set.
3580
3581 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
3582             Pedro Alves  <palves@redhat.com>
3583
3584         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3585
3586 2017-10-12  Pedro Alves  <palves@redhat.com>
3587             Simon Marchi  <simon.marchi@polymtl.ca>
3588
3589         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3590         instead of on dejagnu remote boards.
3591
3592 2017-10-12  Pedro Alves  <palves@redhat.com>
3593             Simon Marchi  <simon.marchi@polymtl.ca>
3594
3595         * gdb.base/inferior-died.exp: Remove is_remote and isnative
3596         checks.  Use build_executable + clean_restart instead of
3597         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
3598         of enabling non-stop after starting gdb.
3599
3600 2017-10-12  Pedro Alves  <palves@redhat.com>
3601
3602         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3603         * gdb.threads/non-ldr-exc-2.exp: Ditto.
3604         * gdb.threads/non-ldr-exc-3.exp: Ditto.
3605         * gdb.threads/non-ldr-exc-4.exp: Ditto.
3606
3607 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
3608
3609         * gdb.arch/arc-tdesc-cpu.exp: New file.
3610         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3611
3612 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
3613
3614         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3615
3616 2017-10-10  Pedro Alves <palves@redhat.com>
3617
3618         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3619         expect CLI output.
3620
3621 2017-10-10  Pedro Alves  <palves@redhat.com>
3622
3623         * lib/selftest-support.exp (selftest_setup): Update for
3624         captured_command_loop's prototype change.
3625
3626 2017-10-09  Pedro Alves  <palves@redhat.com>
3627
3628         Test both arch1=>arch2 and arch2=>arch1.
3629
3630         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3631         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
3632         factored out to...
3633         (append_arch1_options, append_arch2_options, append_arch_options)
3634         (build_executables): New procedures.
3635         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
3636         local.
3637         (top level): Add new 'first_arch' testing axis.
3638
3639 2017-10-09  Pedro Alves  <palves@redhat.com>
3640
3641         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3642         (barrier): New.
3643         (thread_start, all_started): New functions.
3644         (main): Spawn new thread and wait until it is scheduled.
3645         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3646         option.
3647         (do_test): Add 'selected_thread' parameter.  Run to all_started
3648         instead of main.  Explicitly set the breakpoint at main.  Switch
3649         to the SELECTED_THREAD thread.
3650         (top level): Test handling the exec event with either the main
3651         thread or the second thread selected.
3652
3653 2017-10-09  Pedro Alves  <palves@redhat.com>
3654
3655         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3656         logic.  Move STOP marker after the value checks.
3657         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3658         regexp.
3659
3660 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
3661
3662         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3663
3664 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
3665
3666         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3667         integer-to-dfp conversion.
3668         * gdb.base/dfp-test.exp: Likewise.
3669
3670 2017-10-04  Pedro Alves  <palves@redhat.com>
3671
3672         * gdb.multi/hangout.c: Include <unistd.h>.
3673         (hangout_loop): New function.
3674         (main): Call alarm.  Call hangout_loop in a loop.
3675         * gdb.multi/hello.c: Include <unistd.h>.
3676         (hello_loop): New function.
3677         (main): Call alarm.  Call hangout_loop in a loop.
3678         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3679         inferior with the other selected.
3680
3681 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
3682
3683         * gdb.mi/list-thread-groups-available.exp: New file.
3684         * gdb.mi/list-thread-groups-available.c: New file.
3685
3686 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3687
3688         * gdb.base/set-cwd.exp: Make it available on
3689         native-extended-gdbserver.
3690
3691 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3692
3693         * gdb.base/set-cwd.c: New file.
3694         * gdb.base/set-cwd.exp: Likewise.
3695
3696 2017-10-02  Tom Tromey  <tom@tromey.com>
3697
3698         PR rust/22236:
3699         * gdb.rust/simple.rs (main): New variable "fslice".
3700         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
3701
3702 2017-10-02  Tom Tromey  <tom@tromey.com>
3703
3704         * gdb.rust/simple.exp: Test ptype of a slice.
3705
3706 2017-10-02  Tom Tromey  <tom@tromey.com>
3707
3708         * gdb.rust/simple.exp: Test index of slice.
3709
3710 2017-09-27  Tom Tromey  <tom@tromey.com>
3711
3712         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3713
3714 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3715             Pedro Alves  <palves@redhat.com>
3716
3717         * gdb.base/compare-sections.exp (get value of read-only section): Read
3718         as unsigned value.
3719         (corrupt read-only section): Likewise and don't set written if patching
3720         failed.
3721
3722 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
3723
3724         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3725         files.
3726
3727 2017-09-20  Pedro Alves  <palves@redhat.com>
3728
3729         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3730         symbol names in gdb's output.
3731         * gdb.cp/overload.exp ("list all overloads"): Likewise.
3732
3733 2017-09-20  Pedro Alves  <palves@redhat.com>
3734
3735         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3736         Rename to ...
3737         (test_list_ambiguous_symbol): ... this and add a symbol name
3738         parameter.  Adjust.
3739         (test_list_ambiguous_function): Reimplement on top of
3740         test_list_ambiguous_symbol and also test listing ambiguous
3741         variables.
3742         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3743         (ambiguous_fun): ... this.
3744         (ambiguous_var): New.
3745         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3746         (ambiguous_fun): ... this.
3747         (ambiguous_var): New.
3748
3749 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
3750
3751         * gdb.base/starti.c: New file.
3752         * gdb.base/starti.exp: New file.
3753         * lib/gdb.exp (gdb_starti_cmd): New procedure.
3754
3755 2017-09-14  Pedro Alves  <palves@redhat.com>
3756
3757         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3758         (top level): Use it instead of runto.
3759
3760 2017-09-11  Tom Tromey  <tom@tromey.com>
3761
3762         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3763
3764 2017-09-11  Tom Tromey  <tom@tromey.com>
3765
3766         * gdb.python/py-infthread.exp: Add tests for new_thread event.
3767         * gdb.python/py-inferior.exp: Add tests for new inferior events.
3768
3769 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
3770
3771         * gdb.fortran/printing-types.exp: New file.
3772         * gdb.fortran/printing-types.exp: New file.
3773
3774 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3775
3776         * gdb.fortran/vla-ptype.exp: Fix typos.
3777         * gdb.fortran/vla-value.exp: Same.
3778
3779 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
3780
3781         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3782         * gdb.mi/mi-var-child-f.exp: Likewise.
3783         * gdb.mi/mi-vla-fortran.exp: Likewise.
3784
3785 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
3786             Christoph Weinmann  <christoph.t.weinmann@intel.com>
3787             Bernhard Heckel  <bernhard.heckel@intel.com>
3788
3789         * gdb.fortran/ptr-indentation.f90: New file.
3790         * gdb.fortran/ptr-indentation.exp: New file.
3791
3792 2017-09-05  Tom Tromey  <tom@tromey.com>
3793
3794         PR gdb/22010:
3795         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3796
3797 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3798
3799         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3800
3801 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3802
3803         * gdb.threads/tls-nodebug-pie.c: New file.
3804         * gdb.threads/tls-nodebug-pie.exp: New file.
3805
3806 2017-09-05  Tom Tromey  <tom@tromey.com>
3807
3808         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3809         for rust.
3810
3811 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
3812
3813         * gdb.multi/multi-arch-exec.exp: Test with different
3814         "follow-exec-mode" settings.
3815         (do_test): New procedure.
3816
3817 2017-09-04  Pedro Alves  <palves@redhat.com>
3818
3819         * gdb.base/func-static.c (S::method const, S::method volatile)
3820         (S::method volatile const): New methods.
3821         (c_s, v_s, cv_s): New instances.
3822         (main): Call method() on them.
3823         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3824         (cannot_resolve): New procedure.
3825         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
3826         print-quote-unquoted columns.
3827         (do_test): Test printing each scope too.
3828
3829 2017-09-04  Pedro Alves  <palves@redhat.com>
3830
3831         * gdb.base/local-static.exp: Also test with
3832         class::method::variable wholly quoted.
3833         * gdb.cp/m-static.exp (class::method::variable): Remove test.
3834
3835 2017-09-04  Pedro Alves  <palves@redhat.com>
3836
3837         * gdb.base/local-static.c: New.
3838         * gdb.base/local-static.cc: New.
3839         * gdb.base/local-static.exp:  New.
3840
3841 2017-09-04  Pedro Alves  <palves@redhat.com>
3842
3843         * gdb.asm/asm-source.exp: Add casts to int.
3844         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3845         (dataglobal64_1, dataglobal64_2): New globals.
3846         * gdb.base/nodebug.exp: Test different expressions involving the
3847         new globals, with print, whatis and ptype.  Add casts to int.
3848         * gdb.base/solib-display.exp: Add casts to int.
3849         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
3850         * gdb.cp/m-static.exp: Add cast to int.
3851         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3852         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3853         tls variable with no debug info without a cast.  Test with a cast
3854         to int too.
3855         * gdb.trace/entry-values.exp: Add casts.
3856
3857 2017-09-04  Pedro Alves  <palves@redhat.com>
3858
3859         * gdb.base/nodebug.exp: Test that ptype's error about functions
3860         with unknown return type includes the function name too.
3861
3862 2017-09-04  Pedro Alves  <palves@redhat.com>
3863
3864         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3865         return type of munmap in infcall.
3866         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3867         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
3868         type of ftell in infcall.
3869         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3870         type of getpid in infcall.
3871         * gdb.base/infcall-exec.exp: Cast return type of execlp in
3872         infcall.
3873         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3874         Bail on failure to extract the pid.
3875         * gdb.base/nodebug.c: #include <stdint.h>.
3876         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3877         New functions.
3878         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3879         Change expected output of print/whatis/ptype with functions with
3880         no debug info.  Test all supported languages.  Call
3881         test_call_promotion.
3882         * gdb.compile/compile.exp: Adjust expected output to expect
3883         warning.
3884         * gdb.threads/siginfo-threads.exp: Likewise.
3885
3886 2017-09-04  Pedro Alves  <palves@redhat.com>
3887
3888         * gdb.base/callfuncs.exp (do_function_calls): New parameter
3889         "prototypes".  Test calling float functions via prototyped and
3890         unprototyped function pointers.
3891         (perform_all_tests): New parameter "prototypes".  Pass it down.
3892         (top level): Pass down "prototypes" parameter to
3893         perform_all_tests.
3894
3895 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3896
3897         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3898         Test with nested loops.
3899
3900 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3901
3902         * gdb.base/commands.exp: Call the new procedures.
3903         (loop_break_test, loop_continue_test): New procedures.
3904
3905 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
3906
3907         * gdb.base/commands.exp: Call new procedure.
3908         (define_if_without_arg_test): New procedure.
3909
3910 2017-09-04  Pedro Alves  <palves@redhat.com>
3911
3912         * gdb.base/list-ambiguous.exp: New file.
3913         * gdb.base/list-ambiguous0.c: New file.
3914         * gdb.base/list-ambiguous1.c: New file.
3915         * gdb.base/list.exp (test_list_range): Adjust expected output.
3916
3917 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
3918
3919         * gdb.base/share-env-with-gdbserver.c: New file.
3920         * gdb.base/share-env-with-gdbserver.exp: Likewise.
3921
3922 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3923
3924         * gdb.base/commands.exp (gdbvar_simple_if_test,
3925         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3926         progvar_simple_if_test, progvar_simple_while_test,
3927         progvar_complex_if_while_test, user_defined_command_test,
3928         user_defined_command_args_eval,
3929         user_defined_command_args_stack_test,
3930         user_defined_command_manyargs_test, bp_deleted_in_command_test,
3931         temporary_breakpoint_commands,
3932         gdb_test_no_prompt, redefine_hook_test,
3933         redefine_backtrace_test): Remove "global gdb_prompt".
3934
3935 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3936
3937         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3938         New proc, call it from toplevel.
3939
3940 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
3941
3942         PR remote/21852
3943         * gdb.server/normal.c: New file, copied from gdb.base.
3944         * gdb.server/run-without-local-binary.exp: New file.
3945
3946 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
3947
3948         * gdb.arch/sparc64-adi.exp: New file.
3949         * gdb.arch/sparc64-adi.c: New file.
3950
3951 2017-08-22  Pedro Alves  <palves@redhat.com>
3952
3953         * gdb.cp/overload.exp (line_range_pattern): New procedure.
3954         (top level): Add "list all overloads" tests.
3955
3956 2017-08-22  Tom Tromey  <tom@tromey.com>
3957
3958         * gdb.gdb/xfullpath.exp: Remove.
3959
3960 2017-08-21  Pedro Alves  <palves@redhat.com>
3961
3962         PR gdb/19487
3963         * gdb.base/symbol-alias.c: New.
3964         * gdb.base/symbol-alias2.c: New.
3965         * gdb.base/symbol-alias.exp: New.
3966
3967 2017-08-21  Pedro Alves  <palves@redhat.com>
3968
3969         * gdb.base/dfp-test.c
3970         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3971         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3972         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3973         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3974         * gdb.base/whatis-ptype-typedefs.c: New.
3975         * gdb.base/whatis-ptype-typedefs.exp: New.
3976         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3977         (an_int, an_int_type, an_int_type2): New globals.
3978         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3979         involving typedefs and cast expressions.
3980         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3981         (lookup_typedefs_function): New.
3982         (typedefs_pretty_printers_dict): New.
3983         (top level): Register lookup_typedefs_function in
3984         gdb.pretty_printers.
3985
3986 2017-08-18  Yao Qi  <yao.qi@linaro.org>
3987
3988         * gdb.server/unittest.exp: New.
3989
3990 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3991
3992         PR gdb/21954
3993         * gdb.base/environ.exp: Add test to check if 'unset environment'
3994         works.
3995
3996 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3997
3998         * lib/gdb.exp (universal_compile_options): New caching proc.
3999         (gdb_compile): Suppress GCC's coloring of messages.
4000
4001 2017-08-14  Tom Tromey  <tom@tromey.com>
4002
4003         PR gdb/21675:
4004         * gdb.base/printcmds.exp (test_radices): New function.
4005         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4006         * gdb.base/sizeof.exp (check_valueof): Use p/d.
4007         * lib/gdb.exp (get_integer_valueof): Use p/d.
4008
4009 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
4010
4011         * lib/gdb.exp (get_valueof): Don't capture end-of-line
4012         characters.
4013
4014 2017-08-05  Tom Tromey  <tom@tromey.com>
4015
4016         * gdb.rust/simple.exp: Allow String to appear in a different
4017         namespace.
4018
4019 2017-07-26  Yao Qi  <yao.qi@linaro.org>
4020
4021         * gdb.gdb/unittest.exp: Invoke command
4022         "maintenance check xml-descriptions".
4023
4024 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4025
4026         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4027         calling context.
4028         (hex128): Drop erroneous calculation of parameters.
4029
4030 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
4031
4032         * gdb.python/py-unwind.exp: Disable stack protection when
4033         building test file.
4034
4035 2017-07-20  Pedro Alves  <palves@redhat.com>
4036
4037         * gdb.base/default.exp (set language): Adjust expected output.
4038
4039 2017-07-20  Pedro Alves  <palves@redhat.com>
4040
4041         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4042         (test_minsym): ... this, and make static.
4043         (get_pck__foo__bar__minsym): Rename to ...
4044         (get_test_minsym): ... this.
4045         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
4046         symbol names and comments.
4047         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4048         (get_test_minsym): ... this.
4049         (pck__foo__bar__minsym__2): Rename to ...
4050         (test_minsym): ... this.
4051         (main): Adjust.
4052
4053 2017-07-17  Pedro Alves  <palves@redhat.com>
4054
4055         * gdb.base/completion.exp: Adjust expected output.
4056         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4057         the completer works.
4058
4059 2017-07-17  Pedro Alves  <palves@redhat.com>
4060
4061         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4062
4063 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
4064
4065         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4066
4067 2017-07-14  Tom Tromey  <tom@tromey.com>
4068
4069         PR rust/21764:
4070         * gdb.rust/simple.exp: Add tests.
4071
4072 2017-07-14  Tom Tromey  <tom@tromey.com>
4073
4074         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4075
4076 2017-07-14  Pedro Alves  <palves@redhat.com>
4077
4078         * gdb.linespec/base/one/thefile.cc (z1): New function.
4079         * gdb.linespec/base/two/thefile.cc (z2): New function.
4080         * gdb.linespec/linespec.exp: Add tests.
4081
4082 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4083
4084         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4085         to mi_create_breakpoint.
4086
4087 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4088
4089         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4090         mi_create_breakpoint.
4091
4092 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
4093
4094         * gdb.dlang/demangle.exp: Update for demangling changes.
4095
4096 2017-07-09  Tom Tromey  <tom@tromey.com>
4097
4098         * gdb.dwarf2/shortpiece.exp: New file.
4099
4100 2017-07-06  David Blaikie  <dblaikie@gmail.com>
4101
4102         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4103         built from fissiont-multi-cu{1,2}.c.
4104         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4105         except putting 'main' and 'func' in separate CUs in the same DWO file.
4106         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4107         test.
4108         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
4109         test.
4110
4111 2017-07-06  Pedro Alves  <palves@redhat.com>
4112
4113         * gdb.python/py-unwind.exp: Test flushregs.
4114
4115 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4116
4117         PR cli/21688
4118         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
4119         tests for alias commands and trailing whitespace.
4120
4121 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
4122
4123         PR cli/21688
4124         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
4125         procedure.  Call it.
4126
4127 2017-06-29  Pedro Alves  <palves@redhat.com>
4128
4129         * gdb.base/printcmds.exp: Add tests.
4130
4131 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
4132
4133         PR gdb/21337
4134         * gdb.base/reread-readsym.exp: New file.
4135         * gdb.base/reread-readsym.c: New file.
4136
4137 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
4138
4139         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
4140         subpattern.
4141
4142 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
4143
4144         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
4145         extended mnemonic.
4146         * gdb.arch/powerpc-power9.s: Likewise.
4147
4148 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4149
4150         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
4151         on 32-bit x86 targets.  Exploit is_*_target macros where
4152         appropriate.
4153
4154 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4155
4156         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
4157         register pieces.
4158
4159 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4160
4161         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
4162         located in one or more DWARF pieces.
4163
4164 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4165
4166         * lib/gdb.exp (get_endianness): New proc.
4167         * gdb.arch/aarch64-fp.exp: Use it.
4168         * gdb.arch/altivec-regs.exp: Likewise.
4169         * gdb.arch/e500-regs.exp: Likewise.
4170         * gdb.arch/vsx-regs.exp: Likewise.
4171         * gdb.base/dump.exp: Likewise.
4172         * gdb.base/funcargs.exp: Likewise.
4173         * gdb.base/gnu_vector.exp: Likewise.
4174         * gdb.dwarf2/formdata16.exp: Likewise.
4175         * gdb.dwarf2/implptrpiece.exp: Likewise.
4176         * gdb.dwarf2/nonvar-access.exp: Likewise.
4177         * gdb.python/py-inferior.exp: Likewise.
4178         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
4179
4180 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4181
4182         PR gdb/21226
4183         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
4184         stack value pieces are taken from the LSB end.
4185
4186 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4187
4188         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
4189         variable at nonzero offset.
4190
4191 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4192
4193         * gdb.dwarf2/var-access.c: New file.
4194         * gdb.dwarf2/var-access.exp: New test.
4195         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
4196
4197 2017-06-12  Tom Tromey  <tom@tromey.com>
4198
4199         * gdb.dwarf2/formdata16.exp: Add tests.
4200
4201 2017-06-12  Tom Tromey  <tom@tromey.com>
4202
4203         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
4204
4205 2017-06-12  Tom Tromey  <tom@tromey.com>
4206
4207         PR exp/16225:
4208         * gdb.reverse/i386-sse-reverse.exp: Update tests.
4209         * gdb.arch/vsx-regs.exp: Update tests.
4210         * gdb.arch/s390-vregs.exp (hex128): New proc.
4211         Update test.
4212         * gdb.arch/altivec-regs.exp: Update tests.
4213
4214 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4215
4216         * gdb.base/startup-with-shell.c: New file.
4217         * gdb.base/startup-with-shell.exp: Likewise.
4218
4219 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
4220
4221         * gdb.server/non-existing-program.exp: Update regex in order to
4222         reflect the fact that gdbserver is now using fork_inferior (with a
4223         shell) to startup the inferior.
4224
4225 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
4226
4227         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
4228         support function calls from GDB.
4229
4230 2017-05-21  Tom Tromey  <tom@tromey.com>
4231
4232         PR rust/21466:
4233         * gdb.rust/unsized.exp: New file.
4234         * gdb.rust/unsized.rs: New file.
4235
4236 2017-05-19  Tom Tromey  <tom@tromey.com>
4237
4238         PR rust/21484:
4239         * gdb.rust/watch.exp: New file.
4240         * gdb.rust/watch.rs: New file.
4241
4242 2017-05-18  Tom Tromey  <tom@tromey.com>
4243
4244         * gdb.rust/simple.exp: Allow Box to be qualified.
4245
4246 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4247
4248         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
4249
4250 2017-05-18  Pedro Alves  <palves@redhat.com>
4251
4252         * gdb.base/fileio.c (test_write, test_read, test_close)
4253         (test_fstat): Don't print 'ret' in the fail path.
4254
4255 2017-05-18  Pedro Alves  <palves@redhat.com>
4256
4257         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
4258         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
4259         (test_system, test_rename, test_unlink, test_time): Change
4260         prototypes.
4261         * gdb.base/fileio.exp (stop_msg): Adjust.
4262
4263 2017-05-18  Pedro Alves  <palves@redhat.com>
4264
4265         * gdb.base/fileio.c (null_str): New global.
4266         (test_stat): Use it.
4267         * gdb.base/fileio.exp: Remove nowarnings.
4268
4269 2017-05-17  Yao Qi  <yao.qi@linaro.org>
4270
4271         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
4272
4273 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
4274
4275         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
4276         argument command.
4277         (top-level): Invoke test_set_inferior_tty.
4278
4279 2017-05-04  Pedro Alves  <palves@redhat.com>
4280
4281         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
4282         Add parens to print call for Python 3.
4283
4284 2017-05-03  Keith Seitz  <keiths@redhat.com>
4285
4286         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
4287         (main): Call it.
4288
4289 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4290
4291         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
4292         to prev and next.
4293
4294 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4295
4296         * gdb.python/py-record-btrace.exp: Remove test for
4297         gdb.BtraceInstruction.error.
4298
4299 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4300
4301         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
4302
4303 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
4304
4305         * gdb.python/py-record-btrace-threads.c: New file.
4306         * gdb.python/py-record-btrace-threads.exp: New file.
4307
4308 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
4309
4310         PR testsuite/8595
4311         * gdb.base/environ.exp: Make test available in all architectures.
4312         Move bits related to "info program" testing to
4313         gdb.base/info-program.exp.  Rewrite tests to use the two new
4314         procedures mentione below.
4315         (test_set_show_env_var) New procedure.
4316         (test_set_show_env_var_equal): Likewise.
4317         * gdb.base/info-program.exp: New file.
4318
4319 2017-04-27  Keith Seitz  <keiths@redhat.com>
4320
4321         * gdb.cp/oranking.cc (test15): New function.
4322         (main): Call test15 and declare additional variables for testing.
4323         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
4324         "p foo101('abc')" tests.
4325         Add tests for cv qualifier overloads.
4326         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
4327         "lvalue reference overload" test.
4328         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
4329         "print value of f1 on Child&& in f2" test.
4330
4331 2017-04-19  Pedro Alves  <palves@redhat.com>
4332
4333         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
4334         procedure.
4335         (top level): Call it.
4336         * lib/gdb.exp (gdb_define_cmd): New procedure.
4337
4338 2017-04-12  Pedro Alves  <palves@redhat.com>
4339
4340         PR gdb/21323
4341         * gdb.cp/wide_char_types.c: Include <wchar.h>.
4342         (wchar): New global.
4343         * gdb.cp/wide_char_types.exp (wide_char_types_program)
4344         (do_test_wide_char, wide_char_types_no_program, top level): Add
4345         wchar_t testing.
4346
4347 2017-04-12  Pedro Alves  <palves@redhat.com>
4348
4349         PR c++/21323
4350         * gdb.cp/wide_char_types.c: New file.
4351         * gdb.cp/wide_char_types.exp: New file.
4352
4353 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
4354
4355         PR gdb/21352
4356         * gdb.trace/tsv.exp: Add test for "tsave -r".
4357
4358 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
4359
4360         * gdb.dlang/watch-loc.c: New file.
4361         * gdb.dlang/watch-loc.exp: New file.
4362
4363 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4364
4365         * gdb.python/py-section-script.exp (sepdebug): New testcases.
4366
4367 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4368
4369         * gdb.arch/arc-analyze-prologue.S: New file.
4370         * gdb.arch/arc-analyze-prologue.exp: Likewise.
4371
4372 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
4373
4374         * gdb.arch/arc-decode-insn.S: New file.
4375         * gdb.arch/arc-decode-insn.exp: Likewise.
4376
4377 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
4378
4379         PR tdep/20928
4380         * gdb.arch/sparc64-regs.exp: New file.
4381         * gdb.arch/sparc64-regs.S: Likewise.
4382
4383 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
4384
4385         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
4386         and memory view on Python 3.
4387
4388 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
4389             Keith Seitz  <keiths@redhat.com>
4390
4391         PR gdb/14441
4392         * gdb.cp/demangle.exp: Add rvalue reference tests.
4393         * gdb.cp/rvalue-ref-casts.cc: New file.
4394         * gdb.cp/rvalue-ref-casts.exp: New file.
4395         * gdb.cp/rvalue-ref-overload.cc: New file.
4396         * gdb.cp/rvalue-ref-overload.exp: New file.
4397         * gdb.cp/rvalue-ref-params.cc: New file.
4398         * gdb.cp/rvalue-ref-params.exp: New file.
4399         * gdb.cp/rvalue-ref-sizeof.cc: New file.
4400         * gdb.cp/rvalue-ref-sizeof.exp: New file.
4401         * gdb.cp/rvalue-ref-types.cc: New file.
4402         * gdb.cp/rvalue-ref-types.exp: New file.
4403         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
4404         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
4405
4406 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4407
4408         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
4409         New procedure.
4410
4411 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
4412
4413         * lib/mi-support.exp (mi_gdb_test): Add additional message
4414         for unexpected output.
4415
4416 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4417
4418         * gdb.base/examine-backward.c (Barrier): New character array
4419         constant, to ensure that TestStrings is preceded by a string
4420         terminator.
4421
4422 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4423
4424         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
4425         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
4426         and implicit pointer into such a location.
4427
4428 2017-03-16  Doug Evans  <dje@google.com>
4429
4430         * gdb.python/py-lazy-string (pointer): Really add new typedef.
4431
4432 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4433
4434         * gdb.cp/m-static.exp: Fix expectation for prototype of
4435         test5.single_constructor and single_constructor::single_constructor.
4436
4437 2017-03-16  Doug Evans  <dje@google.com>
4438
4439         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4440         * gdb.guile/scm-lazy-string.c: New file.
4441         * gdb.guile/scm-value.exp: Move lazy string tests to ...
4442         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
4443         for pointer, array, typedef lazy strings.
4444
4445 2017-03-16  Doug Evans  <dje@google.com>
4446
4447         PR python/17728, python/18439, python/18779
4448         * gdb.python/py-value.c (main) Delete locals sptr, sn.
4449         * gdb.python/py-lazy-string.c (pointer): New typedef.
4450         (main): New locals ptr, array, typedef_ptr.
4451         * gdb.python/py-value.exp: Move lazy string tests to ...
4452         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
4453         array, typedef lazy strings.
4454
4455 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
4456
4457         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4458           Add optional 'test' parameter.
4459
4460 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4461
4462         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4463         Skip for versions of DejaGnu < 1.5.
4464
4465 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
4466
4467         * lib/gdb.exp (dejagnu_version): New proc.
4468         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4469         Use dejagnu_version.
4470
4471 2017-03-10  Keith Seitz  <keiths@redhat.com>
4472
4473         PR c++/8128
4474         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4475         type from destructor regexps.
4476         Add a branch which actually passes the test.
4477         Adjust "ptype t5i" test names.
4478
4479 2017-03-08  Pedro Alves  <palves@redhat.com>
4480
4481         * gdb.base/step-over-exit.exp: Add explicit test message.
4482
4483 2017-03-08  Pedro Alves  <palves@redhat.com>
4484
4485         PR gdb/18360
4486         * gdb.threads/interrupt-while-step-over.c: New file.
4487         * gdb.threads/interrupt-while-step-over.exp: New file.
4488
4489 2017-03-08  Pedro Alves  <palves@redhat.com>
4490
4491         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4492         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4493
4494 2017-03-08  Pedro Alves  <palves@redhat.com>
4495
4496         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4497         PKRU as not supported as a PASS.
4498
4499 2017-03-08  Pedro Alves  <palves@redhat.com>
4500
4501         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4502         prefix instead of $binfile1/$binfile2.
4503         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4504         in test message.
4505         * gdb.python/py-completion.exp: Use "load python file" as test
4506         messages instead of unstable path names.
4507
4508 2017-03-08  Pedro Alves  <palves@redhat.com>
4509             Jan Kratochvil  <jan.kratochvil@redhat.com>
4510
4511         PR cli/21218
4512         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4513         New proc.
4514         (top level): Call it.
4515
4516 2017-03-08  Pedro Alves  <palves@redhat.com>
4517
4518         PR tui/21216
4519         * gdb.tui/tui-nl-filtered-output.exp: New file.
4520
4521 2017-03-08  Pedro Alves  <palves@redhat.com>
4522
4523         * gdb.base/completion.exp: Move TUI completion tests to ...
4524         * gdb.tui/completion.exp: ... this new file.
4525
4526 2017-03-08  Pedro Alves  <palves@redhat.com>
4527
4528         * gdb.base/tui-disasm-long-lines.c,
4529         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4530         gdb.base/tui-layout.exp: Move to ...
4531         * gdb.tui/: ... this new directory.
4532
4533 2017-03-07  Pedro Alves  <palves@redhat.com>
4534
4535         * gdb.base/tui-layout.c: New file.
4536         * gdb.base/tui-layout.exp: New file.
4537
4538 2017-03-07  Pedro Alves  <palves@redhat.com>
4539
4540         * gdb.base/tui-layout.c: Rename to ...
4541         * gdb.base/tui-disasm-long-lines.c: ... this.
4542         * gdb.base/tui-layout.exp: Rename to ...
4543         * gdb.base/tui-disasm-long-lines.exp: ... this.
4544
4545 2017-03-07  Pedro Alves  <palves@redhat.com>
4546
4547         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4548
4549 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4550
4551         * i386-mpx-call.c: New file.
4552         * i386-mpx-call.exp: New file.
4553
4554 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
4555
4556         * gdb.arch/powerpc-power.exp: Delete test.
4557         * gdb.arch/powerpc-power.s: Likewise.
4558         * gdb.disasm/disassembler-options.exp: New test.
4559         * gdb.arch/powerpc-altivec.exp: Likewise.
4560         * gdb.arch/powerpc-altivec.s: Likewise.
4561         * gdb.arch/powerpc-altivec2.exp: Likewise.
4562         * gdb.arch/powerpc-altivec2.s: Likewise.
4563         * gdb.arch/powerpc-altivec3.exp: Likewise.
4564         * gdb.arch/powerpc-altivec3.s: Likewise.
4565         * gdb.arch/powerpc-power7.exp: Likewise.
4566         * gdb.arch/powerpc-power7.s: Likewise.
4567         * gdb.arch/powerpc-power8.exp: Likewise.
4568         * gdb.arch/powerpc-power8.s: Likewise.
4569         * gdb.arch/powerpc-power9.exp: Likewise.
4570         * gdb.arch/powerpc-power9.s: Likewise.
4571         * gdb.arch/powerpc-vsx.exp: Likewise.
4572         * gdb.arch/powerpc-vsx.s: Likewise.
4573         * gdb.arch/powerpc-vsx2.exp: Likewise.
4574         * gdb.arch/powerpc-vsx2.s: Likewise.
4575         * gdb.arch/powerpc-vsx3.exp: Likewise.
4576         * gdb.arch/powerpc-vsx3.s: Likewise.
4577         * gdb.arch/arm-disassembler-options.exp: Likewise.
4578         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4579         * gdb.arch/s390-disassembler-options.exp: Likewise.
4580
4581 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
4582
4583         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4584         (check_supported_features): ... this. Changed return type to void.
4585         (supports_rdseed): New static global.
4586         (rdseed): Check supports_rdseed.
4587         (initialize): Call check_supported_features.
4588
4589 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4590
4591         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4592         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
4593         and lqarx/stqcx.
4594         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4595         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4596
4597 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4598
4599         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4600         uppercase.
4601
4602 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4603
4604         * gdb.dwarf2/formdata16.c: New file.
4605         * gdb.dwarf2/formdata16.exp: New file.
4606         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4607
4608 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4609
4610         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4611         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4612         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4613         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4614         DW_AT_GNU_*.
4615
4616 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4617
4618         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4619
4620 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4621
4622         PR gdb/21164
4623         * gdb.base/maint.exp: Add testcases for when the commands do
4624         not have arguments.
4625
4626 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4627
4628         * gdb.cp/chained-calls.exp: Use p instead of P.
4629
4630 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
4631
4632         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4633         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4634
4635 2017-02-14  Tom Tromey  <tom@tromey.com>
4636
4637         PR python/13598:
4638         * gdb.python/py-events.exp: Add before_prompt event tests.
4639
4640 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4641
4642         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4643
4644 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4645
4646         * gdb.linespec/explicit.c (my_unique_function_name): New function.
4647         (main): Call my_unique_function_name.
4648         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4649         completion of patterns with a single match.
4650         Add missing -re switches to gdb_test_multiple calls.
4651
4652 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
4653
4654         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4655         return if core file is not recognized.
4656
4657 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4658
4659         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4660         and extra UIs.
4661
4662 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4663
4664         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4665         proc_with_prefix.
4666
4667 2017-02-10  Tom Tromey  <tom@tromey.com>
4668
4669         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4670
4671 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
4672
4673         PR gdb/21122
4674         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4675
4676 2017-02-08  Jerome Guitton  <guitton@adacore.com>
4677
4678         * gdb.base/define.exp: Add test for command abbreviations
4679         in define.
4680
4681 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
4682
4683         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4684         * gdb.reverse/insn-reverse-x86.c: New file.
4685
4686 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
4687
4688         PR tdep/20936
4689         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4690
4691 2017-02-03  Tom Tromey  <tom@tromey.com>
4692
4693         PR rust/21097:
4694         * gdb.rust/simple.exp: Add new tests.
4695
4696 2017-02-02  Pedro Alves  <palves@redhat.com>
4697
4698         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4699         tests.
4700
4701 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4702
4703         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4704         taking a 2-byte value out of a 4-byte DWARF implicit value on
4705         big-endian targets.
4706         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4707         logic.  Add test cases for DW_OP_implicit.
4708
4709 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4710
4711         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4712
4713 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4714
4715         * gdb.btrace/enable.exp: Call gdb_exit before
4716         skip_gdbserver_tests.
4717
4718 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4719
4720         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4721         GDBFLAGS.
4722
4723 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4724
4725         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4726         the test is skipped.
4727         * gdb.btrace/data.exp: Likewise.
4728         * gdb.btrace/delta.exp: Likewise.
4729         * gdb.btrace/dlopen.exp: Likewise.
4730         * gdb.btrace/enable-running.exp: Likewise.
4731         * gdb.btrace/enable.exp: Likewise.
4732         * gdb.btrace/exception.exp: Likewise.
4733         * gdb.btrace/function_call_history.exp: Likewise.
4734         * gdb.btrace/gcore.exp: Likewise.
4735         * gdb.btrace/instruction_history.exp: Likewise.
4736         * gdb.btrace/multi-thread-step.exp: Likewise.
4737         * gdb.btrace/nohist.exp: Likewise.
4738         * gdb.btrace/non-stop.exp: Likewise.
4739         * gdb.btrace/reconnect.exp: Likewise.
4740         * gdb.btrace/record_goto-step.exp: Likewise.
4741         * gdb.btrace/record_goto.exp: Likewise.
4742         * gdb.btrace/rn-dl-bind.exp: Likewise.
4743         * gdb.btrace/segv.exp: Likewise.
4744         * gdb.btrace/step.exp: Likewise.
4745         * gdb.btrace/stepi.exp: Likewise.
4746         * gdb.btrace/tailcall-only.exp: Likewise.
4747         * gdb.btrace/tailcall.exp: Likewise.
4748         * gdb.btrace/tsx.exp: Likewise.
4749         * gdb.btrace/unknown_functions.exp: Likewise.
4750         * gdb.btrace/vdso.exp: Likewise.
4751
4752 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
4753
4754         * gdb.btrace/enable-running.c: New.
4755         * gdb.btrace/enable-running.exp: New.
4756
4757 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4758
4759         * gdb.arch/amd64-gs_base.c: New file.
4760         * gdb.arch/amd64-gs_base.exp: New file.
4761
4762 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4763
4764         * lib/memory.exp: Remove spurious empty newlines.
4765
4766 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
4767
4768         * gdb.python/py-bad-printers.exp: Load python file using "source".
4769         * gdb.python/py-events.exp: Likewise.
4770         * gdb.python/py-evsignal.exp: Likewise.
4771         * gdb.python/py-evthreads.exp: Likewise.
4772         * gdb.python/py-frame-args.exp: Likewise.
4773         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4774         * gdb.python/py-framefilter-mi.exp: Likewise.
4775         * gdb.python/py-framefilter.exp: Likewise.
4776         * gdb.python/py-mi.exp: Likewise.
4777         * gdb.python/py-pp-maint.exp: Likewise.
4778         * gdb.python/py-pp-registration.exp: Likewise.
4779         * gdb.python/py-prettyprint.exp: Likewise.
4780         (run_lang_tests): Likewise.
4781         * gdb.python/py-typeprint.exp: Likewise.
4782
4783 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4784
4785         * lib/memory.exp: New file.
4786         * lib/gdb.exp: Load memory.exp.
4787         * gdb.base/memattr.exp (delete_memory): Move proc to
4788         lib/memory.exp and rename to delete_memory_regions.
4789         Replace delete_memory with delete_memory_regions.
4790         Cleanup memory regions before tests.
4791         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4792         before tests.
4793
4794 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
4795
4796         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4797         files.
4798         (initialize): New function conditionally defined.
4799         (testcases): Move within conditional block.
4800         (main): Call initialize.
4801         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4802         of gdb.reverse/insn-reverse.c.
4803         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4804         gdb.reverse/insn-reverse.c.
4805
4806 2017-01-26  Yao Qi  <yao.qi@linaro.org>
4807
4808         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4809         disassemble on address 0.
4810
4811 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4812             Yao Qi  <yao.qi@linaro.org>
4813
4814         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4815         * gdb.dwarf2/implptr-64bit.S: Remove.
4816         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
4817         variables in caller's context.  Add DW_OP_implicit_value.
4818
4819 2017-01-25  Yao Qi  <yao.qi@linaro.org>
4820
4821         * lib/dwarf.exp (Dwarf::_location): Handle
4822         DW_OP_GNU_implicit_pointer with proper size.
4823
4824 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4825
4826         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4827         and add untested calls.
4828
4829 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
4830
4831         * gdb.python/python.exp: Check line number against what GDB thinks
4832         the line number is for func1.
4833
4834 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4835
4836         * gdb.dlang/debug-expr.exp: New file.
4837
4838 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
4839
4840         Fix test names for the following files:
4841
4842         * gdb.ada/exec_changed.exp
4843         * gdb.ada/info_types.exp
4844         * gdb.arch/aarch64-atomic-inst.exp
4845         * gdb.arch/aarch64-fp.exp
4846         * gdb.arch/altivec-abi.exp
4847         * gdb.arch/altivec-regs.exp
4848         * gdb.arch/amd64-byte.exp
4849         * gdb.arch/amd64-disp-step.exp
4850         * gdb.arch/amd64-dword.exp
4851         * gdb.arch/amd64-entry-value-inline.exp
4852         * gdb.arch/amd64-entry-value-param.exp
4853         * gdb.arch/amd64-entry-value-paramref.exp
4854         * gdb.arch/amd64-entry-value.exp
4855         * gdb.arch/amd64-i386-address.exp
4856         * gdb.arch/amd64-invalid-stack-middle.exp
4857         * gdb.arch/amd64-invalid-stack-top.exp
4858         * gdb.arch/amd64-optimout-repeat.exp
4859         * gdb.arch/amd64-prologue-skip.exp
4860         * gdb.arch/amd64-prologue-xmm.exp
4861         * gdb.arch/amd64-stap-special-operands.exp
4862         * gdb.arch/amd64-stap-wrong-subexp.exp
4863         * gdb.arch/amd64-tailcall-cxx.exp
4864         * gdb.arch/amd64-tailcall-noret.exp
4865         * gdb.arch/amd64-tailcall-ret.exp
4866         * gdb.arch/amd64-tailcall-self.exp
4867         * gdb.arch/amd64-word.exp
4868         * gdb.arch/arm-bl-branch-dest.exp
4869         * gdb.arch/arm-disp-step.exp
4870         * gdb.arch/arm-neon.exp
4871         * gdb.arch/arm-single-step-kernel-helper.exp
4872         * gdb.arch/avr-flash-qualifier.exp
4873         * gdb.arch/disp-step-insn-reloc.exp
4874         * gdb.arch/e500-abi.exp
4875         * gdb.arch/e500-regs.exp
4876         * gdb.arch/ftrace-insn-reloc.exp
4877         * gdb.arch/i386-avx512.exp
4878         * gdb.arch/i386-bp_permanent.exp
4879         * gdb.arch/i386-byte.exp
4880         * gdb.arch/i386-cfi-notcurrent.exp
4881         * gdb.arch/i386-disp-step.exp
4882         * gdb.arch/i386-dr3-watch.exp
4883         * gdb.arch/i386-float.exp
4884         * gdb.arch/i386-gnu-cfi.exp
4885         * gdb.arch/i386-mpx-map.exp
4886         * gdb.arch/i386-mpx-sigsegv.exp
4887         * gdb.arch/i386-mpx-simple_segv.exp
4888         * gdb.arch/i386-mpx.exp
4889         * gdb.arch/i386-permbkpt.exp
4890         * gdb.arch/i386-prologue.exp
4891         * gdb.arch/i386-signal.exp
4892         * gdb.arch/i386-size-overlap.exp
4893         * gdb.arch/i386-unwind.exp
4894         * gdb.arch/i386-word.exp
4895         * gdb.arch/mips-fcr.exp
4896         * gdb.arch/powerpc-d128-regs.exp
4897         * gdb.arch/powerpc-stackless.exp
4898         * gdb.arch/ppc64-atomic-inst.exp
4899         * gdb.arch/s390-stackless.exp
4900         * gdb.arch/s390-tdbregs.exp
4901         * gdb.arch/s390-vregs.exp
4902         * gdb.arch/sparc-sysstep.exp
4903         * gdb.arch/thumb-bx-pc.exp
4904         * gdb.arch/thumb-singlestep.exp
4905         * gdb.arch/thumb2-it.exp
4906         * gdb.arch/vsx-regs.exp
4907         * gdb.asm/asm-source.exp
4908         * gdb.base/a2-run.exp
4909         * gdb.base/advance.exp
4910         * gdb.base/all-bin.exp
4911         * gdb.base/anon.exp
4912         * gdb.base/args.exp
4913         * gdb.base/arithmet.exp
4914         * gdb.base/async-shell.exp
4915         * gdb.base/async.exp
4916         * gdb.base/attach-pie-noexec.exp
4917         * gdb.base/attach-twice.exp
4918         * gdb.base/auto-load.exp
4919         * gdb.base/bang.exp
4920         * gdb.base/bitfields.exp
4921         * gdb.base/break-always.exp
4922         * gdb.base/break-caller-line.exp
4923         * gdb.base/break-entry.exp
4924         * gdb.base/break-inline.exp
4925         * gdb.base/break-on-linker-gcd-function.exp
4926         * gdb.base/break-probes.exp
4927         * gdb.base/break.exp
4928         * gdb.base/breakpoint-shadow.exp
4929         * gdb.base/call-ar-st.exp
4930         * gdb.base/call-sc.exp
4931         * gdb.base/call-signal-resume.exp
4932         * gdb.base/call-strs.exp
4933         * gdb.base/callfuncs.exp
4934         * gdb.base/catch-fork-static.exp
4935         * gdb.base/catch-gdb-caused-signals.exp
4936         * gdb.base/catch-load.exp
4937         * gdb.base/catch-signal-fork.exp
4938         * gdb.base/catch-signal.exp
4939         * gdb.base/catch-syscall.exp
4940         * gdb.base/charset.exp
4941         * gdb.base/checkpoint.exp
4942         * gdb.base/chng-syms.exp
4943         * gdb.base/code-expr.exp
4944         * gdb.base/code_elim.exp
4945         * gdb.base/commands.exp
4946         * gdb.base/completion.exp
4947         * gdb.base/complex.exp
4948         * gdb.base/cond-expr.exp
4949         * gdb.base/condbreak.exp
4950         * gdb.base/consecutive.exp
4951         * gdb.base/continue-all-already-running.exp
4952         * gdb.base/coredump-filter.exp
4953         * gdb.base/corefile.exp
4954         * gdb.base/dbx.exp
4955         * gdb.base/debug-expr.exp
4956         * gdb.base/define.exp
4957         * gdb.base/del.exp
4958         * gdb.base/disabled-location.exp
4959         * gdb.base/disasm-end-cu.exp
4960         * gdb.base/disasm-optim.exp
4961         * gdb.base/display.exp
4962         * gdb.base/duplicate-bp.exp
4963         * gdb.base/ena-dis-br.exp
4964         * gdb.base/ending-run.exp
4965         * gdb.base/enumval.exp
4966         * gdb.base/environ.exp
4967         * gdb.base/eu-strip-infcall.exp
4968         * gdb.base/eval-avoid-side-effects.exp
4969         * gdb.base/eval-skip.exp
4970         * gdb.base/exitsignal.exp
4971         * gdb.base/expand-psymtabs.exp
4972         * gdb.base/filesym.exp
4973         * gdb.base/find-unmapped.exp
4974         * gdb.base/finish.exp
4975         * gdb.base/float.exp
4976         * gdb.base/foll-exec-mode.exp
4977         * gdb.base/foll-exec.exp
4978         * gdb.base/foll-fork.exp
4979         * gdb.base/fortran-sym-case.exp
4980         * gdb.base/freebpcmd.exp
4981         * gdb.base/func-ptr.exp
4982         * gdb.base/func-ptrs.exp
4983         * gdb.base/funcargs.exp
4984         * gdb.base/gcore-buffer-overflow.exp
4985         * gdb.base/gcore-relro-pie.exp
4986         * gdb.base/gcore-relro.exp
4987         * gdb.base/gcore.exp
4988         * gdb.base/gdb1090.exp
4989         * gdb.base/gdb11530.exp
4990         * gdb.base/gdb11531.exp
4991         * gdb.base/gdb1821.exp
4992         * gdb.base/gdbindex-stabs.exp
4993         * gdb.base/gdbvars.exp
4994         * gdb.base/hbreak.exp
4995         * gdb.base/hbreak2.exp
4996         * gdb.base/included.exp
4997         * gdb.base/infcall-input.exp
4998         * gdb.base/inferior-died.exp
4999         * gdb.base/infnan.exp
5000         * gdb.base/info-macros.exp
5001         * gdb.base/info-os.exp
5002         * gdb.base/info-proc.exp
5003         * gdb.base/info-shared.exp
5004         * gdb.base/info-target.exp
5005         * gdb.base/infoline.exp
5006         * gdb.base/interp.exp
5007         * gdb.base/interrupt.exp
5008         * gdb.base/jit-reader.exp
5009         * gdb.base/jit-simple.exp
5010         * gdb.base/kill-after-signal.exp
5011         * gdb.base/kill-detach-inferiors-cmd.exp
5012         * gdb.base/label.exp
5013         * gdb.base/langs.exp
5014         * gdb.base/ldbl_e308.exp
5015         * gdb.base/line-symtabs.exp
5016         * gdb.base/linespecs.exp
5017         * gdb.base/list.exp
5018         * gdb.base/long_long.exp
5019         * gdb.base/longest-types.exp
5020         * gdb.base/maint.exp
5021         * gdb.base/max-value-size.exp
5022         * gdb.base/memattr.exp
5023         * gdb.base/mips_pro.exp
5024         * gdb.base/morestack.exp
5025         * gdb.base/moribund-step.exp
5026         * gdb.base/multi-forks.exp
5027         * gdb.base/nested-addr.exp
5028         * gdb.base/nextoverexit.exp
5029         * gdb.base/noreturn-finish.exp
5030         * gdb.base/noreturn-return.exp
5031         * gdb.base/nostdlib.exp
5032         * gdb.base/offsets.exp
5033         * gdb.base/opaque.exp
5034         * gdb.base/pc-fp.exp
5035         * gdb.base/permissions.exp
5036         * gdb.base/print-symbol-loading.exp
5037         * gdb.base/prologue-include.exp
5038         * gdb.base/psymtab.exp
5039         * gdb.base/ptype.exp
5040         * gdb.base/random-signal.exp
5041         * gdb.base/randomize.exp
5042         * gdb.base/range-stepping.exp
5043         * gdb.base/readline-ask.exp
5044         * gdb.base/recpar.exp
5045         * gdb.base/recurse.exp
5046         * gdb.base/relational.exp
5047         * gdb.base/restore.exp
5048         * gdb.base/return-nodebug.exp
5049         * gdb.base/return.exp
5050         * gdb.base/run-after-attach.exp
5051         * gdb.base/save-bp.exp
5052         * gdb.base/scope.exp
5053         * gdb.base/sect-cmd.exp
5054         * gdb.base/set-lang-auto.exp
5055         * gdb.base/set-noassign.exp
5056         * gdb.base/setvar.exp
5057         * gdb.base/sigall.exp
5058         * gdb.base/sigbpt.exp
5059         * gdb.base/siginfo-addr.exp
5060         * gdb.base/siginfo-infcall.exp
5061         * gdb.base/siginfo-obj.exp
5062         * gdb.base/siginfo.exp
5063         * gdb.base/signals-state-child.exp
5064         * gdb.base/signest.exp
5065         * gdb.base/sigstep.exp
5066         * gdb.base/sizeof.exp
5067         * gdb.base/skip.exp
5068         * gdb.base/solib-corrupted.exp
5069         * gdb.base/solib-nodir.exp
5070         * gdb.base/solib-search.exp
5071         * gdb.base/stack-checking.exp
5072         * gdb.base/stale-infcall.exp
5073         * gdb.base/stap-probe.exp
5074         * gdb.base/start.exp
5075         * gdb.base/step-break.exp
5076         * gdb.base/step-bt.exp
5077         * gdb.base/step-line.exp
5078         * gdb.base/step-over-exit.exp
5079         * gdb.base/step-over-syscall.exp
5080         * gdb.base/step-resume-infcall.exp
5081         * gdb.base/step-test.exp
5082         * gdb.base/store.exp
5083         * gdb.base/structs3.exp
5084         * gdb.base/sym-file.exp
5085         * gdb.base/symbol-without-target_section.exp
5086         * gdb.base/term.exp
5087         * gdb.base/testenv.exp
5088         * gdb.base/ui-redirect.exp
5089         * gdb.base/until.exp
5090         * gdb.base/unwindonsignal.exp
5091         * gdb.base/value-double-free.exp
5092         * gdb.base/vla-datatypes.exp
5093         * gdb.base/vla-ptr.exp
5094         * gdb.base/vla-sideeffect.exp
5095         * gdb.base/volatile.exp
5096         * gdb.base/watch-cond-infcall.exp
5097         * gdb.base/watch-cond.exp
5098         * gdb.base/watch-non-mem.exp
5099         * gdb.base/watch-read.exp
5100         * gdb.base/watch-vfork.exp
5101         * gdb.base/watchpoint-cond-gone.exp
5102         * gdb.base/watchpoint-delete.exp
5103         * gdb.base/watchpoint-hw-hit-once.exp
5104         * gdb.base/watchpoint-hw.exp
5105         * gdb.base/watchpoint-stops-at-right-insn.exp
5106         * gdb.base/watchpoints.exp
5107         * gdb.base/wchar.exp
5108         * gdb.base/whatis-exp.exp
5109         * gdb.btrace/buffer-size.exp
5110         * gdb.btrace/data.exp
5111         * gdb.btrace/delta.exp
5112         * gdb.btrace/dlopen.exp
5113         * gdb.btrace/enable.exp
5114         * gdb.btrace/exception.exp
5115         * gdb.btrace/function_call_history.exp
5116         * gdb.btrace/gcore.exp
5117         * gdb.btrace/instruction_history.exp
5118         * gdb.btrace/nohist.exp
5119         * gdb.btrace/reconnect.exp
5120         * gdb.btrace/record_goto-step.exp
5121         * gdb.btrace/record_goto.exp
5122         * gdb.btrace/rn-dl-bind.exp
5123         * gdb.btrace/segv.exp
5124         * gdb.btrace/step.exp
5125         * gdb.btrace/stepi.exp
5126         * gdb.btrace/tailcall-only.exp
5127         * gdb.btrace/tailcall.exp
5128         * gdb.btrace/tsx.exp
5129         * gdb.btrace/unknown_functions.exp
5130         * gdb.btrace/vdso.exp
5131         * gdb.compile/compile-ifunc.exp
5132         * gdb.compile/compile-ops.exp
5133         * gdb.compile/compile-print.exp
5134         * gdb.compile/compile-setjmp.exp
5135         * gdb.cp/abstract-origin.exp
5136         * gdb.cp/ambiguous.exp
5137         * gdb.cp/annota2.exp
5138         * gdb.cp/annota3.exp
5139         * gdb.cp/anon-ns.exp
5140         * gdb.cp/anon-struct.exp
5141         * gdb.cp/anon-union.exp
5142         * gdb.cp/arg-reference.exp
5143         * gdb.cp/baseenum.exp
5144         * gdb.cp/bool.exp
5145         * gdb.cp/breakpoint.exp
5146         * gdb.cp/bs15503.exp
5147         * gdb.cp/call-c.exp
5148         * gdb.cp/casts.exp
5149         * gdb.cp/chained-calls.exp
5150         * gdb.cp/class2.exp
5151         * gdb.cp/classes.exp
5152         * gdb.cp/cmpd-minsyms.exp
5153         * gdb.cp/converts.exp
5154         * gdb.cp/cp-relocate.exp
5155         * gdb.cp/cpcompletion.exp
5156         * gdb.cp/cpexprs.exp
5157         * gdb.cp/cplabel.exp
5158         * gdb.cp/cplusfuncs.exp
5159         * gdb.cp/cpsizeof.exp
5160         * gdb.cp/ctti.exp
5161         * gdb.cp/derivation.exp
5162         * gdb.cp/destrprint.exp
5163         * gdb.cp/dispcxx.exp
5164         * gdb.cp/enum-class.exp
5165         * gdb.cp/exception.exp
5166         * gdb.cp/exceptprint.exp
5167         * gdb.cp/expand-psymtabs-cxx.exp
5168         * gdb.cp/expand-sals.exp
5169         * gdb.cp/extern-c.exp
5170         * gdb.cp/filename.exp
5171         * gdb.cp/formatted-ref.exp
5172         * gdb.cp/fpointer.exp
5173         * gdb.cp/gdb1355.exp
5174         * gdb.cp/gdb2495.exp
5175         * gdb.cp/hang.exp
5176         * gdb.cp/impl-this.exp
5177         * gdb.cp/infcall-dlopen.exp
5178         * gdb.cp/inherit.exp
5179         * gdb.cp/iostream.exp
5180         * gdb.cp/koenig.exp
5181         * gdb.cp/local.exp
5182         * gdb.cp/m-data.exp
5183         * gdb.cp/m-static.exp
5184         * gdb.cp/mb-ctor.exp
5185         * gdb.cp/mb-inline.exp
5186         * gdb.cp/mb-templates.exp
5187         * gdb.cp/member-name.exp
5188         * gdb.cp/member-ptr.exp
5189         * gdb.cp/meth-typedefs.exp
5190         * gdb.cp/method.exp
5191         * gdb.cp/method2.exp
5192         * gdb.cp/minsym-fallback.exp
5193         * gdb.cp/misc.exp
5194         * gdb.cp/namelessclass.exp
5195         * gdb.cp/namespace-enum.exp
5196         * gdb.cp/namespace-nested-import.exp
5197         * gdb.cp/namespace.exp
5198         * gdb.cp/nextoverthrow.exp
5199         * gdb.cp/no-dmgl-verbose.exp
5200         * gdb.cp/non-trivial-retval.exp
5201         * gdb.cp/noparam.exp
5202         * gdb.cp/nsdecl.exp
5203         * gdb.cp/nsimport.exp
5204         * gdb.cp/nsnested.exp
5205         * gdb.cp/nsnoimports.exp
5206         * gdb.cp/nsrecurs.exp
5207         * gdb.cp/nsstress.exp
5208         * gdb.cp/nsusing.exp
5209         * gdb.cp/operator.exp
5210         * gdb.cp/oranking.exp
5211         * gdb.cp/overload-const.exp
5212         * gdb.cp/overload.exp
5213         * gdb.cp/ovldbreak.exp
5214         * gdb.cp/ovsrch.exp
5215         * gdb.cp/paren-type.exp
5216         * gdb.cp/parse-lang.exp
5217         * gdb.cp/pass-by-ref.exp
5218         * gdb.cp/pr-1023.exp
5219         * gdb.cp/pr-1210.exp
5220         * gdb.cp/pr-574.exp
5221         * gdb.cp/pr10687.exp
5222         * gdb.cp/pr12028.exp
5223         * gdb.cp/pr17132.exp
5224         * gdb.cp/pr17494.exp
5225         * gdb.cp/pr9067.exp
5226         * gdb.cp/pr9167.exp
5227         * gdb.cp/pr9631.exp
5228         * gdb.cp/printmethod.exp
5229         * gdb.cp/psmang.exp
5230         * gdb.cp/psymtab-parameter.exp
5231         * gdb.cp/ptype-cv-cp.exp
5232         * gdb.cp/ptype-flags.exp
5233         * gdb.cp/re-set-overloaded.exp
5234         * gdb.cp/ref-types.exp
5235         * gdb.cp/rtti.exp
5236         * gdb.cp/scope-err.exp
5237         * gdb.cp/shadow.exp
5238         * gdb.cp/smartp.exp
5239         * gdb.cp/static-method.exp
5240         * gdb.cp/static-print-quit.exp
5241         * gdb.cp/temargs.exp
5242         * gdb.cp/templates.exp
5243         * gdb.cp/try_catch.exp
5244         * gdb.cp/typedef-operator.exp
5245         * gdb.cp/typeid.exp
5246         * gdb.cp/userdef.exp
5247         * gdb.cp/using-crash.exp
5248         * gdb.cp/var-tag.exp
5249         * gdb.cp/virtbase.exp
5250         * gdb.cp/virtfunc.exp
5251         * gdb.cp/virtfunc2.exp
5252         * gdb.cp/vla-cxx.exp
5253         * gdb.disasm/t01_mov.exp
5254         * gdb.disasm/t02_mova.exp
5255         * gdb.disasm/t03_add.exp
5256         * gdb.disasm/t04_sub.exp
5257         * gdb.disasm/t05_cmp.exp
5258         * gdb.disasm/t06_ari2.exp
5259         * gdb.disasm/t07_ari3.exp
5260         * gdb.disasm/t08_or.exp
5261         * gdb.disasm/t09_xor.exp
5262         * gdb.disasm/t10_and.exp
5263         * gdb.disasm/t11_logs.exp
5264         * gdb.disasm/t12_bit.exp
5265         * gdb.disasm/t13_otr.exp
5266         * gdb.dlang/circular.exp
5267         * gdb.dwarf2/arr-stride.exp
5268         * gdb.dwarf2/arr-subrange.exp
5269         * gdb.dwarf2/atomic-type.exp
5270         * gdb.dwarf2/bad-regnum.exp
5271         * gdb.dwarf2/bitfield-parent-optimized-out.exp
5272         * gdb.dwarf2/callframecfa.exp
5273         * gdb.dwarf2/clztest.exp
5274         * gdb.dwarf2/corrupt.exp
5275         * gdb.dwarf2/data-loc.exp
5276         * gdb.dwarf2/dup-psym.exp
5277         * gdb.dwarf2/dw2-anon-mptr.exp
5278         * gdb.dwarf2/dw2-anonymous-func.exp
5279         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
5280         * gdb.dwarf2/dw2-bad-unresolved.exp
5281         * gdb.dwarf2/dw2-basic.exp
5282         * gdb.dwarf2/dw2-canonicalize-type.exp
5283         * gdb.dwarf2/dw2-case-insensitive.exp
5284         * gdb.dwarf2/dw2-common-block.exp
5285         * gdb.dwarf2/dw2-compdir-oldgcc.exp
5286         * gdb.dwarf2/dw2-compressed.exp
5287         * gdb.dwarf2/dw2-const.exp
5288         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
5289         * gdb.dwarf2/dw2-cu-size.exp
5290         * gdb.dwarf2/dw2-dup-frame.exp
5291         * gdb.dwarf2/dw2-entry-value.exp
5292         * gdb.dwarf2/dw2-icycle.exp
5293         * gdb.dwarf2/dw2-ifort-parameter.exp
5294         * gdb.dwarf2/dw2-inline-break.exp
5295         * gdb.dwarf2/dw2-inline-param.exp
5296         * gdb.dwarf2/dw2-intercu.exp
5297         * gdb.dwarf2/dw2-intermix.exp
5298         * gdb.dwarf2/dw2-lexical-block-bare.exp
5299         * gdb.dwarf2/dw2-linkage-name-trust.exp
5300         * gdb.dwarf2/dw2-minsym-in-cu.exp
5301         * gdb.dwarf2/dw2-noloc.exp
5302         * gdb.dwarf2/dw2-op-call.exp
5303         * gdb.dwarf2/dw2-op-out-param.exp
5304         * gdb.dwarf2/dw2-opt-structptr.exp
5305         * gdb.dwarf2/dw2-param-error.exp
5306         * gdb.dwarf2/dw2-producer.exp
5307         * gdb.dwarf2/dw2-ranges-base.exp
5308         * gdb.dwarf2/dw2-ref-missing-frame.exp
5309         * gdb.dwarf2/dw2-reg-undefined.exp
5310         * gdb.dwarf2/dw2-regno-invalid.exp
5311         * gdb.dwarf2/dw2-restore.exp
5312         * gdb.dwarf2/dw2-restrict.exp
5313         * gdb.dwarf2/dw2-single-line-discriminators.exp
5314         * gdb.dwarf2/dw2-strp.exp
5315         * gdb.dwarf2/dw2-undefined-ret-addr.exp
5316         * gdb.dwarf2/dw2-unresolved.exp
5317         * gdb.dwarf2/dw2-var-zero-addr.exp
5318         * gdb.dwarf2/dw4-sig-types.exp
5319         * gdb.dwarf2/dwz.exp
5320         * gdb.dwarf2/dynarr-ptr.exp
5321         * gdb.dwarf2/enum-type.exp
5322         * gdb.dwarf2/gdb-index.exp
5323         * gdb.dwarf2/implptr-64bit.exp
5324         * gdb.dwarf2/implptr-optimized-out.exp
5325         * gdb.dwarf2/implptr.exp
5326         * gdb.dwarf2/implref-array.exp
5327         * gdb.dwarf2/implref-const.exp
5328         * gdb.dwarf2/implref-global.exp
5329         * gdb.dwarf2/implref-struct.exp
5330         * gdb.dwarf2/mac-fileno.exp
5331         * gdb.dwarf2/main-subprogram.exp
5332         * gdb.dwarf2/member-ptr-forwardref.exp
5333         * gdb.dwarf2/method-ptr.exp
5334         * gdb.dwarf2/missing-sig-type.exp
5335         * gdb.dwarf2/nonvar-access.exp
5336         * gdb.dwarf2/opaque-type-lookup.exp
5337         * gdb.dwarf2/pieces-optimized-out.exp
5338         * gdb.dwarf2/pieces.exp
5339         * gdb.dwarf2/pr10770.exp
5340         * gdb.dwarf2/pr13961.exp
5341         * gdb.dwarf2/staticvirtual.exp
5342         * gdb.dwarf2/subrange.exp
5343         * gdb.dwarf2/symtab-producer.exp
5344         * gdb.dwarf2/trace-crash.exp
5345         * gdb.dwarf2/typeddwarf.exp
5346         * gdb.dwarf2/valop.exp
5347         * gdb.dwarf2/watch-notconst.exp
5348         * gdb.fortran/array-element.exp
5349         * gdb.fortran/charset.exp
5350         * gdb.fortran/common-block.exp
5351         * gdb.fortran/complex.exp
5352         * gdb.fortran/derived-type-function.exp
5353         * gdb.fortran/derived-type.exp
5354         * gdb.fortran/logical.exp
5355         * gdb.fortran/module.exp
5356         * gdb.fortran/multi-dim.exp
5357         * gdb.fortran/nested-funcs.exp
5358         * gdb.fortran/print-formatted.exp
5359         * gdb.fortran/subarray.exp
5360         * gdb.fortran/vla-alloc-assoc.exp
5361         * gdb.fortran/vla-datatypes.exp
5362         * gdb.fortran/vla-history.exp
5363         * gdb.fortran/vla-ptr-info.exp
5364         * gdb.fortran/vla-ptype-sub.exp
5365         * gdb.fortran/vla-ptype.exp
5366         * gdb.fortran/vla-sizeof.exp
5367         * gdb.fortran/vla-type.exp
5368         * gdb.fortran/vla-value-sub-arbitrary.exp
5369         * gdb.fortran/vla-value-sub-finish.exp
5370         * gdb.fortran/vla-value-sub.exp
5371         * gdb.fortran/vla-value.exp
5372         * gdb.fortran/whatis_type.exp
5373         * gdb.go/chan.exp
5374         * gdb.go/handcall.exp
5375         * gdb.go/hello.exp
5376         * gdb.go/integers.exp
5377         * gdb.go/methods.exp
5378         * gdb.go/package.exp
5379         * gdb.go/strings.exp
5380         * gdb.go/types.exp
5381         * gdb.go/unsafe.exp
5382         * gdb.guile/scm-arch.exp
5383         * gdb.guile/scm-block.exp
5384         * gdb.guile/scm-breakpoint.exp
5385         * gdb.guile/scm-cmd.exp
5386         * gdb.guile/scm-disasm.exp
5387         * gdb.guile/scm-equal.exp
5388         * gdb.guile/scm-frame-args.exp
5389         * gdb.guile/scm-frame-inline.exp
5390         * gdb.guile/scm-frame.exp
5391         * gdb.guile/scm-iterator.exp
5392         * gdb.guile/scm-math.exp
5393         * gdb.guile/scm-objfile.exp
5394         * gdb.guile/scm-ports.exp
5395         * gdb.guile/scm-symbol.exp
5396         * gdb.guile/scm-symtab.exp
5397         * gdb.guile/scm-value-cc.exp
5398         * gdb.guile/types-module.exp
5399         * gdb.linespec/break-ask.exp
5400         * gdb.linespec/cpexplicit.exp
5401         * gdb.linespec/explicit.exp
5402         * gdb.linespec/keywords.exp
5403         * gdb.linespec/linespec.exp
5404         * gdb.linespec/ls-dollar.exp
5405         * gdb.linespec/ls-errs.exp
5406         * gdb.linespec/skip-two.exp
5407         * gdb.linespec/thread.exp
5408         * gdb.mi/mi-async.exp
5409         * gdb.mi/mi-basics.exp
5410         * gdb.mi/mi-break.exp
5411         * gdb.mi/mi-catch-load.exp
5412         * gdb.mi/mi-cli.exp
5413         * gdb.mi/mi-cmd-param-changed.exp
5414         * gdb.mi/mi-console.exp
5415         * gdb.mi/mi-detach.exp
5416         * gdb.mi/mi-disassemble.exp
5417         * gdb.mi/mi-eval.exp
5418         * gdb.mi/mi-file-transfer.exp
5419         * gdb.mi/mi-file.exp
5420         * gdb.mi/mi-fill-memory.exp
5421         * gdb.mi/mi-inheritance-syntax-error.exp
5422         * gdb.mi/mi-linespec-err-cp.exp
5423         * gdb.mi/mi-logging.exp
5424         * gdb.mi/mi-memory-changed.exp
5425         * gdb.mi/mi-read-memory.exp
5426         * gdb.mi/mi-record-changed.exp
5427         * gdb.mi/mi-reg-undefined.exp
5428         * gdb.mi/mi-regs.exp
5429         * gdb.mi/mi-return.exp
5430         * gdb.mi/mi-reverse.exp
5431         * gdb.mi/mi-simplerun.exp
5432         * gdb.mi/mi-solib.exp
5433         * gdb.mi/mi-stack.exp
5434         * gdb.mi/mi-stepi.exp
5435         * gdb.mi/mi-syn-frame.exp
5436         * gdb.mi/mi-until.exp
5437         * gdb.mi/mi-var-block.exp
5438         * gdb.mi/mi-var-child.exp
5439         * gdb.mi/mi-var-cmd.exp
5440         * gdb.mi/mi-var-cp.exp
5441         * gdb.mi/mi-var-display.exp
5442         * gdb.mi/mi-var-invalidate.exp
5443         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5444         * gdb.mi/mi-vla-fortran.exp
5445         * gdb.mi/mi-watch.exp
5446         * gdb.mi/mi2-var-child.exp
5447         * gdb.mi/user-selected-context-sync.exp
5448         * gdb.modula2/unbounded-array.exp
5449         * gdb.multi/dummy-frame-restore.exp
5450         * gdb.multi/multi-arch-exec.exp
5451         * gdb.multi/multi-arch.exp
5452         * gdb.multi/tids.exp
5453         * gdb.multi/watchpoint-multi.exp
5454         * gdb.opencl/callfuncs.exp
5455         * gdb.opencl/convs_casts.exp
5456         * gdb.opencl/datatypes.exp
5457         * gdb.opencl/operators.exp
5458         * gdb.opencl/vec_comps.exp
5459         * gdb.opt/clobbered-registers-O2.exp
5460         * gdb.opt/inline-break.exp
5461         * gdb.opt/inline-bt.exp
5462         * gdb.opt/inline-cmds.exp
5463         * gdb.opt/inline-locals.exp
5464         * gdb.pascal/case-insensitive-symbols.exp
5465         * gdb.pascal/floats.exp
5466         * gdb.pascal/gdb11492.exp
5467         * gdb.python/lib-types.exp
5468         * gdb.python/py-arch.exp
5469         * gdb.python/py-as-string.exp
5470         * gdb.python/py-bad-printers.exp
5471         * gdb.python/py-block.exp
5472         * gdb.python/py-breakpoint-create-fail.exp
5473         * gdb.python/py-breakpoint.exp
5474         * gdb.python/py-caller-is.exp
5475         * gdb.python/py-cmd.exp
5476         * gdb.python/py-explore-cc.exp
5477         * gdb.python/py-explore.exp
5478         * gdb.python/py-finish-breakpoint.exp
5479         * gdb.python/py-finish-breakpoint2.exp
5480         * gdb.python/py-frame-args.exp
5481         * gdb.python/py-frame-inline.exp
5482         * gdb.python/py-frame.exp
5483         * gdb.python/py-framefilter-mi.exp
5484         * gdb.python/py-infthread.exp
5485         * gdb.python/py-lazy-string.exp
5486         * gdb.python/py-linetable.exp
5487         * gdb.python/py-mi-events.exp
5488         * gdb.python/py-mi-objfile.exp
5489         * gdb.python/py-mi.exp
5490         * gdb.python/py-objfile.exp
5491         * gdb.python/py-pp-integral.exp
5492         * gdb.python/py-pp-maint.exp
5493         * gdb.python/py-pp-re-notag.exp
5494         * gdb.python/py-pp-registration.exp
5495         * gdb.python/py-recurse-unwind.exp
5496         * gdb.python/py-strfns.exp
5497         * gdb.python/py-symbol.exp
5498         * gdb.python/py-symtab.exp
5499         * gdb.python/py-sync-interp.exp
5500         * gdb.python/py-typeprint.exp
5501         * gdb.python/py-unwind-maint.exp
5502         * gdb.python/py-unwind.exp
5503         * gdb.python/py-value-cc.exp
5504         * gdb.python/py-xmethods.exp
5505         * gdb.reverse/amd64-tailcall-reverse.exp
5506         * gdb.reverse/break-precsave.exp
5507         * gdb.reverse/break-reverse.exp
5508         * gdb.reverse/consecutive-precsave.exp
5509         * gdb.reverse/consecutive-reverse.exp
5510         * gdb.reverse/finish-precsave.exp
5511         * gdb.reverse/finish-reverse-bkpt.exp
5512         * gdb.reverse/finish-reverse.exp
5513         * gdb.reverse/fstatat-reverse.exp
5514         * gdb.reverse/getresuid-reverse.exp
5515         * gdb.reverse/i386-precsave.exp
5516         * gdb.reverse/i386-reverse.exp
5517         * gdb.reverse/i386-sse-reverse.exp
5518         * gdb.reverse/i387-env-reverse.exp
5519         * gdb.reverse/i387-stack-reverse.exp
5520         * gdb.reverse/insn-reverse.exp
5521         * gdb.reverse/machinestate-precsave.exp
5522         * gdb.reverse/machinestate.exp
5523         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5524         * gdb.reverse/pipe-reverse.exp
5525         * gdb.reverse/readv-reverse.exp
5526         * gdb.reverse/recvmsg-reverse.exp
5527         * gdb.reverse/rerun-prec.exp
5528         * gdb.reverse/s390-mvcle.exp
5529         * gdb.reverse/step-precsave.exp
5530         * gdb.reverse/step-reverse.exp
5531         * gdb.reverse/time-reverse.exp
5532         * gdb.reverse/until-precsave.exp
5533         * gdb.reverse/until-reverse.exp
5534         * gdb.reverse/waitpid-reverse.exp
5535         * gdb.reverse/watch-precsave.exp
5536         * gdb.reverse/watch-reverse.exp
5537         * gdb.rust/generics.exp
5538         * gdb.rust/methods.exp
5539         * gdb.rust/modules.exp
5540         * gdb.rust/simple.exp
5541         * gdb.server/connect-with-no-symbol-file.exp
5542         * gdb.server/ext-attach.exp
5543         * gdb.server/ext-restart.exp
5544         * gdb.server/ext-wrapper.exp
5545         * gdb.server/file-transfer.exp
5546         * gdb.server/server-exec-info.exp
5547         * gdb.server/server-kill.exp
5548         * gdb.server/server-mon.exp
5549         * gdb.server/wrapper.exp
5550         * gdb.stabs/exclfwd.exp
5551         * gdb.stabs/gdb11479.exp
5552         * gdb.threads/clone-new-thread-event.exp
5553         * gdb.threads/corethreads.exp
5554         * gdb.threads/current-lwp-dead.exp
5555         * gdb.threads/dlopen-libpthread.exp
5556         * gdb.threads/gcore-thread.exp
5557         * gdb.threads/sigstep-threads.exp
5558         * gdb.threads/watchpoint-fork.exp
5559         * gdb.trace/actions-changed.exp
5560         * gdb.trace/backtrace.exp
5561         * gdb.trace/change-loc.exp
5562         * gdb.trace/circ.exp
5563         * gdb.trace/collection.exp
5564         * gdb.trace/disconnected-tracing.exp
5565         * gdb.trace/ftrace.exp
5566         * gdb.trace/mi-trace-frame-collected.exp
5567         * gdb.trace/mi-trace-unavailable.exp
5568         * gdb.trace/mi-traceframe-changed.exp
5569         * gdb.trace/mi-tsv-changed.exp
5570         * gdb.trace/no-attach-trace.exp
5571         * gdb.trace/passc-dyn.exp
5572         * gdb.trace/qtro.exp
5573         * gdb.trace/range-stepping.exp
5574         * gdb.trace/read-memory.exp
5575         * gdb.trace/save-trace.exp
5576         * gdb.trace/signal.exp
5577         * gdb.trace/status-stop.exp
5578         * gdb.trace/tfile.exp
5579         * gdb.trace/trace-break.exp
5580         * gdb.trace/trace-buffer-size.exp
5581         * gdb.trace/trace-condition.exp
5582         * gdb.trace/tracefile-pseudo-reg.exp
5583         * gdb.trace/tstatus.exp
5584         * gdb.trace/unavailable.exp
5585         * gdb.trace/while-dyn.exp
5586         * gdb.trace/while-stepping.exp
5587
5588 2016-12-22  Doug Evans  <xdje42@gmail.com>
5589
5590         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5591         and msymbols.
5592
5593 2016-12-19  Yao Qi  <yao.qi@linaro.org>
5594
5595         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5596         (test_with_self): Don't call do_steps_and_nexts, and remove
5597         code about stepping into xmalloc.
5598
5599 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5600
5601         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5602
5603 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5604
5605         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5606
5607 2016-12-09  Pedro Alves  <palves@redhat.com>
5608
5609         * gdb.base/all-architectures-0.exp: New file.
5610         * gdb.base/all-architectures-1.exp: New file.
5611         * gdb.base/all-architectures-2.exp: New file.
5612         * gdb.base/all-architectures-3.exp: New file.
5613         * gdb.base/all-architectures-4.exp: New file.
5614         * gdb.base/all-architectures-5.exp: New file.
5615         * gdb.base/all-architectures-6.exp: New file.
5616         * gdb.base/all-architectures-7.exp: New file.
5617         * gdb.base/all-architectures.exp.in: New file.
5618
5619 2016-12-09  Yao Qi  <yao.qi@linaro.org>
5620
5621         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5622
5623 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5624
5625         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5626         possible.
5627         Remove useless pattern-matching code.
5628
5629 2016-12-02  Pedro Alves  <palves@redhat.com>
5630
5631         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5632         procedure.
5633         (top level): Call it.
5634
5635 2016-12-02  Pedro Alves  <palves@redhat.com>
5636
5637         * gdb.base/commands.exp (user_defined_command_args_stack_test):
5638         New procedure.
5639         (top level): Call it.
5640
5641 2016-12-02  Pedro Alves  <palves@redhat.com>
5642
5643         PR cli/20559
5644         * gdb.base/commands.exp (user_defined_command_args_eval): New
5645         procedure.
5646         (top level): Call it.
5647
5648 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
5649
5650         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5651         timeout handling.
5652
5653 2016-12-02  Tom Tromey  <tom@tromey.com>
5654
5655         * gdb.dwarf2/main-subprogram.c: New file.
5656         * gdb.dwarf2/main-subprogram.exp: New file.
5657
5658 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5659
5660         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5661         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5662         gdb_test_no_output for a couple of cases.
5663         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5664
5665 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5666
5667         Fix test names and standardize compilation error messages throughout
5668         the following files:
5669
5670         * gdb.ada/start.exp
5671         * gdb.arch/alpha-step.exp
5672         * gdb.arch/e500-prologue.exp
5673         * gdb.arch/ftrace-insn-reloc.exp
5674         * gdb.arch/gdb1291.exp
5675         * gdb.arch/gdb1431.exp
5676         * gdb.arch/gdb1558.exp
5677         * gdb.arch/i386-dr3-watch.exp
5678         * gdb.arch/i386-sse-stack-align.exp
5679         * gdb.arch/ia64-breakpoint-shadow.exp
5680         * gdb.arch/pa-nullify.exp
5681         * gdb.arch/powerpc-aix-prologue.exp
5682         * gdb.arch/thumb-bx-pc.exp
5683         * gdb.base/annota1.exp
5684         * gdb.base/annota3.exp
5685         * gdb.base/arrayidx.exp
5686         * gdb.base/assign.exp
5687         * gdb.base/attach.exp
5688         * gdb.base/auxv.exp
5689         * gdb.base/bang.exp
5690         * gdb.base/bfp-test.exp
5691         * gdb.base/bigcore.exp
5692         * gdb.base/bitfields2.exp
5693         * gdb.base/break-fun-addr.exp
5694         * gdb.base/break-probes.exp
5695         * gdb.base/call-rt-st.exp
5696         * gdb.base/callexit.exp
5697         * gdb.base/catch-fork-kill.exp
5698         * gdb.base/charset.exp
5699         * gdb.base/checkpoint.exp
5700         * gdb.base/comprdebug.exp
5701         * gdb.base/constvars.exp
5702         * gdb.base/coredump-filter.exp
5703         * gdb.base/cursal.exp
5704         * gdb.base/cvexpr.exp
5705         * gdb.base/detach.exp
5706         * gdb.base/display.exp
5707         * gdb.base/dmsym.exp
5708         * gdb.base/dprintf-pending.exp
5709         * gdb.base/dso2dso.exp
5710         * gdb.base/dtrace-probe.exp
5711         * gdb.base/dump.exp
5712         * gdb.base/enum_cond.exp
5713         * gdb.base/exe-lock.exp
5714         * gdb.base/exec-invalid-sysroot.exp
5715         * gdb.base/execl-update-breakpoints.exp
5716         * gdb.base/exprs.exp
5717         * gdb.base/fileio.exp
5718         * gdb.base/find.exp
5719         * gdb.base/finish.exp
5720         * gdb.base/fixsection.exp
5721         * gdb.base/foll-vfork.exp
5722         * gdb.base/frame-args.exp
5723         * gdb.base/gcore.exp
5724         * gdb.base/gdb1250.exp
5725         * gdb.base/global-var-nested-by-dso.exp
5726         * gdb.base/gnu-ifunc.exp
5727         * gdb.base/hashline1.exp
5728         * gdb.base/hashline2.exp
5729         * gdb.base/hashline3.exp
5730         * gdb.base/hbreak-in-shr-unsupported.exp
5731         * gdb.base/huge.exp
5732         * gdb.base/infcall-input.exp
5733         * gdb.base/info-fun.exp
5734         * gdb.base/info-shared.exp
5735         * gdb.base/jit-simple.exp
5736         * gdb.base/jit-so.exp
5737         * gdb.base/jit.exp
5738         * gdb.base/jump.exp
5739         * gdb.base/label.exp
5740         * gdb.base/lineinc.exp
5741         * gdb.base/logical.exp
5742         * gdb.base/longjmp.exp
5743         * gdb.base/macscp.exp
5744         * gdb.base/miscexprs.exp
5745         * gdb.base/new-ui-echo.exp
5746         * gdb.base/new-ui-pending-input.exp
5747         * gdb.base/new-ui.exp
5748         * gdb.base/nodebug.exp
5749         * gdb.base/nofield.exp
5750         * gdb.base/offsets.exp
5751         * gdb.base/overlays.exp
5752         * gdb.base/pending.exp
5753         * gdb.base/pointers.exp
5754         * gdb.base/pr11022.exp
5755         * gdb.base/printcmds.exp
5756         * gdb.base/prologue.exp
5757         * gdb.base/ptr-typedef.exp
5758         * gdb.base/realname-expand.exp
5759         * gdb.base/relativedebug.exp
5760         * gdb.base/relocate.exp
5761         * gdb.base/remote.exp
5762         * gdb.base/reread.exp
5763         * gdb.base/return2.exp
5764         * gdb.base/savedregs.exp
5765         * gdb.base/sep.exp
5766         * gdb.base/sepdebug.exp
5767         * gdb.base/sepsymtab.exp
5768         * gdb.base/set-inferior-tty.exp
5769         * gdb.base/setshow.exp
5770         * gdb.base/shlib-call.exp
5771         * gdb.base/sigaltstack.exp
5772         * gdb.base/siginfo-addr.exp
5773         * gdb.base/signals.exp
5774         * gdb.base/signull.exp
5775         * gdb.base/sigrepeat.exp
5776         * gdb.base/so-impl-ld.exp
5777         * gdb.base/solib-display.exp
5778         * gdb.base/solib-overlap.exp
5779         * gdb.base/solib-search.exp
5780         * gdb.base/solib-symbol.exp
5781         * gdb.base/structs.exp
5782         * gdb.base/structs2.exp
5783         * gdb.base/symtab-search-order.exp
5784         * gdb.base/twice.exp
5785         * gdb.base/unload.exp
5786         * gdb.base/varargs.exp
5787         * gdb.base/watchpoint-solib.exp
5788         * gdb.base/watchpoint.exp
5789         * gdb.base/whatis.exp
5790         * gdb.base/wrong_frame_bt_full.exp
5791         * gdb.btrace/dlopen.exp
5792         * gdb.cell/ea-standalone.exp
5793         * gdb.cell/ea-test.exp
5794         * gdb.cp/dispcxx.exp
5795         * gdb.cp/gdb2384.exp
5796         * gdb.cp/method2.exp
5797         * gdb.cp/nextoverthrow.exp
5798         * gdb.cp/pr10728.exp
5799         * gdb.disasm/am33.exp
5800         * gdb.disasm/h8300s.exp
5801         * gdb.disasm/mn10300.exp
5802         * gdb.disasm/sh3.exp
5803         * gdb.dwarf2/dw2-dir-file-name.exp
5804         * gdb.fortran/complex.exp
5805         * gdb.fortran/library-module.exp
5806         * gdb.guile/scm-pretty-print.exp
5807         * gdb.guile/scm-symbol.exp
5808         * gdb.guile/scm-type.exp
5809         * gdb.guile/scm-value.exp
5810         * gdb.linespec/linespec.exp
5811         * gdb.mi/gdb701.exp
5812         * gdb.mi/gdb792.exp
5813         * gdb.mi/mi-breakpoint-changed.exp
5814         * gdb.mi/mi-dprintf-pending.exp
5815         * gdb.mi/mi-dprintf.exp
5816         * gdb.mi/mi-exit-code.exp
5817         * gdb.mi/mi-pending.exp
5818         * gdb.mi/mi-solib.exp
5819         * gdb.mi/new-ui-mi-sync.exp
5820         * gdb.mi/pr11022.exp
5821         * gdb.mi/user-selected-context-sync.exp
5822         * gdb.opt/solib-intra-step.exp
5823         * gdb.python/py-events.exp
5824         * gdb.python/py-finish-breakpoint.exp
5825         * gdb.python/py-mi.exp
5826         * gdb.python/py-prettyprint.exp
5827         * gdb.python/py-shared.exp
5828         * gdb.python/py-symbol.exp
5829         * gdb.python/py-template.exp
5830         * gdb.python/py-type.exp
5831         * gdb.python/py-value.exp
5832         * gdb.reverse/solib-precsave.exp
5833         * gdb.reverse/solib-reverse.exp
5834         * gdb.server/solib-list.exp
5835         * gdb.stabs/weird.exp
5836         * gdb.threads/reconnect-signal.exp
5837         * gdb.threads/stepi-random-signal.exp
5838         * gdb.trace/actions.exp
5839         * gdb.trace/ax.exp
5840         * gdb.trace/backtrace.exp
5841         * gdb.trace/change-loc.exp
5842         * gdb.trace/deltrace.exp
5843         * gdb.trace/ftrace-lock.exp
5844         * gdb.trace/ftrace.exp
5845         * gdb.trace/infotrace.exp
5846         * gdb.trace/mi-tracepoint-changed.exp
5847         * gdb.trace/packetlen.exp
5848         * gdb.trace/passcount.exp
5849         * gdb.trace/pending.exp
5850         * gdb.trace/range-stepping.exp
5851         * gdb.trace/report.exp
5852         * gdb.trace/stap-trace.exp
5853         * gdb.trace/tfind.exp
5854         * gdb.trace/trace-break.exp
5855         * gdb.trace/trace-condition.exp
5856         * gdb.trace/trace-enable-disable.exp
5857         * gdb.trace/trace-mt.exp
5858         * gdb.trace/tracecmd.exp
5859         * gdb.trace/tspeed.exp
5860         * gdb.trace/tsv.exp
5861         * lib/perftest.exp
5862
5863 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5864
5865         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5866         with gdb_test_no_output.
5867         Use command as test name.
5868
5869 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5870
5871         Fix test names starting with uppercase throughout the files.
5872
5873         * gdb.ada/assign_1.exp
5874         * gdb.ada/boolean_expr.exp
5875         * gdb.base/arrayidx.exp
5876         * gdb.base/del.exp
5877         * gdb.base/gcore-buffer-overflow.exp
5878         * gdb.base/testenv.exp
5879         * gdb.compile/compile.exp
5880         * gdb.python/py-framefilter-invalidarg.exp
5881         * gdb.python/py-framefilter.exp
5882
5883 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5884
5885         Fix test names starting with uppercase throughout the files.
5886
5887         * gdb.ada/array_return.exp
5888         * gdb.ada/expr_delims.exp
5889         * gdb.ada/mi_dyn_arr.exp
5890         * gdb.ada/mi_interface.exp
5891         * gdb.ada/mi_var_array.exp
5892         * gdb.ada/watch_arg.exp
5893         * gdb.arch/alpha-step.exp
5894         * gdb.arch/altivec-regs.exp
5895         * gdb.arch/e500-regs.exp
5896         * gdb.arch/powerpc-d128-regs.exp
5897         * gdb.base/arrayidx.exp
5898         * gdb.base/break.exp
5899         * gdb.base/checkpoint.exp
5900         * gdb.base/debug-expr.exp
5901         * gdb.base/dmsym.exp
5902         * gdb.base/radix.exp
5903         * gdb.base/sepdebug.exp
5904         * gdb.base/testenv.exp
5905         * gdb.base/watch_thread_num.exp
5906         * gdb.base/watchpoint-cond-gone.exp
5907         * gdb.cell/break.exp
5908         * gdb.cell/ea-cache.exp
5909         * gdb.compile/compile.exp
5910         * gdb.cp/gdb2495.exp
5911         * gdb.gdb/selftest.exp
5912         * gdb.gdb/xfullpath.exp
5913         * gdb.go/hello.exp
5914         * gdb.go/integers.exp
5915         * gdb.objc/basicclass.exp
5916         * gdb.pascal/hello.exp
5917         * gdb.pascal/integers.exp
5918         * gdb.python/py-breakpoint.exp
5919         * gdb.python/py-cmd.exp
5920         * gdb.python/py-linetable.exp
5921         * gdb.python/py-xmethods.exp
5922         * gdb.python/python.exp
5923         * gdb.reverse/consecutive-precsave.exp
5924         * gdb.reverse/finish-precsave.exp
5925         * gdb.reverse/i386-precsave.exp
5926         * gdb.reverse/machinestate-precsave.exp
5927         * gdb.reverse/sigall-precsave.exp
5928         * gdb.reverse/solib-precsave.exp
5929         * gdb.reverse/step-precsave.exp
5930         * gdb.reverse/until-precsave.exp
5931         * gdb.reverse/watch-precsave.exp
5932         * gdb.threads/leader-exit.exp
5933         * gdb.threads/pthreads.exp
5934         * gdb.threads/wp-replication.exp
5935         * gdb.trace/actions.exp
5936         * gdb.trace/mi-tsv-changed.exp
5937         * gdb.trace/tsv.exp
5938
5939 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5940
5941         Fix test names starting with uppercase throughout the files.
5942
5943         * gdb.arch/i386-bp_permanent.exp
5944         * gdb.arch/i386-gnu-cfi.exp
5945         * gdb.base/disasm-end-cu.exp
5946         * gdb.base/macscp.exp
5947         * gdb.base/pending.exp
5948         * gdb.base/watch_thread_num.exp
5949         * gdb.cp/exception.exp
5950         * gdb.cp/gdb2495.exp
5951         * gdb.cp/local.exp
5952         * gdb.python/py-evsignal.exp
5953         * gdb.python/python.exp
5954         * gdb.trace/tracecmd.exp
5955
5956 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
5957
5958         Fix test names starting with uppercase throughout the files.
5959
5960         * gdb.base/charset.exp
5961         * gdb.base/eval.exp
5962         * gdb.base/multi-forks.exp
5963         * gdb.guile/scm-progspace.exp
5964         * gdb.opencl/datatypes.exp
5965         * gdb.python/py-block.exp
5966         * gdb.python/py-function.exp
5967         * gdb.python/py-symbol.exp
5968         * gdb.python/py-symtab.exp
5969         * gdb.python/py-xmethods.exp
5970         * gdb.reverse/break-precsave.exp
5971         * gdb.reverse/break-reverse.exp
5972         * gdb.reverse/consecutive-precsave.exp
5973         * gdb.reverse/consecutive-reverse.exp
5974         * gdb.reverse/finish-precsave.exp
5975         * gdb.reverse/finish-reverse-bkpt.exp
5976         * gdb.reverse/finish-reverse.exp
5977         * gdb.reverse/fstatat-reverse.exp
5978         * gdb.reverse/getresuid-reverse.exp
5979         * gdb.reverse/i386-precsave.exp
5980         * gdb.reverse/i386-reverse.exp
5981         * gdb.reverse/i386-sse-reverse.exp
5982         * gdb.reverse/i387-stack-reverse.exp
5983         * gdb.reverse/insn-reverse.exp
5984         * gdb.reverse/machinestate-precsave.exp
5985         * gdb.reverse/machinestate.exp
5986         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5987         * gdb.reverse/pipe-reverse.exp
5988         * gdb.reverse/readv-reverse.exp
5989         * gdb.reverse/recvmsg-reverse.exp
5990         * gdb.reverse/rerun-prec.exp
5991         * gdb.reverse/s390-mvcle.exp
5992         * gdb.reverse/sigall-precsave.exp
5993         * gdb.reverse/sigall-reverse.exp
5994         * gdb.reverse/solib-precsave.exp
5995         * gdb.reverse/solib-reverse.exp
5996         * gdb.reverse/step-precsave.exp
5997         * gdb.reverse/step-reverse.exp
5998         * gdb.reverse/time-reverse.exp
5999         * gdb.reverse/until-precsave.exp
6000         * gdb.reverse/until-reverse.exp
6001         * gdb.reverse/waitpid-reverse.exp
6002         * gdb.reverse/watch-precsave.exp
6003         * gdb.reverse/watch-reverse.exp
6004
6005 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6006
6007         Fix test names starting with uppercase throughout the files.
6008
6009         * gdb.arch/i386-mpx-simple_segv.exp
6010         * gdb.arch/i386-mpx.exp
6011         * gdb.arch/i386-permbkpt.exp
6012         * gdb.arch/pa-nullify.exp
6013         * gdb.arch/powerpc-d128-regs.exp
6014         * gdb.arch/vsx-regs.exp
6015         * gdb.base/bfp-test.exp
6016         * gdb.base/break.exp
6017         * gdb.base/breakpoint-shadow.exp
6018         * gdb.base/callfuncs.exp
6019         * gdb.base/charset.exp
6020         * gdb.base/commands.exp
6021         * gdb.base/completion.exp
6022         * gdb.base/dfp-test.exp
6023         * gdb.base/echo.exp
6024         * gdb.base/ending-run.exp
6025         * gdb.base/eval.exp
6026         * gdb.base/expand-psymtabs.exp
6027         * gdb.base/float128.exp
6028         * gdb.base/floatn.exp
6029         * gdb.base/foll-exec-mode.exp
6030         * gdb.base/gdb1056.exp
6031         * gdb.base/gdb11531.exp
6032         * gdb.base/kill-after-signal.exp
6033         * gdb.base/multi-forks.exp
6034         * gdb.base/overlays.exp
6035         * gdb.base/pending.exp
6036         * gdb.base/sepdebug.exp
6037         * gdb.base/testenv.exp
6038         * gdb.base/valgrind-db-attach.exp
6039         * gdb.base/watch_thread_num.exp
6040         * gdb.base/watchpoint-cond-gone.exp
6041         * gdb.base/watchpoint.exp
6042         * gdb.base/watchpoints.exp
6043         * gdb.cp/arg-reference.exp
6044         * gdb.cp/baseenum.exp
6045         * gdb.cp/operator.exp
6046         * gdb.cp/shadow.exp
6047         * gdb.dwarf2/dw2-op-out-param.exp
6048         * gdb.dwarf2/dw2-reg-undefined.exp
6049         * gdb.go/chan.exp
6050         * gdb.go/hello.exp
6051         * gdb.go/integers.exp
6052         * gdb.go/methods.exp
6053         * gdb.go/package.exp
6054         * gdb.guile/scm-parameter.exp
6055         * gdb.guile/scm-progspace.exp
6056         * gdb.guile/scm-value.exp
6057         * gdb.mi/mi-pending.exp
6058         * gdb.mi/user-selected-context-sync.exp
6059         * gdb.multi/multi-attach.exp
6060         * gdb.multi/tids.exp
6061         * gdb.opt/clobbered-registers-O2.exp
6062         * gdb.pascal/floats.exp
6063         * gdb.pascal/integers.exp
6064         * gdb.python/py-block.exp
6065         * gdb.python/py-events.exp
6066         * gdb.python/py-parameter.exp
6067         * gdb.python/py-symbol.exp
6068         * gdb.python/py-symtab.exp
6069         * gdb.python/py-type.exp
6070         * gdb.python/py-value.exp
6071         * gdb.python/py-xmethods.exp
6072         * gdb.python/python.exp
6073         * gdb.reverse/break-precsave.exp
6074         * gdb.reverse/consecutive-precsave.exp
6075         * gdb.reverse/finish-precsave.exp
6076         * gdb.reverse/i386-precsave.exp
6077         * gdb.reverse/machinestate-precsave.exp
6078         * gdb.reverse/sigall-precsave.exp
6079         * gdb.reverse/solib-precsave.exp
6080         * gdb.reverse/step-precsave.exp
6081         * gdb.reverse/until-precsave.exp
6082         * gdb.reverse/watch-precsave.exp
6083         * gdb.server/ext-attach.exp
6084         * gdb.server/ext-restart.exp
6085         * gdb.server/ext-run.exp
6086         * gdb.server/ext-wrapper.exp
6087         * gdb.stabs/gdb11479.exp
6088         * gdb.stabs/weird.exp
6089         * gdb.threads/attach-many-short-lived-threads.exp
6090         * gdb.threads/kill.exp
6091         * gdb.threads/watchpoint-fork.exp
6092
6093 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6094
6095         Fix test names starting with uppercase throughout all the files below.
6096
6097         * gdb.ada/array_return.exp
6098         * gdb.ada/catch_ex.exp
6099         * gdb.ada/info_exc.exp
6100         * gdb.ada/mi_catch_ex.exp
6101         * gdb.ada/mi_dyn_arr.exp
6102         * gdb.ada/mi_ex_cond.exp
6103         * gdb.ada/mi_exc_info.exp
6104         * gdb.ada/mi_interface.exp
6105         * gdb.ada/mi_task_arg.exp
6106         * gdb.ada/mi_task_info.exp
6107         * gdb.ada/mi_var_array.exp
6108         * gdb.arch/alpha-step.exp
6109         * gdb.arch/amd64-disp-step.exp
6110         * gdb.arch/arm-disp-step.exp
6111         * gdb.arch/disp-step-insn-reloc.exp
6112         * gdb.arch/e500-prologue.exp
6113         * gdb.arch/ftrace-insn-reloc.exp
6114         * gdb.arch/gdb1558.exp
6115         * gdb.arch/i386-bp_permanent.exp
6116         * gdb.arch/i386-disp-step.exp
6117         * gdb.arch/i386-float.exp
6118         * gdb.arch/i386-gnu-cfi.exp
6119         * gdb.arch/ia64-breakpoint-shadow.exp
6120         * gdb.arch/mips16-thunks.exp
6121         * gdb.arch/pa-nullify.exp
6122         * gdb.arch/powerpc-aix-prologue.exp
6123         * gdb.arch/powerpc-power.exp
6124         * gdb.arch/ppc-dfp.exp
6125         * gdb.arch/s390-tdbregs.exp
6126         * gdb.arch/spu-info.exp
6127         * gdb.arch/spu-ls.exp
6128         * gdb.arch/thumb-bx-pc.exp
6129         * gdb.base/advance.exp
6130         * gdb.base/annota-input-while-running.exp
6131         * gdb.base/arrayidx.exp
6132         * gdb.base/asmlabel.exp
6133         * gdb.base/async.exp
6134         * gdb.base/attach-wait-input.exp
6135         * gdb.base/auto-connect-native-target.exp
6136         * gdb.base/batch-preserve-term-settings.exp
6137         * gdb.base/bfp-test.exp
6138         * gdb.base/bigcore.exp
6139         * gdb.base/bp-permanent.exp
6140         * gdb.base/break-always.exp
6141         * gdb.base/break-fun-addr.exp
6142         * gdb.base/break-idempotent.exp
6143         * gdb.base/break-main-file-remove-fail.exp
6144         * gdb.base/break-probes.exp
6145         * gdb.base/break-unload-file.exp
6146         * gdb.base/break.exp
6147         * gdb.base/call-ar-st.exp
6148         * gdb.base/call-rt-st.exp
6149         * gdb.base/call-sc.exp
6150         * gdb.base/call-signal-resume.exp
6151         * gdb.base/call-strs.exp
6152         * gdb.base/callexit.exp
6153         * gdb.base/callfuncs.exp
6154         * gdb.base/catch-gdb-caused-signals.exp
6155         * gdb.base/catch-signal-siginfo-cond.exp
6156         * gdb.base/catch-syscall.exp
6157         * gdb.base/compare-sections.exp
6158         * gdb.base/cond-eval-mode.exp
6159         * gdb.base/condbreak-call-false.exp
6160         * gdb.base/consecutive-step-over.exp
6161         * gdb.base/cursal.exp
6162         * gdb.base/disabled-location.exp
6163         * gdb.base/disasm-end-cu.exp
6164         * gdb.base/display.exp
6165         * gdb.base/double-prompt-target-event-error.exp
6166         * gdb.base/dprintf-bp-same-addr.exp
6167         * gdb.base/dprintf-detach.exp
6168         * gdb.base/dprintf-next.exp
6169         * gdb.base/dprintf-non-stop.exp
6170         * gdb.base/dprintf-pending.exp
6171         * gdb.base/dso2dso.exp
6172         * gdb.base/ending-run.exp
6173         * gdb.base/enum_cond.exp
6174         * gdb.base/examine-backward.exp
6175         * gdb.base/exe-lock.exp
6176         * gdb.base/exec-invalid-sysroot.exp
6177         * gdb.base/execl-update-breakpoints.exp
6178         * gdb.base/execution-termios.exp
6179         * gdb.base/fileio.exp
6180         * gdb.base/fixsection.exp
6181         * gdb.base/foll-exec-mode.exp
6182         * gdb.base/foll-exec.exp
6183         * gdb.base/fork-running-state.exp
6184         * gdb.base/frame-args.exp
6185         * gdb.base/fullpath-expand.exp
6186         * gdb.base/func-ptr.exp
6187         * gdb.base/gcore-relro-pie.exp
6188         * gdb.base/gdb1090.exp
6189         * gdb.base/gdb1555.exp
6190         * gdb.base/global-var-nested-by-dso.exp
6191         * gdb.base/gnu-ifunc.exp
6192         * gdb.base/hbreak-in-shr-unsupported.exp
6193         * gdb.base/hbreak-unmapped.exp
6194         * gdb.base/hook-stop.exp
6195         * gdb.base/infcall-input.exp
6196         * gdb.base/info-fun.exp
6197         * gdb.base/info-shared.exp
6198         * gdb.base/interrupt-noterm.exp
6199         * gdb.base/jit-so.exp
6200         * gdb.base/jit.exp
6201         * gdb.base/line-symtabs.exp
6202         * gdb.base/list.exp
6203         * gdb.base/longjmp.exp
6204         * gdb.base/macscp.exp
6205         * gdb.base/max-value-size.exp
6206         * gdb.base/nodebug.exp
6207         * gdb.base/nofield.exp
6208         * gdb.base/overlays.exp
6209         * gdb.base/paginate-after-ctrl-c-running.exp
6210         * gdb.base/paginate-bg-execution.exp
6211         * gdb.base/paginate-inferior-exit.exp
6212         * gdb.base/pending.exp
6213         * gdb.base/pr11022.exp
6214         * gdb.base/printcmds.exp
6215         * gdb.base/ptr-typedef.exp
6216         * gdb.base/ptype.exp
6217         * gdb.base/randomize.exp
6218         * gdb.base/range-stepping.exp
6219         * gdb.base/realname-expand.exp
6220         * gdb.base/relativedebug.exp
6221         * gdb.base/remote.exp
6222         * gdb.base/savedregs.exp
6223         * gdb.base/sepdebug.exp
6224         * gdb.base/set-noassign.exp
6225         * gdb.base/shlib-call.exp
6226         * gdb.base/shreloc.exp
6227         * gdb.base/sigaltstack.exp
6228         * gdb.base/sigbpt.exp
6229         * gdb.base/siginfo-addr.exp
6230         * gdb.base/siginfo-obj.exp
6231         * gdb.base/siginfo-thread.exp
6232         * gdb.base/signest.exp
6233         * gdb.base/signull.exp
6234         * gdb.base/sigrepeat.exp
6235         * gdb.base/skip.exp
6236         * gdb.base/so-impl-ld.exp
6237         * gdb.base/solib-corrupted.exp
6238         * gdb.base/solib-disc.exp
6239         * gdb.base/solib-display.exp
6240         * gdb.base/solib-overlap.exp
6241         * gdb.base/solib-search.exp
6242         * gdb.base/solib-symbol.exp
6243         * gdb.base/source-execution.exp
6244         * gdb.base/sss-bp-on-user-bp-2.exp
6245         * gdb.base/sss-bp-on-user-bp.exp
6246         * gdb.base/stack-checking.exp
6247         * gdb.base/stale-infcall.exp
6248         * gdb.base/step-break.exp
6249         * gdb.base/step-line.exp
6250         * gdb.base/step-over-exit.exp
6251         * gdb.base/step-test.exp
6252         * gdb.base/structs.exp
6253         * gdb.base/sym-file.exp
6254         * gdb.base/symtab-search-order.exp
6255         * gdb.base/term.exp
6256         * gdb.base/type-opaque.exp
6257         * gdb.base/unload.exp
6258         * gdb.base/until-nodebug.exp
6259         * gdb.base/until.exp
6260         * gdb.base/unwindonsignal.exp
6261         * gdb.base/watch-cond.exp
6262         * gdb.base/watch-non-mem.exp
6263         * gdb.base/watch_thread_num.exp
6264         * gdb.base/watchpoint-reuse-slot.exp
6265         * gdb.base/watchpoint-solib.exp
6266         * gdb.base/watchpoint.exp
6267         * gdb.btrace/dlopen.exp
6268         * gdb.cell/arch.exp
6269         * gdb.cell/break.exp
6270         * gdb.cell/bt.exp
6271         * gdb.cell/core.exp
6272         * gdb.cell/data.exp
6273         * gdb.cell/dwarfaddr.exp
6274         * gdb.cell/ea-cache.exp
6275         * gdb.cell/ea-standalone.exp
6276         * gdb.cell/ea-test.exp
6277         * gdb.cell/f-regs.exp
6278         * gdb.cell/fork.exp
6279         * gdb.cell/gcore.exp
6280         * gdb.cell/mem-access.exp
6281         * gdb.cell/ptype.exp
6282         * gdb.cell/registers.exp
6283         * gdb.cell/sizeof.exp
6284         * gdb.cell/solib-symbol.exp
6285         * gdb.cell/solib.exp
6286         * gdb.compile/compile-tls.exp
6287         * gdb.cp/exception.exp
6288         * gdb.cp/gdb2495.exp
6289         * gdb.cp/local.exp
6290         * gdb.cp/mb-inline.exp
6291         * gdb.cp/mb-templates.exp
6292         * gdb.cp/pr10687.exp
6293         * gdb.cp/pr9167.exp
6294         * gdb.cp/scope-err.exp
6295         * gdb.cp/templates.exp
6296         * gdb.cp/virtfunc.exp
6297         * gdb.dwarf2/dw2-dir-file-name.exp
6298         * gdb.dwarf2/dw2-single-line-discriminators.exp
6299         * gdb.fortran/complex.exp
6300         * gdb.fortran/library-module.exp
6301         * gdb.guile/guile.exp
6302         * gdb.guile/scm-cmd.exp
6303         * gdb.guile/scm-frame-inline.exp
6304         * gdb.guile/scm-objfile.exp
6305         * gdb.guile/scm-pretty-print.exp
6306         * gdb.guile/scm-symbol.exp
6307         * gdb.guile/scm-type.exp
6308         * gdb.guile/scm-value.exp
6309         * gdb.linespec/keywords.exp
6310         * gdb.linespec/ls-errs.exp
6311         * gdb.linespec/macro-relative.exp
6312         * gdb.linespec/thread.exp
6313         * gdb.mi/mi-breakpoint-changed.exp
6314         * gdb.mi/mi-dprintf-pending.exp
6315         * gdb.mi/mi-fullname-deleted.exp
6316         * gdb.mi/mi-logging.exp
6317         * gdb.mi/mi-pending.exp
6318         * gdb.mi/mi-solib.exp
6319         * gdb.mi/new-ui-mi-sync.exp
6320         * gdb.mi/user-selected-context-sync.exp
6321         * gdb.multi/dummy-frame-restore.exp
6322         * gdb.multi/multi-arch-exec.exp
6323         * gdb.multi/remove-inferiors.exp
6324         * gdb.multi/watchpoint-multi-exit.exp
6325         * gdb.opt/solib-intra-step.exp
6326         * gdb.perf/backtrace.exp
6327         * gdb.perf/single-step.exp
6328         * gdb.perf/skip-command.exp
6329         * gdb.perf/skip-prologue.exp
6330         * gdb.perf/solib.exp
6331         * gdb.python/lib-types.exp
6332         * gdb.python/py-as-string.exp
6333         * gdb.python/py-bad-printers.exp
6334         * gdb.python/py-block.exp
6335         * gdb.python/py-breakpoint.exp
6336         * gdb.python/py-cmd.exp
6337         * gdb.python/py-events.exp
6338         * gdb.python/py-evthreads.exp
6339         * gdb.python/py-finish-breakpoint.exp
6340         * gdb.python/py-finish-breakpoint2.exp
6341         * gdb.python/py-frame-inline.exp
6342         * gdb.python/py-frame.exp
6343         * gdb.python/py-inferior.exp
6344         * gdb.python/py-infthread.exp
6345         * gdb.python/py-mi.exp
6346         * gdb.python/py-objfile.exp
6347         * gdb.python/py-pp-maint.exp
6348         * gdb.python/py-pp-registration.exp
6349         * gdb.python/py-prettyprint.exp
6350         * gdb.python/py-recurse-unwind.exp
6351         * gdb.python/py-shared.exp
6352         * gdb.python/py-symbol.exp
6353         * gdb.python/py-symtab.exp
6354         * gdb.python/py-template.exp
6355         * gdb.python/py-type.exp
6356         * gdb.python/py-unwind-maint.exp
6357         * gdb.python/py-unwind.exp
6358         * gdb.python/py-value.exp
6359         * gdb.python/python.exp
6360         * gdb.reverse/finish-reverse-bkpt.exp
6361         * gdb.reverse/insn-reverse.exp
6362         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6363         * gdb.reverse/solib-precsave.exp
6364         * gdb.reverse/solib-reverse.exp
6365         * gdb.stabs/gdb11479.exp
6366         * gdb.stabs/weird.exp
6367         * gdb.threads/fork-child-threads.exp
6368         * gdb.threads/fork-plus-threads.exp
6369         * gdb.threads/fork-thread-pending.exp
6370         * gdb.threads/forking-threads-plus-breakpoint.exp
6371         * gdb.threads/hand-call-in-threads.exp
6372         * gdb.threads/interrupted-hand-call.exp
6373         * gdb.threads/linux-dp.exp
6374         * gdb.threads/local-watch-wrong-thread.exp
6375         * gdb.threads/next-while-other-thread-longjmps.exp
6376         * gdb.threads/non-ldr-exit.exp
6377         * gdb.threads/pending-step.exp
6378         * gdb.threads/print-threads.exp
6379         * gdb.threads/process-dies-while-detaching.exp
6380         * gdb.threads/process-dies-while-handling-bp.exp
6381         * gdb.threads/pthreads.exp
6382         * gdb.threads/queue-signal.exp
6383         * gdb.threads/reconnect-signal.exp
6384         * gdb.threads/signal-command-handle-nopass.exp
6385         * gdb.threads/signal-command-multiple-signals-pending.exp
6386         * gdb.threads/signal-delivered-right-thread.exp
6387         * gdb.threads/signal-sigtrap.exp
6388         * gdb.threads/sigthread.exp
6389         * gdb.threads/staticthreads.exp
6390         * gdb.threads/stepi-random-signal.exp
6391         * gdb.threads/thread-unwindonsignal.exp
6392         * gdb.threads/thread_check.exp
6393         * gdb.threads/thread_events.exp
6394         * gdb.threads/tid-reuse.exp
6395         * gdb.threads/tls-nodebug.exp
6396         * gdb.threads/tls-shared.exp
6397         * gdb.threads/tls-so_extern.exp
6398         * gdb.threads/tls.exp
6399         * gdb.threads/wp-replication.exp
6400         * gdb.trace/actions-changed.exp
6401         * gdb.trace/actions.exp
6402         * gdb.trace/backtrace.exp
6403         * gdb.trace/change-loc.exp
6404         * gdb.trace/collection.exp
6405         * gdb.trace/deltrace.exp
6406         * gdb.trace/disconnected-tracing.exp
6407         * gdb.trace/entry-values.exp
6408         * gdb.trace/ftrace-lock.exp
6409         * gdb.trace/ftrace.exp
6410         * gdb.trace/infotrace.exp
6411         * gdb.trace/mi-trace-frame-collected.exp
6412         * gdb.trace/mi-trace-unavailable.exp
6413         * gdb.trace/mi-traceframe-changed.exp
6414         * gdb.trace/mi-tracepoint-changed.exp
6415         * gdb.trace/mi-tsv-changed.exp
6416         * gdb.trace/no-attach-trace.exp
6417         * gdb.trace/packetlen.exp
6418         * gdb.trace/passc-dyn.exp
6419         * gdb.trace/passcount.exp
6420         * gdb.trace/pending.exp
6421         * gdb.trace/pr16508.exp
6422         * gdb.trace/qtro.exp
6423         * gdb.trace/range-stepping.exp
6424         * gdb.trace/read-memory.exp
6425         * gdb.trace/report.exp
6426         * gdb.trace/save-trace.exp
6427         * gdb.trace/signal.exp
6428         * gdb.trace/stap-trace.exp
6429         * gdb.trace/status-stop.exp
6430         * gdb.trace/strace.exp
6431         * gdb.trace/tfile.exp
6432         * gdb.trace/tfind.exp
6433         * gdb.trace/trace-break.exp
6434         * gdb.trace/trace-condition.exp
6435         * gdb.trace/trace-enable-disable.exp
6436         * gdb.trace/trace-mt.exp
6437         * gdb.trace/tracecmd.exp
6438         * gdb.trace/tracefile-pseudo-reg.exp
6439         * gdb.trace/tspeed.exp
6440         * gdb.trace/tstatus.exp
6441         * gdb.trace/tsv.exp
6442         * gdb.trace/unavailable.exp
6443         * gdb.trace/while-dyn.exp
6444         * gdb.trace/while-stepping.exp
6445         * lib/gdb-guile.exp
6446         * lib/gdb.exp
6447         * lib/mi-support.exp
6448         * lib/pascal.exp
6449         * lib/perftest.exp
6450         * lib/prelink-support.exp
6451         * lib/selftest-support.exp
6452
6453 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
6454
6455         * Makefile.in: Include disable-implicit-rules.mk.
6456
6457 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6458
6459         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6460         non-byte-aligned bit fields.
6461
6462 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6463
6464         PR gdb/12616
6465         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
6466         respects the DW_AT_data_bit_offset attribute.
6467
6468 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
6469
6470         * gdb.base/default.exp: Fix output of "set language".
6471
6472 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
6473
6474         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6475         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
6476         make.
6477         * configure.ac: Remove checks for the make program.
6478         * configure: Re-generate.
6479
6480 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
6481
6482         * gdb.python/py-recurse-unwind.c (main): Add loop.
6483         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6484         to read_register() and gdb.parse_and_eval().  Make each code
6485         call a separate case that can be individually tested.
6486         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6487         proc. Call cont_and_backtrace for each of the code paths that
6488         we want to test in the unwinder.
6489
6490 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6491
6492         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6493         the definition of struct S.
6494
6495 2016-11-11  Catherine Moore  <clm@codesourcery.com>
6496
6497         * gdb.base/dump.exp: Identify verilog format dump tests as such.
6498
6499 2016-11-09  Pedro Alves  <palves@redhat.com>
6500
6501         * gdb.base/commands.exp (runto_or_return): New procedure.
6502         (gdbvar_simple_if_test, gdbvar_simple_while_test)
6503         (gdbvar_complex_if_while_test, progvar_simple_if_test)
6504         (progvar_simple_while_test, progvar_complex_if_while_test)
6505         (if_while_breakpoint_command_test)
6506         (infrun_breakpoint_command_test, breakpoint_command_test)
6507         (user_defined_command_test, watchpoint_command_test)
6508         (test_command_prompt_position, redefine_hook_test)
6509         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6510         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6511         multi_line_input and multi_line.  Remove gdb_expect and
6512         gdb_stop_suppressing_tests uses.
6513         * lib/gdb.exp (valnum_re): New global.
6514         (multi_line_input): New procedure.
6515
6516 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
6517
6518         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6519         Remove.
6520         (test_setup): Define with proc_with_prefix.
6521         (test_cli_inferior): Likewise.
6522         (test_cli_thread): Likewise.
6523         (test_cli_frame): Likewise.
6524         (test_cli_select_frame): Likewise.
6525         (test_cli_up_down): Likewise.
6526         (test_mi_thread_select): Likewise.
6527         (test_mi_stack_select_frame): Likewise.
6528         (test_cli_in_mi_inferior): Likewise.
6529         (test_cli_in_mi_thread): Likewise.
6530         (test_cli_in_mi_frame): Likewise.
6531         (top level): Do not use with_test_prefix_procname.
6532
6533 2016-11-09  Pedro Alves  <palves@redhat.com>
6534
6535         * gdb.base/commands.exp (gdbvar_simple_if_test)
6536         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6537         (progvar_simple_if_test, progvar_simple_while_test)
6538         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6539         (infrun_breakpoint_command_test, breakpoint_command_test)
6540         (user_defined_command_test, watchpoint_command_test)
6541         (test_command_prompt_position, deprecated_command_test)
6542         (bp_deleted_in_command, temporary_breakpoint_commands)
6543         (stray_arg0_test, source_file_with_indented_comment)
6544         (recursive_source_test, if_commands_test)
6545         (error_clears_commands_left, redefine_hook_test)
6546         (redefine_backtrace_test): Use proc_with_prefix.
6547         * lib/gdb.exp (proc_with_prefix): New proc.
6548
6549 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6550
6551         * gdb.base/tui-layout.c: New file.
6552         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6553         disassembly window contains very long lines.
6554
6555 2016-11-08  Tom Tromey  <tom@tromey.com>
6556
6557         * gdb.python/py-value.exp (test_value_creation): Make "long" test
6558         depend on Python 2.
6559
6560 2016-11-08  Tom Tromey  <tom@tromey.com>
6561
6562         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6563         New method.
6564
6565 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
6566
6567         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
6568
6569 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
6570
6571         * gdb.rust/simple.rs: Add test for univariant enums without
6572         discriminants and for encoded struct-like enums.
6573
6574 2016-10-28  Pedro Alves  <palves@redhat.com>
6575
6576         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6577         gdb_test_multiple, tighten regexps and match symtabs and line
6578         tables incrementally.
6579
6580 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
6581
6582         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6583         general.
6584
6585 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
6586
6587         * gdb.base/exec-invalid-sysroot.exp: New file.
6588
6589 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6590
6591         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6592
6593 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6594
6595         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6596
6597 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
6598
6599         * gdb.base/killed-outside.exp: Remove $options from a call to
6600         `prepare_for_testing'.
6601
6602 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6603
6604         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6605         Change test message.
6606
6607 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6608
6609         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6610         Update comment.
6611
6612 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
6613
6614         * gdb.trace/mi-trace-save.exp: New file.
6615
6616 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6617
6618         * gdb.base/code_elim.exp (get_var_address): Remove.
6619         * gdb.base/relocate.exp: Likewise.
6620         * gdb.base/shreloc.exp: Likewise.
6621         * lib/gdb.exp (get_var_address): New.
6622
6623 2016-10-13  Yao Qi  <yao.qi@linaro.org>
6624
6625         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6626         floating point tests if $skip_float_test is false.
6627
6628 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
6629
6630         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6631         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6632         argc values.
6633         Add 1 to argc so we guarantee distinct initial/modified argc values.
6634
6635 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6636
6637         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6638
6639 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6640
6641         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6642         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6643         * gdb.arch/vsx-regs.exp: Likewise.
6644
6645 2016-10-07  Yao Qi  <yao.qi@linaro.org>
6646
6647         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6648
6649 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
6650
6651         * gdb.python/python.exp: Test decode_line("*0").
6652
6653 2016-10-06  Doug Evans  <dje@google.com>
6654
6655         * gdb.python/py-value.exp (test_value_creation): Add test for large
6656         unsigned 64-bit value.
6657
6658 2016-10-06  Tom Tromey  <tom@tromey.com>
6659
6660         * gdb.compile/compile.exp: Change java tests to rust.
6661         * gdb.base/setshow.exp: Change java tests to rust.
6662         * gdb.base/default.exp: Remove java from language list.
6663         * README (Examples): Update language example.
6664         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6665         test.
6666         * lib/gdb.exp (skip_java_tests): Remove.
6667         * lib/java.exp: Remove.
6668         * gdb.java: Remove.
6669
6670 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6671
6672         * gdb.arch/mips-fcr.exp: New test.
6673         * gdb.arch/mips-fcr.c: Source for the new test.
6674
6675 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
6676
6677         * gdb.base/solib-disc.exp: Use `standard_output_file'
6678         throughout.
6679
6680 2016-10-06  Pedro Alves  <palves@redhat.com>
6681
6682         * gdb.base/jit-simple-dl.c: New file.
6683         * gdb.base/jit-simple-jit.c: New file, factored out from ...
6684         * gdb.base/jit-simple.c: ... this.
6685         * gdb.base/jit-simple.exp (jit_run): Delete.
6686         (build_jit): New proc.
6687         (jit_test_reread): Recompile either the main program or the shared
6688         library, depending on what is being tested.  Skip changing address
6689         if caller wants to.  Compare before/after addresses.  If testing
6690         standalone, explicitly load the binary.  Test "maint info
6691         breakpoints".
6692         (top level): Add "standalone vs shared lib" and "change address"
6693         vs "same address" axes.
6694
6695 2016-10-06  Pedro Alves  <palves@redhat.com>
6696
6697         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6698         call.
6699         (jit_run): Delete.
6700         (jit_test_reread): Use with_test_prefix.  Reload the main binary
6701         explicitly.  Compare the before/after addresses of the JIT
6702         descriptor.
6703
6704 2016-08-15  Doug Evans  <dje@google.com>
6705
6706         * gdb.xml/extra-regs.xml: Update, end field now required, default type
6707         for single bitfields is bool.
6708         * gdb.xml/tdesc-regs.exp: Ditto.
6709
6710 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6711
6712         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6713
6714 2016-10-05  Yao Qi  <yao.qi@linaro.org>
6715
6716         * lib/gdb.exp (support_complex_tests): Return zero if
6717         gdb_skip_float_test return true.
6718
6719 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6720             Simon Marchi  <simon.marchi@ericsson.com>
6721
6722         PR gdb/20487
6723         * gdb.mi/user-selected-context-sync.exp: New file.
6724         * gdb.mi/user-selected-context-sync.c: New file.
6725
6726 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6727             Simon Marchi  <simon.marchi@ericsson.com>
6728
6729         PR gdb/20487
6730         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6731         =thread-select-event check.
6732
6733 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
6734
6735         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6736         the compulsory L operand changes.
6737         * gdb.arch/powerpc-power.s: Likewise.
6738
6739 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6740
6741         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6742         * gdb.base/jit-attach-pie.c: New file.
6743         * gdb.base/jit-attach-pie.exp: New file.
6744
6745 2016-09-28  Pedro Alves  <palves@redhat.com>
6746
6747         * gdb.base/infcall-input.c: New file.
6748         * gdb.base/infcall-input.exp: New file.
6749
6750 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6751
6752         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6753         (gdb_exit): Rename it to ...
6754         (gdbserver_gdb_exit): ...  Close GDBserver.
6755         (gdb_exit): New proc, call gdbserver_gdb_exit.
6756         (mi_gdb_exit): Likewise.
6757
6758 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6759
6760         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6761         path.
6762         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6763         Remove duplication.
6764
6765 2016-09-22  Yao Qi  <yao.qi@linaro.org>
6766
6767         * lib/gdbserver-support.exp: Check the existence of
6768         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6769
6770 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
6771
6772         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6773
6774 2016-09-21  Tom Tromey  <tom@tromey.com>
6775
6776         PR gdb/20604:
6777         * gdb.base/quit.exp: New file.
6778
6779 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
6780
6781         * .gitignore: New file.
6782
6783 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
6784
6785         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6786         throughout.
6787
6788 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6789
6790         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6791
6792 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6793
6794         * gdb.cp/casts.cc (decltype): Move it ...
6795         (main): ... with its call to ...
6796         * gdb.cp/casts03.cc: ... a new file.
6797         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6798
6799 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6800
6801         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6802
6803 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
6804
6805         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6806         and sync up the test with tests in gas/testsuite/gas/ppc.
6807         * gdb.arch/powerpc-power.exp: Likewise.
6808
6809 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6810
6811         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6812
6813 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
6814             Jan Kratochvil  <jan.kratochvil@redhat.com>
6815
6816         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6817         make m1's definition to be different from m2's.  Use 'dummy' as an
6818         argument for probe 'two'.
6819
6820 2016-09-10  Jon Beniston  <jon@beniston.com>
6821
6822         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6823         for sim target.
6824
6825 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6826
6827         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6828         variable declaration.
6829         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
6830         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6831         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6832         received HWCAP as its argument.
6833
6834 2016-09-06  Pedro Alves  <palves@redhat.com>
6835
6836         * gdb.base/new-ui-pending-input.c: New file.
6837         * gdb.base/new-ui-pending-input.exp: New file.
6838         * gdb.exp (clear_gdb_spawn_id): New procedure.
6839         (with_spawn_id): Check whether gdb_spawn_id exists before
6840         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
6841         on exit.
6842
6843 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6844
6845         * gdb.base/float128.c: New file.
6846         * gdb.base/float128.exp: Likewise.
6847         * gdb.base/floatn.c: Likewise.
6848         * gdb.base/floatn.exp: Likewise.
6849
6850 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
6851
6852         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6853
6854 2016-09-05  Pedro Alves  <palves@redhat.com>
6855
6856         PR backtrace/19927
6857         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6858         unwinders are immediately called as side effect of "source" or
6859         "disable unwinder" commands.
6860         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6861
6862 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6863
6864         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6865         is true and $type is "float" or "double".
6866
6867 2016-09-02  Yao Qi  <yao.qi@linaro.org>
6868
6869         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6870         true.
6871         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6872         * gdb.base/call-rt-st.exp: Likewise.
6873         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6874         return value instead of gdb,skip_float_test.
6875         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6876         (do_function_calls): Use its return value instead of
6877         gdb,skip_float_test.
6878         * gdb.base/finish.exp: Likewise.
6879         * gdb.base/funcargs.exp: Likewise.
6880         * gdb.base/return.exp: Likewise.
6881         * gdb.base/return2.exp: Likewise.
6882         * gdb.base/varargs.exp: Likewise.
6883         * lib/gdb.exp (gdb_skip_float_test): Change it to
6884         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
6885
6886 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6887
6888         * gdb.multi/tids.exp: Test "thread apply all".
6889
6890 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6891
6892         * gdb.base/default.exp (tty): Remove.
6893
6894 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
6895
6896         * gdb.python/py-recurse-unwind.c: New file.
6897         * gdb.python/py-recurse-unwind.py: New file.
6898         * gdb.python/py-recurse-unwind.exp: New file.
6899
6900 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
6901
6902         * gdb.base/set-inferior-tty.exp: New file.
6903         * gdb.base/set-inferior-tty.c: New file.
6904
6905 2016-08-23  Pedro Alves  <palves@redhat.com>
6906
6907         PR gdb/20494
6908         * gdb.base/new-ui-echo.c: New file.
6909         * gdb.base/new-ui-echo.exp: New file.
6910
6911 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6912
6913         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6914         gdbserver_spawn.
6915         * gdb.server/connect-without-multi-process.exp (do_test):
6916         Likewise.
6917
6918 2016-08-23  Yao Qi  <yao.qi@linaro.org>
6919
6920         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6921         standalone_txt.  Delete gdb_txt and standalone_txt on host
6922         and target.  Spawn the binary on target.  Copy files from
6923         target to host.
6924
6925 2016-08-22  Pedro Alves  <palves@redhat.com>
6926
6927         PR gdb/20505
6928         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
6929         with_test_prefix.  Factor out bits to ...
6930         (test_no_vdso): ... this new procedure.
6931
6932 2016-08-19  Carl Love  <cel@us.ibm.com>
6933
6934         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6935         maintaining separate logic for constructing the output path.
6936         * gdb.arch/powerpc-d128-regs.exp: Likewise.
6937         * gdb.arch/ppc-dfp.exp: Likewise.
6938         * gdb.arch/ppc-fp.exp: Likewise.
6939         * gdb.arch/vsx-regs.exp: Likewise.
6940         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6941         binprefix for generating the additional binary files.
6942
6943 2016-08-19  Pedro Alves  <palves@redhat.com>
6944
6945         * gdb.trace/mi-trace-frame-collected.exp
6946         (test_trace_frame_collected): On x32, expect two registers.
6947
6948 2016-08-18  Carl Love  <cel@us.ibm.com>
6949
6950         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6951         and sync up the test with tests in gas/testsuite/gas/ppc.
6952         * gdb.arch/powerpc-power.exp: Likewise.
6953
6954 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6955
6956         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6957         expected error message.
6958
6959 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
6960
6961         * gdb.multi/remove-inferiors.exp: New file.
6962         * gdb.multi/remove-inferiors.c: New file.
6963
6964 2016-08-12  Yao Qi  <yao.qi@linaro.org>
6965
6966         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6967         argument list.
6968
6969 2016-08-10  Pedro Alves  <palves@redhat.com>
6970
6971         PR gdb/19187
6972         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6973         setup_kfails.
6974
6975 2016-08-09  Pedro Alves  <palves@redhat.com>
6976             Simon Marchi  <simon.marchi@ericsson.com>
6977
6978         PR gdb/20418
6979         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6980         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6981
6982 2016-08-09  Pedro Alves  <palves@redhat.com>
6983
6984         PR mi/20431
6985         * gdb.mi/mi-cmd-error.exp: New file.
6986
6987 2016-08-09  Pedro Alves  <palves@redhat.com>
6988
6989         PR gdb/18653
6990         * gdb.base/signals-state-child.c: New file.
6991         * gdb.base/signals-state-child.exp: New file.
6992         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6993
6994 2016-08-09  Pedro Alves  <palves@redhat.com>
6995
6996         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6997
6998 2016-08-03  Tom Tromey  <tom@tromey.com>
6999
7000         PR python/18565:
7001         * gdb.python/py-frame-inline.exp: Add Frame.function test.
7002
7003 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7004
7005         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7006         variable mode to "multi-process" if $multi_process is 1, otherwise
7007         set it to "single-process".
7008
7009 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7010
7011         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7012         * gdb.cp/cpexprs.exp: Likewise.
7013         * gdb.cp/m-static.exp: Likewise.
7014
7015 2016-07-26  Tom Tromey  <tom@tromey.com>
7016
7017         PR python/20190:
7018         * gdb.threads/tls.exp (check_thread_local): Add python symbol
7019         test.
7020
7021 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
7022
7023         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7024         selecting assembly source files.
7025         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7026         assembly source files.
7027         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7028         assembly source files.
7029         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7030         selecting assembly source files.
7031
7032 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
7033
7034         * gdb.base/new-ui.exp (do_test_invalid_args): New
7035         procedure.
7036
7037 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
7038
7039         * gdb.btrace/reconnect.c: New file.
7040         * gdb.btrace/reconnect.exp: New file.
7041
7042 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
7043
7044         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7045         to test_catch_syscall_group.
7046         (test_catch_syscall_group): New.
7047
7048 2016-07-21  Tom Tromey  <tom@tromey.com>
7049
7050         * gdb.rust/simple.rs (main): Use empty struct expression.
7051         * gdb.rust/simple.exp: Add tests for empty struct expression.
7052
7053 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7054
7055         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7056         if gdb_skip_xml_test is true on some targets.
7057
7058 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7059
7060         * gdb.server/solib-list.exp: Unset last_loaded_file.
7061
7062 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7063
7064         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7065         "step into captured_main (args)".
7066
7067 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7068
7069         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7070
7071 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7072
7073         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7074
7075 2016-07-19  Pedro Alves  <palves@redhat.com>
7076
7077         * gdb.opt/inline-break.exp: Remove optimize=-O2.
7078         * gdb.opt/inline-bt.exp: Likewise.
7079         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7080         additional_flags=-Winline.
7081         * gdb.opt/inline-locals.exp: Likewise.
7082         * gdb.opt/inline-markers.c (ATTR): Define.
7083         (inlined_fn): Use it.
7084
7085 2016-07-19  Yao Qi  <yao.qi@linaro.org>
7086
7087         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7088         (test_with_self): Remove some code.  Remove argument executable.
7089         (top-level): Use do_self_tests.
7090
7091 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
7092             Don Breazeal <donb@codesourcery.com>
7093
7094         * gdb.base/maint.exp: Escape paths used in regular expressions.
7095         * gdb.stabs/weird.exp: Likewise.
7096
7097 2016-07-13  Tom Tromey  <tom@tromey.com>
7098
7099         PR python/15620, PR python/18620:
7100         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7101         (test_bkpt_events): New procs.
7102
7103 2016-07-13  Tom Tromey  <tom@tromey.com>
7104
7105         PR python/17698:
7106         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7107         test.
7108         (test_watchpoints): Likewise.
7109         (test_bkpt_pending): New proc.
7110
7111 2016-07-13  Tom Tromey  <tom@tromey.com>
7112
7113         PR cli/18053:
7114         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
7115         completion test.
7116
7117 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7118
7119         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
7120         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
7121         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
7122         f_label.
7123         (g): Rename g_end_lbl to g_label.
7124         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
7125         low_pc and high_pc.
7126         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
7127
7128 2016-07-12  Tom Tromey  <tom@tromey.com>
7129
7130         PR python/19293:
7131         * gdb.python/py-unwind-maint.exp: Update tests.
7132
7133 2016-07-12  Yao Qi  <yao.qi@linaro.org>
7134
7135         * lib/selftest-support.exp (selftest_setup): Match the output
7136         when captured_main is inlined.
7137
7138 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7139
7140         * gdb.fortran/derived-types.exp (result_line, result_line_2):
7141         New variables.
7142         (print this%a, print this%b, print this): New tests.
7143         * gdb.fortran/derived-types.f90 (this): New object and
7144         initialization.
7145
7146 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7147
7148         * gdb.ada/arraydim.exp: Remove extra directory level in build
7149         directory.
7150
7151 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7152
7153         * lib/ada.exp: Remove extra directory level in build directory.
7154         * gdb.ada/cond_lang.exp: Likewise.
7155         * gdb.ada/exec_changed.exp: Likewise.
7156         * gdb.ada/lang_switch.exp: Likewise.
7157
7158 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
7159
7160         * simple.rs: Add test for raw pointer subscripting.
7161         * simple.exp: Add test expectations.
7162
7163 2016-07-05  Yao Qi  <yao.qi@linaro.org>
7164
7165         * gdb.mi/mi-reverse.exp: Match =record-started output.
7166
7167 2016-07-01  Pedro Alves  <palves@redhat.com>
7168
7169         * gdb.base/jit-reader.exp (info_registers_current_frame): New
7170         procedure.
7171         (jit_reader_test): Test the jit reader's unwinder.
7172         * gdb.base/jithost.c (jit_function_00_code): New global.
7173         (main): Use memcpy to fill in the mmapped code, instead of poking
7174         bytes manually here.
7175         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
7176         value.
7177         (read_debug_info): Save the function's range.
7178         (read_sp): New function.
7179         (unwind_frame): Use it.  Also unwind RBP.
7180         (get_frame_id): Use read_sp.
7181         (gdb_init_reader): Use calloc instead of malloc.
7182         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
7183         parameter.  Use gdb_test_multiple.
7184
7185 2016-07-01  Pedro Alves  <palves@redhat.com>
7186             Antoine Tremblay  <antoine.tremblay@ericsson.com>
7187
7188         * gdb.threads/process-dies-while-detaching.c: New file.
7189         * gdb.threads/process-dies-while-detaching.exp: New file.
7190
7191 2016-07-01  Pedro Alves  <palves@redhat.com>
7192
7193         * gdb.multi/watchpoint-multi-exit.c: New file.
7194         * gdb.multi/watchpoint-multi-exit.exp: New file.
7195
7196 2016-06-30  Pedro Alves  <palves@redhat.com>
7197
7198         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
7199         unset inferior_spawn_id.
7200
7201 2016-06-30  Pedro Alves  <palves@redhat.com>
7202
7203         * lib/mi-support.exp (default_mi_gdb_start): Declare global
7204         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
7205
7206 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7207
7208         * gdb.base/return.c: Add copyright header.
7209
7210 2016-06-29  Tom Tromey  <tom@tromey.com>
7211
7212         PR python/20129:
7213         * gdb.python/py-framefilter.exp: Add tests for setting priority
7214         and disabling of non-existent frame filter.
7215
7216 2016-06-29  Yao Qi  <yao.qi@linaro.org>
7217
7218         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
7219         0x0f07ff.
7220
7221 2016-06-28  Yao Qi  <yao.qi@linaro.org>
7222
7223         * gdb.base/catch-syscall.exp: Remove check on isnative and target
7224         triplets.  Start gdb, execute catch syscall, and continue.  Check
7225         gdb's output to determine catch syscall is supported.
7226
7227 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
7228
7229         * gdb.rust/simple.rs: Add test for returning unit in a function.
7230         * gdb.rust/simple.exp: Add expectation for functions returning
7231         unit.
7232
7233 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
7234
7235         * gdb.python/py-breakpoint-create-fail.c,
7236         gdb.python/py-breakpoint-create-fail.exp,
7237         gdb.python/py-breakpoint-create-fail.py: New testcase.
7238
7239 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
7240
7241         PR gdb/20239
7242         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
7243         * gdb.rust/simple.exp: Add test expectations for new NonZero
7244         tests.
7245
7246 2016-06-24  David Taylor  <dtaylor@emc.com>
7247
7248         * gdb.base/offsets.exp: New file.
7249         * gdb.base/offsets.c: New file.
7250
7251 2016-06-23  Tom Tromey  <tom@tromey.com>
7252
7253         PR gdb/16483:
7254         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
7255         before any filters are loaded.
7256
7257 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7258
7259         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
7260         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
7261         structs.
7262         * gdb.fortran/derived-type-function.exp: New file.
7263         * gdb.fortran/derived-type-function.f90: New file.
7264
7265
7266 2016-06-21  Pedro Alves  <palves@redhat.com>
7267
7268         * gdb.base/new-ui.exp: New file.
7269         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
7270         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
7271         (with_spawn_id): New procedure.
7272
7273 2016-06-21  Pedro Alves  <palves@redhat.com>
7274
7275         * gdb.mi/mi-exec-run.exp: New file.
7276
7277 2016-06-21  Pedro Alves  <palves@redhat.com>
7278
7279         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
7280         breakpoint command's output on the main UI.
7281         (test_break): New procedure, factored out from calls in the top
7282         level.
7283         (top level): Use foreach_with_prefix to test MI as main UI and as
7284         separate UI.
7285
7286 2016-06-21  Pedro Alves  <palves@redhat.com>
7287
7288         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
7289         (test_awatch_creation_and_listing)
7290         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
7291         Remove 'type' parameter.
7292         (test_watchpoint_all): New parameter mi_mode.  Remove
7293         with_test_prefix.
7294         (top level): Use foreach_with_prefix, and add main/separate UI MI
7295         testing axis.
7296
7297 2016-06-21  Pedro Alves  <palves@redhat.com>
7298
7299         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
7300         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
7301         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
7302         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
7303         (gdb_main_spawn_id, mi_spawn_id): Declare and
7304         comment.
7305         (mi_create_inferior_pty): New procedure,
7306         factored out from default_mi_gdb_start.
7307         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
7308         procedures.
7309         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
7310         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
7311         Use mi_create_inferior_pty.
7312         (mi_gdb_start): Use eval to pass down args list.
7313
7314 2016-06-21  Pedro Alves  <palves@redhat.com>
7315
7316         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
7317         * gdb.opt/inline-cmds.exp: Add MI tests.
7318
7319 2016-06-21  Pedro Alves  <palves@redhat.com>
7320
7321         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
7322
7323 2016-06-21  Pedro Alves  <palves@redhat.com>
7324
7325         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
7326         (top level): Use it instead of mi_execute_to.
7327
7328 2016-06-21  Pedro Alves  <palves@redhat.com>
7329
7330         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
7331         (cont_handler_str): New.
7332         (signal_stop_handler): Set stop_handler_str instead of printing to
7333         stdout.
7334         (continue_handler): Set cont_handler_str instead of printing to
7335         stdout.
7336         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
7337         mi_send_resuming_command.  Print stop_handler_str and
7338         cont_handler_str instead of expecting the python events print
7339         directly.
7340
7341 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
7342
7343         * gdb.base/jit-reader.exp: New file.
7344         * gdb.base/jithost.c: New file.
7345         * gdb.base/jithost.h: New file.
7346         * gdb.base/jitreader.c : New file.
7347         * gdb.base/jit-protocol.h: New file.
7348
7349 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7350
7351         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
7352         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
7353         and detach-on-fork.  Adjust tests.
7354         (top level): Invoke break_cond_on_syscall with combinations of
7355         syscall, follow-fork-mode and detach-on-fork.
7356
7357 2016-06-17  Yao Qi  <yao.qi@linaro.org>
7358
7359         * gdb.base/step-over-exit.c: New.
7360         * gdb.base/step-over-exit.exp: New.
7361
7362 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
7363
7364         * gdb.base/float.exp: Add target check for nds32*-*-*.
7365         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
7366
7367 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7368
7369         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
7370         for unsupported target features.
7371         * gdb.base/call-rt-st.exp: Likewise.
7372         * gdb.base/call-sc.exp: Likewise.
7373         * gdb.base/call-signal-resume.exp: Likewise.
7374         * gdb.base/call-strs.exp: Likewise.
7375         * gdb.base/callexit.exp: Likewise.
7376         * gdb.base/callfuncs.exp: Likewise.
7377         * gdb.base/nodebug.exp: Likewise.
7378         * gdb.base/printcmds.exp: Likewise.
7379         * gdb.base/ptype.exp: Likewise.
7380         * gdb.base/structs.exp: Likewise.
7381         * gdb.base/unwindonsignal.exp: Likewise.
7382         * gdb.cp/gdb2495.exp: Likewise.
7383         * gdb.cp/templates.exp: Likewise.
7384         * gdb.cp/virtfunc.exp: Likewise.
7385         * gdb.threads/hand-call-in-threads.exp: Likewise.
7386         * gdb.threads/interrupted-hand-call.exp: Likewise.
7387         * gdb.threads/thread-unwindonsignal.exp: Likewise.
7388
7389 2016-06-10  Tom Tromey  <tom@tromey.com>
7390
7391         PR rust/20110:
7392         * gdb.rust/expr.exp: Add test for integer constant larger than
7393         i32.
7394
7395 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
7396
7397         * gdb.fortran/nested-funcs.exp: New.
7398         * gdb.fortran/nested-funcs.f90: New.
7399
7400 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
7401
7402         * gdb.base/examine-backward.c: New file.
7403         * gdb.base/examine-backward.exp: New file.
7404
7405 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
7406
7407         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
7408         matching.
7409
7410 2016-06-02  Tom Tromey  <tom@tromey.com>
7411
7412         PR python/18984:
7413         * gdb.python/py-shared.exp: Add solib_name test.
7414
7415 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7416
7417         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
7418
7419 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
7420
7421         PR c++/19893
7422         * gdb.dwarf2/implref.exp: Rename to...
7423         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
7424         * gdb.dwarf2/implref-array.c: New file.
7425         * gdb.dwarf2/implref-array.exp: Likewise.
7426         * gdb.dwarf2/implref-global.c: Likewise.
7427         * gdb.dwarf2/implref-global.exp: Likewise.
7428         * gdb.dwarf2/implref-struct.c: Likewise.
7429         * gdb.dwarf2/implref-struct.exp: Likewise.
7430
7431 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7432
7433         * gdb.trace/trace-condition.exp: Add 64bit tests.
7434
7435 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7436
7437         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7438         bits types.
7439         (main): Adapt to 8 to 64 bits types.
7440         * gdb.trace/trace-condition.exp: Add new tests.
7441
7442 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7443
7444         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7445
7446 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7447
7448         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7449         Move condition tests...
7450         * gdb.trace/trace-condition.exp: Here.
7451
7452 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7453
7454         * gdb.trace/trace-condition.exp: Add counter-case tests.
7455
7456 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7457
7458         PR c++/15231
7459         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7460         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7461
7462 2016-05-27  Pedro Alves  <palves@redhat.com>
7463
7464         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7465         New procedure.
7466         (top level): Call it, and bail out of DejaGnu is known to be bad.
7467
7468 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
7469
7470         * gdb.base/whatis.c: Extend the test case.
7471         * gdb.base/whatis.exp: Add additional tests.
7472
7473 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7474
7475 * gdb.fortran/type.f90: Add pointer variable.
7476 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7477
7478 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7479
7480         * gdb.fortran/vla-type.exp: Fix testcase name.
7481
7482 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7483
7484         * gdb.fortran/vla-type.exp: Access elements in nested structs.
7485
7486 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7487
7488         * gdb.fortran/type.f90: Add nested structures.
7489         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7490         * gdb.fortran/derived-type.exp: Adapt expected output.
7491         * gdb.fortran/vla-type.exp: Adapt expected output.
7492
7493 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7494
7495         * gdb.fortran/whatis_type.exp: Adapt expected output.
7496
7497 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7498
7499         * gdb.fortran/print_type.exp: Fix expected output.
7500         * gdb.fortran/whatis_type.exp: Fix expected output.
7501
7502 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
7503
7504         * gdb.fortran/whatis_type.exp: Use multi_line.
7505
7506 2016-05-24  Tom Tromey  <tom@tromey.com>
7507
7508         PR python/17386:
7509         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7510         use value as an index.
7511
7512 2016-05-23  Tom Tromey  <tom@tromey.com>
7513
7514         PR python/17981:
7515         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7516         no-breakpoint case.
7517
7518 2016-05-24  Pedro Alves  <palves@redhat.com>
7519
7520         PR gdb/19828
7521         * gdb.threads/clone-attach-detach.c: New file.
7522         * gdb.threads/clone-attach-detach.exp: New file.
7523
7524 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
7525
7526         * gdb.base/annota-input-while-running.exp: Fix syntax error.
7527
7528 2016-05-23  Tom Tromey  <tom@tromey.com>
7529
7530         PR python/19438, PR python/18393:
7531         * gdb.python/py-progspace.exp: Add "dir" test.
7532         * gdb.python/py-objfile.exp: Add "dir" test.
7533
7534 2016-05-23  Yao Qi  <yao.qi@linaro.org>
7535
7536         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7537         * gdb.arch/thumb2-it.exp: Likewise.
7538
7539 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
7540
7541         * gdb.mi/mi-threads-interrupt.c: New file.
7542         * gdb.mi/mi-threads-interrupt.exp: New file.
7543
7544 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
7545
7546         PR gdb/18077
7547         * gdb.mi/mi-async-run.exp: New file.
7548         * gdb.mi/mi-async-run.c: New file.
7549
7550 2016-05-17  Tom Tromey  <tom@tromey.com>
7551             Manish Goregaokar <manishsmail@gmail.com>
7552
7553         * lib/rust-support.exp: New file.
7554         * lib/gdb.exp (skip_rust_tests): New proc.
7555         (build_executable_from_specs): Handle rust.
7556         * lib/future.exp (gdb_find_rustc): New proc.
7557         (gdb_default_target_compile): Handle rust.
7558         * gdb.rust/expr.exp: New file.
7559         * gdb.rust/generics.exp: New file.
7560         * gdb.rust/generics.rs: New file.
7561         * gdb.rust/methods.exp: New file.
7562         * gdb.rust/methods.rs: New file.
7563         * gdb.rust/modules.exp: New file.
7564         * gdb.rust/modules.rs: New file.
7565         * gdb.rust/simple.exp: New file.
7566         * gdb.rust/simple.rs: New file.
7567
7568 2016-05-17  Tom Tromey  <tom@tromey.com>
7569
7570         * gdb.base/default.exp (set language): Add rust.
7571
7572 2016-05-17  Tom Tromey  <tom@tromey.com>
7573
7574         * gdb.gdb/unittest.exp: New file.
7575
7576 2016-05-16  Yao Qi  <yao.qi@linaro.org>
7577
7578         * gdb.base/batch-preserve-term-settings.exp: Remove variable
7579         shell_prompt.  Update shell_prompt_re.
7580
7581 2016-05-12  Doug Evans  <dje@google.com>
7582
7583         PR symtab/19999
7584         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7585         $options when building executable.
7586         * gdb.dwarf2/fission-loclists-pie.S: New file.
7587         * gdb.dwarf2/fission-loclists-pie.exp: New file.
7588
7589 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7590
7591         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7592         of [is_remote target],
7593
7594 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
7595
7596         * lib/gdb.exp (use_gdb_stub): New procedure.
7597
7598 2016-05-03  Yunlian Jiang <yunlian@google.com>
7599             Doug Evans  <dje@google.com>
7600
7601         PR symtab/19914
7602         * gdb.dwarf2/dwp-sepdebug.c: New file.
7603         * gdb.dwarf2/dwp-sepdebug.exp: New file.
7604
7605 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7606
7607         * gdb.base/detach.exp: Remove is_remote check.
7608
7609 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
7610
7611         * gdb.base/annota-input-while-running.exp: Don't check for
7612         [is_remote target].  Enable annotations after running to main.
7613         Remove unused "set test..." line.
7614
7615 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7616
7617         * gdb.trace/trace-enable-disable.exp: New file.
7618         * gdb.trace/trace-enable-disable.c: New file.
7619
7620 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
7621
7622         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7623         use it in info sharedlibrary test.
7624         * gdb.trace/ftrace-lock.exp: Likewise.
7625         * gdb.trace/ftrace.exp: Likewise.
7626         * gdb.trace/range-stepping.exp: Likewise.
7627         * gdb.trace/trace-break.exp: Likewise.
7628         * gdb.trace/trace-condition.exp: Likewise.
7629         * gdb.trace/trace-mt.exp: Likewise.
7630
7631 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7632
7633         * lib/gdb.exp (gdb_load_shlibs): Rename to...
7634         (gdb_load_shlib): ... this.
7635         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7636         gdb_load_shlib.
7637         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7638         * gdb.base/ctxobj.exp: Likewise.
7639         * gdb.base/dprintf-pending.exp: Likewise.
7640         * gdb.base/dso2dso.exp: Likewise.
7641         * gdb.base/fixsection.exp: Likewise.
7642         * gdb.base/gcore-relro.exp: Likewise.
7643         * gdb.base/gdb1555.exp: Likewise.
7644         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7645         * gdb.base/gnu-ifunc.exp: Likewise.
7646         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7647         * gdb.base/jit-so.exp (one_jit_test): Likewise.
7648         * gdb.base/pending.exp: Likewise.
7649         * gdb.base/print-file-var.exp: Likewise.
7650         * gdb.base/print-symbol-loading.exp: Likewise.
7651         * gdb.base/shlib-call.exp: Likewise.
7652         * gdb.base/shreloc.exp: Likewise.
7653         * gdb.base/so-impl-ld.exp: Likewise.
7654         * gdb.base/solib-disc.exp: Likewise.
7655         * gdb.base/solib-nodir.exp: Likewise.
7656         * gdb.base/solib-overlap.exp: Likewise.
7657         * gdb.base/solib-symbol.exp: Likewise.
7658         * gdb.base/solib-weak.exp (do_test): Likewise.
7659         * gdb.base/sym-file.exp: Likewise.
7660         * gdb.base/symtab-search-order.exp: Likewise.
7661         * gdb.base/type-opaque.exp: Likewise.
7662         * gdb.base/unload.exp: Likewise.
7663         * gdb.base/watchpoint-solib.exp: Likewise.
7664         * gdb.compile/compile.exp: Likewise.
7665         * gdb.cp/gdb2384.exp: Likewise.
7666         * gdb.cp/infcall-dlopen.exp: Likewise.
7667         * gdb.cp/re-set-overloaded.exp: Likewise.
7668         * gdb.fortran/library-module.exp: Likewise.
7669         * gdb.opt/solib-intra-step.exp: Likewise.
7670         * gdb.python/py-finish-breakpoint.exp: Likewise.
7671         * gdb.python/py-shared.exp: Likewise.
7672         * gdb.reverse/solib-precsave.exp: Likewise.
7673         * gdb.reverse/solib-reverse.exp: Likewise.
7674         * gdb.server/solib-list.exp: Likewise.
7675         * gdb.threads/dlopen-libpthread.exp: Likewise.
7676         * gdb.threads/tls-shared.exp: Likewise.
7677         * gdb.threads/tls-so_extern.exp: Likewise.
7678         * gdb.trace/change-loc.exp: Likewise.
7679         * gdb.trace/ftrace-lock.exp: Likewise.
7680         * gdb.trace/ftrace.exp: Likewise.
7681         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7682         * gdb.trace/pending.exp: Likewise.
7683         * gdb.trace/range-stepping.exp: Likewise.
7684         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7685         (strace_info_marker): Likewise.
7686         (strace_probe_marker): Likewise.
7687         (strace_trace_on_same_addr): Likewise.
7688         (strace_trace_on_diff_addr): Likewise.
7689         * gdb.trace/trace-break.exp: Likewise.
7690         * gdb.trace/trace-condition.exp: Likewise.
7691         * gdb.trace/trace-mt.exp: Likewise.
7692
7693 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
7694
7695         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
7696         result of gdb_remote_download.
7697         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7698         * gdb.base/dso2dso.exp: Likewise.
7699         * gdb.base/global-var-nested-by-dso.exp: Likewise.
7700         * gdb.base/print-file-var.exp: Likewise.
7701         * gdb.base/shlib-call.exp: Likewise.
7702         * gdb.base/shreloc.exp: Likewise.
7703         * gdb.base/solib-overlap.exp: Likewise.
7704         * gdb.base/solib-weak.exp (do_test): Likewise.
7705         * gdb.base/unload.exp: Likewise.
7706
7707 2016-04-27  Yao Qi  <yao.qi@linaro.org>
7708
7709         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7710         exists.
7711
7712 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7713
7714         * vla-type.exp: Print structure from toplevel.
7715
7716 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7717
7718         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7719         of dynamic types.
7720         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7721         of dynamic types.
7722
7723 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
7724
7725         * gdb.fortran/vla-type.f90: New file.
7726         * gdb.fortran/vla-type.exp: New file.
7727
7728 2016-04-25  Yao Qi  <yao.qi@linaro.org>
7729
7730         * gdb.base/branch-to-self.c: New file.
7731         * gdb.base/branch-to-self.exp: New file.
7732
7733 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7734
7735         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7736         more after $hex.
7737
7738 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7739
7740         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7741         * gdb.base/annota3.exp: Likewise.
7742
7743 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7744
7745         * gdb.reverse/step-precsave.exp: Do one step and test program
7746         stops in "callee" and do multiple steps until program goes out
7747         of "callee".
7748         * gdb.reverse/step-reverse.exp: Likewise.
7749
7750 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7751
7752         * gdb.trace/signal.exp: Also pass if
7753         $tracepoint_hits($i) > $iterations.
7754
7755 2016-04-22  Yao Qi  <yao.qi@linaro.org>
7756
7757         * gdb.trace/signal.c: New file.
7758         * gdb.trace/signal.exp: New file.
7759
7760 2016-04-19  Doug Evans  <xdje42@gmail.com>
7761
7762         * gdb.base/bad-file.exp: New file.
7763
7764 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
7765
7766         * gdb.dwarf2/implref.exp: New file.
7767
7768 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7769
7770         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7771         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7772         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7773         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7774         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7775         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7776         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7777         * lib/fortran.exp (fortran_int4): New procedure.
7778         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7779         (fortran_logical4): Likewise.
7780
7781 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
7782
7783         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7784
7785 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
7786
7787         * lib/compiler.c: Add Intel specific preprocessor macros.
7788         * lib/compiler.cc: Likewise.
7789
7790 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
7791
7792         * gdb.server/connect-with-no-symbol-file.c: New file.
7793         * gdb.server/connect-with-no-symbol-file.exp: New file.
7794
7795 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7796
7797         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7798
7799 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
7800
7801         * boards/gdbserver-base.exp (${board}_download): Copy source file to
7802         standard output directory.
7803
7804 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7805
7806         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7807
7808 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
7809
7810         * gdb.btrace/instruction_history.c (loop): Add declaration.
7811
7812 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7813
7814         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7815
7816 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
7817
7818         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7819         parentheses to print.
7820         (continue_handler): Likewise.
7821
7822 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
7823
7824         * gdb.server/solib-list.exp: Remove is_remote check.
7825         Pass shlib= to gdb_compile.  Don't link shared library with
7826         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
7827         Run binary filename through "readlink -f" on the target.
7828
7829 2016-04-08  Pedro Alves  <palves@redhat.com>
7830
7831         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
7832         interpreter filename as argument to gdbserver_spawn.
7833         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7834         Return empty if $last_loaded_file does not exist.
7835
7836 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7837
7838         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7839         * gdb.base/jit-main.c: Use exit after usage.
7840
7841 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7842
7843         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7844         GDBHISTSIZE prior to the tests.
7845         * gdb.base/gdbinit-history.exp: Likewise.
7846
7847 2016-04-07  Pedro Alves  <palves@redhat.com>
7848
7849         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7850         instead of build_executable.  Use gdb_load_shlibs.
7851
7852 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7853
7854         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7855         Execute "si" command.
7856
7857 2016-04-07  Yao Qi  <yao.qi@linaro.org>
7858
7859         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7860         number instead of the comments on some line.
7861
7862 2016-04-06  Don Breazeal  <donb@codesourcery.com>
7863
7864         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7865         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7866
7867 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
7868
7869         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7870         standard_output_file.  Remove unused binfile variable.
7871
7872 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
7873
7874         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7875         * gdb.python/py-mi-objfile.exp: Match "list main" output
7876         in console format.
7877
7878 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
7879
7880         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7881         absolute.
7882
7883 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7884
7885         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7886         absolute.
7887         * gdb.trace/ftrace.exp: Likewise.
7888         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7889         targets as well.
7890         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7891         (gdb_load_shlibs): Copy libraries to test directory when testing
7892         natively.  Only set solib-search-path if testing remotely.
7893         * lib/mi-support.exp (mi_load_shlibs): Likewise.
7894
7895 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
7896
7897         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7898         gdb_download.  Use it even if the target is not remote.
7899         * gdb.base/jit.exp (compile_jit_test): Likewise.
7900         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7901         output directory if the destination board is local, otherwise use
7902         the standard remote_download from DejaGnu.
7903         (gdb_download): Remove.
7904         (gdb_load_shlibs): Use gdb_remote_download instead of
7905         gdb_download.
7906         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7907         Use gdb_remote_download instead of gdb_download.  Use it even if
7908         the target is not remote.
7909         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7910         instead of gdb_download.
7911
7912 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
7913
7914         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7915         (test_insert_delete_modify): Call mi_load_shlibs before trying to
7916         run.
7917
7918 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
7919
7920         PR gdb/19820
7921         * gdb.base/printcmds.exp: Add artificial arrays tests.
7922
7923 2016-03-31  Pedro Alves  <palves@redhat.com>
7924
7925         PR gdb/19858
7926         * gdb.base/jit-main.c: Include unistd.h.
7927         (ATTACH): Define to 0 if not already defined.
7928         (wait_for_gdb, mypid): New globals.
7929         (WAIT_FOR_GDB): New macro.
7930         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
7931         some breakpoint locations.
7932         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7933         New procedures.
7934         (one_jit_test): Add REATTACH parameter, and handle it.  Use
7935         continue_to_test_location.
7936         (top level): Test attach, and adjusts calls to one_jit_test.
7937
7938 2016-03-31  Pedro Alves  <palves@redhat.com>
7939
7940         PR gdb/19858
7941         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
7942         BINSUFFIX parameter, and handle it.
7943         (top level): Adjust calls compile_jit_test.
7944
7945 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
7946
7947         PR python/19743
7948         * gdb.python/py-mi-events-gdb.py: New file.
7949         * gdb.python/py-mi-events.c: New file.
7950         * gdb.python/py-mi-events.exp: New file.
7951
7952 2016-03-30  Yao Qi  <yao.qi@linaro.org>
7953
7954         * gdb.reverse/until-precsave.exp: Match function name only.
7955         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7956         Move malloc to a condition block.
7957         * gdb.reverse/until-reverse.exp: Match function name only.
7958
7959 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7960
7961         * gdb.trace/ftrace.exp: Set arg0exp for s390.
7962         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7963         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7964         variable for GPR 0 instead of assuming it is register 0.
7965         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7966         * lib/trace-support.exp: Add s390 registers.
7967
7968 2016-03-29  Yao Qi  <yao.qi@linaro.org>
7969
7970         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7971
7972 2016-03-24  Yao Qi  <yao.qi@linaro.org>
7973
7974         * gdb.reverse/break-reverse.exp: Add quotation mark in the
7975         test message.
7976
7977 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7978
7979         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7980         maintaining separate logic for constructing the output path.
7981
7982 2016-03-16  Don Breazeal  <donb@codesourcery.com>
7983
7984         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7985         Retry fork and waitpid on interrupted system call errors.
7986         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7987         Use with_timeout_factor to increase timeout by factor of 10.
7988
7989 2016-03-15  Don Breazeal  <donb@codesourcery.com>
7990
7991         * gdb.cp/scope-err.cc: New test program.
7992         * gdb.cp/scope-err.exp: New test script.
7993         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7994         lines and "set breakpoint here" comment.
7995         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7996         Fixed some whitespace and format issues.
7997         * gdb.mi/mi-linespec-err-cp.cc: New test program.
7998         * gdb.mi/mi-linespec-err-cp.exp: New test script.
7999
8000 2016-03-15  Doug Evans  <dje@google.com>
8001
8002         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8003         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8004         All callers updated.  Add tests for enums, mixed flags register.
8005
8006 2016-03-15  Doug Evans  <dje@google.com>
8007
8008         * gdb.base/skip.c (main): Call test_skip_file_and_function.
8009         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8010
8011 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
8012
8013         * gdb.base/default.exp: Add $_as_string to the list of expected
8014         convenience functions.
8015
8016 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8017
8018         * gdb.base/maint.exp: New tests for 'maint info line-table'.
8019
8020 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
8021
8022         * gdb.python/py-as-string.exp: New file.
8023         * gdb.python/py-as-string.c: New file.
8024
8025 2016-03-09  Pedro Alves  <palves@redhat.com>
8026
8027         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8028         signal" -> "Thread NN received signal" output change.
8029         * gdb.threads/ia64-sigill.exp: Likewise.
8030         * gdb.threads/linux-dp.exp: Likewise.
8031         * gdb.threads/manythreads.exp: Likewise.
8032         * gdb.threads/pending-step.exp: Likewise.
8033         * gdb.threads/print-threads.exp: Likewise.
8034         * gdb.threads/sigstep-threads.exp: Likewise.
8035         * gdb.threads/staticthreads.exp: Likewise.
8036         * gdb.threads/tls.exp: Likewise.
8037
8038 2016-03-09  Pedro Alves  <palves@redhat.com>
8039
8040         * gdb.base/command-line-input.exp: New file.
8041
8042 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8043
8044         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8045         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8046         * gdb.trace/pending.exp: Accept leading dot before function name.
8047         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8048         * lib/trace-support.exp: Set registers for ppc.
8049
8050 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8051
8052         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8053         use it for disassembly; accept .main in addition to main in backtrace.
8054
8055 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
8056             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8057
8058         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8059         (gdb_recursion_test_ptr): New global variable.
8060         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8061         gdb_recursion_test.
8062         (gdb_c_test): Ditto.
8063
8064 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8065
8066         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8067         ordering.
8068
8069 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8070
8071         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8072         (bar): Add bar_start_lbl label.
8073         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8074         of foo/bar for emitting DWARF and tracing.
8075
8076 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8077
8078         * analyze-racy-logs.py: Set executable bit.
8079
8080 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8081
8082         * Makefile.in (DEFAULT_RACY_ITER): New variable.
8083         (CHECK_TARGET_TMP): Likewise.
8084         (check-single-racy): New rule.
8085         (check-parallel-racy): Likewise.
8086         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8087         (do-check-parallel-racy): New rule.
8088         (check-racy/%.exp): Likewise.
8089         * README (Racy testcases): New section.
8090         * analyze-racy-logs.py: New file.
8091
8092 2016-03-03  Doug Evans  <dje@google.com>
8093
8094         * gdb.base/skip.exp: Use with_test_prefix.
8095
8096 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8097
8098         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8099         Invoke step_over_syscall "clone" and break_cond_on_syscall
8100         "clone".
8101         * gdb.base/step-over-clone.c: New file.
8102
8103 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8104
8105         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8106         code format.
8107
8108 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8109
8110         * gdb.base/disp-step-fork.c: Rename to ...
8111         * gdb.base/step-over-fork.c: ... it.  New file.
8112         * gdb.base/disp-step-vfork.c: Rename to ...
8113         * gdb.base/step-over-vfork.c: ... it.  New file.
8114         * gdb.base/disp-step-syscall.exp: Rename to ...
8115         * gdb.base/step-over-syscall.exp: ... it.  New file.
8116         (disp_step_cross_syscall): Rename to ...
8117         (step_over_syscall): ... it.
8118
8119 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8120
8121         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
8122         If target supports condition evaluation on target, invoke
8123         break_cond_on_syscall for fork and vfork.
8124
8125 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8126
8127         * gdb.base/disp-step-syscall.exp: Don't invoke
8128         support_displaced_stepping.
8129         (disp_step_cross_syscall): Test with displaced stepping off and
8130         on if supported.
8131
8132 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8133
8134         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
8135         proc.
8136         (setup): New proc.
8137         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
8138         and setup.
8139
8140 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8141
8142         * gdb.fortran/vla-history.exp: Remove breakpoint.
8143
8144 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8145
8146         * gdb.fortran/vla-history.exp: Lookup array elements and printing
8147         exceeds timeout.
8148
8149 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8150
8151         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
8152         breakpoint.
8153
8154 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
8155
8156         * gdb.mi/vla.f90: Nullify pointer after declaration.
8157
8158 2016-03-01  Pedro Alves  <palves@redhat.com>
8159
8160         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
8161
8162 2016-03-01  Pedro Alves  <palves@redhat.com>
8163
8164         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
8165         before anything else.
8166         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
8167         _GNU_SOURCE here.
8168         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
8169         before anything else.
8170         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
8171
8172 2016-03-01  Pedro Alves  <palves@redhat.com>
8173
8174         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
8175
8176 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8177
8178         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
8179         prepare_for_testing.
8180
8181 2016-03-01  Yao Qi  <yao.qi@linaro.org>
8182
8183         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
8184
8185 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8186
8187         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
8188         manually constructing the output path.
8189
8190 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8191
8192         * gdb.arch/s390-stackless.S: New.
8193         * gdb.arch/s390-stackless.exp: New.
8194
8195 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8196
8197         * gdb.dlang/circular.c: New file.
8198         * gdb.dlang/circular.exp: New file.
8199
8200 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8201
8202         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
8203         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
8204         (testcases): Update.
8205
8206 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8207
8208         * gdb.reverse/aarch64.c: Rename to ...
8209         * gdb.reverse/insn-reverse.c: ... it.
8210         * gdb.reverse/aarch64.exp: Rename to ...
8211         * gdb.reverse/insn-reverse.exp: ... it.
8212
8213 2016-02-26  Yao Qi  <yao.qi@linaro.org>
8214
8215         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
8216         (testcase_ftype): New.
8217         (testcases): New array.
8218         (n_testcases): New.
8219         (main): Call each element in testcases.
8220         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
8221         (read_testcase): New.
8222         Do the tests in a loop.
8223
8224 2016-02-25  Yao Qi  <yao.qi@linaro.org>
8225
8226         * gdb.base/branches.c: Remove.
8227
8228 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8229
8230         PR gdb/13808
8231         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
8232
8233 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8234
8235         * gdb.trace/ftrace.exp: Remove unnecessary target check.
8236
8237 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8238
8239         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
8240         change x86_64 call_insn to 'callq'.
8241
8242 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8243
8244         * gdb.trace/tfile-avx.c: Move to...
8245         * gdb.trace/tracefile-pseudo-reg.c: Here.
8246         * gdb.trace/tfile-avx.exp: Move to...
8247         * gdb.trace/tracefile-pseudo-reg.exp: Here.
8248
8249 2016-02-24  Gary Benson <gbenson@redhat.com>
8250
8251         * gdb.base/attach-pie-noexec.exp: Do not expect an error
8252         message on attach.
8253
8254 2016-02-23  Doug Evans  <dje@google.com>
8255
8256         * gdb.base/skip.c (test_skip): New function.
8257         (end_test_skip_file_and_function): New function.
8258         (test_skip_file_and_function): New function.
8259         * gdb.base/skip1.c (test_skip): New function.
8260         (skip1_test_skip_file_and_function): New function.
8261         * gdb.base/skip.exp: Add tests for new skip options.
8262         * gdb.base/skip-solib.exp: Update expected output.
8263         * gdb.perf/skip-command.cc: New file.
8264         * gdb.perf/skip-command.exp: New file.
8265         * gdb.perf/skip-command.py: New file.
8266
8267 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8268
8269         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
8270         info registers pattern.
8271
8272 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
8273
8274         * lib/future.exp: Add D support.
8275         (gdb_find_gdc): New proc.
8276         (gdb_default_target_compile): Add D support.
8277
8278 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
8279
8280         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
8281         user+system time.
8282         (trace_speed_test): Determine the iteration count for a time
8283         between 15..30 seconds.
8284
8285 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8286
8287         * gdb.arch/i386-mpx-sigsegv.c: New file.
8288         * gdb.arch/i386-mpx-sigsegv.exp: New file.
8289         * gdb.arch/i386-mpx-simple_segv.c: New file.
8290         * gdb.arch/i386-mpx-simple_segv.exp: New file.
8291
8292 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8293
8294         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
8295         Don't call setup_kfail.
8296
8297 2016-02-18  Yao Qi  <yao.qi@linaro.org>
8298
8299         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8300         Set "set breakpoint condition-evaluation" per $cond_bp_target.
8301
8302 2016-02-16  Doug Evans  <dje@google.com>
8303
8304         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
8305         * gdb.base/skip1.c: Ditto.
8306         * gdb.base/skip.exp: Whitespace cleanup.
8307
8308 2016-02-16  Don Breazeal  <donb@codesourcery.com>
8309
8310         PR remote/19496
8311         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8312         Remove kfail for PR remote/19496.
8313
8314 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8315
8316         * lib/gdb.exp (standard_temp_file): Return a path specific to
8317         the runtest invocation.
8318
8319 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
8320
8321         * gdb.trace/save-trace.exp: Change relative path to be in the
8322         standard output directory.
8323
8324 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8325
8326         * gdb.arch/i386-prologue.c: Add missing prototypes.
8327
8328 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8329
8330         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
8331         * gdb.arch/i386-prologue.exp: Likewise.
8332         * gdb.arch/i386-size.exp: Likewise.
8333
8334 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
8335
8336         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
8337         define object file path.
8338         * gdb.btrace/gcore.exp: Use standard_output_file to define core
8339         file path.
8340         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
8341         standard_output_file to define binfile.
8342
8343 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8344
8345         Fix compatibility with recent gfortran-5.3.1.
8346         * gdb.fortran/vla-history.exp (print vla1 allocated)
8347         (print vla2 allocated, print $2, print $3): Remove
8348         (print $4): Rename to ...
8349         (print $2): ... here.
8350         (print $9): Rename to ...
8351         (print $5): ... here.
8352         (print $10): Rename to ...
8353         (print $6): ... here.
8354         * gdb.fortran/vla.f90: Add pvla initialization.
8355
8356 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
8357
8358         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
8359         New test.
8360         * gdb.fortran/vla-value-sub.exp: Likewise.
8361
8362 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8363
8364         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
8365
8366 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
8367
8368         * i386-biarch-core.exp: Define corefile using
8369         standard_output_file.
8370
8371 2016-02-12  Yao Qi  <yao.qi@linaro.org>
8372
8373         * gdb.arch/arm-single-step-kernel-helper.c: New.
8374         * gdb.arch/arm-single-step-kernel-helper.exp: New.
8375
8376 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
8377
8378         * gdb.btrace/tailcall-only.exp: New.
8379         * gdb.btrace/tailcall-only.c: New.
8380         * gdb.btrace/x86_64-tailcall-only.S: New.
8381         * gdb.btrace/i686-tailcall-only.S: New.
8382
8383 2016-02-11  Pedro Alves  <palves@redhat.com>
8384
8385         * README (Parallel testing): Add missing double quotes.
8386
8387 2016-02-11  Pedro Alves  <palves@redhat.com>
8388
8389         * README (Parallel testing): New section.
8390         (GDB_PARALLEL): Rewrite.
8391         (FORCE_PARALLEL): Document.
8392
8393 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8394
8395         * gdb.trace/tfile-avx.c: New test.
8396         * gdb.trace/tfile-avx.exp: New test.
8397
8398 2016-02-09  Keith Seitz  <keiths@redhat.com>
8399
8400         PR breakpoints/19546
8401         * gdb.base/infcall-exec.c: New file.
8402         * gdb.base/infcall-exec2.c: New file.
8403         * gdb.base/infcall-exec.exp: New file.
8404
8405 2016-02-09  Keith Seitz  <keiths@redhat.com>
8406
8407         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
8408         (toplevel): Call test_bkpt_address.
8409
8410 2016-02-09  Keith Seitz  <keiths@redhat.com>
8411
8412         PR python/19506
8413         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
8414         (toplevel): Call test_bkpt_address.
8415
8416 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
8417
8418         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8419         to AC_OUTPUT.
8420         * configure: Regenerate.
8421
8422 2016-02-09  Pedro Alves  <palves@redhat.com>
8423
8424         PR breakpoints/19548
8425         * gdb.base/execl-update-breakpoints.c (some_function): New
8426         function.
8427         (main): Call it.
8428         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8429         Tighten expected GDB output.
8430
8431 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8432
8433         * Makefile.in (ALL_SUBDIRS): Remove.
8434         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8435         (distclean maintainer-clean realclean): Likewise.
8436         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8437         * configure: Regenerate.
8438         * gdb.ada/Makefile.in: Delete.
8439         * gdb.arch/Makefile.in: Likewise.
8440         * gdb.asm/Makefile.in: Likewise.
8441         * gdb.base/Makefile.in: Likewise.
8442         * gdb.btrace/Makefile.in: Likewise.
8443         * gdb.cell/Makefile.in: Likewise.
8444         * gdb.compile/Makefile.in: Likewise.
8445         * gdb.cp/Makefile.in: Likewise.
8446         * gdb.disasm/Makefile.in: Likewise.
8447         * gdb.dlang/Makefile.in: Likewise.
8448         * gdb.dwarf2/Makefile.in: Likewise.
8449         * gdb.fortran/Makefile.in: Likewise.
8450         * gdb.gdb/Makefile.in: Likewise.
8451         * gdb.go/Makefile.in: Likewise.
8452         * gdb.guile/Makefile.in: Likewise.
8453         * gdb.java/Makefile.in: Likewise.
8454         * gdb.linespec/Makefile.in: Likewise.
8455         * gdb.mi/Makefile.in: Likewise.
8456         * gdb.modula2/Makefile.in: Likewise.
8457         * gdb.multi/Makefile.in: Likewise.
8458         * gdb.objc/Makefile.in: Likewise.
8459         * gdb.opencl/Makefile.in: Likewise.
8460         * gdb.opt/Makefile.in: Likewise.
8461         * gdb.pascal/Makefile.in: Likewise.
8462         * gdb.perf/Makefile.in: Likewise.
8463         * gdb.python/Makefile.in: Likewise.
8464         * gdb.reverse/Makefile.in: Likewise.
8465         * gdb.server/Makefile.in: Likewise.
8466         * gdb.stabs/Makefile.in: Likewise.
8467         * gdb.threads/Makefile.in: Likewise.
8468         * gdb.trace/Makefile.in: Likewise.
8469         * gdb.xml/Makefile.in: Likewise.
8470         * lib/gdb.exp (make_gdb_parallel_path): Add check for
8471         GDB_PARALLEL.
8472         (standard_output_file): Remove check for GDB_PARALLEL, always
8473         return path in outputs/$subdir/$testname.
8474
8475 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
8476
8477         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8478         (site.exp): Assign abs_srcdir to tcl's srcdir.
8479
8480 2016-02-04  Yao Qi  <yao.qi@linaro.org>
8481
8482         * gdb.base/foll-exec-mode.c: Include limits.h.
8483         (main): Add parameters argc and argv.  Get directory from
8484         argv[0].
8485         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8486         compilation.
8487         * gdb.base/foll-exec.c: Include limits.h.
8488         (main): Add parameters argc and argv.
8489         Get directory from argv[0].
8490         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8491         Adjust tests on the number of lines as source code changed.
8492         * gdb.base/foll-vfork-exit.c: Include limits.h.
8493         (main): Add one line of statement before vfork.
8494         * gdb.base/foll-vfork.c: Include limits.h and string.h.
8495         (main): Add parameters argc and argv.  Get directory from
8496         argv[0].
8497         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8498         (setup_gdb): Set tbreak to skip some source lines.
8499         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8500         (main): Add parameters argc and argv.  Get directory from
8501         argv[0].
8502         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8503         compilation.
8504         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8505         (main): Add parameters argc and argv.  Get directory from
8506         argv[0].
8507         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8508         compilation.
8509
8510 2016-02-01  Doug Evans  <dje@google.com>
8511
8512         * gdb.base/skip.exp: Clean up multiple references to same test name.
8513
8514 2016-02-01  Pedro Alves  <palves@redhat.com>
8515
8516         PR remote/19496
8517         * gdb.threads/forking-threads-plus-breakpoint.exp
8518         (displaced_stepping_supported): New global.
8519         (probe_displaced_stepping_support): New procedure.
8520         (do_test): Add 'displaced' parameter, and use it.
8521         (top level): Check for displaced stepping support.  Add displaced
8522         stepping on/off testing axis.
8523
8524 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8525
8526         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8527         pointer.  Don't perform further tests on the unassociated pointer
8528         if the first test fails.
8529
8530 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
8531
8532         * gdb.base/max-value-size.c: New file.
8533         * gdb.base/max-value-size.exp: New file.
8534         * gdb.base/huge.exp: Disable max-value-size for this test.
8535
8536 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
8537
8538         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8539
8540 2016-01-28  Yao Qi  <yao.qi@linaro.org>
8541
8542         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8543
8544 2016-01-25  Pedro Alves  <palves@redhat.com>
8545
8546         PR threads/19461
8547         * gdb.base/fork-running-state.c: New file.
8548         * gdb.base/fork-running-state.exp: New file.
8549
8550 2016-01-25  Pedro Alves  <palves@redhat.com>
8551
8552         PR gdb/19494
8553         * gdb.base/catch-fork-kill.c: New file.
8554         * gdb.base/catch-fork-kill.exp: New file.
8555
8556 2016-01-25  Pedro Alves  <palves@redhat.com>
8557
8558         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8559         Delete, moved to lib/gdb.exp.
8560         * gdb.threads/forking-threads-plus-breakpoint.exp
8561         (foreach_with_prefix): Likewise.
8562         * gdb.threads/process-dies-while-handling-bp.exp
8563         (foreach_with_prefix): Likewise.
8564         * lib/gdb.exp (foreach_with_prefix): New procedure.
8565
8566 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8567
8568         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8569         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8570
8571 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8572
8573         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8574         endian targets.
8575
8576 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8577             Pedro Alves  <palves@redhat.com>
8578
8579         Fix testsuite compatibility with Guile.
8580         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8581         number.
8582
8583 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
8584
8585         Fix testsuite compatibility with Guile.
8586         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8587         (thread 1): New test for backtrace through signal handler.
8588
8589 2016-01-22  Yao Qi  <yao.qi@linaro.org>
8590
8591         PR testsuite/19491
8592         * gdb.base/multi-forks.c: Include
8593         ../lib/unbuffer_output.c
8594         (main): Call gdb_unbuffer_output.
8595
8596 2016-01-21  Doug Evans  <dje@google.com>
8597
8598         * lib/ada.exp (gdb_compile_ada): Fix typo.
8599
8600 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
8601
8602         * gdb.base/break-fun-addr.exp: New file.
8603         * gdb.base/break-fun-addr1.c: New file.
8604         * gdb.base/break-fun-addr2.c: New file.
8605
8606 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
8607
8608         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8609         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8610         enum flag values.
8611
8612 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8613
8614         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8615         when GDB can not set the vector return value.  Add more comments
8616         for clarification.
8617
8618 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8619
8620         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
8621         command.
8622
8623 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8624
8625         * Makefile.in (DO_RUNTEST): Add --status and update usages.
8626
8627 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8628
8629         * Makefile.in (check-single): Pass --status to runtest.
8630         (check/%.exp): Likewise.
8631
8632 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
8633
8634         * Makefile.in (check-parallel): Propagate return code from make
8635         do-check-parallel.
8636
8637 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8638
8639         * gdb.trace/ftrace.exp: Fix expected message on continue.
8640         * gdb.trace/pending.exp: Fix expected message on continue.
8641         * gdb.trace/trace-break.exp: Fix expected message on continue.
8642
8643 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
8644
8645         * lib/gdb.exp (gdb_test): Remove unused global references.
8646
8647 2016-01-18  Pedro Alves  <palves@redhat.com>
8648
8649         * gdb.base/async-shell.exp: Adjust expected output.
8650         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8651         * gdb.base/siginfo-thread.exp: Adjust expected output.
8652         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8653         * gdb.java/jnpe.exp: Adjust expected output.
8654         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8655         * gdb.threads/continue-pending-status.exp: Adjust expected output.
8656         * gdb.threads/leader-exit.exp: Adjust expected output.
8657         * gdb.threads/manythreads.exp: Adjust expected output.
8658         * gdb.threads/pthreads.exp: Adjust expected output.
8659         * gdb.threads/schedlock.exp: Adjust expected output.
8660         * gdb.threads/siginfo-threads.exp: Adjust expected output.
8661         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8662         expected output.
8663         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8664         output.
8665         * gdb.threads/sigthread.exp: Adjust expected output.
8666         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8667
8668 2016-01-18  Yao Qi  <yao.qi@linaro.org>
8669
8670         * gdb.guile/scm-section-script.c: Replace @progbits with
8671         %progbits.
8672         * gdb.python/py-section-script.c: Likewise.
8673
8674 2016-01-15  Pedro Alves  <palves@redhat.com>
8675
8676         * gdb.multi/tids.exp: Test star wildcard ranges.
8677
8678 2016-01-15  Pedro Alves  <palves@redhat.com>
8679
8680         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8681         command from "thread apply" invocation.
8682         (thr_apply_info_thr_invalid): Default the expected output to the
8683         input tid list.
8684         (top level): Add tests that use convenience variables.  Add tests
8685         for "thread apply" with a valid TID list, but missing the command.
8686
8687 2016-01-13  Pedro Alves  <palves@redhat.com>
8688
8689         * gdb.base/default.exp: Expect $_gthread as well.
8690         * gdb.multi/tids.exp: Test $_gthread.
8691         * gdb.threads/thread-specific.exp: Test $_gthread.
8692
8693 2016-01-13  Pedro Alves  <palves@redhat.com>
8694
8695         * gdb.multi/tids.exp: Test "info threads -gid".
8696
8697 2016-01-13  Pedro Alves  <palves@redhat.com>
8698
8699         * gdb.multi/tids.exp: Test InferiorThread.global_num and
8700         Breakpoint.thread.
8701         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8702
8703 2016-01-07  Pedro Alves  <palves@redhat.com>
8704
8705         * gdb.base/break.exp: Adjust to output changes.
8706         * gdb.base/hbreak2.exp: Likewise.
8707         * gdb.base/sepdebug.exp: Likewise.
8708         * gdb.base/watch_thread_num.exp: Likewise.
8709         * gdb.linespec/keywords.exp: Likewise.
8710         * gdb.multi/info-threads.exp: Likewise.
8711         * gdb.threads/thread-find.exp: Likewise.
8712         * gdb.multi/tids.c: New file.
8713         * gdb.multi/tids.exp: New file.
8714
8715 2016-01-13  Pedro Alves  <palves@redhat.com>
8716
8717         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8718
8719 2016-01-13  Pedro Alves  <palves@redhat.com>
8720
8721         * gdb.base/default.exp: Expect $_inferior as well.
8722         * gdb.multi/base.exp: Test $_inferior.
8723
8724 2016-01-13  Pedro Alves  <palves@redhat.com>
8725
8726         PR breakpoints/19388
8727         * gdb.base/catch-signal-siginfo-cond.c: New file.
8728         * gdb.base/catch-signal-siginfo-cond.exp: New file.
8729
8730 2016-01-12  Josh Stone  <jistone@redhat.com>
8731             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8732
8733         * gdb.base/catch-syscall.c (do_execve): New variable.
8734         (main): Conditionally trigger an execve.
8735         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8736         (test_catch_syscall_execve): New, check entry/return across execve.
8737         (do_syscall_tests): Call test_catch_syscall_execve.
8738
8739 2016-01-12  Pedro Alves  <palves@redhat.com>
8740
8741         * gdb.base/random-signal.exp (do_test): New procedure, with body
8742         of testcase moved in.
8743
8744 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8745             Pedro Alves  <palves@redhat.com>
8746
8747         * gdb.base/funcargs.exp (finish from indirectly called function):
8748         Reintroduce the case for 'First'.
8749
8750 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8751             Pedro Alves  <palves@redhat.com>
8752
8753         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8754         (tcatch_vfork_then_child_follow_exec)
8755         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8756         identification.
8757
8758 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8759
8760         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8761         and repeats to unlimited.
8762         * gdb.python/py-value.exp: Likewise.
8763         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8764         and repeats to unlimited.
8765
8766 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8767
8768         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8769         and reordering the functions.
8770         * gdb.multi/hangout.c: Likewise.
8771         * gdb.multi/hello.c: Likewise.
8772
8773 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
8774
8775         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8776         absolute.
8777         (SingleStatisticTestResult.report): Use dict.keys instead of
8778         dict.iterkeys.
8779
8780 2016-01-06  Pedro Alves  <palves@redhat.com>
8781
8782         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
8783
8784 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8785
8786         * gdb.btrace/dlopen.exp: New.
8787         * gdb.btrace/dlopen.c: New.
8788         * gdb.btrace/dlopen-dso.c: New.
8789
8790 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
8791
8792         * lib/gdb.exp (gdb_test): Update comments to clarify that the
8793         PATTERN argument is optional.
8794
8795 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
8796
8797         * lib/ada.exp (target_compile_ada_from_dir): New function.
8798         (gdb_compile_ada): Reimplement avoiding the use of project files.
8799         * gdb.ada/gnat_ada.gpr: Delete.
8800         * gdb.ada/cond_lang.exp: Adjust test to make path before
8801         filename optional.
8802         * gdb.ada/small_reg_param.exp: Likewise.
8803
8804 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
8805
8806         * gdb.base/foll-vork.exp: Remove HP-UX special case.
8807
8808 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8809
8810         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8811         case.
8812
8813 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
8814
8815         * gdb.base/break.exp: Remove dead code.
8816         * gdb.base/sepdebug.exp: Likewise.
8817
8818 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8819
8820         * gdb.asm/asm-source.exp: Remove HP-UX references.
8821         * gdb.base/annota1.exp: Likewise.
8822         * gdb.base/annota3.exp: Likewise.
8823         * gdb.base/attach.exp: Likewise.
8824         * gdb.base/bigcore.exp: Likewise.
8825         * gdb.base/break.exp: Likewise.
8826         * gdb.base/call-ar-st.exp: Likewise.
8827         * gdb.base/callfuncs.exp: Likewise.
8828         * gdb.base/catch-fork-static.exp: Likewise.
8829         * gdb.base/display.exp: Likewise.
8830         * gdb.base/foll-exec-mode.exp: Likewise.
8831         * gdb.base/foll-exec.exp: Likewise.
8832         * gdb.base/foll-fork.exp: Likewise.
8833         * gdb.base/foll-vfork.exp: Likewise.
8834         * gdb.base/funcargs.exp: Likewise.
8835         * gdb.base/hbreak2.exp: Likewise.
8836         * gdb.base/inferior-died.exp: Likewise.
8837         * gdb.base/interrupt.exp: Likewise.
8838         * gdb.base/multi-forks.exp: Likewise.
8839         * gdb.base/nodebug.exp: Likewise.
8840         * gdb.base/sepdebug.exp: Likewise.
8841         * gdb.base/solib1.c: Likewise.
8842         * gdb.base/step-test.exp: Likewise.
8843         * gdb.mi/non-stop.c: Likewise.
8844         * gdb.mi/pthreads.c: Likewise.
8845         * gdb.multi/bkpt-multi-exec.ex: Likewise.
8846         * gdb.threads/pthreads.c: Likewise.
8847         * gdb.threads/staticthreads.exp: Likewise.
8848         * lib/future.exp: Likewise.
8849         * lib/gdb.exp: Likewise.
8850         * gdb.base/so-indr-cl.c: Remove.
8851         * gdb.base/so-indr-cl.exp: Likewise.
8852         * gdb.base/solib.c: Likewise.
8853         * gdb.base/solib.exp: Likewise.
8854         * gdb.base/solib2.c: Likewise.
8855
8856 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
8857
8858         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8859         * gdb.base/call-ar-st.exp: Likewise.
8860         * gdb.base/callfuncs.exp: Likewise.
8861         * gdb.base/condbreak.exp: Likewise.
8862         * gdb.base/constvars.exp: Likewise.
8863         * gdb.base/hbreak2.exp: Likewise.
8864         * gdb.base/langs.exp: Likewise.
8865         * gdb.base/list.exp: Likewise.
8866         * gdb.base/long_long.exp: Likewise.
8867         * gdb.base/ptype.exp: Likewise.
8868         * gdb.base/scope.exp: Likewise.
8869         * gdb.base/signals.exp: Likewise.
8870         * gdb.base/so-impl-ld.exp: Likewise.
8871         * gdb.base/varargs.exp: Likewise.
8872         * gdb.base/volatile.exp: Likewise.
8873         * gdb.base/whatis.exp: Likewise.
8874         * gdb.cp/cplusfuncs.exp: Likewise.
8875         * gdb.cp/inherit.exp: Likewise.
8876         * gdb.cp/local.exp: Likewise.
8877         * gdb.cp/member-ptr.exp: Likewise.
8878         * gdb.cp/method.exp: Likewise.
8879         * gdb.cp/overload.exp: Likewise.
8880         * gdb.cp/templates.exp: Likewise.
8881         * gdb.stabs/weird.exp: Likewise.
8882         * lib/compiler.c: Likewise.
8883         * lib/compiler.cc: Likewise.
8884         * lib/cp-support.exp: Likewise.
8885         * lib/gdb.exp: Likewise.
8886
8887 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
8888
8889         * configure.ac: Remove HP-UX case.
8890         * configure: Regenerate.
8891
8892 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
8893
8894         * lib/gdb.exp (gdb_compile): Add function doc.
8895
8896 2015-12-17  Pedro Alves  <palves@redhat.com>
8897
8898         PR threads/19354
8899         * gdb.multi/info-threads.exp: New file.
8900
8901 2015-12-15  Yao Qi  <yao.qi@linaro.org>
8902
8903         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8904         is aarch64*-*-*.
8905
8906 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8907
8908         * gdb.base/history-duplicates.exp: Skip if no readline support.
8909
8910 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8911
8912         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8913
8914 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8915
8916         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8917
8918 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
8919
8920         * gdb.base/completion.exp: Skip tests that interrupt GDB with
8921         ctrl-C if nointerrupts target property is set.
8922         * gdb.base/double-prompt-target-event-error.exp: Likewise.
8923         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8924         * gdb.base/paginate-bg-execution.exp: Likewise.
8925         * gdb.base/paginate-execution-startup.exp: Likewise.
8926         * gdb.base/random-signal.exp: Likewise.
8927         * gdb.base/range-stepping.exp: Likewise.
8928         * gdb.cp/annota2.exp: Likewise.
8929         * gdb.cp/annota3.exp: Likewise.
8930         * gdb.gdb/selftest.exp: Likewise.
8931         * gdb.threads/continue-pending-status.exp: Likewise.
8932         * gdb.threads/leader-exit.exp: Likewise.
8933         * gdb.threads/manythreads.exp: Likewise.
8934         * gdb.threads/pthreads.exp: Likewise.
8935         * gdb.threads/schedlock.exp: Likewise.
8936         * gdb.threads/sigthread.exp: Likewise.
8937
8938 2015-12-11  Don Breazeal  <donb@codesourcery.com>
8939
8940         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8941         remote.
8942         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8943         * gdb.base/foll-exec.exp (main): Enable for target remote.
8944         * gdb.base/foll-fork.exp (main): Likewise.
8945         * gdb.base/foll-vfork.exp (main): Likewise.
8946         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8947         (proc continue_to_exit_bp_loc): Use clean_restart.
8948         * gdb.base/pie-execl.exp (main): Disable for target remote.
8949         * gdb.base/watch-vfork.exp (main): Enable for target remote.
8950         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8951         * gdb.threads/execl.exp (main): Likewise.
8952         * gdb.threads/fork-child-threads.exp (main): Likewise.
8953         * gdb.threads/fork-plus-threads.exp (main): Disable for target
8954         remote.
8955         * gdb.threads/fork-thread-pending.exp (main): Enable for target
8956         remote.
8957         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8958         pid.tid style ptids, instead of just tid.
8959         * gdb.threads/thread-execl.exp (main): Enable for target remote.
8960         * gdb.threads/watchpoint-fork.exp (main): Likewise.
8961         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8962         ptids, instead of just tid.
8963
8964 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8965
8966         * gdb.base/list.exp (test_list_forward): Add end of file error
8967         test.
8968         (test_repeat_list_command): Add end of file error test.
8969         (test_list_backwards): Add beginning of file error test.
8970
8971 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8972
8973         * gdb.base/list.exp (test_list_invalid_args): New function,
8974         defined, and called.
8975
8976 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8977
8978         * gdb.base/list.exp (test_list): Make test names unique.
8979
8980 2015-12-11  Yao Qi  <yao.qi@linaro.org>
8981
8982         * gdb.base/coremaker2.c: Remove.
8983
8984 2015-12-10  Pedro Alves  <palves@redhat.com>
8985
8986         * gdb.multi/base.exp: Remove stale "spaces" references.
8987
8988 2015-12-10  Pedro Alves  <palves@redhat.com>
8989
8990         * gdb.multi/base.exp: Don't use nowarnings.
8991         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8992         * gdb.multi/hangout.c: Include stdio.h.
8993         * gdb.multi/hello.c: Include stdlib.h.
8994         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8995         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8996         * gdb.multi/multi-arch.exp: Don't use nowarnings.
8997
8998 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
8999
9000         * gdb.dwarf2/dw2-ranges-base.c: New file.
9001         * gdb.dwarf2/dw2-ranges-base.exp: New file.
9002         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9003         support additional line table, and debug ranges generation.
9004         (Dwarf::ranges): New function, generate .debug_ranges.
9005         (Dwarf::lines): Support generating simple line table programs.
9006         (Dwarf::assemble): Initialise new namespace variables.
9007
9008 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
9009
9010         * gdb.base/async.exp (proc test_background): Add case for
9011         asynchronous execution not supported.
9012
9013 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
9014
9015         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9016           format and change test names to make them unique.
9017
9018 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
9019             Pedro Alves  <pedro@redhat.com>
9020
9021         PR gdb/18702
9022         Add checking of floatformats setup on x86_64 hosts.
9023         * gdb.arch/i386-float.S (main): Load bigval and smallval.
9024         (smallval, bigval): New labels/constants.
9025         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9026         float" after loading bigval and smallval.
9027
9028 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
9029
9030         * gdb.ada/fun_overload_menu.exp: New testcase.
9031         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9032
9033 2015-12-04  Josh Stone  <jistone@redhat.com>
9034
9035         * gdb.base/catch-fork-static.exp: New.
9036
9037 2015-12-03  Yao Qi  <yao.qi@linaro.org>
9038
9039         * gdb.base/sizeof.c: Don't include stdio.h and
9040         ../lib/unbuffer_output.c.
9041         (main): New variable 'size' and 'value'.  Remove printf and
9042         gdb_unbuffer_output.  Assign return value to size and value.
9043         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9044         at the beginning.
9045         (check_sizeof): Check the result by printing variable 'size'.
9046         (check_valueof): Check the result by printing variable 'value'.
9047
9048 2015-12-01  Yao Qi  <yao.qi@linaro.org>
9049
9050         * gdb.base/disp-step-syscall.exp: Define syscall instruction
9051         for aarch64*-*-linux* target.
9052
9053 2015-11-30  Pedro Alves  <palves@redhat.com>
9054
9055         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9056
9057 2015-11-30  Pedro Alves  <palves@redhat.com>
9058
9059         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9060         Handle non-stop mode vCont replies.
9061
9062 2015-11-30  Pedro Alves  <palves@redhat.com>
9063
9064         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9065         prepare_for_testing.  Start gdb with "set non-stop on" appended to
9066         GDBFLAGS.  Lax expected stop output.
9067
9068 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9069
9070         * gdb.arch/arm-neon.exp: New.
9071         * gdb.arch/arm-neon.c: New.
9072
9073 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9074
9075         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9076
9077 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9078
9079         * gdb.cp/annota2.exp: Allow multiple occurrences of the
9080         frames-invalid annotation.
9081
9082 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9083
9084         * gdb.cp/annota2.exp: Use ${frames_invalid}.
9085
9086 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
9087
9088         * gdb.threads/names.exp: New file.
9089         * gdb.threads/names.c: New file.
9090         * README: Mention gdb,no_thread_names.
9091
9092 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
9093
9094         PR 19297
9095         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9096         support" error.
9097
9098 2015-11-24  Pedro Alves  <palves@redhat.com>
9099
9100         PR 17539
9101         * gdb.base/display.exp: Expect displays to be sorted in ascending
9102         order.  Use multi_line.
9103         * gdb.base/solib-display.exp: Likewise.
9104
9105 2015-11-24  Pedro Alves  <palves@redhat.com>
9106
9107         PR 17539
9108         * gdb.base/display.exp: Expect displays to be sorted in ascending
9109         order.  Use multi_line.
9110         * gdb.base/solib-display.exp: Likewise.
9111
9112 2015-11-24  Pedro Alves  <palves@redhat.com>
9113
9114         PR 17539
9115         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
9116         threads in ascending order.
9117         * gdb.base/foll-fork.exp: Likewise.
9118         * gdb.base/foll-vfork.exp: Likewise.
9119         * gdb.base/multi-forks.exp: Likewise.
9120         * gdb.mi/mi-nonstop.exp: Likewise.
9121         * gdb.mi/mi-nsintrall.exp: Likewise.
9122         * gdb.multi/base.exp: Likewise.
9123         * gdb.multi/multi-arch.exp: Likewise.
9124         * gdb.python/py-inferior.exp: Likewise.
9125         * gdb.threads/break-while-running.exp: Likewise.
9126         * gdb.threads/execl.exp: Likewise.
9127         * gdb.threads/gcore-thread.exp: Likewise.
9128         * gdb.threads/info-threads-cur-sal.exp: Likewise.
9129         * gdb.threads/kill.exp: Likewise.
9130         * gdb.threads/linux-dp.exp: Likewise.
9131         * gdb.threads/multiple-step-overs.exp: Likewise.
9132         * gdb.threads/next-bp-other-thread.exp: Likewise.
9133         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
9134         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
9135         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
9136         * gdb.threads/thread-find.exp: Likewise.
9137         * gdb.threads/tls.exp: Likewise.
9138         * lib/mi-support.exp (mi_reverse_list): Delete.
9139         (mi_check_thread_states): No longer reverse list.
9140
9141 2015-11-24  Pedro Alves  <palves@redhat.com>
9142
9143         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
9144         use lowercase.
9145
9146 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9147
9148         * gdb.trace/actions.c: Include trace-common.h.
9149         (main): Add a location for a fast tracepoint.
9150         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
9151         the normal tracepoints.
9152         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
9153
9154 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
9155
9156         * save-trace.exp: Factor out code to these...
9157         (gdb_save_tracepoints): New.
9158         (gdb_load_tracepoints): New.
9159         (do_save_load_test): New.
9160
9161 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
9162
9163         * gdb.base/asmlabel.exp: New test.
9164         * gdb.base/asmlabel.c: New test case.
9165
9166 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9167
9168         * gdb.base/wrong_frame_bt_full-main.c: New file.
9169         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
9170         * gdb.base/wrong_frame_bt_full.exp: New file.
9171
9172 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
9173
9174         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
9175
9176 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9177
9178         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
9179         pstate register when comparing registers values in
9180         sparc64-*-linux-gnu targets to avoid spurious differences.
9181
9182 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
9183
9184         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9185
9186 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
9187
9188         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
9189         as type argument to gdb_compile.
9190         * gdb.base/nested-subp2.exp: Likewise.
9191         * gdb.base/nested-subp3.exp: Likewise.
9192
9193 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9194
9195         * lib/dwarf.exp (_note): Fix left shift of negative value.
9196         * gdb.trace/trace-condition.exp: Likewise.
9197
9198 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9199
9200         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
9201         comments about d10v.
9202         (test_scalar_returns): Likewise.
9203         * gdb.base/d10v.ld: Remove.
9204         * gdb.base/overlays.exp: Remove the target triplet checking for
9205         d10v-*-*.
9206         * gdb.base/structs.exp (test_struct_returns): Remove the
9207         comments about d10v.
9208         (test_struct_calls): Likewise.
9209
9210 2015-11-13  Yao Qi  <yao.qi@linaro.org>
9211
9212         * gdb.base/gnu_vector.exp: Check the return value by "p res".
9213         * gdb.base/gnu_vector.c: Don't include stdio.h.
9214         (main): Don't print res and call add_some_intvecs.
9215
9216 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9217
9218         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
9219         macro.
9220         (func5): Removed.
9221         (func4): Use FAST_TRACEPOINT_LABEL.
9222         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
9223         macro.
9224         (func): Removed.
9225         (thread_function): Use FAST_TRACEPOINT_LABEL.
9226         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
9227         (func): Remove.
9228         (marker): Use FAST_TRACEPOINT_LABEL.
9229         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
9230         (pendfunc1): Remove.
9231         (pendfunc): Use FAST_TRACEPOINT_LABEL.
9232         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
9233         (foo): Remove.
9234         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
9235         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
9236         macro.
9237         (func): Remove.
9238         (marker): Use FAST_TRACEPOINT_LABEL.
9239         * gdb.trace/trace-common.h: New header.
9240         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
9241         macro.
9242         (func): Remove.
9243         (marker): Use FAST_TRACEPOINT_LABEL.
9244         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
9245         (func): Remove.
9246         (thread_function): Use FAST_TRACEPOINT_LABEL.
9247
9248 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9249
9250         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
9251         in front.
9252         * gdb.trace/change-loc.exp: Use global pcreg definition.
9253         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
9254         * gdb.trace/entry-values.exp: Use global spreg definition, add $
9255         in front.
9256         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
9257         * gdb.trace/pending.exp: Likewise.
9258         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
9259         * gdb.trace/trace-break.exp: Likewise.
9260         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
9261         in front.
9262         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
9263         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
9264         in front.
9265         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
9266
9267 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
9268
9269         * gdb.ada/fin_fun_out: New testcase.
9270
9271 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9272
9273         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
9274         value associated with DW_AT_byte_size.
9275         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
9276         constants for DW_AT_byte_size, DW_AT_lower_bound, and
9277         DW_AT_upper_bound.
9278
9279 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
9280
9281         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
9282         (gdb_target_symbol_prefix_flags): Define in terms of _asm
9283         version.
9284         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
9285         gdb.dwarf2/dw2-canonicalize-type.exp,
9286         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
9287         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
9288         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
9289         provided by gdb_target_symbol_prefix_flags_asm.
9290         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
9291         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
9292         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
9293         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
9294         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
9295         macros where needed).  Use this macro for symbols which require
9296         the prefix provided by SYMBOL_PREFIX.
9297
9298 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
9299
9300         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
9301         New procs.
9302         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
9303         representing expressions, of more than one list element.
9304         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
9305         to prepend linker symbol prefix to f.
9306         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
9307         table_1 and table_2.
9308         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
9309         Likewise, for f and g.
9310         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
9311         for ptr.
9312         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
9313         for main.
9314         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
9315         table_1_ptr and table_2_ptr.
9316
9317 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9318             Joel Brobecker  <brobecker@adacore.com>
9319
9320         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
9321
9322 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9323
9324         * gdb.reverse/s390-mvcle.c: New test.
9325         * gdb.reverse/s390-mvcle.exp: New file.
9326         * lib/gdb.exp: Enable reverse tests on s390*-linux.
9327
9328 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9329
9330         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
9331
9332 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9333
9334         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
9335         reaching marker2.
9336         * gdb.reverse/getresuid-reverse.exp: Likewise.
9337         * gdb.reverse/pipe-reverse.exp: Likewise.
9338         * gdb.reverse/readv-reverse.exp: Likewise.
9339         * gdb.reverse/recvmsg-reverse.exp: Likewise.
9340         * gdb.reverse/time-reverse.exp: Likewise.
9341         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
9342
9343 2015-10-30  Yao Qi  <yao.qi@linaro.org>
9344
9345         * gdb.threads/wp-replication.c (watch_count_done): Remove.
9346         (empty_cycle): Remove.
9347         (main): Don't call empty_cycle.  Don't use watch_count_done.
9348         * gdb.threads/wp-replication.exp: Don't set breakpoint on
9349         empty_cycle.  Rewrite the code counting HW watchpoints.
9350
9351 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9352
9353         * gdb.reverse/fstatat-reverse.c: New test.
9354         * gdb.reverse/fstatat-reverse.exp: New file.
9355         * gdb.reverse/getresuid-reverse.c: New test.
9356         * gdb.reverse/getresuid-reverse.exp: New file.
9357         * gdb.reverse/pipe-reverse.c: New test.
9358         * gdb.reverse/pipe-reverse.exp: New file.
9359         * gdb.reverse/readv-reverse.c: New test.
9360         * gdb.reverse/readv-reverse.exp: New file.
9361         * gdb.reverse/recvmsg-reverse.c: New test.
9362         * gdb.reverse/recvmsg-reverse.exp: New file.
9363         * gdb.reverse/time-reverse.c: New test.
9364         * gdb.reverse/time-reverse.exp: New file.
9365         * gdb.reverse/waitpid-reverse.c: New test.
9366         * gdb.reverse/waitpid-reverse.exp: New file.
9367
9368 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9369
9370         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
9371
9372 2015-10-26  Doug Evans  <dje@google.com>
9373
9374         PR symtab/17391
9375         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
9376         * gdb.dwarf2/bad-regnum.c: New file.
9377         * gdb.dwarf2/bad-regnum.exp: New file.
9378
9379 2015-10-26  Doug Evans  <dje@google.com>
9380
9381         PR python/18938
9382         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
9383         file.
9384
9385 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9386
9387         * gdb.compile/compile.exp (compile code globalvar): Update expectation
9388         for a change by "Mention language in compile error message".
9389
9390 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
9391
9392         PR python/18073
9393         * gdb.python/py-type.c (C::a_method): New.
9394         (C::a_const_method): New.
9395         (C::a_static_method): New.
9396         (a_function): New.
9397         * gdb.python/py-type.exp (test_fields): Test getting fields
9398         from function and method.
9399
9400 2015-10-21  Keven Boell  <keven.boell@intel.com>
9401
9402         * gdb.fortran/vla-alloc-assoc.exp: New file.
9403         * gdb.fortran/vla-datatypes.exp: New file.
9404         * gdb.fortran/vla-datatypes.f90: New file.
9405         * gdb.fortran/vla-history.exp: New file.
9406         * gdb.fortran/vla-ptype-sub.exp: New file.
9407         * gdb.fortran/vla-ptype.exp: New file.
9408         * gdb.fortran/vla-sizeof.exp: New file.
9409         * gdb.fortran/vla-sub.f90: New file.
9410         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
9411         * gdb.fortran/vla-value-sub-finish.exp: New file.
9412         * gdb.fortran/vla-value-sub.exp: New file.
9413         * gdb.fortran/vla-value.exp: New file.
9414         * gdb.fortran/vla-ptr-info.exp: New file.
9415         * gdb.mi/mi-vla-fortran.exp: New file.
9416         * gdb.mi/vla.f90: New file.
9417
9418 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
9419
9420         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
9421         of hardwired timeout value.
9422
9423 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9424             Pedro Alves  <palves@redhat.com>
9425
9426         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
9427         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9428
9429 2015-10-19  Josh Stone  <jistone@redhat.com>
9430
9431         * gdb.base/catch-syscall.c: Include <sched.h>.
9432         (unknown_syscall): New variable.
9433         (main): Trigger a vfork and an unknown syscall.
9434         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9435         (unknown_syscall_number): Likewise.
9436         (check_call_to_syscall): Accept an optional syscall pattern.
9437         (check_return_from_syscall): Likewise.
9438         (check_continue): Likewise.
9439         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9440         (test_catch_syscall_skipping_return): New test toggling off 'catch
9441         syscall' to step over the syscall return, then toggling back on.
9442         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9443         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9444         (do_syscall_tests): Call test_catch_syscall_without_args and
9445         test_catch_syscall_mid_vfork.
9446         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9447         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9448
9449 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
9450
9451         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9452         print g_vE): Add new pass patterns.
9453         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9454         print various symbol names for vptr fields.
9455
9456 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
9457
9458         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9459         results.
9460
9461 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9462
9463         * gdb.arch/disp-step-insn-reloc.exp: New test case.
9464
9465 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9466
9467         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9468         is aarch64*-*-linux*.
9469
9470 2015-10-12  Yao Qi  <yao.qi@linaro.org>
9471
9472         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9473         (can_relocate_bcond_true): ... it.
9474         (can_relocate_bcond_false): New function.
9475         (foo): Likewise.
9476         (can_relocate_bl): Likewise.
9477         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9478         can_relocate_bl.
9479
9480 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
9481
9482         * gdb.base/nested-addr.c: New file.
9483         * gdb.base/nested-addr.exp: New testcase.
9484
9485 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
9486
9487         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9488         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9489         its output.  Ignore the output of "record goto begin" and instead
9490         check that GDB is replaying.
9491
9492 2015-10-09  Pedro Alves  <palves@redhat.com>
9493
9494         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9495         (top level): Use it in the run with no args test.
9496
9497 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
9498
9499         * gdb.dlang/properties.exp: New file.
9500
9501 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
9502
9503         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9504         whether or not address 0x1000 is mapped on the target.
9505
9506 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
9507
9508         * gdb.python/py-type.exp: Do not run tests if binaries fail to
9509         build.
9510
9511 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
9512
9513         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9514         instruction-history test.
9515
9516 2015-09-28  Doug Evans  <dje@google.com>
9517
9518         * gdb.base/gcore.c (array_func): Add reference to static_array.
9519
9520 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
9521
9522         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9523         source line.
9524
9525 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9526
9527         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9528         short or char as base type.
9529
9530 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9531
9532         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9533         to allow any size enum.
9534
9535 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9536
9537         * gdb.ada/array_ptr_renaming.exp: New testcase.
9538         * gdb.ada/array_ptr_renaming/foo.adb: New file.
9539         * gdb.ada/array_ptr_renaming/pack.ads: New file.
9540
9541 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9542
9543         * gdb.trace/ftrace-lock.c: New file.
9544         * gdb.trace/ftrace-lock.exp: New file.
9545
9546 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9547
9548         * gdb.arch/insn-reloc.c: New file.
9549         * gdb.arch/ftrace-insn-reloc.exp: New file.
9550
9551 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
9552
9553         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9554         instruction.
9555         * gdb.trace/pendshr1.c (pendfunc): Likewise.
9556         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9557         * gdb.trace/range-stepping.c: Likewise.
9558         * gdb.trace/trace-break.c: Likewise.
9559         * gdb.trace/trace-mt.c (thread_function): Likewise.
9560         * gdb.trace/ftrace.c (marker): Likewise.
9561         * gdb.trace/trace-condition.c (marker): Likewise.
9562         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9563         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9564         is_aarch64_target.
9565
9566 2015-09-18  Doug Evans  <xdje42@gmail.com>
9567
9568         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9569         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9570
9571 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9572
9573         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9574         the breakpoint.
9575
9576 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9577
9578         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9579         the pending breakpoint.  Remove timeout override for "Run till
9580         MI pending breakpoint on pendfunc3 on thread 2" test.
9581
9582 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9583
9584         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9585         filename pattern.
9586
9587 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9588
9589         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9590         in breakpoint filename pattern.
9591
9592 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9593
9594         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9595
9596 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
9597
9598         * gdb.linespec/explicit.exp: Check for readline support for
9599         tab-completion tests.  Fix obvious typo.
9600
9601 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9602
9603         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9604         and replay.
9605
9606 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
9607
9608         * gdb.btrace/non-stop.c: New.
9609         * gdb.btrace/non-stop.exp: New.
9610
9611 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
9612             Yao Qi  <yao.qi@linaro.org>
9613
9614         * gdb.trace/trace-condition.c: New file.
9615         * gdb.trace/trace-condition.exp: New file.
9616
9617 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
9618
9619         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9620         for testing bytecode compilation.
9621
9622 2015-09-16  Pedro Alves  <palves@redhat.com>
9623             Sandra Loosemore <sandra@codesourcery.com>
9624
9625         * gdb.threads/non-stop-fair-events.c (timeout): New global.
9626         (SECONDS): Redefine.
9627         (main): Call pthread_kill and alarm early.
9628         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9629         support.
9630         (test): If the target can't hardware step and doesn't support
9631         displaced stepping, increase the timeout.
9632
9633 2015-09-16  Pedro Alves  <palves@redhat.com>
9634
9635         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9636         (enable_debug): New procedures.
9637         (test): Use them.  Bail out if waiting for threads fails.
9638         (top level): Bail out if a test fails.
9639
9640 2015-09-16  Yao Qi  <yao.qi@linaro.org>
9641
9642         * gdb.asm/asm-source.exp: Set asm-arch for
9643         aarch64*-*-* target.
9644         * gdb.asm/aarch64.inc: New file.
9645
9646 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
9647
9648         * gdb.ada/array_of_variable_length.exp: New testcase.
9649         * gdb.ada/array_of_variable_length/foo.adb: New file.
9650         * gdb.ada/array_of_variable_length/pck.adb: New file.
9651         * gdb.ada/array_of_variable_length/pck.ads: New file.
9652
9653 2015-09-15  Doug Evans  <dje@google.com>
9654
9655         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9656         of function static local variable.
9657
9658 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9659
9660         * gdb.threads/tls-so_extern.exp: New test file.
9661         * gdb.threads/tls-so_extern.c: New test file.
9662         * gdb.threads/tls-so_extern_main.c: New test file.
9663
9664 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9665
9666         * gdb.opt/solib-intra-step-lib.c: New file.
9667         * gdb.opt/solib-intra-step-main.c: New file.
9668         * gdb.opt/solib-intra-step.exp: New file.
9669
9670 2015-09-15  Pedro Alves  <palves@redhat.com>
9671
9672         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9673         gdb_continue_to_breakpoint instead of gdb_test_multiple.
9674
9675 2015-09-14  Pedro Alves  <palves@redhat.com>
9676
9677         * gdb.base/hook-stop-continue.c: Delete.
9678         * gdb.base/hook-stop-continue.exp: Delete.
9679         * gdb.base/hook-stop-frame.c: Delete.
9680         * gdb.base/hook-stop-frame.exp: Delete.
9681         * gdb.base/hook-stop.c: New file.
9682         * gdb.base/hook-stop.exp: New file.
9683
9684 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
9685
9686         * gdb.ada/access_to_packed_array.exp: New testcase.
9687         * gdb.ada/access_to_packed_array/foo.adb: New file.
9688         * gdb.ada/access_to_packed_array/pack.adb: New file.
9689         * gdb.ada/access_to_packed_array/pack.ads: New file.
9690
9691 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
9692
9693         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9694         buffer size test.
9695
9696 2015-09-11  Don Breazeal  <donb@codesourcery.com>
9697
9698         * gdb.base/foll-exec.c: Add copyright header.  Fix
9699         formatting issues.
9700         * gdb.base/foll-exec.exp (zap_session): Delete proc.
9701         (do_exec_tests): Use clean_restart in place of zap_session,
9702         and for test initialization.  Fix formatting issues.  Use
9703         fail in place of perror.
9704         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9705         an expect statement to match an expression with output from
9706         the program under debug.
9707         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9708         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9709         * gdb.threads/non-ldr-exc-2.exp: Likewise.
9710         * gdb.threads/non-ldr-exc-3.exp: Likewise.
9711         * gdb.threads/non-ldr-exc-4.exp: Likewise.
9712
9713 2015-09-09  Doug Evans  <dje@google.com>
9714
9715         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9716
9717 2015-09-09  Doug Evans  <dje@google.com>
9718
9719         * gdb.base/pie-execl.exp: Fix result test of build_executable.
9720
9721 2015-09-09  Doug Evans  <dje@google.com>
9722
9723         * gdb.base/savedregs.exp: Fix typo.
9724
9725 2015-09-09  Pedro Alves  <palves@redhat.com>
9726
9727         * gdb.mi/mi-cli.exp: Add CLI finish tests.
9728
9729 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
9730
9731         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9732         command actually switches threads.  Give up on remaining
9733         tests if target fails to stop at breakpoint.
9734
9735 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9736
9737         * gdb.ada/funcall_char.exp: New testcase.
9738         * gdb.ada/funcall_char/foo.adb: New file.
9739
9740 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9741
9742         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9743         expected outputs.  Add two testcases for completing ambiguous
9744         functions.
9745         * gdb.ada/complete/aux_pck.adb: New file.
9746         * gdb.ada/complete/aux_pck.ads: New file.
9747         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9748         Ambiguous_Func functions.
9749         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9750         * gdb.ada/complete/pck.adb: Likewise.
9751
9752 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
9753
9754         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9755         failures to run the test program under GDB.
9756
9757 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
9758
9759         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9760         to C.
9761
9762 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
9763
9764         * gdb.base/run-after-attach.exp: New test file.
9765         * gdb.base/run-after-attach.c: New test file.
9766
9767 2015-08-26  Don Breazeal  <donb@codesourcery.com>
9768
9769         * gdb.base/foll-exec-2.c: New test program.
9770         * gdb.base/foll-exec-2.exp: New test.
9771
9772 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
9773
9774         * gdb.base/nested-subp1.exp: New file.
9775         * gdb.base/nested-subp1.c: New file.
9776         * gdb.base/nested-subp2.exp: New file.
9777         * gdb.base/nested-subp2.c: New file.
9778         * gdb.base/nested-subp3.exp: New file.
9779         * gdb.base/nested-subp3.c: New file.
9780
9781 2015-08-24  Pedro Alves  <palves@redhat.com>
9782
9783         * gdb.server/connect-without-multi-process.c: New file.
9784         * gdb.server/connect-without-multi-process.exp: New file.
9785
9786 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9787
9788         * gdb.opt/inline-markers.c: Make z int.
9789
9790 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9791
9792         * gdb.opt/inline-markers.c: Make z volatile.
9793
9794 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
9795
9796         * gdb.opt/inline-bt.c: New volatile global z.
9797         * gdb.opt/inline-cmds.c: Likewise.
9798         * gdb.opt/inline-locals.c: Likewise.
9799         * gdb.opt/inline-markers.c: New extern global z.
9800         (marker): Use z.
9801         (inline_fn): Likewise.
9802
9803 2015-08-24  Pedro Alves  <palves@redhat.com>
9804
9805         * config/m32r-stub.exp: Remove file.
9806         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9807         * gdb.base/call-rt-st.exp: Likewise.
9808         * gdb.base/call-strs.exp: Likewise.
9809         * gdb.base/default.exp: Remove references to h8300-*-hms and
9810         *-*-udi*.
9811         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9812
9813 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9814
9815         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9816         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
9817         and "return" use KFAIL when GDB can not read/write the vector
9818         return value.
9819
9820 2015-08-21  Gary Benson <gbenson@redhat.com>
9821
9822         * gdb.trace/pending.exp: Cope with remote transfer warnings.
9823
9824 2015-08-20  Pedro Alves  <palves@redhat.com>
9825
9826         * gdb.server/solib-list.exp: No longer expect an interior stop in
9827         non-stop mode.
9828
9829 2015-08-20  Pedro Alves  <palves@redhat.com>
9830
9831         * gdb.server/connect-stopped-target.c: New file.
9832         * gdb.server/connect-stopped-target.exp: New file.
9833
9834 2015-08-20  Pedro Alves  <palves@redhat.com>
9835
9836         * gdb.dwarf2/comp-unit-lang.exp: New file.
9837         * gdb.dwarf2/comp-unit-lang.c: New file.
9838
9839 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9840
9841         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9842         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9843
9844 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
9845
9846         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9847         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9848
9849 2015-08-18  Doug Evans  <dje@google.com>
9850             Adrian Sendroiu <adrian.sendroiu@freescale.com>
9851
9852         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9853         skip_python_tests.  New arg prompt_regexp.
9854         (skip_python_tests): New function.
9855         * lib/mi-support.exp (mi_skip_python_tests): New function.
9856         * gdb.python/py-mi-objfile-gdb.py: New file.
9857         * gdb.python/py-mi-objfile.c: New file.
9858         * gdb.python/py-mi-objfile.exp: New file.
9859
9860 2015-08-17  Keith Seitz  <keiths@redhat.com>
9861
9862         * gdb.linespec/explicit.exp: Move strace test from here ...
9863         * gdb.trace/strace.exp: ... to here.
9864
9865 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
9866
9867         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9868         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9869
9870 2015-08-14  Doug Evans  <xdje42@gmail.com>
9871
9872         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9873         inferior before selecting a new file.
9874
9875 2015-08-14  Doug Evans  <xdje42@gmail.com>
9876
9877         * gdb.mi/mi-disassemble.exp: Update.
9878         * gdb.base/disasm-optim.S: New file.
9879         * gdb.base/disasm-optim.c: New file.
9880         * gdb.base/disasm-optim.h: New file.
9881         * gdb.base/disasm-optim.exp: New file.
9882
9883 2015-08-14  Keith Seitz  <keiths@redhat.com>
9884
9885         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9886         "evaluated-by".
9887
9888 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
9889
9890         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9891
9892 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
9893
9894         * gdb.ada/fun_renaming.exp: New testcase.
9895         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9896         * gdb.ada/fun_renaming/pack.adb: New file.
9897         * gdb.ada/fun_renaming/pack.ads: New file.
9898
9899 2015-08-12  Keith Seitz  <keiths@redhat.com>
9900
9901         * gdb.base/dso2dso.exp: Pass basename of source file in call to
9902         gdb_get_line_number.
9903
9904 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
9905
9906         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9907         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9908         gdb.base/dso2dso.exp: New files.
9909
9910 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
9911             Pedro Alves  <palves@redhat.com>
9912             Keith Seitz  <keiths@redhat.com>
9913
9914         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9915         GDBFLAGS.
9916
9917 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9918
9919         * gdb.base/gdbhistsize-history.exp
9920         (test_histsize_history_setting): Use save_vars.
9921         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9922         Use save_vars.
9923         (test_no_truncation_of_unlimited_history_file): Use save_vars.
9924         * gdb.base/readline.exp: Use save_vars.
9925
9926 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
9927
9928         * lib/gdb.exp (save_vars): New proc.
9929
9930 2015-08-11  Keith Seitz  <keiths@redhat.com>
9931
9932         * gdb.base/help.exp: Update help_breakpoint_text.
9933
9934 2015-08-11  Keith Seitz  <keiths@redhat.com>
9935
9936         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9937         (at toplevel): Call test_explicit_breakpoints.
9938         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9939         breakpoints.
9940         * lib/mi-support.exp (mi_make_breakpoint): Add support for
9941         breakpoint conditions, "-cond".
9942
9943 2015-08-11  Keith Seitz  <keiths@redhat.com>
9944
9945         * gdb.linespec/3explicit.c: New file.
9946         * gdb.linespec/cpexplicit.cc: New file.
9947         * gdb.linespec/cpexplicit.exp: New file.
9948         * gdb.linespec/explicit.c: New file.
9949         * gdb.linespec/explicit.exp: New file.
9950         * gdb.linespec/explicit2.c: New file.
9951         * gdb.linespec/ls-errs.exp: Add explicit location tests.
9952         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9953         before using in the matching pattern.
9954         Clarify that `prefix' is a regular expression.
9955
9956 2015-08-11  Keith Seitz  <keiths@redhat.com>
9957
9958         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9959         test.
9960         Add tests for missing ",FMT" and ",".
9961
9962 2015-08-10  Doug Evans  <dje@google.com>
9963             Keith Seitz  <keiths@redhat.com>
9964
9965         PR gdb/17960
9966         * gdb.base/completion.exp: Add location completer tests.
9967
9968 2015-08-07  Pedro Alves  <palves@redhat.com>
9969
9970         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9971         tests here.
9972         (top level): Run do_test with and without displaced stepping.
9973
9974 2015-08-07  Pedro Alves  <palves@redhat.com>
9975
9976         * gdb.base/valgrind-disp-step.c: New file.
9977         * gdb.base/valgrind-disp-step.exp: New file.
9978
9979 2015-08-07  Pedro Alves  <palves@redhat.com>
9980
9981         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9982         Delete function.
9983         (main): Add alarm.  Run an infinite loop instead of calling
9984         wait_threads.
9985         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9986         comment.
9987         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9988         Delete function.
9989         (main): Add alarm.  Run an infinite loop instead of calling
9990         wait_threads.
9991         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9992         comment.
9993
9994 2015-08-07  Pedro Alves  <palves@redhat.com>
9995
9996         * gdb.base/checkpoint-ns.exp: New file.
9997         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9998         standard_testfile.
9999
10000 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
10001
10002         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10003         * gdb.btrace/instruction_history.exp: Update.
10004         * gdb.btrace/tsx.exp: New.
10005         * gdb.btrace/tsx.c: New.
10006
10007 2015-08-06  Pedro Alves <palves@redhat.com>
10008
10009         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10010         increase timeout.
10011         * gdb.reverse/until-precsave.exp: Bump timeouts.
10012
10013 2015-08-06  Pedro Alves  <palves@redhat.com>
10014
10015         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10016
10017 2015-08-06  Pedro Alves  <palves@redhat.com>
10018
10019         PR gdb/18749
10020         * gdb.threads/process-dies-while-handling-bp.c: New file.
10021         * gdb.threads/process-dies-while-handling-bp.exp: New file.
10022
10023 2015-08-06  Pedro Alves  <palves@redhat.com>
10024
10025         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10026         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10027
10028 2015-08-05  Pedro Alves  <palves@redhat.com>
10029
10030         * gdb.threads/next-while-other-thread-longjmps.c: New file.
10031         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10032
10033 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
10034
10035         * gdb.base/bp-permanent.exp: Report test as unsupported if
10036         the target cannot stop at the permanent breakpoint.
10037
10038 2015-08-03  Doug Evans  <dje@google.com>
10039
10040         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10041         10000.
10042
10043 2015-08-03  Doug Evans  <dje@google.com>
10044
10045         * Makefile.in (workers/%.worker, build-perf): New rule.
10046         (GDB_PERFTEST_MODE): New variable.
10047         (check-perf): Use it.
10048         (clean): Clean up gdb.perf parallel build subdirs.
10049         * lib/build-piece.exp: New file.
10050         * lib/gdb.exp (make_gdb_parallel_path): New function
10051         (standard_output_file, standard_temp_file): Call it.
10052         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10053         of $GDB_PARALLEL.
10054         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10055
10056 2015-08-03  Doug Evans  <dje@google.com>
10057
10058         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10059         (LOG_FILE_NAME): New global.
10060         (TextReporter.__init__): Initialize self.txt_sum.
10061         (TextReporter.report): Add support for multiple data-points.
10062         Move report to perftest.sum, put raw data in perftest.log.
10063         (TextReporter.start): Open sum and log files.
10064         (TextReporter.end): Close sum and log files.
10065         * gdb.perf/lib/perftest/testresult.py
10066         (SingleStatisticTestResult.record): Handle multiple data-points.
10067
10068 2015-07-31  Pedro Alves  <palves@redhat.com>
10069
10070         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10071         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10072         kill_wait_spawned_process instead of explicit "kill -9".
10073         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10074         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10075         kill_wait_spawned_process.
10076         * gdb.base/attach-twice.exp: Likewise.
10077         * gdb.base/attach.exp: Likewise.
10078         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10079         gdb_test_multiple.
10080         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10081         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10082         kill_wait_spawned_process.
10083         * gdb.base/valgrind-infcall.exp: Likewise.
10084         * gdb.multi/multi-attach.exp: Likewise.
10085         * gdb.python/py-prompt.exp: Likewise.
10086         * gdb.python/py-sync-interp.exp: Likewise.
10087         * gdb.server/ext-attach.exp: Likewise.
10088         * gdb.threads/attach-into-signal.exp (corefunc): Use
10089         spawn_wait_for_attach, spawn_id_get_pid and
10090         kill_wait_spawned_process.
10091         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10092         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
10093         spawn_id_get_pid and kill_wait_spawned_process.
10094         * gdb.threads/attach-stopped.exp (corefunc): Use
10095         spawn_wait_for_attach, spawn_id_get_pid and
10096         kill_wait_spawned_process.
10097         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10098         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10099         kill_wait_spawned_process instead of explicit "kill -9".
10100         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10101         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10102         (spawn_wait_for_attach): Use spawn instead of exec to spawn
10103         processes.  Don't map cygwin/windows pids here.  Now returns a
10104         spawn id list.
10105
10106 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10107
10108         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
10109         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
10110         correct patch.
10111
10112 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10113
10114         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
10115
10116 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10117
10118         Reapply:
10119         2014-05-21  Mark Wielaard  <mjw@redhat.com>
10120
10121         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10122
10123 2015-07-30  Pedro Alves  <palves@redhat.com>
10124
10125         * linux-low.c (handle_extended_wait): Set the child's last
10126         reported status to TARGET_WAITKIND_STOPPED.
10127
10128 2015-07-30  Pedro Alves  <palves@redhat.com>
10129
10130         PR threads/18600
10131         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10132         only shows inferior 1.
10133
10134 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
10135             Pedro Alves  <palves@redhat.com>
10136
10137         PR threads/18600
10138         * gdb.threads/fork-plus-threads.c: New file.
10139         * gdb.threads/fork-plus-threads.exp: New file.
10140
10141 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10142
10143         * gdb.base/batch-preserve-term-settings.exp
10144         (test_terminal_settings_preserved_after_cli_exit): Use
10145         send_quit_command.
10146
10147 2015-07-29  Pedro Alves  <palves@redhat.com>
10148             Don Breazeal  <donb@codesourcery.com>
10149
10150         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
10151         output from both inferior_spawn_id and gdb_spawn_id.
10152
10153 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10154
10155         * gdb.threads/attach-into-signal.exp (corefunc): Use
10156         with_test_prefix on nested loops, uniquefying the test messages.
10157
10158 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
10159
10160         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
10161         commit.
10162
10163 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10164
10165         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
10166         New proc.
10167         (test_terminal_settings_preserved_after_sigterm): New test.
10168
10169 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10170
10171         * gdb.base/batch-preserve-term-settings.exp
10172         (test_terminal_settings_preserved_after_cli_exit): New test.
10173
10174 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
10175
10176         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
10177         manipulation of saved_gdbflags.
10178         (test_terminal_settings_preserved): Remove global declaration of
10179         the unused variable pagination_prompt.  Remove manipulation of
10180         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
10181         GDBFLAGS.
10182
10183 2015-07-29  Pedro Alves  <palves@redhat.com>
10184
10185         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
10186
10187 2015-07-29  Pedro Alves  <palves@redhat.com>
10188
10189         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
10190         at the top.
10191
10192 2015-07-29  Pedro Alves  <palves@redhat.com>
10193
10194         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
10195         (main): Call gdb_unbuffer_output.
10196         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
10197         (main): Call gdb_unbuffer_output.
10198         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
10199         (main): Call gdb_unbuffer_output.
10200         * gdb.base/call-strs.exp: Adjust to step over the
10201         gdb_unbuffer_output call.
10202         * gdb.base/catch-gdb-caused-signals.c: Include
10203         "../lib/unbuffer_output.c".
10204         (main): Call gdb_unbuffer_output.
10205         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
10206         (main): Call gdb_unbuffer_output.
10207         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
10208         (main): Call gdb_unbuffer_output.
10209         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
10210         (main): Call gdb_unbuffer_output.
10211         * gdb.base/shlib-call.exp: Adjust to step over the
10212         gdb_unbuffer_output call.
10213         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
10214         (main): Call gdb_unbuffer_output.
10215         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
10216         (main): Call gdb_unbuffer_output.
10217         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
10218         (main): Rename to ...
10219         (test): ... this.
10220         (main): Reimplement.
10221         * gdb.base/varargs.exp: Run to test instead of to main.
10222         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10223         (main): Call gdb_unbuffer_output.
10224
10225 2015-07-29  Pedro Alves  <palves@redhat.com>
10226
10227         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
10228         factore out from mi_continue_dprintf.  For call-style dprintfs,
10229         expect dprintf output out of $inferior_spawn_id.
10230         (mi_continue_dprintf): Use mi_expect_dprintf.
10231         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
10232         (main): Call gdb_unbuffer_output.
10233
10234 2015-07-29  Pedro Alves  <palves@redhat.com>
10235
10236         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
10237         (default_mi_gdb_start): Set inferior_spawn_id instead of
10238         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
10239         gdb_spawn_id.
10240         (mi_gdb_test): Always expect inferior output from both
10241         $inferior_spawn_id and $gdb_spawn_id.
10242
10243 2015-07-29  Pedro Alves  <palves@redhat.com>
10244
10245         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
10246         send_inferior and $inferior_spawn_id.
10247
10248 2015-07-29  Pedro Alves  <palves@redhat.com>
10249
10250         * gdb.gdb/complaints.exp (test_initial_complaints)
10251         (test_serial_complaints, test_short_complaints): Use
10252         gdb_test_stdio.
10253         (test_empty_complaint): Handle $inferior_spawn_id !=
10254         $gdb_spawn_id.
10255
10256 2015-07-29  Pedro Alves  <palves@redhat.com>
10257
10258         * gdb.base/varargs.exp: Use gdb_test_stdio.
10259
10260 2015-07-29  Pedro Alves  <palves@redhat.com>
10261
10262         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
10263
10264 2015-07-29  Pedro Alves  <palves@redhat.com>
10265
10266         * gdb.base/ending-run.exp: Use gdb_test_stdio.
10267
10268 2015-07-29  Pedro Alves  <palves@redhat.com>
10269
10270         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
10271         parameter into two new parameters, "inf_result" and "gdb_result".
10272         Expect inferior output and gdb output from $inferior_spawn_id and
10273         $gdb_spawn_id, respectively.  Adjust all callers.
10274
10275 2015-07-29  Pedro Alves  <palves@redhat.com>
10276
10277         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
10278         of gdb_test_sequence.
10279
10280 2015-07-29  Pedro Alves  <palves@redhat.com>
10281
10282         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
10283         (saw_spurious_output): Expect inferior output from
10284         $inferior_spawn_id.  Use gdb_test_stdio.
10285
10286 2015-07-29  Pedro Alves  <palves@redhat.com>
10287
10288         * gdb.base/dprintf.exp: Use standard_testfile.  Change
10289         prepare_for_testing call.
10290         (srcfile): Don't set.
10291         (restart): New procedure.
10292         (test_dprintf): New procecure, use to continue over dprintfs.
10293         (test_call, test_agent): New procedures, tests moved here.
10294         Restart gdb and recreate dprintfs.  Adjust expected output.
10295
10296 2015-07-29  Pedro Alves  <palves@redhat.com>
10297
10298         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
10299
10300 2015-07-29  Pedro Alves  <palves@redhat.com>
10301
10302         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
10303
10304 2015-07-29  Pedro Alves  <palves@redhat.com>
10305
10306         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
10307         gdb_test_stdio.
10308
10309 2015-07-29  Pedro Alves  <palves@redhat.com>
10310
10311         * lib/gdb.exp (gdb_test_stdio): New procedure.
10312
10313 2015-07-29  Pedro Alves  <palves@redhat.com>
10314
10315         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
10316
10317 2015-07-29  Pedro Alves  <palves@redhat.com>
10318
10319         * gdb.base/call-signal-resume.exp: Remove check for
10320         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
10321         * gdb.base/unwindonsignal.exp: Likewise.
10322         * gdb.base/call-signals.c (gen_signal): Remove printf call.
10323         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
10324
10325 2015-07-29  Pedro Alves  <palves@redhat.com>
10326
10327         * gdb.base/siginfo-addr.c (pass): New function.
10328         (handler): Call it iff si_addr is correct.
10329         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
10330         Set a breakpoint at "pass" and continue to it.
10331
10332 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
10333
10334         * gdb.python/py-objfile.exp: Make some tests have unique names.
10335         * gdb.python/py-pp-registration.exp: Likewise.
10336
10337 2015-07-28  Pedro Alves  <palves@redhat.com>
10338
10339         * gdb.server/server-exec-info.exp: Issue a "disconnect".
10340
10341 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10342
10343         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
10344
10345 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
10346
10347         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
10348
10349 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
10350
10351         * gdb.base/gdb-sigterm-2.exp: New test.
10352
10353 2015-07-25  Doug Evans  <xdje42@gmail.com>
10354
10355         Revert:
10356         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10357         (workers/%.worker, build-perf): New rule.
10358         (GDB_PERFTEST_MODE): New variable.
10359         (check-perf): Use it.
10360         (clean): Clean up gdb.perf parallel build subdirs.
10361         * lib/build-piece.exp: New file.
10362         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10363         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10364         name.
10365         (standard_temp_file): Ditto.
10366         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10367         of $GDB_PARALLEL.
10368
10369 2015-07-24  Doug Evans  <dje@google.com>
10370
10371         * gdb.perf/lib/perftest/utils.py: New file.
10372         * gdb.perf/gm-hello.cc: New file.
10373         * gdb.perf/gm-pervasive-typedef.cc: New file.
10374         * gdb.perf/gm-pervasive-typedef.h: New file.
10375         * gdb.perf/gm-std.cc: New file.
10376         * gdb.perf/gm-std.h: New file.
10377         * gdb.perf/gm-use-cerr.cc: New file.
10378         * gdb.perf/gm-utils.h: New file.
10379         * gdb.perf/gmonster-null-lookup.py: New file.
10380         * gdb.perf/gmonster-pervasive-typedef.py: New file.
10381         * gdb.perf/gmonster-print-cerr.py: New file.
10382         * gdb.perf/gmonster-ptype-string.py: New file.
10383         * gdb.perf/gmonster-runto-main.py: New file.
10384         * gdb.perf/gmonster-select-file.py: New file.
10385         * gdb.perf/gmonster1-null-lookup.exp: New file.
10386         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
10387         * gdb.perf/gmonster1-print-cerr.exp: New file.
10388         * gdb.perf/gmonster1-ptype-string.exp: New file.
10389         * gdb.perf/gmonster1-runto-main.exp: New file.
10390         * gdb.perf/gmonster1-select-file.exp: New file.
10391         * gdb.perf/gmonster1.cc: New file.
10392         * gdb.perf/gmonster1.exp: New file.
10393         * gdb.perf/gmonster2-null-lookup.exp: New file.
10394         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
10395         * gdb.perf/gmonster2-print-cerr.exp: New file.
10396         * gdb.perf/gmonster2-ptype-string.exp: New file.
10397         * gdb.perf/gmonster2-runto-main.exp: New file.
10398         * gdb.perf/gmonster2-select-file.exp: New file.
10399         * gdb.perf/gmonster2.cc: New file.
10400         * gdb.perf/gmonster2.exp: New file.
10401
10402 2015-07-24  Doug Evans  <dje@google.com>
10403
10404         * gdb.perf/README: New file.
10405         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
10406         * lib/gen-perf-test.exp: New file.
10407
10408 2015-07-24  Doug Evans  <dje@google.com>
10409
10410         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
10411         (PerfTest::startup): New function.
10412         (PerfTest::run): Return result of calling body.
10413         (PerfTest::assemble): Rewrite.
10414         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
10415         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
10416         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
10417         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
10418         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
10419
10420 2015-07-24  Doug Evans  <dje@google.com>
10421
10422         * lib/gdb.exp (clean_restart): Make executable optional.
10423
10424 2015-07-24  Doug Evans  <dje@google.com>
10425
10426         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
10427         compiler_info references.
10428         * gdb.cp/temargs.exp: Ditto.
10429         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10430         (get_compiler_info): Early exit if already computed.  Set compiler_info
10431         to "unknown" if there was a problem.
10432         (test_compiler_info): Add function comment.  Call get_compiler_info.
10433
10434 2015-07-24  Doug Evans  <dje@google.com>
10435
10436         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10437         (workers/%.worker, build-perf): New rule.
10438         (GDB_PERFTEST_MODE): New variable.
10439         (check-perf): Use it.
10440         (clean): Clean up gdb.perf parallel build subdirs.
10441         * lib/build-piece.exp: New file.
10442         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10443         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10444         name.
10445         (standard_temp_file): Ditto.
10446         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10447         of $GDB_PARALLEL.
10448
10449 2015-07-24  Doug Evans  <dje@google.com>
10450
10451         * lib/future.exp (gdb_default_target_compile): New option
10452         "early_flags".
10453         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10454         --as-needed.
10455
10456 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
10457
10458         * gdb.base/catch-syscall.exp: Call gdb_exit before
10459         gdb_skip_xml_test.
10460
10461 2015-07-24  Pedro Alves  <palves@redhat.com>
10462
10463         * gdb.python/py-events.exp: Accept output between the stop event
10464         and the prompt.
10465         * gdb.python/py-evsignal.exp: Likewise.
10466         * gdb.python/py-evthreads.exp: Likewise.
10467
10468 2015-07-24  Pedro Alves  <palves@redhat.com>
10469
10470         PR gdb/18717
10471         * gdb.threads/non-ldr-exit.c: New file.
10472         * gdb.threads/non-ldr-exit.exp: New file.
10473
10474 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10475
10476         * gdb.server/ext-wrapper.exp: Test --wrapper option when
10477         restarting process.
10478
10479 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10480
10481         * gdb.server/ext-restart.exp: New file.
10482
10483 2015-07-24  Yao Qi  <yao.qi@linaro.org>
10484
10485         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10486         argument options.
10487         * gdb.server/ext-wrapper.exp: New file.
10488
10489 2015-07-23  Doug Evans  <dje@google.com>
10490
10491         * gdb.dwarf2/dw2-dummy-cu.S: New file.
10492         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10493
10494 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10495
10496         * gdb.ada/var_arr_typedef.exp: New testcase.
10497         * gdb.ada/var_arr_typedef/pack.adb: New file.
10498         * gdb.ada/var_arr_typedef/pack.ads: New file.
10499         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10500
10501 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
10502
10503         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10504
10505 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10506
10507         * gdb.arch/i386-biarch-core.exp: Replace istarget
10508         by "complete set gnutarget". Remove expectation for the "core-file"
10509         command.
10510
10511 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10512
10513         Revert the previous commit:
10514         Tests for validate symbol file using build-id.
10515
10516 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
10517
10518         Tests for validate symbol file using build-id.
10519         * gdb.base/solib-mismatch-lib.c: New file.
10520         * gdb.base/solib-mismatch-libmod.c: New file.
10521         * gdb.base/solib-mismatch.c: New file.
10522         * gdb.base/solib-mismatch.exp: New file.
10523
10524 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
10525
10526         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10527         nios2-*-linux*.
10528         * gdb.base/sigbpt.exp (stepi_out): Likewise.
10529         * gdb.base/siginfo.exp: Likewise.
10530         * gdb.base/sigstep.exp (advance, advancei): Likewise.
10531
10532 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
10533
10534         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10535         Move it to ...
10536         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10537         ... here.
10538         * gdb.trace/range-stepping.exp: Check that the target supports
10539         range stepping.
10540
10541 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10542
10543         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10544
10545 2015-07-14  Pedro Alves  <palves@redhat.com>
10546
10547         * gdb.base/killed-outside.exp: New file.
10548         * gdb.base/killed-outside.c: New file.
10549
10550 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10551
10552         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10553         (n at main): New.
10554         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10555
10556 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10557
10558         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10559         infcall tests instead of setting up for KFAIL.
10560
10561 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
10562
10563         * gdb.btrace/record_goto-step.exp: New.
10564
10565 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10566
10567         PR compile/18484
10568         * gdb.compile/compile.c (struct struct_type): Add volatile to
10569         selffield's type.
10570         * gdb.compile/compile.exp
10571         (compile code struct_object.selffield = &struct_object): Skip further
10572         struct_object tests if this one xfails.
10573
10574 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
10575
10576         PR exp/18617
10577         * gdb.trace/ax.exp: Add test.
10578
10579 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10580
10581         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10582         instead of istarget "aarch64*-*-*".
10583         * gdb.arch/aarch64-fp.exp: Likewise.
10584         * gdb.base/float.exp: Likewise.
10585         * gdb.reverse/aarch64.exp: Likewise.
10586         * lib/gdb.exp (is_aarch64_target): New proc.
10587
10588 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10589
10590         * lib/gdb.exp (is_aarch32_target): New proc.
10591         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10592         instead of "istarget "arm*-*-*"".
10593         * gdb.arch/arm-disp-step.exp: Likewise.
10594         * gdb.arch/thumb-bx-pc.exp: Likewise.
10595         * gdb.arch/thumb-prologue.exp: Likewise.
10596         * gdb.arch/thumb-singlestep.exp: Likewise.
10597         * gdb.base/disp-step-syscall.exp: Likewise.
10598         * gdb.base/float.exp: Likewise.
10599
10600 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10601
10602         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10603         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10604
10605 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10606
10607         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10608         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10609         if it exists.
10610         * gdb.multi/multi-arch.exp: Likewise.
10611
10612 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
10613
10614         * gdb.python/py-lazy-string.exp: Add missing parentheses to
10615         print.
10616
10617 2015-07-07  Yao Qi  <yao.qi@linaro.org>
10618
10619         * gdb.arch/thumb-singlestep.exp: Do one more single step.
10620
10621 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
10622
10623         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10624         '[' and ']' characters.
10625
10626 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
10627
10628         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10629
10630 2015-06-29  Pedro Alves  <palves@redhat.com>
10631
10632         PR threads/18127
10633         * gdb.threads/hand-call-new-thread.c: New file.
10634         * gdb.threads/hand-call-new-thread.c: New file.
10635
10636 2015-06-26  Keith Seitz  <keiths@redhat.com>
10637             Doug Evans  <dje@google.com>
10638
10639         PR 16253
10640         * gdb.cp/var-tag-2.cc: New file.
10641         * gdb.cp/var-tag-3.cc: New file.
10642         * gdb.cp/var-tag-4.cc: New file.
10643         * gdb.cp/var-tag.cc: New file.
10644         * gdb.cp/var-tag.exp: New file.
10645
10646 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10647
10648         * gdb.base/history-duplicates.exp: New test.
10649
10650 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
10651
10652         * gdb.base/completion.exp: Test the completion of the "focus"
10653         command.
10654
10655 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10656
10657         * gdb.arch/amd64-prologue-skip.S: New file.
10658         * gdb.arch/amd64-prologue-skip.exp: New file.
10659
10660 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
10661
10662         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10663         is_address_zero_readable check.
10664
10665 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
10666
10667         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10668         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10669
10670 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10671
10672         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10673         linux targets.
10674
10675 2015-06-24  Yao Qi  <yao.qi@linaro.org>
10676
10677         * lib/gdb.exp (supports_get_siginfo_type): New proc.
10678         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10679         * gdb.base/siginfo-thread.exp: Likewise.
10680
10681 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10682
10683         * boards/remote-gdbserver-on-localhost.exp: Add comments.
10684
10685 2015-06-22  Yao Qi  <yao.qi@linaro.org>
10686
10687         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10688         aarch64*-*-*.
10689         (skip_hw_watchpoint_tests): Likewise.
10690
10691 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
10692
10693         * gdb.base/gdbinit-history.exp: Test the interaction between
10694         setting GDBHISTSIZE and setting the history size via .gdbinit.
10695
10696 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10697
10698         PR gdb/16999
10699         * gdb.base/gdbhistsize-history.exp: New test.
10700
10701 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10702
10703         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10704         with GDBHISTSIZE.
10705         * gdb.base/readline.exp: Likewise.
10706
10707 2015-06-17  Yao Qi  <yao.qi@linaro.org>
10708
10709         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10710         line.
10711
10712 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
10713
10714         * gdb.base/gdbinit-history.exp: Add test case to check that
10715         an unlimited history file does not get truncated on exit.
10716
10717 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10718
10719         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10720         (VECTOR): New macro.  Use it...
10721         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10722         ...for these typedefs.
10723         (int8, char1, int1, double1): New typedefs.
10724         (struct just_int2, struct two_int2): New structures.
10725         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10726         (add_structvecs, add_singlevecs): New functions.
10727         (main): Call add_some_intvecs twice.
10728         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10729         the compile and exit upon failure.  Try compiling for the "native"
10730         architecture.  Test inferior function calls with vector arguments
10731         and vector return value handling with "finish" and "return".
10732
10733 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
10734
10735         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10736         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10737         PE file.
10738         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10739
10740 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10741
10742         PR breakpoints/16465
10743         * gdb.mi/mi-dprintf-pending.c: New file.
10744         * gdb.mi/mi-dprintf-pending.exp: New test.
10745         * gdb.mi/mi-dprintf-pendshr.c: New file.
10746
10747 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10748             Mircea Gherzan  <mircea.gherzan@intel.com>
10749
10750         * gdb.arch/i386-mpx-map.c: New file.
10751         * gdb.arch/i386-mpx-map.exp: New File.
10752
10753 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10754
10755         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10756         * gdb.arch/i386-mpx.exp: Indentation fixed.
10757
10758 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10759
10760         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10761         function and improved indentation.
10762         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10763         gdb_test_multiple. Added additional tests to skip the test.
10764
10765 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
10766
10767         * gdb.arch/i386-avx512.c: Change path in include file.
10768         * gdb.arch/i386-avx512.exp: Change include dir path
10769         compilation flag.
10770         * gdb.arch/i386-mpx.c: Change path in include file.
10771         * gdb.arch/i386-mpx.exp: Change include dir path compilation
10772         flag.
10773
10774 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10775
10776         * gdb.compile/compile-print.exp (compile print *vararray@3)
10777         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10778
10779 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10780
10781         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10782         (do not keep jit in memory): ... this.
10783         (expect 5): Change it to ...
10784         (expect no 5): ... this.
10785
10786 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
10787
10788         PR gdb/15564
10789         * gdb.mi/mi-detach.exp: New file.
10790
10791 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10792
10793         PR symtab/18392
10794         * gdb.arch/amd64-tailcall-self.S: New file.
10795         * gdb.arch/amd64-tailcall-self.c: New file.
10796         * gdb.arch/amd64-tailcall-self.exp: New file.
10797
10798 2015-05-28  Don Breazeal  <donb@codesourcery.com>
10799
10800         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10801         tests for remote targets by checking is_target_gdbserver.
10802
10803 2015-05-27  Doug Evans  <dje@google.com>
10804
10805         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10806         * gdb.dwarf2/opaque-type-lookup.c: New file.
10807         * gdb.dwarf2/opaque-type-lookup.exp: New file.
10808
10809 2015-05-26  Doug Evans  <dje@google.com>
10810
10811         * gdb.cp/iostream.cc: New file.
10812         * gdb.cp/iostream.exp: New file.
10813
10814 2015-05-26  Doug Evans  <dje@google.com>
10815
10816         * gdb.dwarf2/dw2-op-call.exp: Update.
10817         * gdb.dwarf2/dw4-sig-types.exp: Update.
10818         * gdb.dwarf2/implptr.exp: Update.
10819         * gdb.mi/mi-cmd-param-changed.exp: Update.
10820
10821 2015-05-26  Doug Evans  <dje@google.com>
10822
10823         * gdb.python/py-lazy-string.c: New file.
10824         * gdb.python/py-lazy-string.exp: New file.
10825         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10826         (main): Update.  Add estring3.
10827         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10828         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10829
10830 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10831             Yao Qi  <yao.qi@linaro.org>
10832
10833         * gdb.reverse/aarch64.c: New.
10834         * gdb.reverse/aarch64.exp: New.
10835
10836 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
10837
10838         * lib/gdb.exp (supports_process_record): Return true for
10839         aarch64*-linux*.
10840         (supports_reverse): Likewise.
10841
10842 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
10843
10844         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10845         Use with_test_prefix.
10846
10847 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
10848
10849         * gdb.base/completion.exp: Add test for completion of layout
10850         names.
10851
10852 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
10853
10854         * lib/gdb.exp (skip_tui_tests): New proc.
10855         * gdb.base/tui-layout.exp: Check skip_tui_tests.
10856
10857 2015-05-19  Pedro Alves  <palves@redhat.com>
10858
10859         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10860         Save the whole env array instead of just HOME.  Unset HISTSIZE in
10861         the environment while testing.  Restore whole environment
10862         afterwards.
10863
10864 2015-05-16  Doug Evans  <xdje42@gmail.com>
10865
10866         * gdb.guile/scm-ports.c: New file.
10867         * gdb.guile/scm-ports.exp: Add memory port tests.
10868
10869 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10870
10871         * gdb.compile/compile-print.c: New file.
10872         * gdb.compile/compile-print.exp: New file.
10873
10874 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10875
10876         * gdb.compile/compile-ops.exp: Cast param to void.
10877         * gdb.compile/compile.exp: Complete type for _gdb_expr.
10878         (compile code struct_object.selffield = &struct_object): Add xfail.
10879
10880 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10881
10882         * gdb.ada/arr_enum_with_gap: New testcase.
10883
10884 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10885
10886         * gdb.ada/byte_packed_arr: New testcase.
10887
10888 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
10889
10890         * gdb.ada/pckd_neg: New testcase.
10891
10892 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
10893
10894         PR gdb/17820
10895         * gdb.base/gdbinit-history.exp: New test.
10896         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10897         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10898
10899 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
10900
10901         * gdb.python/py-xmethods.cc: Enhance test case.
10902         * gdb.python/py-xmethods.exp: New tests.
10903         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10904         function.
10905         (B_indexoper): Likewise.
10906         (global_dm_list) : Add new xmethod worker functions.
10907
10908 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
10909
10910         * gdb.base/coredump-filter.exp: Correctly unset
10911         "coredump_var_addr" array.
10912
10913 2015-05-08  Pedro Alves  <palves@redhat.com>
10914
10915         * gdb.server/non-existing-program.exp: Unset spawn_id.
10916
10917 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
10918
10919         PR python/18291
10920         * gdb.python/py-xmethods.exp: Add tests.
10921
10922 2015-05-08  Yao Qi  <yao.qi@linaro.org>
10923
10924         PR gdb/18208
10925         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10926         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10927         function set_coredump_filter, and remove remote_exec call.
10928         Remove argument ipid.  Callers update.
10929         (top level): Don't get inferior's PID.
10930
10931 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10932
10933         * gdb.base/watch_thread_num.exp: Skip test on targets without
10934         access watchpoints.
10935
10936 2015-05-06  Pedro Alves  <palves@redhat.com>
10937
10938         PR server/18081
10939         * gdb.server/non-existing-program.exp: New file.
10940
10941 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10942
10943         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10944
10945 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10946
10947         * gdb.ada/out_of_line_in_inlined: New testcase.
10948
10949 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
10950
10951         * gdb.ada/var_rec_arr: New testcase.
10952
10953 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10954
10955         * gdb.base/break-idempotent.exp: If
10956         skip_hw_watchpoint_multi_tests returns true, skip the tests
10957         on "rwatch" and "awatch".
10958
10959 2015-04-30  Yao Qi  <yao.qi@linaro.org>
10960
10961         * gdb.base/relativedebug.exp: Invoke gdb command
10962         "info sharedlibrary", and if libc.so doesn't have debug info,
10963         skip the test.
10964
10965 2015-04-29  Doug Evans  <dje@google.com>
10966
10967         * gdb.python/py-xmethods.exp: Add ptype tests.
10968         * gdb.python/py-xmethods.py (E_method_char_worker): Add
10969         get_result_type method.
10970
10971 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10972
10973         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10974         the target does not support hardware watchpoints.
10975
10976 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
10977
10978         * gdb.base/break-always.exp: Abort testing if writing to memory
10979         causes an error.
10980
10981 2015-04-28  Doug Evans  <dje@google.com>
10982
10983         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10984         * gdb.python/py-pp-registration.exp: ... here.  New file.
10985         * gdb.python/py-pp-registration.c: New file.
10986         * gdb.python/py-pp-registration.py: New file.
10987
10988 2015-04-28  Doug Evans  <dje@google.com>
10989
10990         * gdb.python/py-bad-printers.c: New file.
10991         * gdb.python/py-bad-printers.py: New file.
10992         * gdb.python/py-bad-printers.exp: New file.
10993
10994 2015-04-28  Sasha Smundak  <asmundak@google.com>
10995
10996         * gdb.python/py-type.exp: New test.
10997
10998 2015-04-28  Andy Wingo  <wingo@igalia.com>
10999
11000         * gdb.python/py-parameter.exp:
11001         * gdb.guile/scm-parameter.exp: Escape the path that we are
11002         matching against, as it might contain characters that are special
11003         to regular expressions.
11004
11005 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
11006
11007         * gdb.ada/rec_comp: New testcase.
11008
11009 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
11010
11011         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11012         before using it.
11013
11014 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
11015
11016         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
11017         new tests for verilog output.
11018
11019 2015-04-24  Yao Qi  <yao.qi@linaro.org>
11020
11021         * boards/remote-gdbserver-on-localhost.exp: New file.
11022
11023 2015-04-23  Pedro Alves  <palves@redhat.com>
11024
11025         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11026         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
11027         "end of file", remove $inferior_spawn_id from the indirect list.
11028
11029 2015-04-23  Pedro Alves  <palves@redhat.com>
11030
11031         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11032
11033 2015-04-23  Pedro Alves  <palves@redhat.com>
11034
11035         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11036         on $any_spawn_id instead of only on $gdb_spawn_id.
11037
11038 2015-04-21  Pierre Muller  <muller@sourceware.org>
11039
11040         PR pascal/17815
11041         * lib/pascal.exp (gpc_compile): Add new option "class".
11042         (fpc_compile): Likewise.
11043         * gdb.pascal/case-insensitive-symbols.pas: New file.
11044         * gdb.pascal/case-insensitive-symbols.exp: New file.
11045
11046 2015-04-20  Gary Benson <gbenson@redhat.com>
11047
11048         * gdb.base/attach.exp: Fix three extended remote failures.
11049
11050 2015-04-17  Gary Benson <gbenson@redhat.com>
11051
11052         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11053         the main executable over the remote protocol.
11054
11055 2015-04-16  Pedro Alves  <palves@redhat.com>
11056
11057         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11058         a new gdbserver if gdbserver_reconnect_p is set.
11059
11060 2015-04-16  Pedro Alves  <palves@redhat.com>
11061
11062         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11063         is set, don't exit gdbserver.
11064
11065 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11066
11067         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11068         appropriate .insn, such that an older assembler can be used.
11069         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11070         the z/Architecture instruction set on 31-bit targets as well.
11071
11072 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11073
11074         * gdb.go/handcall.exp: Remove all logic related to the first
11075         breakpoint and rely on go_runto_main instead.
11076         * gdb.go/strings.exp: Likewise.
11077         * gdb.go/unsafe.exp: Likewise.
11078         * gdb.go/hello.exp: Likewise.  Also rename the remaining
11079         breakpoint marker to "breakpoint 1".
11080         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11081         * gdb.go/strings.go: Likewise.
11082         * gdb.go/unsafe.go: Likewise.
11083         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
11084         "set breakpoint 2 here" and rename the remaining breakpoint marker
11085         to "breakpoint 1".
11086
11087 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
11088
11089         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11090         if itertools.imap is not present.
11091         * gdb.python/py-objfile.exp: Add parentheses.
11092         * gdb.python/py-type.exp: Same.
11093         * gdb.python/py-unwind-maint.py: Same.
11094
11095 2015-04-15  Yao Qi  <yao.qi@linaro.org>
11096
11097         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11098         of ":$ptr_size" and set its form explicitly.
11099
11100 2015-04-15  Pedro Alves  <palves@redhat.com>
11101             Yao Qi  <yao.qi@linaro.org>
11102
11103         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11104         timeout by factor of 4.
11105         (test_regular_watch): Likewise.
11106         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11107         * gdb.reverse/sigall-reverse.exp: Likewise.
11108         * gdb.reverse/until-precsave.exp: Likewise.
11109         * lib/gdb.exp (with_timeout_factor): New proc.
11110         (gdb_expect): Move some code to ...
11111         (get_largest_timeout): ... here.  New procedure.
11112
11113 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
11114
11115         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
11116
11117 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11118
11119         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
11120         to write to the .text section.
11121
11122 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
11123
11124         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
11125         Handle the case of targets that do not provide PID information.
11126
11127 2015-04-13  Yao Qi  <yao.qi@linaro.org>
11128
11129         * lib/gdbserver-support.exp (gdb_exit): Catch exception
11130         and use expect instead of gdb_expect.
11131
11132 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
11133
11134         * gdb.base/coredump-filter.exp: Rename variable "addr" to
11135         "coredump_var_addr" to avoid naming conflict with other testcases.
11136
11137 2015-04-10  Pedro Alves  <palves@redhat.com>
11138
11139         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
11140         gdb_test_sequence and gdb_assert.
11141
11142 2015-04-10  Pedro Alves  <palves@redhat.com>
11143
11144         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
11145         test messages that don't include the breakpoint address.
11146
11147 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11148
11149         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
11150         false for some offset and width combinations which aren't
11151         supported by linux kernel.
11152
11153 2015-04-10  Pedro Alves  <palves@redhat.com>
11154
11155         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
11156         procedure, factored out from ...
11157         (top level): ... here.  Add "set displaced-stepping" testing axis.
11158         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
11159         parameter "displaced".  Use it.
11160         (top level): Use foreach and add "set displaced-stepping" testing
11161         axis.
11162
11163 2015-04-10  Pedro Alves  <palves@redhat.com>
11164
11165         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
11166         Remove comment.
11167         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
11168         both the address of the instruction that triggers the watchpoint
11169         and the address of the instruction immediately after, and use
11170         those addresses for the test.  Fix comment.
11171
11172 2015-04-10  Pedro Alves  <palves@redhat.com>
11173
11174         * gdb.base/sigstep.exp (breakpoint_to_handler)
11175         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
11176         Test "backtrace" in handler.
11177         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
11178         (top level): Add new "displaced" test axis to
11179         breakpoint_to_handler, breakpoint_to_handler_entry and
11180         breakpoint_over_handler.
11181
11182 2015-04-10  Pedro Alves  <palves@redhat.com>
11183
11184         PR gdb/18216
11185         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
11186
11187 2015-04-10  Yao Qi  <yao.qi@linaro.org>
11188
11189         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
11190         (test_add_rn_pc): New function.
11191         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
11192         (top level): Invoke test_add_rn_pc.
11193
11194 2015-04-10  Pedro Alves  <palves@redhat.com>
11195
11196         PR gdb/13858
11197         * gdb.base/step-over-no-symbols.exp: New file.
11198
11199 2015-04-09  Andy Wingo  <wingo@igalia.com>
11200
11201         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
11202         after the Python tests.
11203
11204 2015-04-08  Keith Seitz  <keiths@redhat.com>
11205
11206         PR python/16699
11207         * gdb.python/py-completion.exp: New tests for completion.
11208         * gdb.python/py-completion.py (CompleteLimit1): New class.
11209         (CompleteLimit2): Likewise.
11210         (CompleteLimit3): Likewise.
11211         (CompleteLimit4): Likewise.
11212         (CompleteLimit5): Likewise.
11213         (CompleteLimit6): Likewise.
11214         (CompleteLimit7): Likewise.
11215
11216 2015-04-08  Pedro Alves  <palves@redhat.com>
11217
11218         PR gdb/18214
11219         PR gdb/18216
11220         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
11221         function.
11222         (main): Install it as SIGUSR1 handler.
11223         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
11224         parameter.  Always use "setup" as prefix.  Toggle "set
11225         displaced-stepping" off/on depending on global.  Don't switch to
11226         thread 1 here.
11227         (top level): Add displaced stepping "off/on" test axis.  Update
11228         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
11229         continuing with a queued signal in each thread.
11230
11231 2015-04-08  Pedro Alves  <palves@redhat.com>
11232
11233         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
11234         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
11235         gdb_breakpoint instead of gdb_test that doesn't expect anything.
11236         Return early if running to main fails.
11237         * gdb.trace/while-stepping.exp: Likewise.
11238
11239 2015-04-07  Pedro Alves  <palves@redhat.com>
11240
11241         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
11242         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
11243         interact with inferior program.
11244
11245 2015-04-07  Pedro Alves  <palves@redhat.com>
11246
11247         * lib/gdb.exp (inferior_spawn_id): New global.
11248         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
11249         spawn id after processing the user code.
11250         (default_gdb_start): Set inferior_spawn_id.
11251         (send_inferior): New procedure.
11252         * lib/gdbserver-support.exp (gdbserver_start): Set
11253         inferior_spawn_id.
11254         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
11255
11256 2015-04-07  Pedro Alves  <palves@redhat.com>
11257
11258         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
11259         * lib/gdbserver-support.exp (gdbserver_start): Make
11260         $server_spawn_id global.
11261         (gdbserver_start): Don't wait for gdbserver's spawn id with
11262         expect_background.
11263         (close_gdbserver): New procedure.
11264         (gdb_exit): Rename the default version and reimplement.
11265
11266 2015-04-07  Pedro Alves  <palves@redhat.com>
11267
11268         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
11269         append the substituted item, not the original item.
11270
11271 2015-04-07  Pedro Alves  <palves@redhat.com>
11272
11273         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
11274         gdb_expect.
11275
11276 2015-04-07  Pedro Alves  <palves@redhat.com>
11277
11278         * gdb.base/interrupt.exp: Don't handle the case of the inferior
11279         output appearing once only.
11280
11281 2015-04-07  Pedro Alves  <palves@redhat.com>
11282
11283         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
11284         that doesn't expect anything.  Return early if running to main
11285         fails.
11286
11287 2015-04-07  Yao Qi  <yao.qi@linaro.org>
11288
11289         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
11290         (child_function): Call alarm.
11291         (main): Move call to alarm into the loop.
11292         * gdb.threads/non-stop-fair-events.exp: Build program with
11293         -DTIMEOUT=$timeout.
11294
11295 2015-04-06  Doug Evans  <xdje42@gmail.com>
11296
11297         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
11298         Fix dest parameter to board_info.
11299         (fpc_compile): Ditto.
11300         (gdb_compile_pascal): Rename dest arg to destfile.
11301
11302 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
11303
11304         * gdb.ada/funcall_ref.exp: New file.
11305         * gdb.ada/funcall_ref/foo.adb: New file.
11306
11307 2015-04-02  Yao Qi  <yao.qi@linaro.org>
11308
11309         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
11310         is remote.
11311
11312 2015-04-02  Gary Benson <gbenson@redhat.com>
11313
11314         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
11315
11316 2015-04-01  Sasha Smundak  <asmundak@google.com>
11317
11318         * gdb.python/py-unwind-maint.c: New file.
11319         * gdb.python/py-unwind-maint.exp: New test.
11320         * gdb.python/py-unwind-maint.py: New file.
11321         * gdb.python/py-unwind.c: New file.
11322         * gdb.python/py-unwind.exp: New test.
11323         * gdb.python/py-unwind.py: New test.
11324
11325 2015-04-01  Pedro Alves  <palves@redhat.com>
11326
11327         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
11328         to fail instead of non-existent $test.
11329
11330 2015-04-01  Pedro Alves  <palves@redhat.com>
11331
11332         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
11333         GDBFLAGS if not empty.
11334
11335 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
11336
11337         * gdb.ada/complete.exp: Remove "multi_line".
11338         * gdb.ada/info_exc.exp: Remove "multi_line".
11339         * gdb.ada/packed_tagged.exp: Remove "multi_line".
11340         * gdb.ada/ptype_field.exp: Remove "multi_line".
11341         * gdb.ada/sym_print_name.exp: Remove "multi_line".
11342         * gdb.ada/tagged.exp: Remove "multi_line".
11343         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
11344         [multi_line ...]
11345         * gdb.btrace/delta.exp: Likewise.
11346         * gdb.btrace/exception.exp: Likewise.
11347         * gdb.btrace/function_call_history.exp: Likewise.
11348         * gdb.btrace/instruction_history.exp: Likewise.
11349         * gdb.btrace/nohist.exp: Likewise.
11350         * gdb.btrace/record_goto.exp: Likewise.
11351         * gdb.btrace/segv.exp: Likewise.
11352         * gdb.btrace/stepi.exp: Likewise.
11353         * gdb.btrace/tailcall.exp: Likewise.
11354         * gdb.btrace/unknown_functions.exp: Likewise.
11355         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
11356         * lib/gdb.exp: Add the "multi_line" helper.
11357
11358 2015-04-01  Pedro Alves  <palves@redhat.com>
11359
11360         * gdb.threads/tid-reuse.c: New file.
11361         * gdb.threads/tid-reuse.exp: New file.
11362
11363 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
11364
11365         PR corefiles/16092
11366         * gdb.base/coredump-filter.c: New file.
11367         * gdb.base/coredump-filter.exp: Likewise.
11368
11369 2015-03-27  Petr Machata  <pmachata@redhat.com>
11370
11371         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
11372         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
11373         (Dwarf::assemble): Initialize them.
11374         (Dwarf::lines): New function.
11375
11376 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
11377
11378         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
11379         SYMBOL_PREFIX for x86_64-*-cygwin.
11380
11381 2015-03-26  Andy Wingo  <wingo@igalia.com>
11382
11383         PR symtab/18148
11384         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
11385         const_value but not a location.
11386         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
11387         location defined in non-main CUs are visible.
11388
11389 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11390
11391         PR testsuite/18139
11392         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
11393         Add a line number entry for the same line.
11394         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
11395         Add a line number entry for the same line.
11396
11397 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11398
11399         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
11400         .int 0.
11401         (func): Likewise.  Add .Lfunc_1 label.
11402         Use .Lfunc_1 label.
11403         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
11404         .int 0.
11405         (func): Likewise.
11406         Use .Lfunc_1 label.
11407
11408 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11409
11410         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
11411         Call gdb_compile instead to compile each .s files without debug
11412         information.
11413
11414 2015-03-26  Yao Qi  <yao.qi@linaro.org>
11415
11416         * gdb.base/savedregs.exp (process_saved_regs): Make
11417         "Saved registers:" optional in the pattern.
11418
11419 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11420
11421         * gdb.btrace/next.exp: Merged into step.exp.
11422         * gdb.btrace/finish.exp: Merged into step.exp.
11423         * gdb.btrace/nexti.exp: Merged into stepi.exp.
11424         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
11425         "record goto" and checking the exact replay position.
11426         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
11427         check for "Recording format" in "info record" output.
11428         * gdb.btrace/record_goto.exp: Choose test file based on target.
11429         * gdb.btrace/x86-record_goto.S: Renamed into ...
11430         * gdb.btrace/x86_64-record_goto.S: ... this.
11431         * gdb.btrace/i686-record_goto.S: New.
11432         * gdb.btrace/x86-tailcall.S: Renamed into ...
11433         * gdb.btrace/x86_64-tailcall.S: ... this.
11434         * gdb.btrace/i686-tailcall.S: New.
11435         * gdb.btrace/x86-tailcall.c: Renamed into ...
11436         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
11437         separate statements.  Update test.
11438         * gdb.btrace/delta.exp: Use record_goto.c as test file.
11439         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11440         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11441         * gdb.btrace/tailcall.exp: Choose test file based on target.
11442         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11443
11444 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
11445
11446         * gdb.btrace/exception.exp: Increase BTS buffer size.
11447
11448 2015-03-24  Pedro Alves  <palves@redhat.com>
11449
11450         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11451
11452 2015-03-24  Pedro Alves  <palves@redhat.com>
11453
11454         * gdb.threads/schedlock.exp (test_step): No longer expect that
11455         "set scheduler-locking step" with "next" over a function call runs
11456         threads unlocked.
11457
11458 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11459
11460         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11461
11462 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11463
11464         PR breakpoints/16466
11465         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11466         * gdb.mi/mi-pending.c (thread_func): New function.
11467         (int main): Add threading support required.
11468         * gdb.mi/mi-pending.exp: Add tests for this issue.
11469         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11470         (pendfunc2): Remove stdio dependency.
11471         * gdb.mi/mi-pendshr2.c: New file.
11472
11473 2015-03-23  Keith Seitz  <keiths@redhat.com>
11474
11475         * gdb.linespec/keywords.c: New file.
11476         * gdb.linespec/keywords.exp: New file.
11477
11478 2015-03-23  Keith Seitz  <keiths@redhat.com>
11479
11480         PR gdb/18021
11481         * gdb.dwarf2/staticvirtual.exp: New test.
11482
11483 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11484
11485         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11486         * README: Remove HP-UX and gdb.hp.
11487         (configuration):
11488         * configure: Regenerate.
11489         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11490         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11491         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11492         gdb.hp/gdb.defects/Makefile.
11493         * gdb.hp/Makefile.in: File deleted.
11494         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11495         * gdb.hp/gdb.aCC/optimize.c: File deleted.
11496         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11497         * gdb.hp/gdb.aCC/run.c: File deleted.
11498         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11499         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11500         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11501         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11502         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11503         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11504         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11505         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11506         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11507         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11508         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11509         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11510         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11511         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11512         * gdb.hp/gdb.base-hp/reg.s: File deleted.
11513         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11514         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11515         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11516         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11517         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11518         * gdb.hp/gdb.compat/Makefile.in: File deleted.
11519         * gdb.hp/gdb.compat/average.c: File deleted.
11520         * gdb.hp/gdb.compat/sum.c: File deleted.
11521         * gdb.hp/gdb.compat/xdb.c: File deleted.
11522         * gdb.hp/gdb.compat/xdb0.c: File deleted.
11523         * gdb.hp/gdb.compat/xdb0.h: File deleted.
11524         * gdb.hp/gdb.compat/xdb1.c: File deleted.
11525         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11526         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11527         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11528         * gdb.hp/gdb.defects/Makefile.in: File deleted.
11529         * gdb.hp/gdb.defects/bs14602.c: File deleted.
11530         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11531         * gdb.hp/gdb.defects/solib-d.c: File deleted.
11532         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11533         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11534         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11535         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11536         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11537         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11538         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11539         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11540         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11541         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11542         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11543         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11544         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11545         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11546         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11547         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11548         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11549         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11550         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11551         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11552         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11553         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11554         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11555         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11556         * gdb.hp/tools/odump: File deleted.
11557
11558 2015-03-19  Pedro Alves  <palves@redhat.com>
11559
11560         * gdb.threads/continue-pending-status.exp (saw_thread_2)
11561         (saw_thread_3): New globals.
11562         (top level): Increment them when an event for the corresponding
11563         thread is seen.
11564         (no thread starvation): New test.
11565
11566 2015-03-19  Pedro Alves  <palves@redhat.com>
11567
11568         * gdb.threads/continue-pending-status.c: New file.
11569         * gdb.threads/continue-pending-status.exp: New file.
11570
11571 2015-03-18  Pedro Alves  <palves@redhat.com>
11572
11573         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11574         Use gdb_is_target_remote instead of is_remote.  Use
11575         gdb_test_multiple instead of gdb_expect.  Exit early if
11576         gdb_test_multiple hits its internal matches.  Tighten stepi tests
11577         expected output.  Fail on exit with any signal, instead of just
11578         SIGILL.
11579
11580 2015-03-18  Yao Qi  <yao.qi@linaro.org>
11581
11582         PR tdep/18107
11583         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11584         variable.
11585         * gdb.base/catch-syscall.exp: Don't skip it on
11586         aarch64*-*-linux* target.  Remove elements in all_syscalls.
11587         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11588         target.
11589         (setup_all_syscalls): New proc.
11590
11591 2015-03-16  Yao Qi  <yao.qi@linaro.org>
11592
11593         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11594         (top level): Skip tests if valid_addr_p returns false for
11595         $cmd1 or $cmd2.
11596
11597 2015-03-11  Andy Wingo  <wingo@igalia.com>
11598
11599         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11600
11601 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11602
11603         * gdb.base/catch-syscall.exp: Fix typo in comments.
11604
11605 2015-03-11  Yao Qi  <yao.qi@linaro.org>
11606
11607         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11608
11609 2015-03-09  Pedro Alves  <palves@redhat.com>
11610
11611         * dg-extract-results.py: Delete.
11612
11613 2015-03-09  Pedro Alves  <palves@redhat.com>
11614
11615         Merge dg-extract-results.sh from GCC upstream (r218843).
11616
11617         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
11618                 * dg-extract-results.sh: Use --text with grep to avoid issues with
11619                 binary files.  Fall back to cat -v, if that doesn't work.
11620
11621 2015-03-05  Pedro Alves  <palves@redhat.com>
11622
11623         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11624
11625 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
11626
11627         * lib/mi-support.exp (mi_expect_interrupt): Accept
11628         alternative event for when in all-stop mode.
11629
11630 2015-03-04  Pedro Alves  <palves@redhat.com>
11631
11632         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11633
11634 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
11635
11636         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11637
11638 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11639
11640         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11641         regexps for GDB's current line display, accept a hex address
11642         preceding the line number.
11643
11644 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11645
11646         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11647         the 'arch1' variable for "s390*-linux*" targets.
11648
11649 2015-03-04  Pedro Alves  <palves@redhat.com>
11650
11651         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11652         (main): Pass missing retval argument to pthread_join call.
11653
11654 2015-03-02  Pedro Alves  <palves@redhat.com>
11655
11656         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11657         (top level): Call do_test with non-stop as well.
11658
11659 2015-03-02  Pedro Alves  <palves@redhat.com>
11660
11661         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11662         -1.
11663
11664 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11665
11666         * gdb.arch/s390-vregs.exp: New test.
11667         * gdb.arch/s390-vregs.S: New file.
11668
11669 2015-02-27  Pedro Alves  <palves@redhat.com>
11670
11671         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11672         call to catch_command_errors.
11673         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11674         catch_command_errors.
11675
11676 2015-02-27  Pedro Alves  <palves@redhat.com>
11677
11678         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11679         "true" for boolean result.
11680         * gdb.gdb/selftest.exp (test_with_self): Also accept full
11681         prototype of main.
11682
11683 2015-02-27  Pedro Alves  <palves@redhat.com>
11684
11685         * lib/unbuffer_output.c: New file.
11686         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11687         (main): Call gdb_unbuffer_output.
11688
11689 2015-02-27  Yao Qi  <yao.qi@linaro.org>
11690
11691         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11692         target.
11693
11694 2015-02-26  Doug Evans  <dje@google.com>
11695
11696         * gdb.cp/class2.cc (Dbase, D): New classes.
11697         (main): New local delta.
11698         * gdb.cp/class2.exp: Test printing delta.
11699         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11700         (dynbar): New global.
11701         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11702
11703 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11704
11705         * gdb.compile/compile-ifunc.c: New file.
11706         * gdb.compile/compile-ifunc.exp: New file.
11707
11708 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11709
11710         * gdb.base/structs.exp: Check for correct struct on finish.
11711
11712 2015-02-26  Yao Qi  <yao.qi@linaro.org>
11713
11714         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11715         is zero.
11716
11717 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11718
11719         * gdb.arch/cordic.ko.bz2: New file.
11720         * gdb.arch/cordic.ko.debug.bz2: New file.
11721         * gdb.arch/ppc64-symtab-cordic.exp: New file.
11722
11723 2015-02-25  Yao Qi  <yao.qi@linaro.org>
11724
11725         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11726         aarch64*-*-* target.
11727
11728 2015-02-23  Pedro Alves  <palves@redhat.com>
11729
11730         * lib/gdb.exp (delete_breakpoints): Rewrite using
11731         gdb_test_multiple.
11732
11733 2015-02-23  Pedro Alves  <palves@redhat.com>
11734
11735         * gdb.base/info-os.c: Include stdlib.h.
11736
11737 2015-02-22  Doug Evans  <xdje42@gmail.com>
11738
11739         PR symtab/17855
11740         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11741         is read after symbols have been re-read.
11742         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11743         * gdb.ada/exec_changed/second.adb (Second): Ditto.
11744
11745 2015-02-21  Doug Evans  <dje@google.com>
11746
11747         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11748
11749 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11750
11751         PR corefiles/17808
11752         * gdb.arch/i386-biarch-core.core.bz2: New file.
11753         * gdb.arch/i386-biarch-core.exp: New file.
11754
11755 2015-02-21  Pedro Alves  <palves@redhat.com>
11756
11757         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11758         runto_main fails.
11759
11760 2015-02-20  Pedro Alves  <palves@redhat.com>
11761
11762         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11763         info probes.
11764
11765 2015-02-20  Pedro Alves  <palves@redhat.com>
11766
11767         * gdb.threads/multi-create-ns-info-thr.exp: New file.
11768
11769 2015-02-20  Pedro Alves  <palves@redhat.com>
11770
11771         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
11772         clean_restart before gdb_target_supports_trace.
11773
11774 2015-02-20  Pedro Alves  <palves@redhat.com>
11775
11776         PR threads/18006
11777         * gdb.threads/clone-thread_db.c: New file.
11778         * gdb.threads/clone-thread_db.exp: New file.
11779
11780 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11781
11782         PR breakpoints/16812
11783         * gdb.base/catch-gdb-caused-signals.c: New file.
11784         * gdb.base/catch-gdb-caused-signals.exp: New file.
11785
11786 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11787
11788         * configure: Regenerated.
11789         * configure.ac: Use GDB_AC_TRANSFORM.
11790         * aclocal.m4: sinclude ../transform.m4.
11791
11792 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11793
11794         * lib/dtrace.exp: New file.
11795         * gdb.base/dtrace-probe.exp: Likewise.
11796         * gdb.base/dtrace-probe.d: Likewise.
11797         * gdb.base/dtrace-probe.c: Likewise.
11798         * lib/pdtrace.in: Likewise.
11799         * configure.ac: Output variables with the transformed names of
11800         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
11801         * configure: Regenerated.
11802
11803 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11804
11805         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11806         expected message when trying to access $_probe_* convenience
11807         variables while not on a probe.
11808
11809 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11810
11811         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11812
11813 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11814
11815         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11816         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11817
11818 2015-02-10  Doug Evans  <xdje42@gmail.com>
11819
11820         * lib/gdb.exp (gdb_load): Always return a result.
11821
11822 2015-02-10  Pedro Alves  <palves@redhat.com>
11823
11824         * gdb.threads/signal-sigtrap.c: New file.
11825         * gdb.threads/signal-sigtrap.exp: New file.
11826
11827 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11828
11829         * gdb.trace/no-attach-trace.c: New file.
11830         * gdb.trace/no-attach-trace.exp: New file.
11831
11832 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11833
11834         * gdb.dwarf2/atomic.c: New file.
11835         * gdb.dwarf2/atomic-type.exp: Likewise.
11836
11837 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11838
11839         * gdb.btrace/buffer-size.exp: Update "info record" output.
11840         * gdb.btrace/delta.exp: Update "info record" output.
11841         * gdb.btrace/enable.exp: Update "info record" output.
11842         * gdb.btrace/finish.exp: Update "info record" output.
11843         * gdb.btrace/instruction_history.exp: Update "info record" output.
11844         * gdb.btrace/next.exp: Update "info record" output.
11845         * gdb.btrace/nexti.exp: Update "info record" output.
11846         * gdb.btrace/step.exp: Update "info record" output.
11847         * gdb.btrace/stepi.exp: Update "info record" output.
11848         * gdb.btrace/nohist.exp: Update "info record" output.
11849
11850 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11851
11852         * gdb.btrace/buffer-size: New.
11853
11854 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11855
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-06  Simon Marchi  <simon.marchi@ericsson.com>
11867
11868         PR gdb/15678
11869         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11870
11871 2015-02-06  Pedro Alves  <palves@redhat.com>
11872
11873         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11874         macro.
11875         (seconds_left, again): New globals.
11876         (main): Wait seconds_left in a 1-second sleep loop instead of
11877         sleeping 180 seconds.  If 'again' is set, reset the seconds
11878         counter.
11879         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11880         'again' in the inferior before detaching.  Print the seconds left.
11881         (options): New global.
11882         (top level): Build program with -DTIMEOUT=$timeout.
11883
11884 2015-02-06  Pedro Alves  <palves@redhat.com>
11885
11886         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11887         determine how many seconds to pass to 'alarm'.
11888         * gdb.base/gdb-sigterm.exp (top level): Build program with
11889         -DTIMEOUT=$timeout.
11890         (do_test): Return success/failure indication.  Add more verbose
11891         logging.  Don't fail if 200 single steps are seen.  Instead, fail
11892         when the test times out.
11893         (passes): New global.
11894         (top level): Break the testing loop if testing fails on any
11895         iteration.  Use gdb_assert.
11896
11897 2015-02-04  Don Breazeal  <donb@codesourcery.com>
11898
11899         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11900         and initialize them.
11901         (ipc_cleanup): New function.
11902         (main): Don't declare shmid, semid, and msqid.  Add a call to
11903         atexit so that we call ipc_cleanup on exit.
11904
11905 2015-02-04  Pedro Alves  <palves@redhat.com>
11906
11907         * boards/native-extended-gdbserver.exp: Remove any target variant
11908         specifications from the board name before clearing the isremote
11909         flag from board_info.
11910
11911 2015-01-31  Doug Evans  <xdje42@gmail.com>
11912
11913         * gdb.base/maint.exp <maint print type argc>: Update expected output.
11914
11915 2015-01-31  Gary Benson <gbenson@redhat.com>
11916
11917         * gdb.base/completion.exp: Disable completion limiting for
11918         existing tests.  Add new tests to check completion limiting.
11919         * gdb.linespec/ls-errs.exp: Disable completion limiting.
11920
11921 2015-01-31  Doug Evans  <xdje42@gmail.com>
11922
11923         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11924
11925 2015-01-31  Doug Evans  <xdje42@gmail.com>
11926
11927         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11928         entries.  Duplicate file section script entries.
11929         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11930         inlined entries.  Add test for safe-path rejection.
11931         * gdb.python/py-section-script.c: Add duplicate inlined section script
11932         entries.  Duplicate file section script entries.
11933         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11934         inlined entries.  Add test for safe-path rejection.
11935
11936 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11937
11938         * gdb.ada/disc_arr_bound: New testcase.
11939
11940 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
11941
11942         * gdb.ada/mi_var_array: New testcase.
11943
11944 2015-01-27  Doug Evans  <dje@google.com>
11945
11946         * gdb.python/py-objfile.exp: Add tests for objfile.username.
11947         Add test for objfile.filename, objfile.username after objfile
11948         has been unloaded.
11949
11950 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
11951
11952         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11953         the second test to print the name attribute of value
11954         returned by the call to gdb.lookup_type, and adjust
11955         the expected output accordingly.
11956
11957 2015-01-25  Mark Wielaard  <mjw@redhat.com>
11958
11959         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11960         * gdb.base/disp-step-fork.c: Include unistd.h.
11961         * gdb.base/siginfo-obj.c: Include stdio.h.
11962         * gdb.base/siginfo-thread.c: Likewise.
11963         * gdb.mi/non-stop.c: Include unistd.h.
11964         * gdb.mi/nsthrexec.c: Include stdio.h.
11965         * gdb.mi/pthreads.c: Include unistd.h.
11966         * gdb.modula2/unbounded1.c (main): Declare returns int.
11967         * gdb.reverse/consecutive-reverse.c: Likewise.
11968         * gdb.threads/create-fail.c: Include unistd.h.
11969         * gdb.threads/killed.c: Likewise.
11970         * gdb.threads/linux-dp.c: Likewise.
11971         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11972         * gdb.threads/non-ldr-exc-2.c: Likewise.
11973         * gdb.threads/non-ldr-exc-3.c: Likewise.
11974         * gdb.threads/non-ldr-exc-4.c: Likewise.
11975         * gdb.threads/pthreads.c: Include unistd.h.
11976         (main): Declare returns int.
11977         * gdb.threads/tls-main.c (foo): New declaration.
11978         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11979
11980 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
11981
11982         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11983         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11984
11985 2015-01-15  Mark Wielaard  <mjw@redhat.com>
11986
11987         * gdb.base/noreturn-return.c: New file.
11988         * gdb.base/noreturn-return.exp: New file.
11989         * gdb.base/noreturn-finish.c: New file.
11990         * gdb.base/noreturn-finish.exp: New file.
11991
11992 2015-01-23  Pedro Alves  <palves@redhat.com>
11993
11994         * gdb.threads/continue-pending-after-query.c: New file.
11995         * gdb.threads/continue-pending-after-query.exp: New file.
11996
11997 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
11998             Simon Marchi  <simon.marchi@ericsson.com>
11999
12000         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12001         * gdb.base/valgrind-db-attach.exp: Same.
12002         * gdb.base/valgrind-infcall.exp: Same.
12003         * lib/mi-support.exp (default_mi_gdb_start): Same.
12004         * lib/prompt.exp (default_prompt_gdb_start): Same.
12005         * lib/gdb.exp (default_gdb_spawn): Same.
12006         (gdb_interact): New.
12007
12008
12009 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12010
12011         * gdb.compile/compile.exp (pointer to jit function): New test.
12012
12013 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12014
12015         * lib/gdb.exp (supports_process_record): Return true for
12016         powerpc*-*-linux*.
12017         (supports_reverse): Likewise.
12018
12019 2015-01-15  Don Breazeal  <donb@codesourcery.com>
12020
12021         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12022         instead of checking whether the target board is remote and
12023         use spawn_wait_for_attach instead of exec/sleep.
12024         * gdb.base/attach-twice.exp: Likewise.
12025
12026 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12027
12028         * gdb.ada/var_arr_attrs: New testcase.
12029
12030 2015-01-14  Pedro Alves  <palves@redhat.com>
12031             Joel Brobecker  <brobecker@adacore.com>
12032
12033         PR gdb/17525
12034         * gdb.base/bp-cmds-execution-x-script.c: New file.
12035         * gdb.base/bp-cmds-execution-x-script.exp: New file.
12036         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12037
12038 2015-01-14  Pedro Alves  <palves@redhat.com>
12039
12040         PR cli/17828
12041         * gdb.base/batch-preserve-term-settings.c: New file.
12042         * gdb.base/batch-preserve-term-settings.exp: New file.
12043
12044 2015-01-13  Doug Evans  <dje@google.com>
12045
12046         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12047         binary.
12048
12049 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12050
12051         * Makefile.in (clean mostlyclean): Do not delete *.py.
12052
12053 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12054
12055         * gdb.python/py-lookup-type.exp: New file.
12056
12057 2015-01-12  Pedro Alves  <palves@redhat.com>
12058
12059         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12060         restore GDBFLAGS before returning.
12061
12062 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12063
12064         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12065         is_amd64_regs_target and is_x86_like_target.
12066
12067 2015-01-11  Doug Evans  <xdje42@gmail.com>
12068
12069         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12070         is given without an explicit form.
12071         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12072         attributes.
12073         * gdb.dwarf/corrupt.exp: Ditto.
12074         * gdb.dwarf2/enum-type.exp: Ditto.
12075         * gdb.trace/entry-values.exp: Ditto.
12076         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12077
12078 2015-01-11  Doug Evans  <xdje42@gmail.com>
12079
12080         PR gdb/15830
12081         * gdb.base/maint.exp: Remove references to "maint demangle".
12082         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
12083         Add tests for explicitly specifying language to demangle.
12084         * gdb.dlang/demangle.exp: Ditto.
12085
12086 2015-01-09  Pedro Alves  <palves@redhat.com>
12087
12088         * gdb.threads/non-stop-fair-events.c: New file.
12089         * gdb.threads/non-stop-fair-events.exp: New file.
12090
12091 2015-01-09  Pedro Alves  <palves@redhat.com>
12092
12093         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12094         the global scope.  Set a breakpoint after all threads are started
12095         rather than stepping over two source lines.  Expect the prompt.
12096         * gdb.base/watch_thread_num.c (threads_started_barrier): New
12097         global.
12098         (NUM): Now 15.
12099         (main): Use threads_started_barrier to wait for all threads to
12100         start.  Main thread no longer calls thread_function.  Exit after
12101         180 seconds.
12102         (loop): New function.
12103         (thread_function): Wait on threads_started_barrier barrier.  Call
12104         'loop' at each iteration.
12105         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12106         threads have started, instead of hardcoding number of "next"
12107         steps.  Use an access watchpoint instead of a write watchpoint.
12108
12109 2015-01-09  Pedro Alves  <palves@redhat.com>
12110
12111         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
12112         (thread_func): Wait on barrier.
12113         (main): Wait for all threads to start before stopping GDB.
12114         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
12115         global.
12116         (thread1_func, thread2_func): Wait on barrier.
12117         (main): Wait for all threads to start before stopping GDB.
12118         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
12119         New global.
12120         (thread1_func, thread2_func): Wait on barrier.
12121         (main): Wait for all threads to start before stopping GDB.
12122
12123 2015-01-09  Pedro Alves  <palves@redhat.com>
12124
12125         * gdb.threads/attach-many-short-lived-threads.c: New file.
12126         * gdb.threads/attach-many-short-lived-threads.exp: New file.
12127
12128 2014-01-09  Pedro Alves  <palves@redhat.com>
12129
12130         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
12131         instead of to thread 2.
12132         * gdb.threads/signal-command-multiple-signals-pending.c (main):
12133         Add barrier around each pthread_create call instead of around all
12134         calls.
12135         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
12136         Set a break on thread_function and have the child threads hit it
12137         one at at a time.
12138
12139 2015-01-09  Pedro Alves  <palves@redhat.com>
12140
12141         * lib/gdb.exp (can_spawn_for_attach): New procedure.
12142         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
12143         false.
12144         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
12145         checking whether the target board is remote.
12146         * gdb.multi/multi-attach.exp: Likewise.
12147         * gdb.python/py-sync-interp.exp: Likewise.
12148         * gdb.server/ext-attach.exp: Likewise.
12149         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
12150         tests that need to attach, instead of checking whether the target
12151         board is remote at the top of the file.
12152
12153 2015-01-08  Yao Qi  <yao@codesourcery.com>
12154
12155         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
12156
12157 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12158
12159         Fix testcase compilation.
12160         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
12161
12162 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
12163
12164         * gdb.python/py-type.exp: Add a couple test about empty
12165         array creation, and negative-length array creation.
12166
12167 2015-01-02  Doug Evans  <xdje42@gmail.com>
12168
12169         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
12170
12171 2015-01-02  Doug Evans  <dje@google.com>
12172
12173         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
12174
12175 2014-12-29  Yao Qi  <yao@codesourcery.com>
12176
12177         * gdb.trace/entry-values.exp: Update comments.  Rename variable
12178         bar_call_foo to returned_from_foo.
12179
12180 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
12181
12182         PR gdb/17394
12183         * gdb.linespec/break-asm-file.c: New file.
12184         * gdb.linespec/break-asm-file.exp: New file.
12185         * gdb.linespec/break-asm-file0.s: New file.
12186         * gdb.linespec/break-asm-file1.s: New file.
12187
12188 2014-12-18  Nigel Stephens  <nigel@mips.com>
12189             Maciej W. Rozycki  <macro@codesourcery.com>
12190
12191         * gdb.base/float.exp: Handle the new output from "info float" on
12192         MIPS targets.
12193
12194 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12195
12196         Fix MinGW compilation.
12197         * gdb.compile/compile-ops.exp: Update untested message if
12198         !skip_compile_feature_tests.
12199         * gdb.compile/compile-setjmp.exp: Likewise.
12200         * gdb.compile/compile-tls.exp: Likewise.
12201         * gdb.compile/compile.exp: Likewise.
12202         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
12203         supported on this host".
12204
12205 2014-12-16  Doug Evans  <xdje42@gmail.com>
12206
12207         * boards/stabs.exp: New file.
12208
12209 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
12210
12211         * gdb.base/completion.exp: Adjust to format changes of "maint
12212         print user-registers".
12213
12214 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
12215
12216         PR server/17457
12217         * gdb.arch/aarch64-fp.c: New file.
12218         * gdb.arch/aarch64-fp.exp: New file.
12219
12220 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12221
12222         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
12223         r210637, r210913, r211666, r215400, r215817).
12224
12225         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
12226                 * dg-extract-results.py: New file.
12227                 * dg-extract-results.sh: Use it if the environment seems
12228                 suitable.
12229
12230         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
12231
12232                 * dg-extract-results.py (parse_run): Handle warnings that
12233                 are printed before a test harness is run.
12234
12235         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
12236
12237                 * dg-extract-results.py (Named): Remove __cmp__ method.
12238                 (output_variation): Use a key to sort variation.harnesses.
12239
12240         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
12241
12242                 * dg-extract-results.py: For Python 3, force sys.stdout to
12243                 handle surrogate escape sequences.
12244                 (safe_open): New function.
12245                 (output_segment, main): Use it.
12246
12247         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
12248
12249                 * dg-extract-results.py (Prog.result_re): Include options
12250                 in test name.
12251
12252         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
12253
12254                 * dg-extract-results.py (output_variation): Always sort if
12255                 do_sum.
12256
12257 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
12258
12259         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
12260         as long as we get pagination notifications.
12261
12262 2014-12-15  Jason Merrill  <jason@redhat.com>
12263
12264         * Makefile.in (check-gdb.%): Restore.
12265         * README: Mention it.
12266
12267 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
12268
12269         * gdb.ada/str_uninit: New testcase.
12270
12271 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12272
12273         PR symtab/17642
12274         * gdb.base/vla-stub-define.c: New file.
12275         * gdb.base/vla-stub.c: New file.
12276         * gdb.base/vla-stub.exp: New file.
12277
12278 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
12279             Jan Kratochvil  <jan.kratochvil@redhat.com>
12280             Tom Tromey  <tromey@redhat.com>
12281
12282         * configure.ac: Add gdb.compile/.
12283         * configure: Regenerate.
12284         * gdb.compile/Makefile.in: New file.
12285         * gdb.compile/compile-ops.exp: New file.
12286         * gdb.compile/compile-ops.c: New file.
12287         * gdb.compile/compile-tls.c: New file.
12288         * gdb.compile/compile-tls.exp: New file.
12289         * gdb.compile/compile-constvar.S: New file.
12290         * gdb.compile/compile-constvar.c: New file.
12291         * gdb.compile/compile-mod.c: New file.
12292         * gdb.compile/compile-nodebug.c: New file.
12293         * gdb.compile/compile-setjmp-mod.c: New file.
12294         * gdb.compile/compile-setjmp.c: New file.
12295         * gdb.compile/compile-setjmp.exp: New file.
12296         * gdb.compile/compile-shlib.c: New file.
12297         * gdb.compile/compile.c: New file.
12298         * gdb.compile/compile.exp: New file.
12299         * lib/gdb.exp (skip_compile_feature_tests): New proc.
12300
12301 2014-12-12  Tom Tromey  <tromey@redhat.com>
12302
12303         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
12304         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
12305
12306 2014-12-12  Doug Evans  <dje@google.com>
12307
12308         * lib/gdb-python.exp (get_python_valueof): New function.
12309         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
12310
12311 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12312
12313         * gdb.base/completion.exp: Add test for completion of "info
12314         registers ".
12315
12316 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
12317
12318         * gdb.base/func-ptrs.c: New file.
12319         * gdb.base/func-ptrs.exp: New file.
12320
12321 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12322
12323         PR breakpoints/17012
12324         * gdb.base/dprintf-detach.c: New file.
12325         * gdb.base/dprintf-detach.exp: New file.
12326
12327 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
12328
12329         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
12330         * lib/gdb.exp (target_is_gdbserver): New procedure.
12331
12332 2014-12-08  Doug Evans  <dje@google.com>
12333
12334         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
12335
12336 2014-12-05  Yao Qi  <yao@codesourcery.com>
12337
12338         * gdb.guile/scm-error.exp: Remove the third argument to
12339         gdb_remote_download.
12340         * gdb.guile/scm-frame-args.exp: Likewise.
12341         * gdb.guile/scm-section-script.exp: Likewise.
12342
12343 2014-12-05  Yao Qi  <yao@codesourcery.com>
12344
12345         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
12346
12347 2014-12-04  Doug Evans  <dje@google.com>
12348
12349         * gdb.python/py-objfile.exp: Add tests for
12350         objfile.add_separate_debug_file.
12351
12352 2014-12-04  Doug Evans  <dje@google.com>
12353
12354         * lib/gdb.exp (get_build_id): New function.
12355         (build_id_debug_filename_get): Rewrite to use it.
12356         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
12357
12358 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
12359
12360         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
12361         `method(long)', not just 0x0.
12362         * gdb.cp/nsalias.exp: Align code labels to 4.
12363         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
12364         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
12365         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
12366         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
12367         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
12368         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
12369
12370 2014-12-02  Doug Evans  <dje@google.com>
12371
12372         PR symtab/17602
12373         * gdb.cp/anon-ns.cc: Move guts of this file to ...
12374         * gdb.cp/anon-ns2.cc: ... here.  New file.
12375         * gdb.cp/anon-ns.exp: Update.
12376
12377 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
12378
12379         * gdb.python/py-events.py (inferior_call_handler): New.
12380         (register_changed_handler, memory_changed_handler): New.
12381         (test_events.invoke): Register new handlers.
12382         * gdb.python/py-events.exp: Add tests for inferior call,
12383         memory_changed and register_changed events.
12384
12385 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12386
12387         * gdb.base/execl-update-breakpoints.exp: Specify the link address
12388         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
12389         if the linker doesn't understand this.
12390
12391 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
12392
12393         * gdb.python/python.exp: Change expected reply to help().
12394
12395 2014-12-01  Yao Qi  <yao@codesourcery.com>
12396
12397         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
12398         AC_CONFIG_SUBDIRS(gdb.gdbtk).
12399         * configure: Re-generated.
12400
12401 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
12402
12403         * gdb.cp/chained-calls.cc: New file.
12404         * gdb.cp/chained-calls.exp: New file.
12405         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
12406
12407 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
12408
12409         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
12410         * gdb.dwarf2/symtab-producer.exp: Same.
12411         * gdb.gdb/python-interrupts.exp: Same.
12412         * gdb.gdb/python-selftest.exp: Same.
12413         * gdb.python/py-linetable.exp: Same.
12414         * gdb.python/py-type.exp: Same.
12415         * gdb.python/py-value-cc.exp: Same.
12416         * gdb.python/py-value.exp: Same.
12417
12418 2014-11-28  Yao Qi  <yao@codesourcery.com>
12419
12420         * gdb.base/break-probes.exp: Match library name prefixed with
12421         sysroot.
12422
12423 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
12424
12425         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
12426         test expected output.  Add parentheses for the call to print.
12427         Remove L suffix from integers.
12428
12429 2014-11-26  Doug Evans  <dje@google.com>
12430
12431         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12432
12433 2014-11-22  Yao Qi  <yao@codesourcery.com>
12434
12435         * gdb.trace/entry-values.c: Remove asms.
12436         (foo): Add foo_label.
12437         (bar): Add bar_label.
12438         * gdb.trace/entry-values.exp: Remove code computing  foo's
12439         length and bar's length.
12440         (Dwarf::assemble): Invoke function_range for bar and use
12441         MACRO_AT_func for foo.
12442
12443 2014-11-22  Yao Qi  <yao@codesourcery.com>
12444
12445         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12446         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
12447         Use .Lgcc43_procstart instead of gcc43.
12448
12449 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
12450
12451         * gdb.ada/n_arr_bound: New testcase.
12452
12453 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
12454
12455         PR breakpoints/10737
12456         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12457         test_catch_syscall_multi_arch.
12458         (test_catch_syscall_multi_arch): New function.
12459
12460 2014-11-20  Doug Evans  <xdje42@gmail.com>
12461
12462         * gdb.base/maint.exp: Update expected output.
12463
12464 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12465
12466         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12467         4-byte instruction on S390.
12468
12469 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12470
12471         * gdb.ada/arr_arr: New testcase.
12472
12473 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
12474
12475         * gdb.ada/pkd_arr_elem: New Testcase.
12476
12477 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
12478
12479         * gdb.reverse/break-precsave: Expect completion message for
12480         core file reads.
12481         * gdb.reverse/consecutive-precsave.exp: Likewise.
12482         * gdb.reverse/finish-precsave.exp: Likewise.
12483         * gdb.reverse/i386-precsave.exp: Likewise.
12484         * gdb.reverse/machinestate-precsave.exp: Likewise.
12485         * gdb.reverse/sigall-precsave.exp: Likewise.
12486         * gdb.reverse/solib-precsave.exp: Likewise.
12487         * gdb.reverse/step-precsave.exp: Likewise.
12488         * gdb.reverse/until-precsave.exp: Likewise.
12489         * gdb.reverse/watch-precsave.exp: Likewise.
12490
12491 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12492
12493         * gdb.base/bp-permanent.c: Include unistd.h.
12494         * gdb.python/py-framefilter-mi.c (main): Add return type.
12495         * gdb.python/py-framefilter.c (main): Likewise.
12496         * gdb.trace/actions-changed.c (main): Likewise.
12497
12498 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12499
12500         * gdb.mi/until.c: Add eye-catchers.
12501         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12502         line numbers.
12503
12504 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12505
12506         * gdb.base/condbreak.exp: Drop references to removed non-prototype
12507         function header variants in break1.c.
12508         * gdb.base/ena-dis-br.exp: Likewise.
12509         * gdb.base/hbreak2.exp: Likewise.
12510         * gdb.reverse/until-precsave.exp: Drop references to removed
12511         non-prototype function header variants in ur1.c.
12512         * gdb.reverse/until-reverse.exp: Likewise.
12513
12514 2014-11-17  Petr Machata  <pmachata@redhat.com>
12515
12516         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
12517         ${_cu_offset_size} bytes abbrev offset.
12518
12519 2014-11-15  Doug Evans  <xdje42@gmail.com>
12520
12521         PR symtab/17559
12522         * gdb.base/line-symtabs.exp: New file.
12523         * gdb.base/line-symtabs.c: New file.
12524         * gdb.base/line-symtabs.h: New file.
12525
12526 2014-11-14  Yao Qi  <yao@codesourcery.com>
12527
12528         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12529         (func): Add label func_label.
12530         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12531         Replace low_pc and high_pc with MACRO_AT_range.
12532         Replace name, low_pc and high_pc with MACRO_AT_func.
12533
12534 2014-11-14  Yao Qi  <yao@codesourcery.com>
12535
12536         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12537         Replace name, low_pc and high_pc with MACRO_AT_func.
12538
12539 2014-11-14  Yao Qi  <yao@codesourcery.com>
12540
12541         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12542         produce debug information.
12543         * gdb.dwarf2/implptr-optimized-out.S: Removed.
12544
12545 2014-11-14  Yao Qi  <yao@codesourcery.com>
12546
12547         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12548         object and get function length.
12549         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12550         with MACRO_AT_func.
12551         (top-level): Replace gdb_compile and clean_restart with
12552         prepare_for_testing.
12553         * gdb.dwarf2/main.c (main): Add label main_label.
12554
12555 2014-11-14  Yao Qi  <yao@codesourcery.com>
12556
12557         * lib/dwarf.exp (function_range): New procedure.
12558         (Dwarf::_handle_macro_at_func): New procedure.
12559         (Dwarf::_handle_macro_at_range): New procedure.
12560         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12561
12562 2014-11-14  Yao Qi  <yao@codesourcery.com>
12563
12564         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12565         (_handle_attribute): New procedure.
12566
12567 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12568
12569         * gdb.ada/cond_lang/foo.c (callme): Add return type.
12570         * gdb.base/call-sc.c (zed): Likewise.
12571         * gdb.base/checkpoint.c (main): Likewise.
12572         * gdb.base/dump.c (main): Likewise.
12573         * gdb.base/gcore.c (main): Likewise.
12574         * gdb.base/huge.c (main): Likewise.
12575         * gdb.base/multi-forks.c (main): Likewise.
12576         * gdb.base/pr10179-a.c (main): Likewise.
12577         * gdb.base/savedregs.c (main): Likewise.
12578         * gdb.base/sigaltstack.c (main): Likewise.
12579         * gdb.base/siginfo.c (main): Likewise.
12580         * gdb.base/structs.c (zed): Likewise.
12581         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12582         * gdb.mi/mi-syn-frame.c (main): Likewise.
12583         * gdb.mi/until.c (foo, main): Likewise.
12584         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12585         * gdb.base/solib-weak.c (foo): Declare.
12586         * gdb.base/attach-twice.c: Include stdio.h.
12587         * gdb.base/weaklib1.c: Likewise.
12588         * gdb.base/weaklib2.c: Likewise.
12589         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12590         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12591         unistd.h.
12592         * gdb.base/attach-pie-misread.c: Include stdlib.h.
12593         * gdb.mi/mi-exit-code.c: Likewise.
12594         * gdb.base/break-interp-lib.c: Include string.h.
12595         * gdb.base/coremaker.c: Likewise.
12596         * gdb.base/testenv.c: Likewise.
12597         * gdb.python/py-finish-breakpoint.c: Likewise.
12598         * gdb.base/inferior-died.c: Include sys/wait.h.
12599         * gdb.base/fileio.c: Include time.h.
12600         * gdb.base/async-shell.c: Include unistd.h.
12601         * gdb.base/dprintf-non-stop.c: Likewise.
12602         * gdb.base/info-os.c: Likewise.
12603         * gdb.mi/mi-console.c: Likewise.
12604         * gdb.mi/watch-nonstop.c: Likewise.
12605         * gdb.python/py-events.c: Likewise.
12606         * gdb.base/async.c (baz): Move up before its invocation.
12607         * gdb.base/code_elim2.c (my_global_func): Likewise.
12608         * gdb.base/skip-solib-lib.c (multiply): Likewise.
12609         * gdb.base/advance.c (func2): Likewise.
12610
12611 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12612
12613         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12614         variant.
12615         * gdb.base/annota3.c: Likewise.
12616         * gdb.base/async.c: Likewise.
12617         * gdb.base/average.c: Likewise.
12618         * gdb.base/call-ar-st.c: Likewise.
12619         * gdb.base/call-rt-st.c: Likewise.
12620         * gdb.base/call-sc.c: Likewise.
12621         * gdb.base/call-strs.c: Likewise.
12622         * gdb.base/ending-run.c: Likewise.
12623         * gdb.base/execd-prog.c: Likewise.
12624         * gdb.base/exprs.c: Likewise.
12625         * gdb.base/foll-exec.c: Likewise.
12626         * gdb.base/foll-fork.c: Likewise.
12627         * gdb.base/foll-vfork.c: Likewise.
12628         * gdb.base/funcargs.c: Likewise.
12629         * gdb.base/gcore.c: Likewise.
12630         * gdb.base/jump.c: Likewise.
12631         * gdb.base/langs0.c: Likewise.
12632         * gdb.base/langs1.c: Likewise.
12633         * gdb.base/langs2.c: Likewise.
12634         * gdb.base/mips_pro.c: Likewise.
12635         * gdb.base/nodebug.c: Likewise.
12636         * gdb.base/opaque0.c: Likewise.
12637         * gdb.base/opaque1.c: Likewise.
12638         * gdb.base/recurse.c: Likewise.
12639         * gdb.base/run.c: Likewise.
12640         * gdb.base/scope0.c: Likewise.
12641         * gdb.base/scope1.c: Likewise.
12642         * gdb.base/setshow.c: Likewise.
12643         * gdb.base/setvar.c: Likewise.
12644         * gdb.base/shmain.c: Likewise.
12645         * gdb.base/shr1.c: Likewise.
12646         * gdb.base/shr2.c: Likewise.
12647         * gdb.base/sigall.c: Likewise.
12648         * gdb.base/signals.c: Likewise.
12649         * gdb.base/so-indr-cl.c: Likewise.
12650         * gdb.base/solib2.c: Likewise.
12651         * gdb.base/structs.c: Likewise.
12652         * gdb.base/sum.c: Likewise.
12653         * gdb.base/vforked-prog.c: Likewise.
12654         * gdb.base/watchpoint.c: Likewise.
12655         * gdb.reverse/shr2.c: Likewise.
12656         * gdb.reverse/until-reverse.c: Likewise.
12657         * gdb.reverse/ur1.c: Likewise.
12658         * gdb.reverse/watch-reverse.c: Likewise.
12659
12660 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12661
12662         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12663         variant.
12664         * gdb.base/sepdebug.exp: Drop references to removed code.
12665
12666 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12667
12668         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12669         variant.  Preserve original line numbering.
12670         * gdb.base/list1.c: Likewise.
12671
12672 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12673
12674         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12675         variant.
12676         * gdb.base/break1.c: Likewise.
12677         * gdb.base/break.exp: Drop references to removed code.
12678
12679 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12680
12681         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12682         variant.
12683
12684 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12685
12686         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12687
12688 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12689
12690         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
12691         logic into perform_all_tests() and invoke it with and without
12692         function header prototypes.
12693         (do_function_calls): Remove conditional XFAIL for PR 5318.
12694         (rerun_and_prepare): Remove duplicate code.
12695         (perform_all_tests): New.  Main logic moved here.
12696
12697 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12698
12699         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12700         code guarded by #ifdef NO_PROTOTYPES.
12701         (t_double_many_args): Likewise.
12702         (DEF_FUNC_MANY_ARGS_1): Likewise.
12703         (DEF_FUNC_VALUES_1): Likewise.
12704         (t_structs_ldc): Renamed from t_structs_fc in conditional code
12705         guarded by #ifdef PROTOTYPES.
12706
12707 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12708
12709         * gdb.mi/mi-console.c: Add eye-catcher.
12710         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12711         instead of literal line number.
12712
12713 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12714
12715         * gdb.base/shr2.c: Add eye-catcher.
12716         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12717         line number.
12718
12719 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12720
12721         * gdb.base/jump.c: Add eye-catchers.
12722         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12723         numbers.
12724
12725 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12726
12727         * gdb.base/execd-prog.c: Add eye-catchers.
12728         * gdb.base/foll-exec.c: Likewise.
12729         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12730         line numbers.
12731
12732 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12733
12734         * gdb.base/ending-run.c: Add eye-catchers.
12735         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12736         literal line numbers.
12737
12738 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12739
12740         * gdb.base/call-rt-st.c: Add eye-catchers.
12741         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12742         literal line numbers.
12743
12744 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12745
12746         * gdb.base/call-ar-st.c: Add eye-catchers.
12747         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12748         literal line numbers.
12749
12750 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12751
12752         * gdb.base/average.c: Add eye-catchers.
12753         * gdb.base/sum.c: Likewise.
12754         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12755         regexps dynamically.
12756
12757 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12758
12759         * gdb.base/solib1.c: Add eye-catchers.
12760         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12761         literal line numbers.
12762
12763 2014-11-12  Pedro Alves  <palves@redhat.com>
12764
12765         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12766         leader has exited.
12767
12768 2014-11-12  Pedro Alves  <palves@redhat.com>
12769
12770         * gdb.arch/i386-bp_permanent.c: New file.
12771         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12772         (srcfile): Set to i386-bp_permanent.c.
12773         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
12774         that stepi does not execute the 'leave' instruction, instead of
12775         testing it does execute.
12776         * gdb.base/bp-permanent.c: New file.
12777         * gdb.base/bp-permanent.exp: New file.
12778
12779 2014-11-10  Doug Evans  <xdje42@gmail.com>
12780
12781         PR symtab/17564
12782         * gdb.base/symtab-search-order.exp: New file.
12783         * gdb.base/symtab-search-order.c: New file.
12784         * gdb.base/symtab-search-order-1.c: New file.
12785         * gdb.base/symtab-search-order-shlib-1.c: New file.
12786
12787 2014-11-07  Pedro Alves  <palves@redhat.com>
12788
12789         PR gdb/17511
12790         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12791         i?86-*-linux*.
12792
12793 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
12794
12795         PR c++/17494
12796         * gdb.cp/pr17494.cc: New file.
12797         * gdb.cp/pr17494.exp: New file.
12798
12799 2014-11-02  Yao Qi  <yao@codesourcery.com>
12800
12801         * gdb.python/python.exp: Get working directory and match the
12802         output of "set extended-prompt \\w " with it.
12803
12804 2014-10-30  Doug Evans  <dje@google.com>
12805
12806         * gdb.python/py-objfile.exp: Add tests for setting random attributes
12807         in objfiles.
12808         * gdb.python/py-progspace.exp: Add tests for setting random attributes
12809         in progspaces.
12810
12811 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
12812
12813         * gdb.base/fullpath-expand.exp: Skip for a remote host.
12814         * gdb.base/realname-expand.exp: Likewise.
12815         * gdb.linespec/macro-relative.exp: Likewise.
12816
12817 2014-10-29  Pedro Alves  <palves@redhat.com>
12818
12819         PR gdb/17408
12820         * gdb.threads/schedlock.c (some_function): New function.
12821         (call_function): New global.
12822         (MAYBE_CALL_SOME_FUNCTION): New macro.
12823         (thread_function): Call it.
12824         * gdb.threads/schedlock.exp (get_args): Add description parameter,
12825         and use it instead of a global counter.  Adjust all callers.
12826         (get_current_thread): Use "find current thread" for test message
12827         here rather than having all callers pass down the same string.
12828         (goto_loop): New procedure, factored out from ...
12829         (my_continue): ... this.
12830         (step_ten_loops): Change parameter from test message to command to
12831         use.  Adjust.
12832         (list_count): Delete global.
12833         (check_result): New procedure, factored out from duplicate top
12834         level code.
12835         (continue tests): Wrap in with_test_prefix.
12836         (test_step): New procedure, factored out from duplicate top level
12837         code.
12838         (top level): Test "step" in combination with all scheduler-locking
12839         modes.  Test "next" in combination with all scheduler-locking
12840         modes, and in combination with stepping over a function call or
12841         not.
12842         * gdb.threads/next-bp-other-thread.c: New file.
12843         * gdb.threads/next-bp-other-thread.exp: New file.
12844
12845 2014-10-29  Pedro Alves  <palves@redhat.com>
12846
12847         PR python/17372
12848         * gdb.python/python.exp: Test a multi-line command that spawns
12849         interactive Python.
12850         * gdb.base/multi-line-starts-subshell.exp: New file.
12851
12852 2014-10-29  Yao Qi  <yao@codesourcery.com>
12853
12854         * gdb.base/fileio.exp: Make directories on host.
12855
12856 2014-10-29  Yao Qi  <yao@codesourcery.com>
12857
12858         * gdb.base/fileio.c (test_write): Close the file.
12859
12860 2014-10-28  Pedro Alves  <palves@redhat.com>
12861
12862         PR gdb/12623
12863         * gdb.base/sigstep.c (no_handler): New global.
12864         (main): If 'no_handler is true, set the signal handlers to
12865         SIG_IGN.
12866         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12867         with_sw_watch and no_handler parameters.  Handle them.
12868         (top level) <stepping over handler when stopped at a breakpoint
12869         test>: Add a test axis for testing with a software watchpoint, and
12870         another for testing with the signal handler set to SIG_IGN.
12871         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12872         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12873
12874 2014-10-28  Pedro Alves  <palves@redhat.com>
12875
12876         PR gdb/17511
12877         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12878         * gdb.base/sigstep.exp (other_handler_location): New global.
12879         (advance): Support stepping into the signal handler, and running
12880         commands while in the handler.
12881         (in_handler_map): New global.
12882         (top level): In the advance test, add combinations for getting
12883         into the handler with stepping commands, and for running commands
12884         in the handler.  Add comment descripting the advancei tests.
12885
12886 2014-10-28  Pedro Alves  <palves@redhat.com>
12887
12888         * gdb.base/sigstep.exp: Use build_executable instead of
12889         prepare_for_testing.
12890         (top level): Move code that starts GDB, runs to main and creates a
12891         display to ...
12892         (restart): ... this new procedure.
12893         (top level): Move backtrace from signal handler test to ...
12894         (validate_backtrace): ... this new procedure.
12895         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
12896         with_test_prefix.  Always restart GDB.
12897         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
12898         with_test_prefix.  Always restart GDB.  No need to delete
12899         breakpoints after the test.
12900         (test_skip_handler): Remove prefix parameter.
12901         (skip_over_handler, breakpoint_to_handler)
12902         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12903         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
12904         restart GDB.  No need to delete breakpoints after the test.
12905         (top level): Use foreach to call the test procedures with
12906         different commands.
12907
12908 2014-10-28  Pedro Alves  <palves@redhat.com>
12909
12910         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12911         instead of GNATS numbers.
12912         * gdb.base/sigbpt.exp: Likewise.
12913         * gdb.base/siginfo.exp: Likewise.
12914         * gdb.base/sigstep.exp: Likewise.
12915
12916 2014-10-27  Pedro Alves  <palves@redhat.com>
12917
12918         * gdb.base/sigstep.c (dummy): New global.
12919         (main): Issue a couple writes to the new global.
12920         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12921         procedures.
12922         (skip_over_handler): Use test_skip_handler.
12923         (top level): Call skip_over_handler for stepi and nexti too.
12924         (breakpoint_over_handler): Use test_skip_handler.
12925         (top level): Call breakpoint_over_handler for stepi and nexti too.
12926
12927 2014-10-27  Yao Qi  <yao@codesourcery.com>
12928
12929         * gdb.trace/tfile.c (adjust_function_address)
12930         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12931         function descriptor.
12932
12933 2014-10-24  Don Breazeal  <donb@codesourcery.com>
12934
12935         * gdb.base/foll-fork.exp (test_follow_fork,
12936         catch_fork_child_follow): Check for updated fork messages emitted
12937         from infrun.c.
12938         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12939         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12940         vfork_and_exec_child_follow_through_step): Check for updated vfork
12941         messages emitted from infrun.c.
12942
12943 2014-10-24  Pedro Alves  <palves@redhat.com>
12944
12945         * gdb.base/corefile.exp: Remove references to ultrix.
12946         * gdb.base/interrupt.exp: Likewise.
12947         * gdb.base/whatis.exp: Likewise.
12948         * gdb.gdb/selftest.exp: Likewise.
12949         * gdb.threads/manythreads.exp: Likewise.
12950         * gdb.threads/print-threads.exp: Likewise.
12951         * gdb.threads/pthreads.exp:: Likewise.
12952         * gdb.threads/schedlock.exp: Likewise.
12953
12954 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
12955
12956         * gdb.cp/non-trivial-retval.cc: Add a test case.
12957         * gdb.cp/non-trivial-retval.exp: Add a test.
12958
12959 2014-10-20  Yao Qi  <yao@codesourcery.com>
12960
12961         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12962         * gdb.python/py-objfile-script-gdb.py: New file.
12963         * gdb.python/py-objfile-script.exp: Update reference to
12964         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
12965         of remote_download.  Remove the dest file.
12966
12967 2014-10-20  Yao Qi  <yao@codesourcery.com>
12968
12969         * gdb.base/checkpoint.exp: Don't remove file copied on host.
12970         * gdb.base/step-line.exp: Likewise.
12971         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12972         * gdb.dwarf2/dw2-basic.exp: Likewise.
12973         * gdb.dwarf2/dw2-compressed.exp: Likewise.
12974         * gdb.dwarf2/dw2-filename.exp: Likewise.
12975         * gdb.dwarf2/dw2-intercu.exp: Likewise.
12976         * gdb.dwarf2/dw2-intermix.exp: Likewise.
12977         * gdb.dwarf2/dw2-producer.exp: Likewise.
12978         * gdb.dwarf2/mac-fileno.exp: Likewise.
12979         * gdb.python/py-frame-args.exp: Likewise.
12980         * gdb.python/py-framefilter.exp: Likewise.
12981         * gdb.python/py-mi.exp: Likewise.
12982         * gdb.python/py-objfile-script.exp: Likewise
12983         * gdb.python/py-pp-integral.exp: Likewise.
12984         * gdb.python/py-pp-re-notag.exp: Likewise.
12985         * gdb.python/py-prettyprint.exp: Likewise.
12986         * gdb.python/py-section-script.exp: Likewise.
12987         * gdb.python/py-typeprint.exp: Likewise.
12988         * gdb.python/py-xmethods.exp: Likewise.
12989         * gdb.stabs/weird.exp: Likewise.
12990         * gdb.xml/tdesc-regs.exp: Likewise.
12991
12992 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
12993
12994         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12995         (out_cu): Use addr_len for the size of addresses.
12996         (out_line): Likewise.  Size DW_LNE_set_address instruction
12997         according to addr_len.
12998         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12999         (FUNC): Add START_INSNS to definition.
13000
13001 2014-10-18  Yao Qi  <yao@codesourcery.com>
13002
13003         * gdb.base/argv0-symlink.exp: Check argv[0] value if
13004         gdb_has_argv0 return true.
13005         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13006         check [target_info exists noargs], check [gdb_has_argv0]
13007         instead.
13008         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13009         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13010         procedures.
13011
13012 2014-10-17  Doug Evans  <dje@google.com>
13013
13014         * gdb.python/py-events.exp: Update expected output for clear_objfiles
13015         event.
13016         * gdb.python/py-events.py: Add clear_objfiles event.
13017
13018 2014-10-17  Doug Evans  <dje@google.com>
13019
13020         * gdb.python/py-objfile.exp: Test progspace attribute.
13021
13022 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
13023
13024         * gdb.guile/scm-breakpoint.exp: Do not assume any
13025         directory separators when matching source file paths.
13026         * gdb.python/py-breakpoint.exp: Likewise.
13027         * gdb.reverse/break-precsave.exp: Likewise.
13028         * gdb.reverse/break-reverse.exp: Likewise.
13029         * gdb.reverse/consecutive-precsave.exp: Likewise.
13030         * gdb.reverse/finish-precsave.exp: Likewise.
13031         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13032         * gdb.reverse/finish-reverse.exp: Likewise.
13033         * gdb.reverse/i386-precsave.exp: Likewise.
13034         * gdb.reverse/i387-env-reverse.exp: Likewise.
13035         * gdb.reverse/i387-stack-reverse.exp: Likewise.
13036         * gdb.reverse/machinestate-precsave.exp: Likewise.
13037         * gdb.reverse/machinestate.exp: Likewise.
13038         * gdb.reverse/sigall-precsave.exp: Likewise.
13039         * gdb.reverse/solib-precsave.exp: Likewise.
13040         * gdb.reverse/step-precsave.exp: Likewise.
13041         * gdb.reverse/until-precsave.exp: Likewise.
13042         * gdb.reverse/watch-precsave.exp: Likewise.
13043         * gdb.reverse/watch-reverse.exp: Likewise.
13044
13045 2014-10-17  Yao Qi  <yao@codesourcery.com>
13046
13047         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13048         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13049
13050 2014-10-17  Pedro Alves  <palves@redhat.com>
13051
13052         PR gdb/17471
13053         * gdb.base/bg-execution-repeat.c: New file.
13054         * gdb.base/bg-execution-repeat.exp: New file.
13055
13056 2014-10-17  Pedro Alves  <palves@redhat.com>
13057
13058         PR gdb/17300
13059         * gdb.base/continue-all-already-running.c: New file.
13060         * gdb.base/continue-all-already-running.exp: New file.
13061
13062 2014-10-17  Pedro Alves  <palves@redhat.com>
13063
13064         PR gdb/17472
13065         * gdb.base/annota-input-while-running.c: New file.
13066         * gdb.base/annota-input-while-running.exp: New file.
13067
13068 2014-10-17  Pedro Alves  <palves@redhat.com>
13069
13070         * gdb.base/callfuncs.exp: emove references to osf.
13071         * gdb.base/sigall.exp: Likewise.
13072         * gdb.gdb/selftest.exp: Likewise.
13073         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13074         * gdb.mi/non-stop.c: Likewise.
13075         * gdb.mi/pthreads.c: Likewise.
13076         * gdb.reverse/sigall-precsave.exp: Likewise.
13077         * gdb.reverse/sigall-reverse.exp: Likewise.
13078         * gdb.threads/pthreads.c: Likewise.
13079         * gdb.threads/pthreads.exp: Likewise.
13080
13081 2014-10-17  Yao Qi  <yao@codesourcery.com>
13082
13083         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13084         check 'target_info exists noargs'.
13085         (test_command_prompt_position): Likewise.
13086         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13087         Remove "set args".
13088         (progvar_simple_while_test): Likewise.
13089         (progvar_complex_if_while_test): Likewise.
13090         (if_while_breakpoint_command_test): Likewise.
13091         (infrun_breakpoint_command_test): Likewise.
13092         (breakpoint_command_test): Likewise.
13093         (watchpoint_command_test): Likewise.
13094         (bp_deleted_in_command_test): Likewise.
13095         (temporary_breakpoint_commands): Likewise.
13096
13097 2014-10-16  Yao Qi  <yao@codesourcery.com>
13098
13099         * gdb.base/remotetimeout.exp: Remove noargs checking.
13100
13101 2014-10-15  Pedro Alves  <palves@redhat.com>
13102
13103         PR breakpoints/9649
13104         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13105         * gdb.base/breakpoint-in-ro-region.exp
13106         (probe_target_hardware_step): New procedure.
13107         (top level): Probe hardware stepping and hardware breakpoint
13108         support.  Test stepping through a read-only region, with both
13109         "breakpoint auto-hw" on and off and both "always-inserted" on and
13110         off.
13111
13112 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
13113
13114         * gdb.dlang/demangle.exp: Update for demangling changes.
13115
13116 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13117
13118         * gdb.cp/non-trivial-retval.cc: Add new test cases.
13119         * gdb.cp/non-trivial-retval.exp: Add new tests.
13120
13121 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
13122
13123         PR c++/13403
13124         PR c++/15154
13125         * gdb.cp/non-trivial-retval.cc: New file.
13126         * gdb.cp/non-trivial-retval.exp: New file.
13127
13128 2014-10-15  Yao Qi  <yao@codesourcery.com>
13129
13130         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
13131         remote host.
13132
13133 2014-10-15  Yao Qi  <yao@codesourcery.com>
13134
13135         * gdb.python/py-symbol.exp: Match file base name if host is
13136         remote, otherwise match file name with dir name.
13137         * gdb.python/py-symtab.exp: Likewise.
13138         * gdb.python/python.exp: Likewise.
13139
13140 2014-10-15  Yao Qi  <yao@codesourcery.com>
13141
13142         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
13143         pattern.
13144         * gdb.python/py-symtab.exp: Likewise.
13145         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
13146         locationn.
13147
13148 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
13149
13150         * gdb.ada/addr_arith: New testcase.
13151
13152 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
13153
13154         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
13155         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
13156         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
13157         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
13158
13159 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
13160
13161         * gdb.arch/stap-eval-lang-ada.S: Likewise.
13162         * gdb.arch/stap-eval-lang-ada.c: Likewise.
13163         * gdb.arch/stap-eval-lang-ada.exp: New file.
13164
13165 2014-10-14  Yao Qi  <yao@codesourcery.com>
13166
13167         * gdb.mi/mi-var-child.c (nothing1): New function.
13168         (nothing2): New function.
13169         (do_children_tests): Set function pointers by nothing1 and
13170         nothing2.
13171         * gdb.mi/mi-var-child.exp: Step over new added statements.
13172         Update test to match the new output.
13173         * gdb.mi/var-cmd.c (nothing1): New function.
13174         (nothing2): New function.
13175         (do_children_tests): Set function pointers by  nothing1 and
13176         nothing2.
13177         * gdb.mi/mi-var-display.exp: Update test to match output.
13178         Step to the line specified by $line_dct_nothing.
13179         Increase the number of lines to step.
13180
13181 2014-10-14  Yao Qi  <yao@codesourcery.com>
13182
13183         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
13184         tests.
13185         * gdb.mi/mi2-var-child.exp: Likewise.
13186
13187 2014-10-13  Doug Evans  <dje@google.com>
13188
13189         * gdb.python/py-objfile.exp: Change name of file name test.
13190
13191 2014-10-13  Doug Evans  <dje@google.com>
13192
13193         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
13194         from the start of the CU.
13195
13196 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13197             Yao Qi  <yao@codesourcery.com>
13198
13199         Fix "save breakpoints" for "catch" command.
13200         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
13201         Remove -nonewline.  Match also the added "main" line.
13202
13203 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13204
13205         Fix "save breakpoints" for "disable $bpnum" command.
13206         * gdb.base/save-bp.c (main): Add label.
13207         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
13208
13209 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13210
13211         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
13212
13213 2014-10-11  Yao Qi  <yao@codesourcery.com>
13214
13215         * gdb.server/server-kill.exp: Execute command
13216         "set remote trace-status-packet on" before "tstatus".
13217
13218 2014-10-11  Yao Qi  <yao@codesourcery.com>
13219
13220         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
13221         (main): Call getppid.
13222         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
13223         and continue to it.  Read variable "server_pid".
13224
13225 2014-10-11  Yao Qi  <yao@codesourcery.com>
13226
13227         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
13228
13229 2014-10-11  Yao Qi  <yao@codesourcery.com>
13230
13231         * gdb.threads/thread-find.exp: Don't execute command
13232         "info threads".
13233         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
13234         * gdb.threads/linux-dp.exp: Don't check the condition
13235         $threads_created equals to zero.
13236
13237 2014-10-10  Pedro Alves  <palves@redhat.com>
13238
13239         * gdb.base/bigcore.exp: Remove references to IRIX.
13240         * gdb.base/funcargs.exp: Likewise.
13241         * gdb.base/interrupt.exp: Likewise.
13242         * gdb.base/mips_pro.exp: Likewise.
13243         * gdb.base/nodebug.exp: Likewise.
13244         * gdb.base/setvar.exp: Likewise.
13245         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
13246
13247 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
13248             Pedro Alves  <palves@redhat.com>
13249
13250         PR symtab/14466
13251         * gdb.base/vdso-warning.c: New file.
13252         * gdb.base/vdso-warning.exp: New file.
13253
13254 2014-10-02  Doug Evans  <dje@google.com>
13255
13256         * gdb.base/structs.c (main): Don't run forever.
13257
13258 2014-10-02  Pedro Alves  <palves@redhat.com>
13259
13260         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
13261         (top level) <stop threads 1, stop threads 2>: Use it.
13262
13263 2014-10-02  Pedro Alves  <palves@redhat.com>
13264
13265         * gdb.threads/break-while-running.exp (test): Add new
13266         'update_thread_list' argument.  Skip "info threads" if false.
13267         (top level): Add new 'update_thread_list' axis.
13268
13269 2014-10-02  Pedro Alves  <palves@redhat.com>
13270
13271         PR breakpoints/17431
13272         * gdb.base/execl-update-breakpoints.c: New file.
13273         * gdb.base/execl-update-breakpoints.exp: New file.
13274
13275 2014-10-01  Pedro Alves  <palves@redhat.com>
13276
13277         * gdb.base/breakpoint-in-ro-region.c: New file.
13278         * gdb.base/breakpoint-in-ro-region.exp: New file.
13279
13280 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
13281
13282         * gdb.mi/mi-exit-code.exp: New file.
13283         * gdb.mi/mi-exit-code.c: New file.
13284
13285 2014-09-30  Yao Qi  <yao@codesourcery.com>
13286
13287         * lib/prelink-support.exp (build_executable_own_libs): Error if
13288         the target isn't native.
13289
13290 2014-09-30  Yao Qi  <yao@codesourcery.com>
13291
13292         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
13293         false.
13294
13295 2014-09-22  Pedro Alves  <palves@redhat.com>
13296
13297         * gdb.threads/break-while-running.exp: New file.
13298         * gdb.threads/break-while-running.c: New file.
13299
13300 2014-09-19  Yao Qi  <yao@codesourcery.com>
13301
13302         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
13303         Invoke test.  Restart GDB with --readnow and invoke test again.
13304
13305 2014-09-19  Yao Qi  <yao@codesourcery.com>
13306
13307         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
13308         proc set_breakpoint_on_gcd_function.  Invoke
13309         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
13310         invoke set_breakpoint_on_gcd_function again.
13311
13312 2014-09-18  Doug Evans  <dje@google.com>
13313
13314         * gdb.dwarf2/symtab-producer.exp: New file.
13315
13316 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13317
13318         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
13319         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
13320         * gdb.base/global-var-nested-by-dso.c: Likewise.
13321         * gdb.base/global-var-nested-by-dso.exp: Likewise.
13322
13323 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
13324             Pedro Alves  <palves@redhat.com>
13325
13326         * gdb.base/watch-bitfields.exp: Pass string other than test file
13327         name to prepare_for_testing.
13328         (watch): New procedure.
13329         (expect_watchpoint): Use with_test_prefix.
13330         (top level): Factor out tests to ...
13331         (test_watch_location, test_regular_watch): ... these new
13332         procedures, and use with_test_prefix and gdb_continue_to_end.
13333
13334 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
13335
13336         PR breakpoints/12526
13337         * gdb.base/watch-bitfields.exp: New file.
13338         * gdb.base/watch-bitfields.c: New file.
13339
13340 2014-09-16  Pedro Alves  <palves@redhat.com>
13341
13342         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
13343         software and hardware addresses, not software address against
13344         itself.
13345
13346 2014-09-16  Pedro Alves  <palves@redhat.com>
13347
13348         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
13349         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
13350
13351 2014-09-16  Pedro Alves  <palves@redhat.com>
13352
13353         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
13354         files.
13355         * gdb.base/a2-run.exp: Remove all code guarded by istarget
13356         "*-*-vxworks*" throughout.
13357         * gdb.base/break.exp: Likewise.
13358         * gdb.base/default.exp: Likewise.
13359         * gdb.base/scope.exp: Likewise.
13360         * gdb.base/sepdebug.exp: Likewise.
13361         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
13362         throughout.
13363         * gdb.base/run.c: Likewise.
13364         * gdb.base/sepdebug.c: Likewise.
13365         * gdb.hp/gdb.aCC/run.c: Likewise.
13366         * gdb.reverse/until-reverse.c: Likewise.
13367         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
13368
13369 2014-09-16  Yao Qi  <yao@codesourcery.com>
13370
13371         * boards/local-remote-host-native.exp: New file.
13372
13373 2014-09-14  Doug Evans  <xdje42@gmail.com>
13374
13375         * gdb.threads/queue-signal.c (thread_count): New variable.
13376         (thread_count_mutex, thread_count_condvar): New variables.
13377         (incr_thread_count, wait_all_threads_running): New functions.
13378         (main): Wait for all threads to be in their thread functions.
13379
13380 2014-09-13  Doug Evans  <xdje42@gmail.com>
13381
13382         * gdb.threads/queue-signal.c: New file.
13383         * gdb.threads/queue-signal.exp: New file.
13384
13385 2014-09-13  Doug Evans  <xdje42@gmail.com>
13386
13387         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
13388         be consistent with what default_gdb_init uses.
13389         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
13390         the plain text of the prompt.  Add some logging printfs.
13391         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
13392
13393 2014-09-12  Pedro Alves  <palves@redhat.com>
13394
13395         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
13396         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
13397         * gdb.arch/i386-size-overlap.exp: Likewise.
13398         * gdb.arch/i386-size.exp: Likewise.
13399         * gdb.arch/i386-unwind.exp: Likewise.
13400         * gdb.base/a2-run.exp: Likewise.
13401         * gdb.base/break.exp: Likewise.
13402         * gdb.base/charset.exp: Likewise.
13403         * gdb.base/chng-syms.exp: Likewise.
13404         * gdb.base/commands.exp: Likewise.
13405         * gdb.base/dbx.exp: Likewise.
13406         * gdb.base/find.exp: Likewise.
13407         * gdb.base/funcargs.exp: Likewise.
13408         * gdb.base/jit-simple.exp: Likewise.
13409         * gdb.base/reread.exp: Likewise.
13410         * gdb.base/sepdebug.exp: Likewise.
13411         * gdb.base/step-bt.exp: Likewise.
13412         * gdb.cp/mb-inline.exp: Likewise.
13413         * gdb.cp/mb-templates.exp: Likewise.
13414         * gdb.objc/basicclass.exp: Likewise.
13415         * gdb.threads/killed.exp: Likewise.
13416
13417 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13418
13419         PR tdep/17379
13420         * gdb.arch/powerpc-stackless.S: New file.
13421         * gdb.arch/powerpc-stackless.exp: New file.
13422
13423 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13424
13425         * gdb.base/attach.c: Include unistd.h.
13426         (main): Call alarm.  Add label postloop.
13427         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13428         gdb_breakpoint, gdb_continue_to_breakpoint.
13429         (test_command_line_attach_run): Kill ${testpid} in one exit path.
13430
13431 2014-09-11  Pedro Alves  <palves@redhat.com>
13432
13433         PR gdb/17347
13434         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13435         * gdb.base/attach.exp (test_command_line_attach_run): New
13436         procedure.
13437         (top level): Call it.
13438
13439 2014-09-11  Pedro Alves  <palves@redhat.com>
13440
13441         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13442         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13443         (do_command_attach_tests): Use spawn_wait_for_attach.
13444         * gdb.base/solib-overlap.exp: Likewise.
13445         * gdb.multi/multi-attach.exp: Likewise.
13446         * gdb.python/py-prompt.exp: Likewise.
13447         * gdb.python/py-sync-interp.exp: Likewise.
13448         * gdb.server/ext-attach.exp: Likewise.
13449
13450 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13451
13452         * gdb.fortran/array-element.exp: Remove unexpected "continue"
13453         command in testcase.  Simplify testcase.
13454
13455 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13456
13457         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13458
13459 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13460
13461         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13462
13463 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13464
13465         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13466
13467 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
13468
13469         * gdb.dwarf2/dynarr-ptr.c: New file.
13470         * gdb.dwarf2/dynarr-ptr.exp: New file.
13471
13472 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13473
13474         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13475         of 30 rather than hardcoding 120 for a slow test case.  Take the
13476         `gdb,timeout' target setting into account for this calculation.
13477         Don't extend the timeout for the test cases that don't need it.
13478
13479 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13480
13481         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13482         a factor of 2 for a slow test case.  Take the `gdb,timeout'
13483         target setting into account for this calculation.
13484         * gdb.reverse/until-precsave.exp: Increase the timeout by
13485         a factor of 15 and 3 respectively rather than adding 120
13486         for a pair of slow test cases.  Take the `gdb,timeout'
13487         target setting into account for this calculation.
13488
13489 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13490
13491         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13492         timeout, don't pass one down to gdb_expect.
13493         (gdb_expect): Rework timeout selection.
13494
13495 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13496
13497         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13498         exception on timeout.
13499         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13500         (gdbserver_start_extended): Catch any `gdbserver_start' error
13501         exceptions.
13502         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13503         * lib/mi-support.exp (mi_gdb_target_load): Catch any
13504         `gdbserver_gdb_load' error exceptions.
13505
13506 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
13507
13508         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13509         120 on waiting for the TCP socket to open.
13510
13511 2014-09-09  Doug Evans  <xdje42@gmail.com>
13512
13513         * gdb.base/default.exp (show_conv_list): Add _caller_is,
13514         _caller_matches, _any_caller_is, _any_caller_matches.
13515
13516 2014-09-09  Doug Evans  <xdje42@gmail.com>
13517
13518         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13519
13520 2014-09-09  Yao Qi  <yao@codesourcery.com>
13521
13522         * gdb.mi/mi-var-display.exp: Set print symbol off.
13523
13524 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
13525
13526         PR gdb/17035
13527         * gdb.base/commands.exp: Add tests to verify user-defined
13528         commands with empty bodies.
13529         * gdb.python/py-cmd.exp: Test that we don't show user-defined
13530         python commands in `show user command`.
13531         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13532         scheme commands in `show user command`.
13533
13534 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13535
13536         PR python/17355
13537         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13538         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13539         * gdb.python/py-framefilter-invalidarg.exp: New file.
13540         * gdb.python/py-framefilter-invalidarg.py: New file.
13541
13542 2014-09-06  Doug Evans  <xdje42@gmail.com>
13543
13544         PR 15276
13545         * gdb.python/py-caller-is.c: New file.
13546         * gdb.python/py-caller-is.exp: New file.
13547
13548 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
13549
13550         PR gdb/17235
13551         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13552         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13553
13554 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
13555
13556         PR fortran/17237
13557         * gdb.fortran/print-formatted.exp: New file.
13558         * gdb.fortran/print-formatted.f90: Likewise.
13559
13560 2014-09-03  Sasha Smundak  <asmundak@google.com>
13561
13562         * gdb.python/py-frame.exp: Test Frame.read_register.
13563
13564 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
13565
13566         PR python/16699
13567         * gdb.python/py-completion.exp: New file.
13568         * gdb.python/py-completion.py: Likewise.
13569
13570 2014-08-28  Doug Evans  <dje@google.com>
13571
13572         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13573         eax,etc. are live with values set by gdb and thus the compiler can't
13574         use them.
13575         * gdb.arch/i386-pseudo.c (main): Ditto.
13576
13577 2014-08-27  Doug Evans  <dje@google.com>
13578
13579         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13580
13581 2014-08-25  Doug Evans  <dje@google.com>
13582
13583         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13584         (main): Ditto.
13585
13586 2014-08-25  Doug Evans  <dje@google.com>
13587
13588         * gdb.threads/thread-execl.exp: #include <stdio.h>.
13589
13590 2014-08-24  Yao Qi  <yao@codesourcery.com>
13591
13592         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13593         symbol off.
13594         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13595
13596 2014-08-22  Doug Evans  <dje@google.com>
13597
13598         PR 17276
13599         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13600         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13601         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13602
13603 2014-08-22  Yao Qi  <yao@codesourcery.com>
13604
13605         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13606         * gdb.python/py-finish-breakpoint2.exp: Likewise.
13607         * gdb.python/python.exp: Likewise.  Use .py file on the host
13608         instead of the build.
13609
13610 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13611
13612         * gdb.threads/gcore-stale-thread.c: New file.
13613         * gdb.threads/gcore-stale-thread.exp: New file.
13614
13615 2014-08-21  Pedro Alves  <palves@redhat.com>
13616
13617         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13618         * gdb.base/gcore-relro-pie.exp: Likewise.
13619         * gdb.base/gcore-relro.exp: Likewise.
13620         * gdb.base/gcore.exp: Likewise.
13621         * gdb.base/print-symbol-loading.exp: Likewise.
13622         * gdb.threads/gcore-thread.exp: Likewise.
13623         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13624
13625 2014-08-20  Pedro Alves  <palves@redhat.com>
13626             Jan Kratochvil  <jan.kratochvil@redhat.com>
13627
13628         * Makefile.in (EXTRA_RULES, CC): New variables, get from
13629         configure.
13630         (EXPECT): Handle READ1 being set.
13631         (all): Depend on EXTRA_RULES.
13632         (check-read1, expect-read1, read1.so, read1): New rules.
13633         * README (Testsuite Parameters): Document the READ1 make variable.
13634         (Race detection): New section.
13635         * configure: Regenerate.
13636         * configure.ac: If build==host==target, and running under a
13637         GNU/glibc system, add read1 to the extra Makefile rules.
13638         (EXTRA_RULES): AC_SUBST it.
13639         * lib/read1.c: New file.
13640
13641 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
13642
13643         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13644         the handling of variables declared as a typedef to an array
13645         which a DW_AT_data_location attribute.
13646
13647 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
13648             Pedro Alves  <palves@redhat.com>
13649
13650         PR symtab/14604
13651         PR symtab/14605
13652         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13653         gdb_test.
13654
13655 2014-08-19  Pedro Alves  <palves@redhat.com>
13656
13657         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13658
13659 2014-08-19  Yao Qi  <yao@codesourcery.com>
13660
13661         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13662         right line.
13663
13664 2014-08-18  David Blaikie  <dblaikie@gmail.com>
13665
13666         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13667
13668 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13669
13670         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13671         attribute in array range.
13672
13673 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
13674
13675         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13676
13677 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13678
13679         PR c++/17132
13680         * gdb.cp/pr17132.cc: New file.
13681         * gdb.cp/pr17132.exp: New file.
13682
13683 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
13684
13685         * gdb.python/py-xmethods.py (A_getarrayind)
13686         (E_method_char_worker.__call__, E_method_int_worker.__call__):
13687         Use 'print' with function call syntax.
13688         (E_method_matcher.match): Fix tab vs space indentation mixup.
13689
13690 2014-08-15  Yao Qi  <yao@codesourcery.com>
13691
13692         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13693         false.
13694
13695 2014-08-15  Yao Qi  <yao@codesourcery.com>
13696
13697         * gdb.cp/casts.exp: Set print symbol off.
13698         * gdb.cp/class2.exp: Likewise.
13699         * gdb.cp/overload.exp: Likewise.
13700         * gdb.cp/templates.exp: Likewise.
13701
13702 2014-08-11  Doug Evans  <dje@google.com>
13703
13704         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13705         (test_load_shlib): Update.
13706
13707 2014-08-09  Yao Qi  <yao@codesourcery.com>
13708
13709         * gdb.base/display.exp: Invoke is_address_zero_readable.
13710         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13711         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13712         * gdb.base/hbreak-unmapped.exp: Return if
13713         is_address_zero_readable returns true.
13714         * gdb.base/signest.exp: Likewise.
13715         * gdb.base/signull.exp: Likewise.
13716         * gdb.base/sigbpt.exp: Likewise.
13717         * gdb.guile/scm-disasm.exp: Do the test if
13718         is_address_zero_readable returns false.
13719         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13720         * gdb.python/py-arch.exp: Likewise.
13721         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13722         * lib/gdb.exp (is_address_zero_readable): New proc.
13723
13724 2014-08-09  Yao Qi  <yao@codesourcery.com>
13725
13726         PR testsuite/13443
13727         * gdb.mi/mi-var-display.exp: Make test messages unique.
13728
13729 2014-08-04  Tom Tromey  <tromey@redhat.com>
13730
13731         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13732         target 0".
13733
13734 2014-08-04  Tom Tromey  <tromey@redhat.com>
13735
13736         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13737         "target_resume".
13738
13739 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
13740
13741         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13742         inner_vla_struct_object_size.
13743         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13744         as xfail.
13745
13746 2014-07-30  Pedro Alves  <palves@redhat.com>
13747
13748         * gdb.threads/signal-command-handle-nopass.exp (test): Add
13749         comment.
13750
13751 2014-07-29  Yao Qi  <yao@codesourcery.com>
13752
13753         PR gdb/17206
13754         * gdb.base/until-nodebug.exp: New.
13755
13756 2014-07-28  Doug Evans  <xdje42@gmail.com>
13757
13758         PR guile/17203
13759         * gdb.guile/scm-parameter.exp: Add tests for trying to create
13760         previously existing parameter, and previously ambiguously spelled
13761         parameter.
13762
13763 2014-07-28  Will Newton  <will.newton@linaro.org>
13764
13765         * gdb.base/varargs.exp: Remove KFAILs for ARM.
13766
13767 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
13768             Doug Evans  <xdje42@gmail.com>
13769
13770         PR guile/17146
13771         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13772
13773 2014-07-25  Pedro Alves  <palves@redhat.com>
13774
13775         * gdb.threads/signal-command-handle-nopass.c: New file.
13776         * gdb.threads/signal-command-handle-nopass.exp: New file.
13777         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13778         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13779         * gdb.threads/signal-delivered-right-thread.c: New file.
13780         * gdb.threads/signal-delivered-right-thread.exp: New file.
13781
13782 2014-07-25  Pedro Alves  <palves@redhat.com>
13783
13784         * gdb.base/double-prompt-target-event-error.exp
13785         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13786         match.
13787         (cancel_pagination_in_target_event): Rework double prompt
13788         detection.
13789         * gdb.base/paginate-after-ctrl-c-running.exp
13790         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13791         <return>' match.
13792         * gdb.base/paginate-bg-execution.exp
13793         (test_bg_execution_pagination_return)
13794         (test_bg_execution_pagination_cancel): Remove '-notransfer
13795         <return>' matches.
13796         * gdb.base/paginate-execution-startup.exp
13797         (test_fg_execution_pagination_return)
13798         (test_fg_execution_pagination_cancel): Remove '-notransfer
13799         <return>' matches.
13800         * gdb.base/paginate-inferior-exit.exp
13801         (test_paginate_inferior_exited): Remove '-notransfer <return>'
13802         match.
13803         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13804         * lib/gdb.exp (pagination_prompt): Run text through
13805         string_to_regexp.
13806         (gdb_test_multiple): Match $pagination_prompt instead of
13807         "<return>".
13808         (string_to_regexp): Move to lib/gdb-utils.exp.
13809
13810 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13811
13812         * gdb.arch/amd64-entry-value-paramref.S: New file.
13813         * gdb.arch/amd64-entry-value-paramref.cc: New file.
13814         * gdb.arch/amd64-entry-value-paramref.exp: New file.
13815         * gdb.arch/amd64-optimout-repeat.S: New file.
13816         * gdb.arch/amd64-optimout-repeat.c: New file.
13817         * gdb.arch/amd64-optimout-repeat.exp: New file.
13818
13819 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13820
13821         PR gdb/17170
13822         * gdb.base/statistics.exp: New file.
13823
13824 2014-07-17  Doug Evans  <dje@google.com>
13825
13826         PR gdb/17170
13827         * gdb.base/maint.exp: Update testing of per-command stats.
13828
13829 2014-07-16  Pedro Alves  <palves@redhat.com>
13830
13831         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13832         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13833         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13834         (tfile_write_buf): New functions.
13835         (add_memory_block): Rewrite using the above.
13836         (adjust_function_address): New function.
13837         (FUNCTION_ADDRESS): New macro.
13838         (write_basic_trace_file): Remove short_x local, and use
13839         tfile_write_16. Change type of func_addr local to unsigned long
13840         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
13841         here.  Cast argument of add_memory_block to char pointer.
13842         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
13843         (main): Remove parameters.
13844         * gdb.trace/tfile.exp: Remove nowarnings.
13845
13846 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
13847
13848         * gdb.base/debug-expr.exp: Test string evaluation with
13849         "debug expression" on.
13850
13851 2014-07-15  Pedro Alves  <palves@redhat.com>
13852
13853         * gdb.base/reread.exp: Use clean_restart.
13854
13855 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
13856
13857         * gdb.arch/avr-flash-qualifer.c: New.
13858         * gdb.arch/avr-flash-qualifer.exp: New.
13859
13860 2014-07-14  Pedro Alves  <palves@redhat.com>
13861
13862         * gdb.base/paginate-after-ctrl-c-running.c: New file.
13863         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13864
13865 2014-07-14  Pedro Alves  <palves@redhat.com>
13866
13867         * gdb.base/double-prompt-target-event-error.c: New file.
13868         * gdb.base/double-prompt-target-event-error.exp: New file.
13869
13870 2014-07-14  Pedro Alves  <palves@redhat.com>
13871
13872         PR gdb/17072
13873         * gdb.base/paginate-inferior-exit.c: New file.
13874         * gdb.base/paginate-inferior-exit.exp: New file.
13875
13876 2014-07-14  Pedro Alves  <palves@redhat.com>
13877
13878         PR gdb/17072
13879         * gdb.base/paginate-bg-execution.c: New file.
13880         * gdb.base/paginate-bg-execution.exp: New file.
13881
13882 2014-07-14  Pedro Alves  <palves@redhat.com>
13883
13884         PR gdb/17072
13885         * gdb.base/paginate-execution-startup.c: New file.
13886         * gdb.base/paginate-execution-startup.exp: New file.
13887         * lib/gdb.exp (pagination_prompt): New global.
13888         (default_gdb_spawn): New procedure, factored out from
13889         default_gdb_spawn.
13890         (default_gdb_start): Adjust to call default_gdb_spawn.
13891         (gdb_spawn): New procedure.
13892
13893 2014-07-14  Pedro Alves  <palves@redhat.com>
13894
13895         * lib/gdb.exp (gdb_assert): New procedure.
13896         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13897
13898 2014-07-14  Pedro Alves  <palves@redhat.com>
13899
13900         * gdb.base/execution-termios.c: New file.
13901         * gdb.base/execution-termios.exp: New file.
13902
13903 2014-07-14  Tom Tromey  <tromey@redhat.com>
13904
13905         * gdb.cp/vla-cxx.cc: New file.
13906         * gdb.cp/vla-cxx.exp: New file.
13907
13908 2014-07-14  Tom Tromey  <tromey@redhat.com>
13909
13910         * gdb.reverse/rerun-prec.c: New file.
13911         * gdb.reverse/rerun-prec.exp: New file.
13912
13913 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
13914             Maciej W. Rozycki  <macro@codesourcery.com>
13915
13916         * lib/gdb-utils.exp: New file.
13917         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13918         inline `gdb_init_command' processing.
13919         (gdb_start_cmd): Likewise.
13920         * lib/mi-support.exp (mi_run_cmd): Likewise.
13921         * README: Document `gdb_init_command' and `gdb_init_commands'.
13922
13923 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13924
13925         Fix false FAIL running under a very long directory name.
13926         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13927         and "set print elements 10000".  Twice.
13928
13929 2014-07-11  Yao Qi  <yao@codesourcery.com>
13930
13931         * gdb.base/exprs.exp: "set print symbol off".
13932
13933 2014-07-11  Pedro Alves  <palves@redhat.com>
13934
13935         * gdb.threads/kill.c: New file.
13936         * gdb.threads/kill.exp: New file.
13937
13938 2014-07-10  Yao Qi  <yao@codesourcery.com>
13939
13940         * gdb.trace/tfile.c (write_basic_trace_file)
13941         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13942         address written to trace file.
13943
13944 2014-07-09  Pedro Alves  <palves@redhat.com>
13945
13946         * gdb.base/attach-wait-input.exp: New file.
13947         * gdb.base/attach-wait-input.c: New file.
13948
13949 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13950
13951         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13952         setting up test structures.
13953         (main): Call new test function.
13954         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13955         test function, continue into test function and walk test
13956         structures.
13957
13958 2014-07-02  Yao Qi  <yao@codesourcery.com>
13959
13960         * gdb.trace/entry-values.c: Define labels 'foo_start' and
13961         'bar_start' at the beginning of functions 'foo' and 'bar'
13962         respectively.
13963         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13964         instead of 'foo' and 'bar'.
13965
13966 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
13967
13968         * gdb.btrace/segv.exp: New.
13969         * gdb.btrace/segv.c: New.
13970
13971 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
13972
13973         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13974         instruction.
13975
13976 2014-06-30  Mark Wielaard  <mjw@redhat.com>
13977
13978         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13979         vulture, vilify, villar): New volatile array constants.
13980         (vindictive, vegetation): New const volatile array constants.
13981         * gdb.base/volatile.exp: Test volatile and const volatile array
13982         types.
13983
13984 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13985
13986         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13987         target lacks support for awatch, rwatch, or hbreak.
13988
13989 2014-06-27  Yao Qi  <yao@codesourcery.com>
13990
13991         * gdb.multi/dummy-frame-restore.exp: New.
13992         * gdb.multi/dummy-frame-restore.c: New.
13993
13994 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
13995
13996         * gdb.btrace/gcore.exp: New.
13997
13998 2014-06-23  Pedro Alves  <palves@redhat.com>
13999
14000         * gdb.base/watchpoint-reuse-slot.c: New file.
14001         * gdb.base/watchpoint-reuse-slot.exp: New file.
14002
14003 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
14004
14005         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14006         progspace's filename in 'info', 'enable' and 'disable' command
14007         tests.
14008
14009 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14010
14011         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14012         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14013         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14014
14015 2014-06-20  Gary Benson  <gbenson@redhat.com>
14016
14017         * gdb.arch/i386-avx.exp: Fix include file location.
14018         * gdb.arch/i386-sse.exp: Likewise.
14019
14020 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
14021
14022         * gdb.dlang/expression.exp: New file.
14023
14024 2014-06-19  Pedro Alves  <palves@redhat.com>
14025
14026         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14027         out from ...
14028         (top level): ... here.  Iterate running tests under different
14029         scheduler-locking settings.
14030
14031 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
14032
14033         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14034         to DW_FORM_addr and use non-zero addresses.
14035
14036 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
14037
14038         PR gdb/17017
14039         * gdb.python/py-xmethods.cc: Add global function call counters and
14040         increment them in their respective functions.  Remove "cout"
14041         statements.
14042         * gdb.python/py-xmethods.exp: Make tests check the global function
14043         call counters instead of depending on inferior IO.
14044
14045 2014-06-18  Don Breazeal  <donb@codesourcery.com>
14046
14047         * gdb.base/foll-fork.exp (default_fork_parent_follow):
14048         Deleted procedure.
14049         (explicit_fork_parent_follow): Deleted procedure.
14050         (explicit_fork_child_follow): Deleted procedure.
14051         (test_follow_fork): New procedure.
14052         (do_fork_tests): Replace calls to deleted procedures with
14053         calls to test_follow_fork and reset GDB for subsequent
14054         procedure calls.
14055
14056 2014-06-17  Yao Qi  <yao@codesourcery.com>
14057
14058         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14059         CP1252.
14060
14061 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
14062
14063         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14064         Initialize ptr and S explicitly.
14065         (skip_type_update_when_not_use_rtti_test): Likewise.
14066
14067 2014-06-16  Keith Seitz  <keiths@redhat.com>
14068
14069         PR mi/15863
14070         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14071         the inferior is started.
14072
14073 2014-06-16  Pedro Alves  <palves@redhat.com>
14074
14075         * gdb.base/break-main-file-remove-fail.c: New file.
14076         * gdb.base/break-main-file-remove-fail.exp: New file.
14077         * gdb.base/break-unload-file.exp: Use build_executable instead of
14078         prepare_for_testing.
14079         (test_break): New parameter "initial_load".  Handle it.
14080         (top level): Add initial_load cmdline/file axis.
14081
14082 2014-06-12  Tom Tromey  <tromey@redhat.com>
14083
14084         * gdb.base/completion.exp: Don't use directory name in test.
14085
14086 2014-06-09  Gary Benson  <gbenson@redhat.com>
14087
14088         * gdb.base/sigall.c [Functions to send signals]: Reorder to
14089         separate the always-available ANSI-standard signals from the
14090         signals that require checking.
14091         (main): Likewise.
14092         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14093         Likewise.
14094         (main): Likewise.
14095
14096 2014-06-07  Keith Seitz  <keiths@redhat.com>
14097
14098         Revert:
14099         PR c++/16253
14100         * gdb.cp/var-tag.cc: New file.
14101         * gdb.cp/var-tag.exp: New file.
14102         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14103         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14104         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14105         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14106
14107 2014-06-06  Doug Evans  <xdje42@gmail.com>
14108
14109         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
14110
14111 2014-06-06  Pedro Alves  <palves@redhat.com>
14112
14113         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
14114         in target debug output instead of looking at RSP packets,
14115         disabling the test on any target that uses hardware stepping.
14116         Update comments.
14117
14118 2014-06-06  Pedro Alves  <palves@redhat.com>
14119
14120         * gdb.base/break-unload-file.exp: Fix typo.
14121
14122 2014-06-06  Yao Qi  <yao@codesourcery.com>
14123
14124         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
14125         from "jit_function" to "^jit_function".
14126
14127 2014-06-06  Yao Qi  <yao@codesourcery.com>
14128
14129         * gdb.base/async.c (foo): Add one statement.
14130         * gdb.base/async.exp: Get the next instruction address and
14131         match the output of "nexti" by instruction address.  Match
14132         the hex address in the output of "finish".
14133
14134 2014-06-06  Gary Benson  <gbenson@redhat.com>
14135
14136         * gdb.base/call-signals.c: Remove preprocessor conditionals
14137         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
14138         SIGSEGV and SIGTERM.
14139         * gdb.base/sigall.c: Likewise.
14140         * gdb.base/unwindonsignal.c: Likewise.
14141         * gdb.reverse/sigall-reverse.c: Likewise.
14142
14143 2014-06-06  Yao Qi  <yao@codesourcery.com>
14144
14145         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
14146         readable, skip the test.
14147
14148 2014-06-06  Yao Qi  <yao@codesourcery.com>
14149
14150         * gdb.threads/staticthreads.c (thread_function): Move the line
14151         setting breakpoint on forward.
14152         * gdb.threads/staticthreads.exp: Update comments.
14153
14154 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
14155
14156         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
14157         "history-append! type error".
14158
14159 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
14160
14161         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
14162         erroneous dprintf expected input.
14163
14164 2014-06-04  Doug Evans  <xdje42@gmail.com>
14165
14166         * gdb.guile/scm-generics.exp: Delete.
14167
14168 2014-06-04  Doug Evans  <xdje42@gmail.com>
14169
14170         * gdb.guile/scm-breakpoint.exp: Update.
14171         Add tests for breakpoint registration.
14172
14173 2014-06-04  Tom Tromey  <tromey@redhat.com>
14174
14175         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
14176         VLA-in-union.
14177         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
14178         inner_vla_struct, vla_union types.  Initialize objects of those
14179         types and compute their sizes.
14180
14181 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
14182             Hui Zhu  <hui@codesourcery.com>
14183
14184         * gdb.base/fileio.exp: Add test for shell not available as well as
14185         available.
14186         * gdb.base/fileio.c (test_system): Check for shell twice.
14187
14188 2014-06-04  Yao Qi  <yao@codesourcery.com>
14189
14190         * gdb.base/auto-connect-native-target.exp: Remove redundant
14191         space from the regexp pattern.
14192
14193 2014-06-04  Yao Qi  <yao@codesourcery.com>
14194
14195         * gdb.base/default.exp: Replace "child" with "native" in
14196         regexp pattern.
14197
14198 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
14199
14200         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
14201         * gdb.python/py-xmethods.exp: New tests to test xmethods.
14202         * gdb.python/py-xmethods.py: Python script supporting the
14203         new testcase and tests.
14204
14205 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
14206             Pedro Alves  <palves@redhat.com>
14207
14208         PR breakpoints/17000
14209         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
14210         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
14211
14212 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
14213
14214         * gdb.base/subst.exp: Add tests to verify partial path matching
14215         output.
14216
14217 2014-06-03  Pedro Alves  <palves@redhat.com>
14218
14219         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
14220         target that doesn't use software single-stepping.
14221
14222 2014-06-03  Pedro Alves  <palves@redhat.com>
14223
14224         PR breakpoints/17000
14225         * gdb.base/sss-bp-on-user-bp-2.c: New file.
14226         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
14227
14228 2014-06-02  Doug Evans  <xdje42@gmail.com>
14229
14230         * gdb.guile/scm-parameter.exp: New file.
14231
14232 2014-06-02  Doug Evans  <xdje42@gmail.com>
14233
14234         * gdb.guile/scm-cmd.c: New file.
14235         * gdb.guile/scm-cmd.exp: New file.
14236
14237 2014-06-02  Doug Evans  <xdje42@gmail.com>
14238
14239         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
14240         pretty-printer lookup.
14241         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
14242         (make-pp_s-printer): Call it.
14243         (make-pretty-printer-from-dict): New function.
14244         (lookup-pretty-printer-maker-from-dict): New function.
14245         (*pretty-printer*): Simplify.
14246         (make-objfile-pp_s-printer): New function.
14247         (install-objfile-pretty-printers!): New function.
14248         (make-progspace-pp_s-printer): New function.
14249         (install-progspace-pretty-printers!): New function.
14250         * gdb.guile/scm-progspace.c: New file.
14251         * gdb.guile/scm-progspace.exp: New file.
14252
14253 2014-06-02  Pedro Alves  <palves@redhat.com>
14254
14255         * gdb.base/dprintf-bp-same-addr.c: New file.
14256         * gdb.base/dprintf-bp-same-addr.exp: New file.
14257
14258 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14259
14260         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
14261         * gdb.arch/powerpc-power.s: Likewise.
14262
14263 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
14264
14265         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
14266
14267 2014-06-01  Yao Qi  <yao@codesourcery.com>
14268
14269         * gdb.base/watchpoint.exp (test_watch_location): Check null
14270         pointer can be dereferenced.  If not, do the test, otherwise
14271         skip it.
14272
14273 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14274
14275         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
14276         results.
14277         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
14278
14279 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
14280
14281         * gdb.arch/amd64-invalid-stack-middle.S: New file.
14282         * gdb.arch/amd64-invalid-stack-middle.c: New file.
14283         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
14284         * gdb.arch/amd64-invalid-stack-top.c: New file.
14285         * gdb.arch/amd64-invalid-stack-top.exp: New file.
14286
14287 2014-05-30  Pedro Alves  <palves@redhat.com>
14288
14289         PR breakpoints/17000
14290         * gdb.base/sss-bp-on-user-bp.c: New file.
14291         * gdb.base/sss-bp-on-user-bp.exp: New file.
14292
14293 2014-05-30  David Blaikie  <dblaikie@gmail.com>
14294
14295         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
14296         gnu_inline semantics via attribute.
14297         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
14298         source explicitly specifies the required semantics.
14299
14300 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
14301
14302         * gdb.reverse/sigall-reverse.exp: Fix a typo.
14303
14304 2014-05-29  Pedro Alves  <palves@redhat.com>
14305             Tom Tromey  <tromey@redhat.com>
14306
14307         * gdb.base/async-shell.exp: Don't enable target-async.
14308         * gdb.base/async.exp
14309         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
14310         parameter.  Adjust.
14311         (top level): Don't test with "target-async".
14312         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
14313         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
14314         * gdb.base/inferior-died.exp: Don't enable target-async.
14315         * gdb.base/interrupt-noterm.exp: Likewise.
14316         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
14317         * gdb.mi/mi-nonstop-exit.exp: Likewise.
14318         * gdb.mi/mi-nonstop.exp: Likewise.
14319         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
14320         * gdb.mi/mi-nsintrall.exp: Likewise.
14321         * gdb.mi/mi-nsmoribund.exp: Likewise.
14322         * gdb.mi/mi-nsthrexec.exp: Likewise.
14323         * gdb.mi/mi-watch-nonstop.exp: Likewise.
14324         * gdb.multi/watchpoint-multi.exp: Adjust comment.
14325         * gdb.python/py-evsignal.exp: Don't enable target-async.
14326         * gdb.python/py-evthreads.exp: Likewise.
14327         * gdb.python/py-prompt.exp: Likewise.
14328         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
14329         * gdb.server/solib-list.exp: Don't enable target-async.
14330         * gdb.threads/thread-specific-bp.exp: Likewise.
14331         * lib/mi-support.exp: Adjust to use mi-async.
14332
14333 2014-05-29  Pedro Alves  <palves@redhat.com>
14334
14335         PR gdb/13860
14336         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
14337         reason, even in sync mode.
14338
14339 2014-05-29  Pedro Alves  <palves@redhat.com>
14340             Hui Zhu  <hui@codesourcery.com>
14341
14342         PR PR15693
14343         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
14344         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
14345         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
14346         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
14347
14348 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
14349
14350         * config/monitor.exp (gdb_target_monitor): Replace use of
14351         "set remotebaud" by "set serial baud".
14352
14353 2014-05-26  Andy Wingo  <wingo@igalia.com>
14354
14355         * gdb.guile/scm-breakpoint.exp:
14356         * gdb.guile/scm-gsmob.exp: Update to use plain old object
14357         properties instead of gdb-object-properties.
14358
14359 2014-05-26  Yao Qi  <yao@codesourcery.com>
14360
14361         * gdb.server/no-thread-db.exp: Specify source file name
14362         explicitly when setting a breakpoint.
14363
14364 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14365
14366         * gdb.btrace/vdso.c: New.
14367         * gdb.btrace/vdso.exp: New.
14368
14369 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14370
14371         * gdb.base/gcore.exp (capture_command_output): Move ...
14372         * lib/gdb.exp (capture_command_output): ... here.
14373
14374 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
14375
14376         * gdb.btrace/data.exp: Test memory access during btrace replay.
14377
14378 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
14379
14380         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
14381
14382 2014-05-21  Pedro Alves  <palves@redhat.com>
14383
14384         PR gdb/13860
14385         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
14386         (top level): Test that output related to execution commands is
14387         sent to the console with CLI commands, but not with MI commands.
14388         Test that breakpoint events are always mirrored to the console.
14389         Also expect the new source line to be output after a "next" in
14390         async mode too.  Make it a pass/fail test.
14391         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
14392         output.
14393         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
14394
14395 2014-05-21  Pedro Alves  <palves@redhat.com>
14396
14397         * gdb.base/list.exp (build_pattern, test_list): New procedures.
14398         Use them to test variations of "list" after reaching a breakpoint.
14399         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
14400         Test "list" with listsize 10 after reaching a breakpoint.
14401         * gdb.python/python.exp (decode_line current location line
14402         number): Adjust expected line number.
14403
14404 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
14405
14406         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
14407         behavior for $args, pass it directly to "run".
14408
14409 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
14410
14411         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
14412         30000 to 65536.
14413
14414 2014-05-21  Pedro Alves  <palves@redhat.com>
14415
14416         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
14417         auto-connect-native-target off".
14418         * gdb.base/auto-connect-native-target.c: New file.
14419         * gdb.base/auto-connect-native-target.exp: New file.
14420
14421 2014-05-21  Pedro Alves  <palves@redhat.com>
14422
14423         * gdb.base/default.exp: Test "target native" instead of "target
14424         child".
14425
14426 2014-05-21  Mark Wielaard  <mjw@redhat.com>
14427
14428         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14429
14430 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14431
14432         Fix TLS access for -static -pthread.
14433         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14434         <HAVE_TLS> (thread_function, main): Initialize it.
14435         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14436         Add clean_restart.
14437         <$have_tls != "">: Check TLSVAR.
14438
14439 2014-05-21  Pedro Alves  <palves@redhat.com>
14440
14441         * gdb.base/dcache-line-read-error.c: New.
14442         * gdb.base/dcache-line-read-error.exp: New.
14443
14444 2014-05-20  Pedro Alves  <palves@redhat.com>
14445
14446         * gdb.base/compare-sections.c: New file.
14447         * gdb.base/compare-sections.exp: New file.
14448
14449 2014-05-20  Pedro Alves  <palves@redhat.com>
14450
14451         * gdb.base/break-idempotent.c: New file.
14452         * gdb.base/break-idempotent.exp: New file.
14453
14454 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
14455
14456         * gdb.btrace/nohist.exp: New.
14457
14458 2014-05-20  Yao Qi  <yao@codesourcery.com>
14459
14460         * lib/gdb.exp (gdb_init): Set timeout if test file is under
14461         gdb.reverse directory and gdb_reverse_timeout exists in board
14462         setting.
14463         * README: Document gdb_reverse_timeout.
14464
14465 2014-05-20  Yao Qi  <yao@codesourcery.com>
14466
14467         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14468         'test_file_name'.  Treat args as a string instead of a list.
14469         (gdb_init): Rename argument 'args' by 'test_file_name'.
14470
14471 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14472
14473         * gdb.arch/powerpc-power.exp: New file.
14474         * gdb.arch/powerpc-power.s: New file.
14475
14476 2014-05-16  Doug Evans  <dje@google.com>
14477
14478         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
14479         * gdb.base/completion.exp: Check that all expected files exist
14480         before doing file completion.
14481
14482 2014-05-16  Doug Evans  <dje@google.com>
14483
14484         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14485         Update.
14486         (do_syscall_tests_without_xml): Update.
14487
14488 2014-05-16  Pedro Alves  <palves@redhat.com>
14489
14490         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14491         instead of "unknown output after running".
14492
14493 2014-05-16  Yao Qi  <yao@codesourcery.com>
14494
14495         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
14496         file1.txt from host at the end.
14497         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14498
14499 2014-05-15  Doug Evans  <dje@google.com>
14500
14501         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14502         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14503         loading file.  Add test for TU lookup.
14504
14505 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14506
14507         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14508         calling "-exec-arguments" or "set args" before running the
14509         inferior.
14510
14511 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
14512
14513         * lib/mi-support.exp (mi_expect_stop): Expect message for
14514         inferiors that exit with non-zero exit code.
14515
14516 2014-05-14  Yao Qi  <yao@codesourcery.com>
14517
14518         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14519         match absolute path on remote host.
14520         (test_file_list_exec_source_files): Remove "/" from the
14521         pattern.
14522
14523 2014-05-14  Yao Qi  <yao@codesourcery.com>
14524
14525         * boards/local-remote-host-notty.exp (${board}_file): New
14526         proc.
14527
14528 2014-05-07  Kyle McMartin  <kyle@redhat.com>
14529
14530         Pushed by Joel Brobecker  <brobecker@adacore.com>.
14531         * gdb.arch/aarch64-atomic-inst.c: New file.
14532         * gdb.arch/aarch64-atomic-inst.exp: New file.
14533
14534 2014-05-07  Yao Qi  <yao@codesourcery.com>
14535
14536         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14537         in current context" too.
14538
14539 2014-05-05  Keith Seitz  <keiths@redhat.com>
14540
14541         * gdb.linespec/ls-dollar.exp: Add test for linespec
14542         file:convenience_variable.
14543
14544 2014-05-05  Yao Qi  <yao@codesourcery.com>
14545
14546         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14547         traceframes into tfile and ctf trace files.  Read data from
14548         trace file and test collected data.
14549         (gdb_collect_locals_test): Likewise.
14550         (gdb_unavailable_registers_test): Likewise.
14551         (gdb_unavailable_floats): Likewise.
14552         (gdb_collect_globals_test): Likewise.
14553         (top-level): Append "ctf" to trace_file_targets if GDB
14554         supports.
14555
14556 2014-05-05  Yao Qi  <yao@codesourcery.com>
14557
14558         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14559         code to ...
14560         (gdb_collect_args_test_1): ... it.  New proc.
14561         (gdb_collect_locals_test): Move some code to ...
14562         (gdb_collect_locals_test_1): ... it.  New proc.
14563         (gdb_unavailable_registers_test): Move some code to ...
14564         (gdb_unavailable_registers_test_1): ... it.  New proc.
14565         (gdb_unavailable_floats): Move some code to ...
14566         (gdb_unavailable_floats_1): ... it.  New proc.
14567
14568 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14569
14570         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14571         probes to test for bitness recognition.
14572         * gdb.arch/amd64-stap-optional-prefix.exp
14573         (test_probe_value_without_reg): New procedure.
14574         Add code to test for different kinds of bitness.
14575
14576 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
14577
14578         PR breakpoints/16889
14579         * gdb.arch/amd64-stap-optional-prefix.S: New file.
14580         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14581
14582 2014-05-01  Pedro Alves  <palves@redhat.com>
14583
14584         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
14585         gdb_file_cmd if no file is specified.
14586         * boards/native-extended-gdbserver.exp (gdb_load): Use the
14587         last_loaded_file to set the remote exec-file.
14588
14589 2014-05-01  Pedro Alves  <palves@redhat.com>
14590
14591         * boards/local-remote-host.exp: New file.
14592
14593 2014-05-01  Pedro Alves  <palves@redhat.com>
14594
14595         * boards/local-remote-host.exp: Rename to ...
14596         * boards/local-remote-host-notty.exp: ... this.
14597
14598 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
14599
14600         * gdb.ada/dyn_arrayidx: New testcase.
14601
14602 2014-04-26  Yao Qi  <yao@codesourcery.com>
14603
14604         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
14605         and compute the length of function main.  Save it in
14606         $main_length.
14607         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14608         (top-level): Use gdb_compile to compile objects into
14609         executable and restart GDB.  Remove invocation to
14610         prepare_for_testing.
14611
14612 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
14613             Pedro Alves  <palves@redhat.com>
14614
14615         PR server/16255
14616         * gdb.multi/multi-attach.c: New file.
14617         * gdb.multi/multi-attach.exp: New file.
14618
14619 2014-04-25  Pedro Alves  <palves@redhat.com>
14620
14621         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14622         user.
14623         (top level): Test that "set remote conditional-breakpoints-packet
14624         off" works as intended.
14625         * gdb.base/dprintf.exp: Test that "set remote
14626         breakpoint-commands-packet off" works as intended.
14627         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14628         New function.
14629         (top level): Call it.
14630         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14631         remote fast-tracepoints-packet off" works as intended.
14632         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14633         * lib/gdb.exp (gdb_is_target_remote): ... here.
14634
14635 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14636
14637         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14638         ensure clang would not discard them.
14639         * gdb.base/gdbvars.c: Ditto.
14640         * gdb.base/memattr.c: Ditto.
14641         * gdb.base/whatis.c: Ditto.
14642         * gdb.python/py-prettyprint.c: Ditto.
14643         * gdb.trace/actions.c: Ditto.
14644         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14645         ensure clang would not discard it.
14646
14647 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14648
14649         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14650         clang to emit the full definition of type required by the test
14651         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14652
14653 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14654
14655         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14656         coax Clang into emitting the definition of the type.
14657         * gdb.cp/pr10728-x.h (y): Ditto.
14658         * gdb.cp/pr10728-y.cc (y): Ditto.
14659
14660 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14661
14662         * gdb.base/label.exp: XFAIL label related tests under Clang.
14663         * gdb.cp/cplabel.exp: Ditto.
14664         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14665         under Clang those using labels.
14666
14667 2014-04-25  Yao Qi  <yao@codesourcery.com>
14668
14669         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14670         double_label.
14671         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14672         partial_label and double_label.
14673
14674 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14675
14676         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14677
14678 2014-04-24  David Blaikie  <dblaikie@gmail.com>
14679
14680         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14681         of the function to work across GCC and Clang.
14682         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14683         pointer types (const void ** const V void **).
14684
14685 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
14686             Walfred Tedeschi  <walfred.tedeschi@intel.com>
14687
14688         * Makefile.in (EXECUTABLES): Added i386-avx512.
14689         * gdb.arch/i386-avx512.c: New file.
14690         * gdb.arch/i386-avx512.exp: Likewise.
14691
14692 2014-04-23  Keith Seitz  <keiths@redhat.com>
14693
14694         * lib/mi-support.exp (mi_list_breakpoints): Delete.
14695         (mi_make_breakpoint_table): New procedure.
14696         (mi_create_breakpoint): Use mi_make_breakpoint
14697         and return the result.
14698         (mi_make_breakpoint): New procedure.
14699         (mi_build_kv_pairs): New procedure.
14700
14701         * gdb.mi/mi-break.exp: Remove unused globals,
14702         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14703         All callers updated.
14704         * gdb.mi/mi-dprintf.exp: Use variable to track command
14705         number.
14706         Update all callers of mi_create_breakpoint and use
14707         mi_make_breakpoint_table.
14708         Remove any unused global variables.
14709         * gdb.mi/mi-nonstop.exp: Likewise.
14710         * gdb.mi/mi-nsintrall.exp: Likewise.
14711         * gdb.mi/mi-nsmoribund.exp: Likewise.
14712         * gdb.mi/mi-nsthrexec.exp: Likewise.
14713         * gdb.mi/mi-reverse.exp: Likewise.
14714         * gdb.mi/mi-simplerun.exp: Likewise.
14715         * gdb.mi/mi-stepn.exp: Likewise.
14716         * gdb.mi/mi-syn-frame.exp: Likewise.
14717         * gdb.mi/mi-until.exp: Likewise.
14718         * gdb.mi/mi-var-cp.exp: Likewise.
14719         * gdb.mi/mi-var-display.exp: Likewise.
14720         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14721         * gdb.mi/mi2-var-child.exp: Likewise.
14722         * gdb.mi/mi-vla-c99.exp: Likewise.
14723         * lib/mi-support.exp: Likewise.
14724
14725         From Ian Lance Taylor  <iant@cygnus.com>:
14726         * lib/gdb.exp (parse_args): New procedure.
14727
14728 2014-04-23  Pedro Alves  <palves@redhat.com>
14729
14730         * gdb.base/break-unload-file.c: New file.
14731         * gdb.base/break-unload-file.exp: New file.
14732         * gdb.base/sym-file-lib.c (baz): New function.
14733         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14734         field.
14735         (load): Store the segment's mapped size.
14736         (unload): New function.
14737         (unload_shlib): New function.
14738         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14739         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14740         set a breakpoint at baz, and call it.
14741         * gdb.base/sym-file.exp: New tests for stale breakpoint
14742         instructions.
14743
14744 2014-04-23  Pedro Alves  <palves@redhat.com>
14745
14746         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14747         * gdb.base/hbreak-in-shr-unsupported.c: New file.
14748         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14749         * gdb.base/hbreak-unmapped.c: New file.
14750         * gdb.base/hbreak-unmapped.exp: New file.
14751         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14752         * lib/gdb.exp (gdb_is_target_remote): ... here.
14753
14754 2014-04-22  Pedro Alves  <palves@redhat.com>
14755
14756         * gdb.base/consecutive-step-over.c: New file.
14757         * gdb.base/consecutive-step-over.exp: New file.
14758
14759 2014-04-22  Pedro Alves  <palves@redhat.com>
14760
14761         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14762         instead of send_gdb/gdb_expect.
14763
14764 2014-04-22  Yao Qi  <yao@codesourcery.com>
14765
14766         * lib/trace-support.exp (generate_tracefile): New procedure.
14767         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14768         return 0.
14769         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14770         if generate_tracefile returns 1.
14771
14772 2014-04-18  Tom Tromey  <palves@redhat.com>
14773             Pedro alves  <tromey@redhat.com>
14774
14775         PR backtrace/15558
14776         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14777         with a backtrace limit.
14778         * gdb.python/py-frame-inline.exp: Test running to an inline
14779         function with a backtrace limit, and printing the newest frame.
14780         * gdb.python/py-frame-inline.c (main): Call f.
14781
14782 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14783
14784         * gdb.java/jnpe.exp: Drop srcdir from untested path.
14785
14786 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14787
14788         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14789         Drop prefix from unsupported source file path.
14790
14791 2014-04-17  Yao Qi  <yao@codesourcery.com>
14792
14793         * lib/gdb.exp (with_target_charset): New proc.
14794         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14795         with_target_charset.
14796         (test_print_strings): Likewise.
14797         (test_repeat_bytes): Likewise.
14798         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14799         for some tests.
14800
14801 2014-04-16  Keith Seitz  <keiths@redhat.com>
14802
14803         PR gdb/15827
14804         * gdb.dwarf2/corrupt.c: New file.
14805         * gdb.dwarf2/corrupt.exp: New file.
14806
14807 2014-04-16  Keith Seitz  <keiths@redhat.com>
14808
14809         PR c++/16597
14810         * gdb.cp/namelessclass.cc: New file.
14811         * gdb.cp/namelessclass.exp: New file.
14812         * gdb.cp/namelessclass.S: New file.
14813
14814 2014-04-16  Doug Evans  <dje@google.com>
14815
14816         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14817         Add comment.
14818         (gdbserver_default_get_comm_port): New function.
14819         (gdbserver_start): Check if board file provided
14820         "gdbserver,get_comm_port" and use it if so.
14821         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14822         (gdb,socketport): Set to "stdio".
14823         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14824         (stdio_gdbserver_template): Delete.
14825         (${board}_get_remote_address): Update.
14826         (${board}_build_remote_cmd): Delete.
14827         (${board}_get_comm_port): New function.
14828         (${board}_spawn): Update.
14829         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14830         Delete.
14831         (${board}_get_remote_address): Update.
14832         (${board}_get_comm_port): New function.
14833
14834 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
14835
14836         * gdb.base/memattr.exp: Improve regexps to handle memory regions
14837         appearing in any order.
14838
14839 2014-04-15  Doug Evans  <dje@google.com>
14840
14841         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14842         uninitialized value of "description".
14843
14844 2014-04-15  Keith Seitz  <keiths@redhat.com>
14845
14846         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14847         Remove unused globals.
14848         (test_running_the_program): Likewise.
14849         (test_controlled_execution): Likewise.
14850         (test_controlling_breakpoints): Likewise.
14851         (test_program_termination): Likewise.
14852
14853 2014-04-15  Keith Seitz  <keiths@redhat.com>
14854
14855         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14856         unused globals.
14857         (test_rbreak_creation_and_listing): Likewise.
14858         (test_ignore_count): Likewise.
14859         (test_error): Likewise.
14860
14861 2014-04-15  Pedro Alves  <palves@redhat.com>
14862
14863         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14864         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14865         sym-file-loader.c.
14866         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14867         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14868         to sym-file-loader.c.
14869         (struct library): Forward declare.
14870         (load_shlib, lookup_function): Change prototypes.
14871         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14872         (translate_offset): Remove declarations.
14873         (get_text_addr): New declaration.
14874         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14875         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14876         sym-file-loader.h.
14877         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14878         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14879         here from sym-file-loader.h.
14880         (struct library): New structure.
14881         (load_shlib, lookup_function): Change prototypes and adjust to
14882         work with a struct library.
14883         (find_shstrtab, find_strtab, find_shdr, find_symtab)
14884         (translate_offset): Make static.
14885         (get_text_addr): New function.
14886         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14887
14888 2014-04-15  Pedro Alves  <palves@redhat.com>
14889
14890         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
14891
14892 2014-04-15  Pedro Alves  <palves@redhat.com>
14893
14894         * gdb.base/sym-file-loader.c: Include <limits.h>.
14895         (SELF_LINK): New define.
14896         (get_origin): New function.
14897         (load_shlib): Use it.
14898         * gdb.base/sym-file.exp: Don't early return if the target is
14899         remote.  Use runto_main, and issue fail is that fails.  Use
14900         gdb_load_shlibs.
14901         (shlib_name): Delete.
14902         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
14903
14904 2014-04-15  Pedro Alves <palves@redhat.com>
14905
14906         * gdb.base/sym-file.exp: Remove regex characters from test
14907         message.  Don't refer to breakpoint numbers in test messages.
14908
14909 2014-04-14  Keith Seitz  <keiths@redhat.com>
14910
14911         PR c++/16253
14912         * gdb.cp/var-tag.cc: New file.
14913         * gdb.cp/var-tag.exp: New file.
14914         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14915         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14916         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14917         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14918
14919 2014-04-14  Tom Tromey  <tromey@redhat.com>
14920
14921         * gdb.cp/classes.exp (test_enums): Handle underlying type.
14922         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14923         type.
14924         * gdb.cp/enum-class.exp: New file.
14925         * gdb.cp/enum-class.cc: New file.
14926
14927 2014-04-14  Tom Tromey  <tromey@redhat.com>
14928
14929         * gdb.dwarf2/enum-type.exp: New file.
14930
14931 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14932
14933         * gdb.mi/mi-vla-c99.exp: New file.
14934         * gdb.mi/vla.c: New file.
14935
14936 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14937
14938         * gdb.base/vla-datatypes.c: New file.
14939         * gdb.base/vla-datatypes.exp: New file.
14940
14941 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14942
14943         * gdb.base/vla-ptr.c: New file.
14944         * gdb.base/vla-ptr.exp: New file.
14945
14946 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14947
14948         * gdb.dwarf2/count.exp: New file.
14949
14950 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
14951
14952         * gdb.base/vla-sideeffect.c: New file.
14953         * gdb.base/vla-sideeffect.exp: New file.
14954
14955 2014-04-14  David Blaikie <dblaikie@gmail.com>
14956
14957         * gdb.mi/non-stop.c: Add return value for non-void function return
14958         statement.
14959         * gdb.threads/staticthreads.c: Ditto.
14960
14961 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
14962             Doug Evans  <xdje42@gmail.com>
14963
14964         * gdb.guile/scm-value.c: Improve test case.
14965         * gdb.guile/scm-value.exp: Add new test.
14966
14967 2014-04-11  David Blaikie  <dblaikie@gmail.com>
14968
14969         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14970         override Clang's default.
14971
14972 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
14973
14974         Revert the following changes (regressions):
14975
14976         * gdb.base/vla-sideeffect.c: New file.
14977         * gdb.base/vla-sideeffect.exp: New file.
14978
14979         * gdb.dwarf2/count.exp: New file.
14980
14981         * gdb.base/vla-multi.c: New file.
14982         * gdb.base/vla-multi.exp: New file.
14983
14984         * gdb.base/vla-ptr.c: New file.
14985         * gdb.base/vla-ptr.exp: New file.
14986
14987         * gdb.base/vla-datatypes.c: New file.
14988         * gdb.base/vla-datatypes.exp: New file.
14989
14990         * gdb.mi/mi-vla-c99.exp: New file.
14991         * gdb.mi/vla.c: New file.
14992
14993 2014-04-11  Keith Seitz  <keiths@redhat.com>
14994
14995         PR c++/16675
14996         * gdb.cp/cpsizeof.exp: New file.
14997         * gdb.cp/cpsizeof.cc: New file.
14998
14999 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15000
15001         * gdb.mi/mi-vla-c99.exp: New file.
15002         * gdb.mi/vla.c: New file.
15003
15004 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15005
15006         * gdb.base/vla-datatypes.c: New file.
15007         * gdb.base/vla-datatypes.exp: New file.
15008
15009 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15010
15011         * gdb.base/vla-ptr.c: New file.
15012         * gdb.base/vla-ptr.exp: New file.
15013
15014 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15015
15016         * gdb.base/vla-multi.c: New file.
15017         * gdb.base/vla-multi.exp: New file.
15018
15019 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15020
15021         * gdb.dwarf2/count.exp: New file.
15022
15023 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15024
15025         * gdb.base/vla-sideeffect.c: New file.
15026         * gdb.base/vla-sideeffect.exp: New file.
15027
15028 2014-04-11  Yao Qi  <yao@codesourcery.com>
15029
15030         * gdb.base/completion.exp: Check file exists before running tests
15031         on file completion.
15032
15033 2014-04-10  Pedro Alves  <palves@redhat.com>
15034
15035         * gdb.base/cond-eval-mode.c: New file.
15036         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
15037         prepare_for_testing to build the new file.  Check result of
15038         runto_main.
15039         (test_break, test_watch): New procedures.
15040         (top level): Use them.
15041
15042 2014-04-08  Pierre Muller  <muller@sourceware.org>
15043
15044         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15045         Ctrl-V use for mingw hosts.
15046
15047 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
15048
15049         * gdb.python/py-value.c: Improve test case.
15050         * gdb.python/py-value.exp: Add new test.
15051
15052 2014-04-07  David Blaikie  <dblaikie@gmail.com>
15053
15054         * lib/compiler.c: Identify the clang compiler.
15055         * lib/compiler.cc: Ditto.
15056
15057 2014-04-03  Yao Qi  <yao@codesourcery.com>
15058
15059         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15060
15061 2014-04-01  Anton Blanchard  <anton@samba.org>
15062
15063         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
15064         messages unique.
15065
15066 2014-04-01  Anton Blanchard  <anton@samba.org>
15067
15068         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15069         prepare_for_testing.
15070
15071 2014-04-01  Anton Blanchard  <anton@samba.org>
15072
15073         * gdb.arch/ppc64-atomic-inst.c: Remove.
15074         * gdb.arch/ppc64-atomic-inst.S: New file.
15075         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15076
15077 2014-03-31  Doug Evans  <dje@google.com>
15078
15079         * gdb.base/print-symbol-loading-lib.c: New file.
15080         * gdb.base/print-symbol-loading-main.c: New file.
15081         * gdb.base/print-symbol-loading.exp: New file.
15082
15083 2014-03-31  Yao Qi  <yao@codesourcery.com>
15084
15085         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15086
15087 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
15088
15089         * gdb.ada/mi_dyn_arr: New testcase.
15090
15091 2014-03-27  Doug Evans  <dje@google.com>
15092
15093         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15094
15095 2014-03-27  Yao Qi  <yao@codesourcery.com>
15096
15097         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15098         if target is nios2-*-*.
15099
15100 2014-03-26  Yao Qi  <yao@codesourcery.com>
15101
15102         * lib/gdb.exp (readline_is_used): New proc.
15103         * gdb.base/completion.exp: Move tests on command complete up.
15104         Skip the rest of tests if readline is not used.
15105         * gdb.ada/complete.exp: Skp the test if readline is not
15106         used.
15107         * gdb.base/filesym.exp: Likewise.
15108         * gdb.base/macscp.exp: Likewise.
15109         * gdb.base/readline-ask.exp: Likewise.
15110         * gdb.base/readline.exp: Likewise.
15111         * gdb.python/py-cmd.exp: Likewise.
15112         * gdb.trace/tfile.exp: Likewise.
15113
15114 2014-03-26  Yao Qi  <yao@codesourcery.com>
15115
15116         * gdb.base/macscp.exp: Fix code format issues.
15117
15118 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
15119
15120         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
15121         * gdb.asm/powerpc64le.inc: New file.
15122
15123 2014-03-25  Pedro Alves  <palves@redhat.com>
15124             Doug Evans  <dje@google.com>
15125
15126         * gdb.base/source-execution.c: New file.
15127         * gdb.base/source-execution.exp: New file.
15128         * gdb.base/source-execution.gdb: New file.
15129
15130 2014-03-24  Doug Evans  <dje@google.com>
15131
15132         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
15133         using fission.
15134
15135 2014-03-24  Hui Zhu  <hui@codesourcery.com>
15136             Pedro Alves  <palves@redhat.com>
15137
15138         PR breakpoints/16101
15139         * gdb.base/dprintf.exp: Use unsupported rather than changing the
15140         test pass/fail messages.  Detect missing support for dprintf when
15141         breakpoints are actually inserted.
15142         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
15143         breakpoints are actually inserted.
15144         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
15145         fails.
15146
15147 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
15148
15149         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
15150
15151 2014-03-22  Doug Evans  <xdje42@gmail.com>
15152
15153         * gdb.python/python.exp (python not supported): Verify multi-line
15154         python command issues an error.
15155         * gdb.guile/guile.exp (guile not supported): Verify multi-line
15156         guile command issues an error.
15157
15158 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
15159
15160         * gdb.threads/thread-specific.exp: Handle the lack of usable
15161         $this_breakpoint and $this_thread.
15162
15163 2014-03-21  Hui Zhu  <hui@codesourcery.com>
15164
15165         * gdb.base/attach.exp (do_command_attach_tests): New.
15166
15167 2014-03-20  Tom Tromey  <tromey@redhat.com>
15168             Pedro Alves  <palves@redhat.com>
15169
15170         PR cli/15718
15171         * gdb.base/condbreak-call-false.c: New file.
15172         * gdb.base/condbreak-call-false.exp: New file.
15173
15174 2014-03-20  Pedro Alves  <palves@redhat.com>
15175
15176         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
15177         Delete.
15178         (block_signals, unblock_signals): Delete.
15179         (child_function_2, main): Remove references to deleted variable
15180         and functions.
15181
15182 2014-03-20  Pedro Alves  <palves@redhat.com>
15183
15184         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
15185         Use pthread_kill to signal thread 2.
15186         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15187         Adjust to make the test send itself a signal rather than using the
15188         host's "kill" command.
15189
15190 2014-03-20  Pedro Alves  <palves@redhat.com>
15191
15192         * gdb.threads/multiple-step-overs.c: New file.
15193         * gdb.threads/multiple-step-overs.exp: New file.
15194         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15195         Adjust expected infrun debug output.
15196
15197 2014-03-20  Pedro Alves  <palves@redhat.com>
15198
15199         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
15200         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
15201
15202 2014-03-20  Pedro Alves  <palves@redhat.com>
15203
15204         PR breakpoints/7143
15205         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
15206         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
15207         of gdb_test_multiple.
15208         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
15209         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
15210
15211 2014-03-20  Pedro Alves  <palves@redhat.com>
15212
15213         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
15214         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
15215
15216 2014-03-19  Pedro Alves  <palves@redhat.com>
15217
15218         * gdb.base/async.exp: Remove early return.
15219
15220 2014-03-19  Pedro Alves  <palves@redhat.com>
15221
15222         * gdb.base/async.exp (step& tests): Pass explicit test messages.
15223
15224 2014-03-19  Pedro Alves  <palves@redhat.com>
15225
15226         * gdb.base/async.exp (test_background): Expect \r\n after
15227         "completed." in the fail pattern.
15228
15229 2014-03-19  Pedro Alves  <palves@redhat.com>
15230
15231         * gdb.base/async.exp (test_background): New procedure.
15232         Use it for all background execution command tests.
15233
15234 2014-03-19  Pedro Alves  <palves@redhat.com>
15235
15236         * gdb.base/async.exp: Use prepare_for_testing.
15237
15238 2014-03-19  Pedro Alves  <palves@redhat.com>
15239
15240         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
15241         the same line.
15242
15243 2014-03-19  Pedro Alves  <palves@redhat.com>
15244
15245         * gdb.base/async.c (main): Add "jump here" and "until here" line
15246         marker comments.
15247         * gdb.base/async.exp (jump_here): New global.
15248         (jump& test): Use it.
15249         (until_here): New global.
15250         (until& test): Use it.
15251
15252 2014-03-19  Pedro Alves  <palves@redhat.com>
15253
15254         * gdb.base/async.exp: Don't frob gdb_protocol.
15255
15256 2014-03-18  Doug Evans  <xdje42@gmail.com>
15257
15258         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
15259         Fix spelling of exec-done-display.
15260
15261 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
15262
15263         PR gdb/15358
15264         * gdb.base/gdb-sigterm.c: New file.
15265         * gdb.base/gdb-sigterm.exp: New file.
15266
15267 2014-03-18  Pedro Alves  <palves@redhat.com>
15268
15269         PR gdb/13860
15270         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
15271         * lib/mi-support.exp (mi_expect_stop): Add special handling for
15272         solib-event.
15273
15274 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
15275
15276         * gdb.ada/pckd_arr_ren: New testcase.
15277
15278 2014-03-13  Doug Evans  <xdje42@gmail.com>
15279
15280         PR guile/16612
15281         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
15282         collect after discarding symbols.
15283
15284 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
15285             Doug Evans  <xdje42@gmail.com>
15286
15287         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
15288         to history survives a gc.
15289
15290 2014-03-13  Pedro Alves  <palves@redhat.com>
15291
15292         * gdb.base/default.exp: Don't test "target procfs".
15293
15294 2014-03-13  Pedro Alves  <palves@redhat.com>
15295
15296         * gdb.base/default.exp: Update "target child" and "target procfs"
15297         tests to not expect "Unix".
15298
15299 2014-03-12  Tom Tromey  <tromey@redhat.com>
15300
15301         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
15302         New procs.  Add target-async tests.
15303         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
15304         Add target-async tests.
15305
15306 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15307
15308         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
15309         'func_start' and 'func_end' for the beginning and end of the
15310         function code, respectively.
15311         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
15312         'func_end' instead of 'func' and 'main'.
15313
15314 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15315
15316         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
15317         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
15318         generate the debug info assembler source.
15319
15320 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15321
15322         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
15323         * gdb.dwarf2/arr-subrange.exp: Likewise.
15324         * gdb.dwarf2/dwz.exp: Likewise.
15325         * gdb.dwarf2/method-ptr.exp: Likewise.
15326         * gdb.dwarf2/missing-sig-type.exp: Likewise.
15327         * gdb.dwarf2/subrange.exp: Likewise.
15328         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
15329         * gdb.dwarf2/implptrpiece.exp: Likewise.
15330         * gdb.dwarf2/nostaticblock.exp: Likewise.
15331
15332 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15333
15334         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
15335         directory to absolute path name arguments.
15336
15337 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
15338
15339         * gdb.ada/tagged_access: New testcase.
15340
15341 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
15342
15343         * gdb.btrace/data.exp: Update expected output.
15344
15345 2014-03-06  Yao Qi  <yao@codesourcery.com>
15346
15347         * gdb.trace/pr16508.exp: New file.
15348
15349 2014-03-05  Pedro Alves  <palves@redhat.com>
15350
15351         PR gdb/16575
15352         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
15353         procedure.
15354         (top level): Adjust to use it.  Add tests that exercise breakpoint
15355         interaction with the code-cache.
15356
15357 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
15358
15359         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
15360         test for 'history-append!'.
15361
15362 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15363
15364         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
15365         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
15366         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
15367         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
15368         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
15369         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
15370
15371 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15372
15373         * testsuite/gdb.python/py-pp-re-notag.c: New file.
15374         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
15375         * testsuite/gdb.python/py-pp-re-notag.p: New file.
15376
15377 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15378
15379         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
15380
15381 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
15382
15383         * gdb.dwarf2/arr-stride.c: New file.
15384         * gdb.dwarf2/arr-stride.exp: New file.
15385
15386 2014-02-26  Pedro Alves  <palves@redhat.com>
15387
15388         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
15389         that won't ever trigger.  Make sure that GDB reports the correct
15390         breakpoint that caused the stop.
15391
15392 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15393
15394         PR gdb/16626
15395         * gdb.base/auto-load-script: New file.
15396         * gdb.base/auto-load.c: New file.
15397         * gdb.base/auto-load.exp: New file.
15398
15399         PR gdb/16626
15400         * gdb.base/auto-load.exp: Fix out-of-srctree run.
15401
15402 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
15403
15404         Fix dw2-icycle.exp -fsanitize=address GDB crash.
15405         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
15406
15407 2014-02-24  Doug Evans  <dje@google.com>
15408
15409         * lib/gdb.exp (run_on_host): Log error output if program fails.
15410
15411 2014-02-21  Pedro Alves  <palves@redhat.com>
15412
15413         * gdb.threads/step-after-sr-lock.c: Rename to ...
15414         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
15415         * gdb.threads/step-after-sr-lock.exp: Rename to ...
15416         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
15417         ... this.
15418
15419 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
15420
15421         PR tdep/16397
15422         * gdb.arch/amd64-stap-special-operands.exp: New file.
15423         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
15424         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
15425         * gdb.arch/amd64-stap-triplet.S: Likewise.
15426         * gdb.arch/amd64-stap-triplet.c: Likewise.
15427
15428 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
15429
15430         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15431         in .section pseudo-op.
15432
15433 2014-02-20  lin zuojian  <manjian2006@gmail.com>
15434             Joel Brobecker  <brobecker@adacore.com>
15435             Doug Evans  <xdje42@gmail.com>
15436
15437         PR symtab/16581
15438         * gdb.dwarf2/dw2-icycle.S: New file.
15439         * gdb.dwarf2/dw2-icycle.c: New file.
15440         * gdb.dwarf2/dw2-icycle.exp: New file.
15441
15442 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
15443
15444         * gdb.python/py-value-cc.cc: Improve test case to enable testing
15445         operations on gdb.Value objects.
15446         * gdb.python/py-value-cc.exp: Add new test to test operations on
15447         gdb.Value objects.
15448
15449 2014-02-18  Doug Evans  <dje@google.com>
15450
15451         * Makefile.in (TESTS): New variable.
15452         (expanded_tests, expanded_tests_or_none): New variables
15453         (check-single): Pass $(expanded_tests_or_none) to runtest.
15454         (check-parallel): Only run tests in $(TESTS) if non-empty.
15455         (check/no-matching-tests-found): New rule.
15456         * README: Document TESTS makefile variable.
15457
15458 2014-02-18  Doug Evans  <dje@google.com>
15459
15460         * Makefile.in (check-parallel): rm -rf outputs temp.
15461
15462 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
15463
15464         Fix "ERROR: no fileid for" in the testsuite.
15465         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15466
15467 2014-02-12  Doug Evans  <dje@google.com>
15468
15469         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15470         (MISCELLANEOUS): New variable.
15471         (clean): rm -rf $(MISCELLANEOUS).
15472         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15473         dwp live in the same directory as symlinks, with each symlink pointed
15474         to a differently named file in a different directory.
15475
15476 2014-02-11  Doug Evans  <dje@google.com>
15477
15478         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15479         of Tcl file commands.
15480
15481 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
15482
15483         * gdb.threads/step-after-sr-lock.exp: Avoid executing
15484         "kill -SIGUSR1 -1".
15485
15486 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
15487
15488         * gdb.ada/tick_length_array_enum_idx: New testcase.
15489
15490 2014-02-10  Doug Evans  <xdje42@gmail.com>
15491
15492         * configure.ac (AC_OUTPUT): Add gdb.guile.
15493         * configure: Regenerate.
15494         * lib/gdb-guile.exp: New file.
15495         * lib/gdb.exp (get_target_charset): New function.
15496         * gdb.base/help.exp: Update expected output from "apropos apropos".
15497         * gdb.guile/Makefile.in: New file.
15498         * gdb.guile/guile.exp: New file.
15499         * gdb.guile/scm-arch.c: New file.
15500         * gdb.guile/scm-arch.exp: New file.
15501         * gdb.guile/scm-block.c: New file.
15502         * gdb.guile/scm-block.exp: New file.
15503         * gdb.guile/scm-breakpoint.c: New file.
15504         * gdb.guile/scm-breakpoint.exp: New file.
15505         * gdb.guile/scm-disasm.c: New file.
15506         * gdb.guile/scm-disasm.exp: New file.
15507         * gdb.guile/scm-equal.c: New file.
15508         * gdb.guile/scm-equal.exp: New file.
15509         * gdb.guile/scm-error.exp: New file.
15510         * gdb.guile/scm-error.scm: New file.
15511         * gdb.guile/scm-frame-args.c: New file.
15512         * gdb.guile/scm-frame-args.exp: New file.
15513         * gdb.guile/scm-frame-args.scm: New file.
15514         * gdb.guile/scm-frame-inline.c: New file.
15515         * gdb.guile/scm-frame-inline.exp: New file.
15516         * gdb.guile/scm-frame.c: New file.
15517         * gdb.guile/scm-frame.exp: New file.
15518         * gdb.guile/scm-generics.exp: New file.
15519         * gdb.guile/scm-gsmob.exp: New file.
15520         * gdb.guile/scm-iterator.c: New file.
15521         * gdb.guile/scm-iterator.exp: New file.
15522         * gdb.guile/scm-math.c: New file.
15523         * gdb.guile/scm-math.exp: New file.
15524         * gdb.guile/scm-objfile-script-gdb.in: New file.
15525         * gdb.guile/scm-objfile-script.c: New file.
15526         * gdb.guile/scm-objfile-script.exp: New file.
15527         * gdb.guile/scm-objfile.c: New file.
15528         * gdb.guile/scm-objfile.exp: New file.
15529         * gdb.guile/scm-ports.exp: New file.
15530         * gdb.guile/scm-pretty-print.c: New file.
15531         * gdb.guile/scm-pretty-print.exp: New file.
15532         * gdb.guile/scm-pretty-print.scm: New file.
15533         * gdb.guile/scm-section-script.c: New file.
15534         * gdb.guile/scm-section-script.exp: New file.
15535         * gdb.guile/scm-section-script.scm: New file.
15536         * gdb.guile/scm-symbol.c: New file.
15537         * gdb.guile/scm-symbol.exp: New file.
15538         * gdb.guile/scm-symtab-2.c: New file.
15539         * gdb.guile/scm-symtab.c: New file.
15540         * gdb.guile/scm-symtab.exp: New file.
15541         * gdb.guile/scm-type.c: New file.
15542         * gdb.guile/scm-type.exp: New file.
15543         * gdb.guile/scm-value-cc.cc: New file.
15544         * gdb.guile/scm-value-cc.exp: New file.
15545         * gdb.guile/scm-value.c: New file.
15546         * gdb.guile/scm-value.exp: New file.
15547         * gdb.guile/source2.scm: New file.
15548         * gdb.guile/types-module.cc: New file.
15549         * gdb.guile/types-module.exp: New file.
15550
15551 2014-02-10  Yao Qi  <yao@codesourcery.com>
15552
15553         PR testsuite/16543
15554         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15555         * configure: Regenerated.
15556         * Makefile.in: New file.
15557
15558 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
15559
15560         * gdb.python/py-framefilter.exp: Fix typo.
15561
15562 2014-02-08  Yao Qi  <yao@codesourcery.com>
15563
15564         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15565         that no =breakpoint-modified is emitted when breakpoints are
15566         modified through MI commands.
15567
15568 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
15569             Pedro Alves  <palves@redhat.com>
15570
15571         * gdb.threads/step-after-sr-lock.c: New file.
15572         * gdb.threads/step-after-sr-lock.exp: New file.
15573
15574 2014-02-07  Pedro Alves  <palves@redhat.com>
15575
15576         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15577
15578 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15579
15580         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15581         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15582
15583 2014-02-06  Doug Evans  <xdje42@gmail.com>
15584
15585         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15586         output.
15587
15588         * gdb.gdb/python-interrupts.exp: New file.
15589
15590 2014-02-05  Yao Qi  <yao@codesourcery.com>
15591
15592         * gdb.trace/report.exp (use_collected_data): Test the output
15593         of "info threads" and "info inferiors".
15594
15595 2014-02-05  Yao Qi  <yao@codesourcery.com>
15596
15597         Revert this patch:
15598
15599         2013-05-24  Yao Qi  <yao@codesourcery.com>
15600
15601         * gdb.trace/tfile.exp: Test inferior and thread.
15602
15603 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15604
15605         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15606         on a function.
15607         * gdb.base/step-bt.c: Call hello via function pointer to make
15608         sure its first instruction is executed on powerpc64le-linux.
15609
15610 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15611
15612         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15613
15614 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15615
15616         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
15617         of the test patterns for use on little-endian systems.
15618
15619 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
15620
15621         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15622         (decimal_vector): Fix for little-endian.
15623
15624 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
15625
15626         * gdb.arch/sparc-sysstep.exp: New file.
15627         * gdb.arch/sparc-sysstep.c: Likewise.
15628
15629         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15630
15631 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15632
15633         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15634
15635 2014-01-23  Tom Tromey  <tromey@redhat.com>
15636
15637         * gdb.ada/array_char_idx: New testcase.
15638
15639 2014-01-23  Tom Tromey  <tromey@redhat.com>
15640
15641         PR python/16487:
15642         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15643         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15644         classes.
15645
15646 2014-01-23  Tom Tromey  <tromey@redhat.com>
15647
15648         PR python/16491:
15649         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15650         string from an inferior frame.
15651         * gdb.python/py-framefilter-mi.exp: Update.
15652
15653 2014-01-22  Doug Evans  <dje@google.com>
15654
15655         * gdb.server/server-mon.exp: Add tests for "set debug-format".
15656
15657 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15658
15659         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15660
15661 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15662
15663         * gdb.trace/entry-values.exp: Remove excess space character from
15664         regex patterns.  Handle s390 call instruction.
15665
15666 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15667
15668         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15669         define "*_start" label.  Make "name" static.
15670         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15671         ${name} by references to ${name}_start.
15672
15673 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
15674
15675         * gdb.base/info-macros.exp: Remove "debug" from the compile
15676         options.
15677
15678 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15679
15680         * gdb.dlang/demangle.exp: New file.
15681
15682 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15683
15684         * gdb.dlang/primitive-types.exp: New file.
15685
15686 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
15687
15688         * configure.ac: Create gdb.dlang/Makefile.
15689         * configure: Regenerate.
15690         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15691         * gdb.dlang/Makefile.in: New file.
15692         * lib/d-support.exp: New file.
15693         * lib/gdb.exp (skip_d_tests): New proc.
15694
15695 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15696
15697         * gdb.btrace/delta.exp: Check reverse stepi.
15698         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
15699         * gdb.btrace/finish.exp: New.
15700         * gdb.btrace/next.exp: New.
15701         * gdb.btrace/nexti.exp: New.
15702         * gdb.btrace/record_goto.c: Add comments.
15703         * gdb.btrace/step.exp: New.
15704         * gdb.btrace/stepi.exp: New.
15705         * gdb.btrace/multi-thread-step.c: New.
15706         * gdb.btrace/multi-thread-step.exp: New.
15707         * gdb.btrace/rn-dl-bind.c: New.
15708         * gdb.btrace/rn-dl-bind.exp: New.
15709         * gdb.btrace/data.c: New.
15710         * gdb.btrace/data.exp: New.
15711         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15712
15713 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15714
15715         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15716         * gdb.btrace/exception.exp: Update.
15717         * gdb.btrace/instruction_history.exp: Update.
15718         * gdb.btrace/record_goto.exp: Update.
15719         * gdb.btrace/tailcall.exp: Update.
15720         * gdb.btrace/unknown_functions.exp: Update.
15721         * gdb.btrace/delta.exp: New.
15722
15723 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15724
15725         * gdb.btrace/record_goto.exp: Add backtrace test.
15726         * gdb.btrace/tailcall.exp: Add backtrace test.
15727
15728 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15729
15730         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15731         * gdb.btrace/record_goto.c: New.
15732         * gdb.btrace/record_goto.exp: New.
15733         * gdb.btrace/x86-record_goto.S: New.
15734
15735 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15736
15737         * gdb.btrace/function_call_history.exp: Update tests.
15738         * gdb.btrace/instruction_history.exp: Update tests.
15739
15740 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15741
15742         * gdb.btrace/function_call_history.exp: Fix expected field
15743         order for "record function-call-history".
15744         Add new tests for "record function-call-history /c".
15745         * gdb.btrace/exception.cc: New.
15746         * gdb.btrace/exception.exp: New.
15747         * gdb.btrace/tailcall.exp: New.
15748         * gdb.btrace/x86-tailcall.S: New.
15749         * gdb.btrace/x86-tailcall.c: New.
15750         * gdb.btrace/unknown_functions.c: New.
15751         * gdb.btrace/unknown_functions.exp: New.
15752         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15753
15754 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15755
15756         * gdb.btrace/instruction_history.exp: Update.
15757         * gdb.btrace/function_call_history.exp: Update.
15758
15759 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15760
15761         * gdb.btrace/function_call_history.exp: Fix expected function
15762         trace.
15763         * gdb.btrace/instruction_history.exp: Initialize traced.
15764         Remove traced_functions.
15765
15766 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15767
15768         * gdb.btrace/function_call_history.exp: Update
15769         * gdb.btrace/instruction_history.exp: Update.
15770
15771 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
15772
15773         * gdb.btrace/enable.exp: Update expected text.
15774
15775 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
15776
15777         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15778         bytes.
15779
15780 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
15781
15782         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15783
15784 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
15785
15786         * lib/gdb.exp (supports_process_record): Return true for
15787         arm*-linux*.  (supports_reverse): Likewise.
15788
15789 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
15790
15791         PR python/15464
15792         PR python/16113
15793         * gdb.python/py-type.c: Enhance test case.
15794         * gdb.python/py-value-cc.cc: Likewise
15795         * gdb.python/py-type.exp: Add new tests.
15796         * gdb.python/py-value-cc.exp: Likewise
15797
15798 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
15799             Pedro Alves <palves@redhat.com>
15800
15801         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15802         Make "name" extern.
15803         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15804         references to ${name}_start by references to ${name}.
15805
15806 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15807
15808         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15809
15810 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
15811
15812         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15813
15814 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
15815             Pedro Alves  <palves@redhat.com>
15816
15817         * gdb.mi/mi-info-os.exp: Connect to the target with
15818         mi_gdb_target_load.
15819
15820 2014-01-08  Pedro Alves  <palves@redhat.com>
15821
15822         * gdb.threads/reconnect-signal.c: New file.
15823         * gdb.threads/reconnect-signal.exp: New file.
15824
15825 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15826
15827         * gdb.base/source-dir.exp: New file.
15828
15829 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15830
15831         * gdb.ada/mi_interface: New testcase.
15832
15833 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15834
15835         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15836         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15837         gdb.ada/pp-rec-component/pck.ads: New files.
15838
15839 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
15840
15841         * gdb.python/py-pp-integral.c: New file.
15842         * gdb.python/py-pp-integral.py: New file.
15843         * gdb.python/py-pp-integral.exp: New file.
15844
15845 For older changes see ChangeLog-1993-2013.
15846 \f
15847 ;; Local Variables:
15848 ;; mode: change-log
15849 ;; left-margin: 8
15850 ;; fill-column: 74
15851 ;; version-control: never
15852 ;; End:
15853
15854     Copyright 2014-2019 Free Software Foundation, Inc.
15855   Copying and distribution of this file, with or without modification,
15856   are permitted provided the copyright notice and this notice are preserved.