xtensa: bfd: add special case to loop alignment check
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-08-01  Tom de Vries  <tdevries@suse.de>
2
3         PR testsuite/24863
4         * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
5         calling exp_continue for new thread and thread exited messages.
6
7 2019-08-01  Tom de Vries  <tdevries@suse.de>
8
9         PR testsuite/24863
10         * gdb.base/structs.exp: Fix check-read1 timeout using
11         gdb_test_sequence.
12         * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
13
14 2019-08-01  Tom de Vries  <tdevries@suse.de>
15
16         PR testsuite/24863
17         * gdb.base/break-interp.exp: Use exp_continue after each "info files"
18         line.
19
20 2019-08-01  Tom de Vries  <tdevries@suse.de>
21
22         PR testsuite/24863
23         * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
24
25 2019-07-30  Tom Tromey  <tromey@adacore.com>
26
27         * gdb.ada/display_nested.exp: New file.
28         * gdb.ada/display_nested/foo.adb: New file.
29         * gdb.ada/display_nested/pack.adb: New file.
30         * gdb.ada/display_nested/pack.ads: New file.
31
32 2019-07-30  Christian Biesinger  <cbiesinger@google.com>
33
34         * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
35         namespace.
36         * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
37
38 2019-07-30  Tom de Vries  <tdevries@suse.de>
39
40         * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
41         instead.
42
43 2019-07-30  Tom de Vries  <tdevries@suse.de>
44
45         PR testsuite/24834
46         * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
47         (exec_is_pie): New proc.
48
49 2019-07-29  Christian Biesinger  <cbiesinger@google.com>
50
51         * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
52
53 2019-07-29  Christian Biesinger  <cbiesinger@google.com>
54
55         * gdb.python/py-objfile.c: Add global and static vars.
56         * gdb.python/py-objfile.exp: Test new functions Objfile.
57           lookup_global_symbol and lookup_static_symbol.
58
59 2019-07-29  Tom Tromey  <tom@tromey.com>
60
61         * lib/tuiterm.exp (Term::_csi_@): New proc.
62         (Term::_csi_X): Don't move cursor.
63
64 2019-07-29  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
65
66         * gdb.base/options.exp: Update backtrace - completion to
67         new option -frame-info.
68         * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
69         Test new 'set print frame-info'.  Test backtrace -frame-info
70         overriding 'set print frame-info'.
71         * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
72         Test new 'set print frame-info'.
73         Verify consistency of backtrace with and without filters, with and
74         without -no-filters.
75         * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
76         default.
77
78 2019-07-29  Tom de Vries  <tdevries@suse.de>
79
80         * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
81         no arguments".
82
83 2019-07-29  Tom de Vries  <tdevries@suse.de>
84
85         * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
86         is a substring of the first for "complete non-unique file name".
87
88 2019-07-29  Tom de Vries  <tdevries@suse.de>
89
90         * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
91         with ".*".
92
93 2019-07-29  Tom de Vries  <tdevries@suse.de>
94
95         * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
96         Pass prompt_regexp parameter to gdb_test_multiple calls.
97
98 2019-07-29  Tom de Vries  <tdevries@suse.de>
99
100         * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
101           print registers" regexps.
102
103 2019-07-29  Tom de Vries  <tdevries@suse.de>
104
105         * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
106
107 2019-07-29  Tom de Vries  <tdevries@suse.de>
108
109         PR gdb/24855
110         * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
111         (skip_python_tests_prompt): Add prompt_regexp argument to
112         gdb_test_multiple calls.
113
114 2019-07-27  Tom Tromey  <tom@tromey.com>
115
116         * gdb.tui/main.exp: New file.
117
118 2019-07-27  Tom Tromey  <tom@tromey.com>
119
120         * lib/tuiterm.exp (Term::clean_restart): Make "executable"
121         optional.
122         * gdb.tui/empty.exp: New file.
123
124 2019-07-27  Tom Tromey  <tom@tromey.com>
125
126         * lib/tuiterm.exp (spawn): New proc.
127         (Term::resize): New proc.
128         * gdb.tui/resize.exp: New file.
129
130 2019-07-27  Tom Tromey  <tom@tromey.com>
131
132         * gdb.tui/list.exp: New file.
133
134 2019-07-27  Tom Tromey  <tom@tromey.com>
135
136         * gdb.tui/regs.exp: New file.
137
138 2019-07-27  Tom Tromey  <tom@tromey.com>
139
140         * gdb.tui/basic.exp: Add "layout split" test.
141
142 2019-07-27  Tom Tromey  <tom@tromey.com>
143
144         * gdb.tui/basic.exp: Add "layout asm" test.
145
146 2019-07-27  Tom Tromey  <tom@tromey.com>
147
148         * lib/tuiterm.exp: New file.
149         * gdb.tui/basic.exp: New file.
150
151 2019-07-27  Kevin Buettner  <kevinb@redhat.com>
152
153         * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
154         Enable tests associated with this flag.  Adjust regex
155         referencing "foo_low" to now refer to "foo_cold" instead.
156
157 2019-07-27  Kevin Buettner  <kevinb@redhat.com>
158
159         * gdb.dwarf2/dw2-ranges-func.c: Rename to...
160         * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
161         * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
162         foo_cold.  Revise comments to match.
163         * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
164         * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
165         were wrapped into this proc; Call do_test in loop from outermost
166         level.
167         (foo_low): Rename all occurrences to "foo_cold".
168         (backtrace from baz): New test.
169         (x2/i foo_cold): New test.
170         (info line *foo_cold): New test.
171
172 2019-07-26  Tom de Vries  <tdevries@suse.de>
173
174         * gdb.arch/i386-pkru.exp: Fix unterminated string.
175
176 2019-07-25  Tom de Vries  <tdevries@suse.de>
177
178         PR testsuite/24830
179         * gdb.mi/mi-catch-cpp-exceptions.exp: Call
180         mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
181         * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
182         (skip_libstdcxx_probe_tests): ... here.
183         * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
184
185 2019-07-24  Tom de Vries  <tdevries@suse.de>
186
187         PR testsuite/24807
188         * gdb.objc/basicclass.m: Include stdio.h.
189         * gdb.objc/nondebug.m: Same.
190         * gdb.objc/objcdecode.m: Same.
191
192 2019-07-24  Tom de Vries  <tdevries@suse.de>
193
194         PR testsuite/24612
195         * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
196         additional_flags.
197
198 2019-07-24  Tom de Vries  <tdevries@suse.de>
199
200         PR testsuite/24831
201         * gdb.multi/tids.exp: Update error messages for info threads.
202
203 2019-07-24  Tom de Vries  <tdevries@suse.de>
204
205         * gdb.base/info-types.exp: Allow info types to print info for more than
206         one file.
207
208 2019-07-23  Tom de Vries  <tdevries@suse.de>
209
210         PR testsuite/24842
211         * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
212         gdb_spawn_with_cmdline_opts.
213
214 2019-07-23  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
215
216         * gdb.arch/arm-cmse-sgstubs.c: New test.
217         * gdb.arch/arm-cmse-sgstubs.exp: New file.
218
219 2019-07-23  Tom de Vries  <tdevries@suse.de>
220
221         PR testsuite/24711
222         * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
223         issuing next command.
224
225 2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
226
227         * gdb.ada/info_auto_lang.exp: Update expected results.
228         * gdb.base/info-types.c: Add additional types to check.
229         * gdb.base/info-types.exp: Update expected results.
230
231 2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
232
233         * gdb.base/info-types.c: New file.
234         * gdb.base/info-types.exp: New file.
235
236 2019-07-19  Andrew Burgess  <andrew.burgess@embecosm.com>
237
238         * gdb.arch/riscv-bp-infcall.c: New file.
239         * gdb.arch/riscv-bp-infcall.exp: New file.
240
241 2019-07-17  Andrew Burgess  <andrew.burgess@embecosm.com>
242
243         PR breakpoints/24541
244         * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
245
246 2019-07-14  Tom de Vries  <tdevries@suse.de>
247
248         PR testsuite/24760
249         * gdb.objc/basicclass.exp: Fix unterminated string.
250
251 2019-07-12  Bernhard Heckel  <bernhard.heckel@intel.com>
252             Andrew Burgess  <andrew.burgess@embecosm.com>
253
254         * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
255         * gdb.fortran/vla-sizeof.exp: Print the size of an array with
256         negative bounds.
257         * gdb.fortran/vla-value.exp: Print elements of an array with
258         negative bounds.
259         * gdb.fortran/vla.f90: Setup an array with negative bounds for
260         testing.
261
262 2019-07-11  Andrew Burgess  <andrew.burgess@embecosm.com>
263
264         * gdb.base/options.exp (expect_string): Dequote strings in
265         results.
266         (test-string): Test strings with different quoting and reindent.
267
268 2019-07-10  Tom Tromey  <tromey@adacore.com>
269
270         * gdb.ada/mi_ex_cond.exp: Update expected results.
271         * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
272         * gdb.ada/mi_catch_ex.exp: Update expected results.
273         * gdb.ada/mi_catch_assert.exp: Update expected results.
274         * gdb.ada/catch_ex.exp (catch_exception_info)
275         (catch_exception_entry, catch_assert_entry)
276         (catch_unhandled_entry): Update.
277         * gdb.ada/catch_assert_if.exp: Update expected results.
278
279 2019-07-10  Richard Bunt  <richard.bunt@arm.com>
280         Stephen Roberts  <stephen.roberts@arm.com>
281
282         * gdb.base/define.exp: Restore original prompt.
283
284 2019-07-09  Pedro Alves  <palves@redhat.com>
285
286         * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
287         breakpoints" output.
288         * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
289         * gdb.python/py-breakpoint.exp: No longer expect that "catch
290         throw" creates breakpoint.
291         * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
292         'type="catchpoint"'.
293
294 2019-07-09  Pedro Alves  <palves@redhat.com>
295
296         PR c++/15468
297         * gdb.cp/except-multi-location-lib.cc: New.
298         * gdb.cp/except-multi-location-main.cc: New.
299         * gdb.cp/except-multi-location.exp: New.
300
301 2019-07-09  Sergio Durigan Junior  <sergiodj@redhat.com>
302
303         * gdb.base/printcmds.exp (test_printf_convenience_var): Set
304         language to "c++" before dealing with wchar_t.  Remove DO_WSTRING
305         argument and update callers.
306
307 2019-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
308
309         * gdb.arch/amd64-break-on-asm-line.S: New file.
310         * gdb.arch/amd64-break-on-asm-line.exp: New file.
311
312 2019-07-08  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
313
314         * gdb.base/printcmds.exp: Test printing C string and
315         C wide string convenience vars without transiting via the inferior.
316         Also make test names unique.
317
318 2019-07-08  Alan Hayward  <alan.hayward@arm.com>
319
320         * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
321
322 2019-07-04  Pedro Alves  <palves@redhat.com>
323
324         * lib/gdb.exp (foreach_with_prefix): Don't return early if
325         body returned ok(0), break(3) or continue(4).
326         * gdb.testsuite/foreach_with_prefix.exp: New file.
327
328 2019-07-04  Alan Hayward  <alan.hayward@arm.com>
329
330         * gdb.server/unittest.exp: Allow 0 unit tests to run.
331
332 2019-07-03  Pedro Alves  <palves@redhat.com>
333
334         * lib/gdb.exp (foreach_with_prefix): Use "catch" and
335         "return -code".
336
337 2019-07-03  Pedro Alves  <palves@redhat.com>
338
339         PR cli/24732
340         * gdb.base/shell.exp: Load completion-support.exp.
341         Adjust expected error output.  Add completion tests.
342
343 2019-07-03  Pedro Alves  <palves@redhat.com>
344
345         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
346         string_to_regexp.
347
348 2019-07-03  Pedro Alves  <palves@redhat.com>
349
350         * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
351         (expect_integer): Adjust to expect "-string".
352         (expect_string): New.
353         (all_options): Expect "-string".
354         (test-flag, test-boolean): Adjust to expect "-string".
355         (test-string): New proc.
356         (top level): Call it.
357
358 2019-07-03  Pedro Alves  <palves@redhat.com>
359
360         * gdb.base/options.exp (test-misc, test-flag, test-boolean)
361         (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
362         the expected output in the success.
363
364 2019-07-03  Pedro Alves  <palves@redhat.com>
365
366         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
367         Split one gdb_test_multiple call in two to avoid a race.
368
369 2019-07-03  Pedro Alves  <palves@redhat.com>
370
371         * gdb.base/with.c: New file.
372         * gdb.base/with.exp: New file.
373
374 2019-07-03  Pedro Alves  <palves@redhat.com>
375
376         * gdb.base/settings.exp: Replace all references to "maint
377         test-settings set" with references to "maint set test-settings",
378         and all references to "maint test-settings show" with references
379         to "maint show test-settings".
380
381 2019-07-03  Pedro Alves  <palves@redhat.com>
382
383         * gdb.base/settings.exp (test-string): Adjust expected out when
384         testing "maint test-settings show filename"
385
386 2019-07-02  Pedro Alves  <palves@redhat.com>
387
388         * gdb.base/options.exp (test-info-threads): New procedure.
389         (top level): Call it.
390
391 2019-06-28  Tom Tromey  <tromey@adacore.com>
392
393         * gdb.dwarf2/ada-linkage-name.c: New file.
394         * gdb.dwarf2/ada-linkage-name.exp: New file.
395
396 2019-06-27  Tom Tromey  <tromey@adacore.com>
397
398         * gdb.cp/constexpr-field.exp: Use setup_xfail.
399
400 2019-06-26  Tom de Vries  <tdevries@suse.de>
401
402         * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
403
404 2019-06-26  Tom de Vries  <tdevries@suse.de>
405
406         * gdb.base/index-cache.exp: Add back missing debug option.
407
408 2019-06-23  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
409
410         * gdb.base/alias.exp: Test non matching/non existing prefixes.
411
412 2019-06-25  Tom de Vries  <tdevries@suse.de>
413
414         PR testsuite/24727
415         * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
416
417 2019-06-24  Tom de Vries  <tdevries@suse.de>
418
419         * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
420
421 2019-06-24  Tom de Vries  <tdevries@suse.de>
422
423         * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
424         DW_FOR_sdata for DW_AT_decl_file.  Use 0 for DW_AT_decl_file.
425         * gdb.trace/unavailable-dwarf-piece.exp: Same.
426
427 2019-06-24  Tom de Vries  <tdevries@suse.de>
428
429         * gdb.dwarf2/inlined_subroutine-inheritance.exp:
430
431 2019-06-21  Tom de Vries  <tdevries@suse.de>
432
433         * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
434
435 2019-06-21  Tom de Vries  <tdevries@suse.de>
436
437         PR testsuite/24518
438         PR ada/24713
439         * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
440         index.
441
442 2019-06-19  Tom Tromey  <tromey@adacore.com>
443
444         * gdb.ada/length_cond.exp: Add intro comment.
445
446 2019-06-19  Tom Tromey  <tromey@adacore.com>
447
448         * gdb.ada/length_cond.exp: New file.
449         * gdb.ada/length_cond/length_cond.adb: New file.
450         * gdb.ada/length_cond/pck.adb: New file.
451         * gdb.ada/length_cond/pck.ads: New file.
452
453 2019-06-18  Tom de Vries  <tdevries@suse.de>
454
455         * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
456
457 2019-06-18  Tom Tromey  <tromey@adacore.com>
458
459         * gdb.base/list0.h: Add comment explaining control character.
460
461 2019-06-18  Tom de Vries  <tdevries@suse.de>
462
463         * boards/fission.exp: Break up long debug_flags line.
464
465 2019-06-16  Tom de Vries  <tdevries@suse.de>
466
467         PR gdb/24445
468         * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
469         generated index.
470
471 2019-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
472
473         PR gdb/24686
474         * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
475         improve detection of bug gdb/24541.
476
477 2019-06-16  Simon Marchi  <simon.marchi@polymtl.ca>
478
479         PR gdb/24669
480         * gdb.base/index-cache.exp (uses_readnow,
481         expecting_index_cache_use): Define global variable.
482         (test_cache_enabled_miss, test_cache_enabled_hit): Use
483         expecting_index_cache_use.
484
485 2019-06-16  Bernhard Heckel  <bernhard.heckel@intel.com>
486             Andrew Burgess  <andrew.burgess@embecosm.com>
487
488         * gdb.fortran/pointers.f90: New file.
489         * gdb.fortran/print_type.exp: New file.
490         * gdb.fortran/vla-ptype.exp: Adapt expected results.
491         * gdb.fortran/vla-type.exp: Likewise.
492         * gdb.fortran/vla-value.exp: Likewise.
493         * gdb.mi/mi-vla-fortran.exp: Likewise.
494
495 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
496
497         * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
498         * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
499         * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
500         as a stop reason.
501
502 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
503
504         * gdb.base/annota1.exp: Update expected results.
505         * gdb.cp/annota2.exp: Likewise.
506         * gdb.cp/annota3.exp: Likewise.
507
508 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
509
510         * gdb.base/style-logging.exp: Remove path from test name.
511
512 2019-06-14  Tom Tromey  <tromey@adacore.com>
513
514         PR gdb/24502:
515         * gdb.base/style-logging.exp: New file.
516
517 2019-06-14  Tom Tromey  <tromey@adacore.com>
518
519         * gdb.base/symfile-warn.exp: New file.
520         * gdb.base/symfile-warn.c: New file.
521
522 2019-06-14  Tom Tromey  <tromey@adacore.com>
523
524         * gdb.base/annotate-symlink.exp: New file.
525
526 2019-06-14  Tom Tromey  <tromey@adacore.com>
527
528         * gdb.ada/set_wstr.exp: Add reassignment test.
529
530 2019-06-14  Tom Tromey  <tromey@adacore.com>
531
532         * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
533         'unchecked_access and 'unrestricted_access as well.
534
535 2019-06-14  Tom Tromey  <tromey@adacore.com>
536
537         PR ada/24539:
538         * gdb.ada/vla.exp: Update tests.
539         * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
540         pragma.
541
542 2019-06-13  Pedro Alves  <palves@redhat.com>
543
544         * gdb.base/settings.exp (test-integer): Test junk after
545         "unlimited".
546
547 2019-06-13  Pedro Alves  <palves@redhat.com>
548
549         * gdb.base/options.exp (test-thread-apply): New.
550         (top level): Call it.
551
552 2019-06-13  Pedro Alves  <palves@redhat.com>
553
554         * gdb.base/options.exp (test-frame-apply): New.
555         (top level): Test print commands with different "frame apply"
556         prefixes.
557
558 2019-06-13  Pedro Alves  <palves@redhat.com>
559
560         * lib/completion-support.exp (test_gdb_complete_tab_multiple)
561         (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
562         'max_completions' parameter and handle it.
563         (test_gdb_completion_offers_commands): New.
564
565 2019-06-13  Pedro Alves  <palves@redhat.com>
566
567         * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
568
569 2019-06-13  Pedro Alves  <palves@redhat.com>
570
571         * gdb.base/options.exp (test-backtrace): New.
572         (top level): Call it.
573
574 2019-06-13  Pedro Alves  <palves@redhat.com>
575
576         * gdb.guile/scm-frame-args.exp: Use "set print
577         raw-frame-arguments" instead of "set print raw frame-arguments".
578         * gdb.python/py-frame-args.exp: Likewise.
579
580 2019-06-13  Pedro Alves  <palves@redhat.com>
581
582         * gdb.compile/compile.exp: Adjust expected output to option
583         processing changes.
584
585 2019-06-13  Pedro Alves  <palves@redhat.com>
586
587         * gdb.base/options.exp: Build executable.
588         (test-print): New procedure.
589         (top level): Call it, once for "print" and another for "compile
590         print".
591
592 2019-06-13  Pedro Alves  <palves@redhat.com>
593
594         * gdb.base/options.c: New file.
595         * gdb.base/options.exp: New file.
596
597 2019-06-13  Pedro Alves  <palves@redhat.com>
598
599         * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
600         that "o" is ambiguous.
601
602 2019-06-13  Pedro Alves  <palves@redhat.com>
603
604         * gdb.base/settings.c: New file.
605         * gdb.base/settings.exp: New file.
606
607 2019-06-13  Pedro Alves  <palves@redhat.com>
608
609         * gdb.base/completion.exp: Fix comment typo.
610
611 2019-06-13  Pedro Alves  <palves@redhat.com>
612
613         * gdb.multi/tids.exp: Adjust expected output.  Add "thread apply 1
614         foo --1" test.
615
616 2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>
617
618         * gdb.fortran/block-data.f: New.
619         * gdb.fortran/block-data.exp: New.
620
621 2019-06-11  Tom de Vries  <tdevries@suse.de>
622
623         PR testsuite/24521
624         * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
625         message.
626
627 2019-06-11  Tom de Vries  <tdevries@suse.de>
628
629         PR testsuite/24521
630         * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
631
632 2019-06-11  Tom de Vries  <tdevries@suse.de>
633
634         * boards/readnow.exp: New file.
635
636 2019-06-10  Andrew Burgess  <andrew.burgess@embecosm.com>
637
638         * gdb.fortran/vla-sizeof.exp: Update expected results.
639
640 2019-06-06  Amos Bird  <amosbird@gmail.com>
641
642         * gdb.base/annota1.exp (thread_switch): Add test for
643         thread-exited annotation.
644
645 2019-06-06  Tom Tromey  <tromey@adacore.com>
646
647         * gdb.base/maint.exp: Expect command started/finished output.
648
649 2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
650
651         * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
652         comment.
653         * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
654
655 2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
656
657         * gdb.arch/riscv-unwind-long-insn-6.s: New file.
658         * gdb.arch/riscv-unwind-long-insn-8.s: New file.
659         * gdb.arch/riscv-unwind-long-insn.c: New file.
660         * gdb.arch/riscv-unwind-long-insn.exp: New file.
661
662 2019-06-04  Christian Biesinger  <cbiesinger@google.com>
663
664         * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
665
666 2019-06-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
667
668         * lib/gdb.exp (help_list_trailer): New regexp variable
669         factorizing the help trailer message.
670         (test_class_help): Use help_list_trailer.  Add LIST_OF_COMMANDS
671         arg to allow to better factorize various tests.
672         (test_user_defined_class_help): Factorizes testing 'help user-defined'.
673         (test_prefix_command_help): Use help_list_trailer.
674         * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
675         * gdb.guile/scm-cmd.exp: Likewise.
676         * gdb.trace/tracecmd.exp: Update caller of test_class_help.
677         * gdb.base/help.exp: Use test_user_defined_class_help.
678         * gdb.base/style.exp: Add tests for styling of help and apropos.
679         * lib/gdb-utils.exp (style): Add title and highlight styles.
680
681 2019-05-31  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
682
683         * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
684         $_shell_exitsignal.
685         * gdb.base/default.exp: Update for new convenience variables.
686
687 2019-05-29  Tom Tromey  <tromey@adacore.com>
688
689         * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
690         to "break complete ada" test case's regexp.
691
692 2019-05-29  Tom Tromey  <tromey@adacore.com>
693
694         PR c++/20020:
695         * gdb.cp/constexpr-field.exp: New file.
696         * gdb.cp/constexpr-field.cc: New file.
697
698 2019-05-29  Tom Tromey  <tromey@adacore.com>
699
700         * gdb.base/finish.exp (finish_no_print): New proc.
701         (finish_tests): Call it.
702
703 2019-05-24  Tom de Vries  <tdevries@suse.de>
704
705         * gdb.dwarf2/gdb-add-index.exp: New file.
706
707 2019-05-22  Tom Tromey  <tromey@adacore.com>
708
709         * gdb.base/info-shared.exp (check_info_shared): Use "style".
710         * gdb.base/style.exp: Use "style".
711         * lib/gdb-utils.exp (style): New proc.
712
713 2019-05-22  Tom de Vries  <tdevries@suse.de>
714
715         * gdb.base/align.exp: Require c++11.
716
717 2019-05-22  Tom de Vries  <tdevries@suse.de>
718
719         PR testsuite/24586
720         * gdb.python/py-mi-var-info-path-expression.exp: Call
721         mi_skip_python_tests to check if python is supported.
722
723 2019-05-22  Alan Hayward  <alan.hayward@arm.com>
724
725         * gdb.arch/aarch64-pauth.c: New test.
726         * gdb.arch/aarch64-pauth.exp: New file.
727
728 2019-05-22  Alan Hayward  <alan.hayward@arm.com>
729
730         * README (Re-running Tests Outside The Testsuite): New section.
731
732 2019-05-21  Tom de Vries  <tdevries@suse.de>
733
734         * gdb.arch/amd64-eval.exp: Require c++11.
735         * gdb.base/max-depth.exp: Same.
736         * gdb.compile/compile-cplus-array-decay.exp: Same.
737         * gdb.cp/meth-typedefs.exp: Same.
738         * gdb.cp/subtypes.exp: Same.
739         * gdb.cp/temargs.exp: Same.
740
741 2019-05-21  Alan Hayward  <alan.hayward@arm.com>
742
743         * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
744
745 2019-05-18  Andrew Burgess  <andrew.burgess@embecosm.com>
746
747         PR gdb/18644
748         * gdb.fortran/complex.exp: Remove setup_kfail calls.
749         * gdb.fortran/printing-types.exp: Add new test.
750         * gdb.fortran/printing-types.f90: Add 16-byte real variable for
751         testing.
752         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
753         setup_kfail call.
754
755 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
756
757         * README (Running the Testsuite): Change example.
758         (Testsuite Parameters): Remove TRANSCRIPT.
759         * lib/gdb.exp: Remove TRANSCRIPT check.
760
761 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
762
763         * README (Testsuite Parameters): Add replay logging to
764         GDBSERVER_DEBUG.
765         (gdbserver,debug): Refer to GDBSERVER_DEBUG.
766         * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
767         as a comma separated list.
768         (gdb_debug_init): Override procedure.
769
770 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
771
772         * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
773         (gdb_write_cmd_file): New procedure.
774         * lib/gdbserver-support.exp (gdbserver_start): Call
775         gdbserver_write_cmd_file.
776         (gdbserver_write_cmd_file): New procedure.
777
778 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
779
780         * lib/gdb.exp (gdb_unload): Mark Y as an answer.
781         (delete_breakpoints): Likewise.
782         (gdb_run_cmd): Likewise.
783         (gdb_start_cmd): Likewise.
784         (gdb_starti_cmd): Likewise.
785         (gdb_internal_error_resync): Likewise.
786         (gdb_test_multiple): Likewise.
787         (gdb_reinitialize_dir): Likewise.
788         (default_gdb_exit): Likewise.
789         (gdb_file_cmd): Mark kill as optional.
790         (default_gdb_start): Call gdb_stdin_log_init.
791         (send_gdb): Call gdb_stdin_log_write.
792         (rerun_to_main): Mark Y as an answer.
793         (gdb_stdin_log_init): New function.
794         (gdb_stdin_log_write): Likewise.
795
796 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
797
798         * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
799         * gdb.base/debug-expr.exp: Likewise.
800         * gdb.base/foll-fork.exp: Likewise.
801         * gdb.base/foll-vfork.exp: Likewise.
802         * gdb.base/fork-print-inferior-events.exp: Likewise.
803         * gdb.base/gdb-sigterm.exp: Likewise.
804         * gdb.base/gdbinit-history.exp: Likewise.
805         * gdb.base/osabi.exp: Likewise.
806         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
807         * gdb.base/ui-redirect.exp: Likewise.
808         * gdb.gdb/unittest.exp: Likewise.
809         * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
810         * gdb.mi/mi-watch.exp: Likewise.
811         * gdb.mi/new-ui-mi-sync.exp: Likewise.
812         * gdb.mi/user-selected-context-sync.exp: Likewise.
813         * gdb.python/python.exp: Disable debug test when debugging.
814         * gdb.threads/check-libthread-db.exp: Disable when debugging.
815         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
816         Likewise.
817         * gdb.threads/stepi-random-signal.exp: Likewise.
818
819 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
820
821         * Makefile.in: Pass through GDB_DEBUG.
822         * README (Testsuite Parameters): Add GDB_DEBUG.
823         (gdb,debug): Add board setting.
824         * lib/gdb.exp (default_gdb_start): Start debugging.
825         (gdb_debug_enabled): New procedure.
826         (gdb_debug_init): Likewise.
827
828 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
829
830         * Makefile.in: Pass through GDB_DEBUG.
831         * README (Testsuite Parameters): Add GDB_DEBUG.
832         (gdb,debug): Add board setting.
833         * lib/gdb.exp (default_gdb_start): Start debugging.
834         (gdb_debug_enabled): New procedure.
835         (gdb_debug_init): Likewise.
836
837 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
838
839         * gdb.base/ui-redirect.exp: Add debug redirect tests.
840
841 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
842
843         * gdb.base/ui-redirect.exp: Test redirection.
844
845 2019-01-28  Jan Vrany  <jan.vrany@fit.cvut.cz>
846
847         * gdb.mi/mi-complete.exp: New file.
848         * gdb.mi/mi-complete.cc: Likewise.
849
850 2019-05-15  Bernhard Heckel  <bernhard.heckel@intel.com>
851
852         * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
853         indexed and sliced arrays, and pointers to arrays.
854
855 2019-05-14  Tom Tromey  <tromey@adacore.com>
856
857         * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
858         styling test.
859
860 2019-05-14  Tom de Vries  <tdevries@suse.de>
861
862         * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
863         selection entry encoding.
864
865 2019-05-10  Tom Tromey  <tromey@adacore.com>
866
867         * gdb.ada/info_exc.exp: Add "complete" test.
868
869 2019-05-09  Tom de Vries  <tdevries@suse.de>
870
871         * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
872         CU-relative.
873
874 2019-05-09  Tom de Vries  <tdevries@suse.de>
875
876         * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
877         CU-relative.
878
879 2019-05-08  Joel Brobecker  <brobecker@adacore.com>
880
881         * gdb.ada/frame_arg_lang.exp: New testcase.
882         * gdb.ada/frame_arg_lang/bla.adb: New file.
883         * gdb.ada/frame_arg_lang/pck.ads: New file.
884         * gdb.ada/frame_arg_lang/pck.adb: New file.
885         * gdb.ada/frame_arg_lang/foo.c: New file.
886
887 2019-05-08  Tom Tromey  <tromey@adacore.com>
888
889         * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
890
891 2019-05-08  Tom Tromey  <tromey@adacore.com>
892
893         * gdb.base/ptype-offsets.exp: Update tests.
894
895 2019-05-08  Tom Tromey  <tromey@adacore.com>
896
897         * gdb.base/ptype-offsets.exp: Use string_to_regexp.  Fix test
898         cases.
899         * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
900         "short".
901
902 2019-05-08  Tom Tromey  <tromey@adacore.com>
903
904         * gdb.ada/vla.exp: New file.
905         * gdb.ada/vla/vla.adb: New file.
906
907 2019-05-07  Tom de Vries  <tdevries@suse.de>
908
909         * gdb.base/index-cache.exp (ls_host): Fix return statement.
910
911 2019-05-07  Tom de Vries  <tdevries@suse.de>
912
913         PR testsuite/24522
914         * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
915         section.
916
917 2019-05-07  Tom de Vries  <tdevries@suse.de>
918
919         PR testsuite/24522
920         * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
921         .debug_aranges section.
922
923 2019-05-07  Tom de Vries  <tdevries@suse.de>
924
925         PR testsuite/24159
926         * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
927
928 2019-05-06  Tom de Vries  <tdevries@suse.de>
929
930         * lib/gdb.exp (exec_has_index_section): New proc.
931         * gdb.base/index-cache.exp: Handle case that binfile contains an index
932         section.
933
934 2019-05-04  Tom de Vries  <tdevries@suse.de>
935
936         * boards/cc-with-debug-names.exp: New file.
937
938 2019-05-03  Tom Tromey  <tromey@adacore.com>
939
940         * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
941         * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
942         * gdb.ada/char_enum.exp: Add test.
943
944 2019-05-03  Tom de Vries  <tdevries@suse.de>
945
946         * boards/cc-with-gdb-index.exp: New file.
947
948 2019-05-02  Andrew Burgess  <andrew.burgess@embecosm.com>
949
950         * gdb.rust/simple.exp: Add new test case.
951         * gdb.rust/simple.rs (struct StringAtOffset): New struct.
952         (main): Initialise an instance of the new struct.
953
954 2019-05-01  Tom Tromey  <tromey@adacore.com>
955
956         * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
957         record.
958         (NPR): New variable.
959         * gdb.ada/packed_array_assign.exp: Add nested packed assignment
960         test.
961
962 2019-05-01  Tom Tromey  <tromey@adacore.com>
963
964         * gdb.ada/packed_array_assign.exp: Add packed assignment
965         regression test.
966
967 2019-05-01  Tom de Vries  <tdevries@suse.de>
968
969         * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
970
971 2019-05-01  Tom de Vries  <tdevries@suse.de>
972
973         * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
974
975 2019-04-30  Ali Tamur  <tamur@google.com>
976
977         * lib/dwarf.exp(): Added DW_FORM_strx1-4.
978
979 2019-04-30  Tom Tromey  <tromey@adacore.com>
980
981         * lib/ada.exp (find_ada_tool): New proc.
982         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
983         * gdb.ada/catch_ex_std.exp: New file.
984         * gdb.ada/catch_ex_std/foo.adb: New file.
985         * gdb.ada/catch_ex_std/some_package.adb: New file.
986         * gdb.ada/catch_ex_std/some_package.ads: New file.
987
988 2019-04-30  Tom Tromey  <tromey@adacore.com>
989
990         PR c++/24470:
991         * gdb.cp/temargs.cc: Add test code from PR.
992
993 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
994
995         * gdb.fortran/vla-datatypes.exp: Update expected results.
996         * gdb.fortran/vla-ptype.exp: Likewise.
997         * gdb.fortran/vla-type.exp: Likewise.
998         * gdb.fortran/vla-value.exp: Likewise.
999
1000 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1001
1002         * gdb.fortran/ptr-indentation.exp: Update expected results.
1003         * gdb.fortran/ptype-on-functions.exp: Likewise.
1004         * gdb.fortran/vla-ptr-info.exp: Likewise.
1005         * gdb.fortran/vla-value.exp: Likewise.
1006
1007 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1008
1009         * gdb.fortran/ptype-on-functions.exp: New file.
1010         * gdb.fortran/ptype-on-functions.f90: New file.
1011
1012 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1013
1014         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1015         case void string.
1016
1017 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1018
1019         * gdb.fortran/complex.exp: Expand.
1020         * gdb.fortran/complex.f: Renamed to...
1021         * gdb.fortran/complex.f90: ...this, and extended to add more
1022         complex values.
1023
1024 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
1025
1026         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1027         MODULO, CMPLX.
1028
1029 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
1030             Richard Bunt  <richard.bunt@arm.com>
1031
1032         * gdb.base/max-depth.c: New file.
1033         * gdb.base/max-depth.exp: New file.
1034         * gdb.python/py-nested-maps.c: New file.
1035         * gdb.python/py-nested-maps.exp: New file.
1036         * gdb.python/py-nested-maps.py: New file.
1037         * gdb.python/py-format-string.exp (test_max_depth): New proc.
1038         (test_all_common): Call test_max_depth.
1039         * gdb.fortran/max-depth.exp: New file.
1040         * gdb.fortran/max-depth.f90: New file.
1041         * gdb.go/max-depth.exp: New file.
1042         * gdb.go/max-depth.go: New file.
1043         * gdb.modula2/max-depth.exp: New file.
1044         * gdb.modula2/max-depth.c: New file.
1045         * lib/gdb.exp (get_print_expr_at_depths): New proc.
1046
1047 2019-04-29  Tom de Vries  <tdevries@suse.de>
1048
1049         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1050
1051 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1052
1053         * gdb.base/callexit.exp: Test may-call-functions off.
1054
1055 2019-04-25  Keith Seitz  <keiths@redhat.com>
1056
1057         PR c++/24367
1058         * gdb.cp/meth-typedefs.cc (incomplete_struct)
1059         (another_incomplete_struct, test_incomplete): New definitions.
1060         (main): Use new definitions.
1061         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1062         functions.
1063
1064 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
1065
1066         PR corefiles/11608
1067         PR corefiles/18187
1068         * gdb.base/coredump-filter-build-id.exp: New file.
1069
1070 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
1071
1072         * Makefile.in: Pass through GDBSERVER_DEBUG.
1073         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1074         (gdbserver,debug): Add board setting.
1075         * gdb.trace/tspeed.exp: Skip when debugging.
1076         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1077         * lib/gdbserver-support.exp: Likewise
1078
1079 2019-04-24  Tom Tromey  <tromey@adacore.com>
1080
1081         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1082         Rust.
1083
1084 2019-04-24  Tom Tromey  <tromey@adacore.com>
1085
1086         * gdb.arch/amd64-eval.exp: Test bitfield return.
1087         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1088         (class Foo) <return_bitfields>: New method.
1089         (main): Call it.
1090
1091 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1092
1093         * gdb.cp/many-args.cc: New file.
1094         * gdb.cp/many-args.exp: New file.
1095
1096 2019-04-23  Tom de Vries  <tdevries@suse.de>
1097
1098         PR gdb/24433
1099         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1100
1101 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
1102
1103         * gdb.trace/backtrace.exp: Use nopie flag.
1104         * gdb.trace/circ.exp: Likewise.
1105         * gdb.trace/collection.exp: Likewise.
1106         * gdb.trace/ftrace.exp: Likewise.
1107         * gdb.trace/mi-trace-unavailable.exp: Likewise.
1108         * gdb.trace/mi-traceframe-changed.exp: Likewise.
1109         * gdb.trace/qtro.exp: Likewise.
1110         * gdb.trace/read-memory.exp: Likewise.
1111         * gdb.trace/report.exp: Likewise.
1112         * gdb.trace/tfile.exp: Likewise.
1113         * gdb.trace/tfind.exp: Likewise.
1114         * gdb.trace/unavailable.exp: Likewise.
1115
1116 2019-04-22  Pedro Alves  <palves@redhat.com>
1117
1118         * gdb.base/solib-probes-nosharedlibrary.c,
1119         gdb.base/solib-probes-nosharedlibrary.exp: New files.
1120
1121 2019-04-19  Tom Tromey  <tromey@adacore.com>
1122
1123         * gdb.ada/ptype_union.c: New file.
1124         * gdb.ada/ptype_union.exp: New file.
1125
1126 2019-04-19  Tom Tromey  <tromey@adacore.com>
1127
1128         PR symtab/24423:
1129         * gdb.base/list0.h (foo): Add a control-l character.
1130
1131 2019-04-18  Tom de Vries  <tdevries@suse.de>
1132
1133         PR gdb/24433
1134         * boards/local-board.exp: Set sysroot to "".
1135
1136 2019-04-18  Tom de Vries  <tdevries@suse.de>
1137             Pedro Alves  <palves@redhat.com>
1138
1139         PR gdb/24454
1140         * gdb.threads/vfork-follow-child-exec.c: New file.
1141         * gdb.threads/vfork-follow-child-exec.exp: New file.
1142         * gdb.threads/vfork-follow-child-exit.c: New file.
1143         * gdb.threads/vfork-follow-child-exit.exp: New file.
1144
1145 2019-04-15  Leszek Swirski  <leszeks@google.com>
1146
1147         * gdb.arch/amd64-eval.cc: New file.
1148         * gdb.arch/amd64-eval.exp: New file.
1149
1150 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
1151
1152         * gdb.server/sysroot.c: New test.
1153         * gdb.server/sysroot.exp: New file.
1154         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1155         matching param.
1156
1157 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1158
1159         * gdb.base/align.exp: Extend test to cover structures containing
1160         only static fields.
1161
1162 2019-04-11  Tom de Vries  <tdevries@suse.de>
1163
1164         * boards/cc-with-dwz-m.exp: New file.
1165         * boards/cc-with-dwz.exp: New file.
1166         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1167
1168 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
1169
1170         * gdb.base/start-cpp.exp: New file.
1171         * gdb.base/start-cpp.cc: New file.
1172
1173 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
1174
1175         * gdb.python/py-thrhandle.exp: Adjust tests to call
1176         thread_from_handle instead of thread_from_thread_handle.
1177
1178 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
1179
1180         * gdb.python/py-thrhandle.exp: Add tests for
1181         gdb.InferiorThread.handle.
1182
1183 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1184
1185         * gdb.python/py-function.exp: Check calling helper function from
1186         all languages.
1187         * lib/gdb.exp (gdb_supported_languages): New proc.
1188
1189 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1190
1191         * gdb.base/complex-parts.c: New file.
1192         * gdb.base/complex-parts.exp: New file.
1193
1194 2019-04-01  Tom Tromey  <tromey@adacore.com>
1195
1196         PR symtab/23331:
1197         * gdb.dwarf2/dw2-ranges-main.c: New file.
1198         * gdb.dwarf2/dw2-ranges-psym.c: New file.
1199         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1200
1201 2019-03-30  Simon Marchi <simark@simark.ca>
1202
1203         * gdb.base/default.exp: Add values for $_gdb_major and
1204         $_gdb_minor.
1205
1206 2019-03-29  Tom Tromey  <tromey@adacore.com>
1207
1208         * gdb.base/help.exp: Tighten apropos regexp.
1209
1210 2019-03-29  Keith Seitz  <keiths@redhat.com>
1211
1212         * gdb.fortran/array-bounds.exp: New file.
1213         * gdb.fortran/array-bounds.f90: New file.
1214
1215 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1216
1217         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1218
1219 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1220
1221         * gdb.multi/hello.c (main): Increase alarm timer.
1222
1223 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
1224
1225         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1226         factor when no hardware watchpoint support.
1227
1228 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
1229             Pedro Alves  <palves@redhat.com>
1230
1231         * boards/local-board.exp: set sysroot to /.
1232
1233 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
1234
1235         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1236         in child.
1237
1238 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1239
1240         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1241         field.
1242         (make_container): Initialise new field.
1243         * gdb.python/py-prettyprint.exp: Add new tests.
1244         * gdb.python/py-prettyprint.py (class ContainerPrinter)
1245         <display_hint>: New method.
1246
1247 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1248
1249         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1250         gdb_continue_to_breakpoint more throughout this test.
1251         (run_lang_tests) Supply unique test names, and use
1252         gdb_test_no_output.
1253
1254 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1255
1256         * gdb.base/finish-pretty.exp: Update expected results.
1257         * gdb.base/pretty-print.c: New file.
1258         * gdb.base/pretty-print.exp: New file.
1259
1260 2019-03-25  Pedro Alves  <palves@redhat.com>
1261
1262         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1263         move comments outside list.  Append '-i "" eof' section.
1264
1265 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
1266
1267         * README: Add pie options.
1268         * gdb.base/break-interp.exp: Ensure pie is disabled.
1269         * gdb.base/dump.exp: Likewise.
1270         * lib/gdb.exp (gdb_compile): Add pie option.
1271
1272 2019-03-19  Tom Tromey  <tromey@adacore.com>
1273
1274         * gdb.mi/mi2-cli-display.c: New file.
1275         * gdb.mi/mi2-cli-display.exp: New file.
1276
1277 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
1278             Tom Tromey  <tromey@adacore.com>
1279
1280         * gdb.ada/ptype_array/pck.adb: New file.
1281         * gdb.ada/ptype_array/pck.ads: New file.
1282         * gdb.ada/ptype_array/foo.adb: New file.
1283         * gdb.ada/ptype_array.exp: New file.
1284
1285 2019-03-14  Tom Tromey  <tromey@adacore.com>
1286
1287         * gdb.base/style.exp: Add "set style sources" test.
1288
1289 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
1290
1291         * mi-breakpoint-location-ena-dis.exp: Rename to ...
1292         * mi-breakpoint-multiple-locations.exp: ... this.
1293         (make_breakpoints_pattern): New proc.
1294         (do_test): Add mi_version parameter, test -break-insert,
1295         -break-info and =breakpoint-created.
1296
1297 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1298
1299         * config/default.exp: Remove 'load_lib gdb.exp'.
1300         * config/monitor.exp: Likewise.
1301         * config/sid.exp: Likewise.
1302         * config/sim.exp: Likewise.
1303         * config/slite.exp: Likewise.
1304         * config/unix.exp: Likewise.
1305         * gdb.base/default.exp: Remove unhelpful comment.
1306
1307 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1308
1309         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1310
1311 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1312
1313         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1314
1315 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1316
1317         * gdb.fortran/type-kinds.exp: Update expected results.
1318
1319 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1320
1321         * gdb.fortran/type-kinds.exp: Test new integer type kind.
1322
1323 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1324
1325         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1326         function.
1327         (test_basic_parsing_of_type_kinds): Expand types tested.
1328         (test_parsing_invalid_type_kinds): New function.
1329
1330 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1331
1332         * gdb.fortran/intrinsics.exp: New file.
1333         * gdb.fortran/intrinsics.f90: New file.
1334         * gdb.fortran/type-kinds.exp: New file.
1335
1336 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1337
1338         * gdb.fortran/dot-ops.exp: New file.
1339
1340 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1341
1342         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1343         Check upper and lower case logical literals.
1344
1345 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1346
1347         * gdb.fortran/types.exp (test_float_literal_types_accepted):
1348         Remove duplicate tests.
1349
1350 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
1351
1352         * lib/gdb.exp (builtin_cd): rename of cd.
1353         (cd): Override builtin.
1354
1355 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
1356
1357         * gdb.fortran/function-calls.exp: New file.
1358         * gdb.fortran/function-calls.f90: New test.
1359
1360 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
1361
1362         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1363         on user program standard output.
1364         * gdb.fortran/short-circuit-argument-list.f90: Record function
1365         calls.
1366
1367 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
1368
1369         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1370         failure.
1371
1372 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1373
1374         PR gdb/8527
1375         * gdb.base/interrupt-daemon-attach.c,
1376         gdb.base/interrupt-daemon-attach.exp: New test.
1377
1378 2019-02-27  Pedro Alves  <palves@redhat.com>
1379
1380         * gdb.base/page.exp: Add tests for "set width/height -1".
1381
1382 2019-02-27  Pedro Alves  <palves@redhat.com>
1383
1384         * gdb.base/page.exp: Add tests for "set/show width/height" with
1385         "infinite" values.
1386
1387 2019-02-27  Tom Tromey  <tromey@adacore.com>
1388
1389         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1390         2.4.
1391         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1392         workaround.
1393
1394 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1395
1396         * gdb.base/align.exp: Extend to compile in both C and C++, and add
1397         tests for structs with static members.
1398
1399 2019-02-26  Tom Tromey  <tromey@adacore.com>
1400
1401         * gdb.python/py-value.exp (test_value_from_buffer): Check for
1402         ValueError, not TypeError.
1403
1404 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
1405
1406         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1407         call from main program.
1408
1409 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
1410
1411         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1412         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1413         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1414         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1415         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1416
1417 2019-02-22  Keith Seitz  <keiths@redhat.com>
1418
1419         PR symtab/23853
1420         * gdb.base/symlink-sourcefile.c: New file.
1421         * gdb.base/symlink-sourcefile.exp: New file.
1422
1423 2019-02-20  Tom Tromey  <tom@tromey.com>
1424
1425         * gdb.base/info_qt.exp: Update.
1426
1427 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
1428
1429         * gdb.base/source.exp: Move "error in sourced script" code to
1430         the end.
1431         * gdb.base/source-error.gdb: Move contents to
1432         source-error-1.gdb.  Add new code to source source-error-1.gdb.
1433         * gdb.base/source-error-1.gdb: New file, from previous
1434         source-error.gdb.
1435
1436 2019-02-17  Tom Tromey  <tom@tromey.com>
1437
1438         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
1439         for macro styling.
1440         * gdb.base/style.c (SOME_MACRO): New macro.
1441
1442 2019-02-17  Tom Tromey  <tom@tromey.com>
1443
1444         * gdb.base/style.exp: Add line-wrapping tests.
1445         * gdb.base/page.exp: Add test for quitting during pagination.
1446
1447 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
1448
1449         * gdb.ada/big_packed_array: New testcase.
1450         * gdb.ada/homonym.exp: Fix incorrect expected output for
1451         "break <homonym__get_value>" test.
1452
1453 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
1454
1455         PR breakpoints/21870
1456         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1457         and prepare_for_testing.  Add comment.
1458         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1459         redundant cleanup call.  Clean up comment.
1460
1461 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
1462
1463         PR breakpoints/21870
1464         * gdb.arch/aarch64-dbreg-contents.exp: New file.
1465         * gdb.arch/aarch64-dbreg-contents.c: New file.
1466
1467 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
1468
1469         * gdb.ada/mi_ref_changeable: New testcase.
1470
1471 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
1472
1473         * gdb.base/attach.exp: Add double attach test.
1474
1475 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
1476
1477         * lib/gdb.exp (default_gdb_start): Don't match pagination
1478         prompt.
1479         (gdb_init): Set stty_init.
1480
1481 2019-01-27  Tom Tromey  <tom@tromey.com>
1482
1483         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1484         skip_python_tests.
1485
1486 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
1487
1488         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1489         New structure.
1490         (struct struct_static_02_02): Likewise.
1491         (struct struct_static_02_03): Likewise.
1492         (struct struct_static_02_04): Likewise.
1493         (struct struct_static_04_01): Likewise.
1494         (struct struct_static_04_02): Likewise.
1495         (struct struct_static_04_03): Likewise.
1496         (struct struct_static_04_04): Likewise.
1497         (struct struct_static_06_01): Likewise.
1498         (struct struct_static_06_02): Likewise.
1499         (struct struct_static_06_03): Likewise.
1500         (struct struct_static_06_04): Likewise.
1501         (cmp_struct_static_02_01): Likewise.
1502         (cmp_struct_static_02_02): Likewise.
1503         (cmp_struct_static_02_03): Likewise.
1504         (cmp_struct_static_02_04): Likewise.
1505         (cmp_struct_static_04_01): Likewise.
1506         (cmp_struct_static_04_02): Likewise.
1507         (cmp_struct_static_04_03): Likewise.
1508         (cmp_struct_static_04_04): Likewise.
1509         (cmp_struct_static_06_01): Likewise.
1510         (cmp_struct_static_06_02): Likewise.
1511         (cmp_struct_static_06_03): Likewise.
1512         (cmp_struct_static_06_04): Likewise.
1513         (call_all): Test new structs.
1514         * gdb.base/infcall-nested-structs.exp: Likewise.
1515
1516 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1517         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1518
1519 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1520         * gdb.base/stack-protector.c: New test.
1521         * gdb.base/stack-protector.exp: New file.
1522         * gdb.cp/ovldbreak.exp: Only allow a single break line.
1523         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1524         option.
1525         (gdb_compile): Remove stack protector for GCC and prevent
1526         recursion.
1527
1528 2019-01-16  Keith Seitz  <keiths@redhat.com>
1529
1530         PR gdb/23773
1531         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1532
1533 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1534
1535         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1536         aliases.
1537         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
1538         tests.
1539         * gdb.arch/powerpc-vector-regs.c: New file.
1540         * gdb.arch/powerpc-vector-regs.exp: New file.
1541
1542 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1543
1544         * gdb.arch/altivec-regs.exp: Fix the list passed to
1545         gdb_expect_list when testing "info vector".
1546
1547 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1548
1549         * gdb.base/style.exp: Don't include path in testname.
1550
1551 2019-01-10  Keith Seitz  <keiths@redhat.com>
1552
1553         PR gdb/23712
1554         PR symtab/23010
1555         * gdb.dwarf2/multidictionary.exp: New file.
1556
1557 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
1558
1559         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1560         (test_gnuv3_style_demangling): ... this.
1561         (test_lucid_style_demangling): Remove.
1562         (test_arm_style_demangling): Remove.
1563         (test_hp_style_demangling): Remove.
1564         (do_tests): Remove calls to the above.
1565
1566 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1567
1568         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1569         case.
1570
1571 2019-01-06  Tom Tromey  <tom@tromey.com>
1572
1573         PR gdb/28155:
1574         * gdb.dwarf2/typedef-void-finish.exp: New file.
1575
1576 2018-12-28  Tom Tromey  <tom@tromey.com>
1577             Simon Marchi <simark@simark.ca>
1578
1579         * gdb.base/jit-exec.exp: New file.
1580         * gdb.base/jit-exec.c: New file.
1581         * gdb.base/jit-execd.c: New file.
1582
1583 2018-12-28  Tom Tromey  <tom@tromey.com>
1584
1585         * gdb.base/style.exp: Update test to check for address styling.
1586
1587 2018-12-28  Tom Tromey  <tom@tromey.com>
1588
1589         * gdb.base/style.exp: Add test for styling of "Reading symbols"
1590         message.
1591
1592 2018-12-28  Tom Tromey  <tom@tromey.com>
1593
1594         * gdb.base/style.exp: Add test for version number styling.
1595
1596 2018-12-28  Tom Tromey  <tom@tromey.com>
1597
1598         * gdb.base/style.exp: Add test for print_address_symbolic.
1599
1600 2018-12-28  Tom Tromey  <tom@tromey.com>
1601
1602         * gdb.base/style.exp: Add test for breakpoint setting.
1603
1604 2018-12-28  Tom Tromey  <tom@tromey.com>
1605
1606         * gdb.base/style.exp: Add test for variable names.
1607
1608 2018-12-28  Tom Tromey  <tom@tromey.com>
1609
1610         * gdb.base/style.exp: New file.
1611         * gdb.base/style.c: New file.
1612
1613 2018-12-28  Tom Tromey  <tom@tromey.com>
1614
1615         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1616         "dumb".
1617         * gdb.base/readline.exp (operate_and_get_next): Save and restore
1618         the TERM environment variable.
1619
1620 2018-12-27  Tom Tromey  <tom@tromey.com>
1621
1622         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1623         pagination test.
1624
1625 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1626
1627         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1628         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1629
1630 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1631
1632         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1633         Filename a.adb changed to bp_fun_addr.adb.
1634         gdb.ada/bp_fun_addr.exp: Update test accordingly.
1635
1636 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
1637
1638         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1639         non-PIE executables.
1640         * README: Mention the gdb,nopie_flag board setting.
1641         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1642         non-PIE executable.
1643         * gdb.arch/amd64-entry-value.exp: Likewise.
1644         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1645         * gdb.arch/i386-float.exp: Likewise.
1646         * gdb.arch/i386-signal.exp: Likewise.
1647         * gdb.mi/mi-reg-undefined.exp: Likewise.
1648
1649 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
1650
1651         PR gdb/23974
1652         * gdb.base/info-os.exp: Check return for unknown "info os" type.
1653
1654 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1655
1656         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1657         Update order of results accordingly.
1658
1659 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1660
1661         * gdb.base/annota1.exp: Update a test regexp.
1662
1663 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1664
1665         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1666
1667 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1668
1669         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1670         (reuse_time): Initialize to REUSE_TIME_CAP.
1671         (check_rc): New function.
1672         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1673         Check pthread_create rc.
1674         (spawner_thread_func): Check pthread_create and pthread_join rc.
1675
1676 2018-12-08  Pedro Alves  <palves@redhat.com>
1677
1678         * gdb.base/list.exp (test_forward_search): Rename to ...
1679         (test_forward_reverse_search): ... this.  Also test reverse-search
1680         and the forward-search alias.
1681
1682 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
1683
1684         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1685         local timeout variable before return, and remove all local timeout
1686         variable entirely.
1687         (gdb_load): Likewise.
1688
1689 2018-12-01  Tom de Vries  <tdevries@suse.de>
1690
1691         * gdb.base/gdb-caching-proc.exp: New file.
1692
1693 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
1694
1695         * Makefile.in (TIMESTAMP): New variable.
1696         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1697         command.
1698         (check-single-racy): Likewise.
1699         (check/%.exp): Likewise.
1700         (check-racy/%.exp): Likewise.
1701         (workers/%.worker): Likewise.
1702         (build-perf): Likewise.
1703         (check-perf): Likewise.
1704         * README: Describe new "TS" and "TS_FORMAT" variables.
1705         * print-ts.py: New file.
1706
1707 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
1708
1709         PR python/23714
1710         * gdb.python/python.exp: Test command repetition after
1711         gdb.execute.
1712
1713 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
1714
1715         * gdb.opt/inline-break.exp: Add test that info breakpoint output
1716         is correctly aligned.
1717
1718 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1719
1720         * gdb.ada/info_auto_lang.exp: New testcase.
1721         * gdb.ada/info_auto_lang/global_pack.ads: New file.
1722         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1723         * gdb.ada/info_auto_lang/some_c.c: New file.
1724
1725 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1726
1727         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1728         FUNC_lang language syntax.
1729
1730 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1731
1732         * gdb.base/info_minsym.c: New file.
1733         * gdb.base/info_minsym.exp: New file.
1734
1735 2018-11-19  Tom Tromey  <tom@tromey.com>
1736
1737         PR rust/23625:
1738         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
1739         * gdb.rust/expr.exp: Update expected output.  Change one test.
1740
1741 2018-11-19  Tom Tromey  <tom@tromey.com>
1742
1743         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1744
1745 2018-11-19  Pedro Alves  <palves@redhat.com>
1746
1747         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
1748         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
1749         see the expected warning.
1750
1751 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
1752
1753         PR gdb/22736:
1754         * gdb.cp/infcall-nodebug-lib.c: New test.
1755         * gdb.cp/infcall-nodebug-main.c: New test.
1756         * gdb.cp/infcall-nodebug.exp: New file.
1757
1758 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
1759
1760         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
1761         completer tests.
1762
1763 2018-11-09  Tom de Vries  <tdevries@suse.de>
1764
1765         * gdb.base/msym-lang.c: New test.
1766         * gdb.base/msym-lang.exp: New file.
1767         * gdb.base/msym-lang-main.c: New test.
1768
1769 2018-11-08  Tom Tromey  <tom@tromey.com>
1770
1771         PR gdb/23555:
1772         PR gdb/23838:
1773         * gdb.base/warning.exp: New file.
1774
1775 2018-11-08  Jan Beulich  <jbeulich@suse.com>
1776
1777         * testsuite/gdb.arch/i386-avx512.c,
1778         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1779
1780 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1781
1782         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1783         point hardware.
1784
1785 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1786
1787         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1788         * gdb.dwarf2/missing-type-name.exp: New file.
1789
1790 2018-11-06  Tom de Vries  <tdevries@suse.de>
1791
1792         * gdb.base/many-headers.c: New test.
1793         * gdb.base/many-headers.exp: New file.
1794
1795 2018-11-06  Jim Wilson  <jimw@sifive.com>
1796
1797         * gdb.base/code_elim.exp: For riscv, set additional_flags
1798         to include -msmall-data-limit=0.
1799
1800 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1801
1802         * gdb.ada/watch_minus_l: New testcase.
1803
1804 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1805
1806         * gdb.arch/aix-sighandle.c: New file.
1807         * gdb.arch/aix-sighandle.exp: New file.
1808
1809 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1810
1811         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1812         registers being unions.
1813
1814 2018-10-31  Tom de Vries  <tdevries@suse.de>
1815
1816         * lib/valgrind.exp: New file.
1817          (vgdb_start, vgdb_stop): New procs, factored out of ...
1818         * gdb.base/valgrind-bt.exp: ... here, ...
1819         * gdb.base/valgrind-disp-step.exp: ... here and ...
1820         * gdb.base/valgrind-infcall.exp: ... here.
1821
1822 2018-10-31  Tom de Vries  <tdevries@suse.de>
1823
1824         * lib/gdb.exp (get_valueof): Don't output read value in test name.
1825
1826 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1827
1828         * gdb.dwarf2/void-type.c: New file.
1829         * gdb.dwarf2/void-type.exp: New file.
1830
1831 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1832
1833         * gdb.base/info_qt.c: New file.
1834         * gdb.base/info_qt.exp: New file.
1835
1836 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1837
1838         * gdb.arch/powerpc-htm-regs.c: New file.
1839         * gdb.arch/powerpc-htm-regs.exp: New file.
1840
1841 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1842
1843         * gdb.arch/powerpc-tar.c: New file.
1844         * gdb.arch/powerpc-tar.exp: New file.
1845
1846 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1847
1848         * gdb.arch/powerpc-ppr-dscr.c: New file.
1849         * gdb.arch/powerpc-ppr-dscr.exp: New file.
1850
1851 2018-10-25  Tom de Vries  <tdevries@suse.de>
1852
1853         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1854
1855 2018-10-24  Tom de Vries  <tdevries@suse.de>
1856
1857         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1858         longer exists error.
1859
1860 2018-10-24  Tom de Vries  <tdevries@suse.de>
1861
1862         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1863
1864 2018-10-24  Tom de Vries  <tdevries@suse.de>
1865
1866         * gdb.base/valgrind-db-attach.exp: Handle removed support for
1867         --db-attach in valgrind.
1868
1869 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1870
1871         * gdb.arch/riscv-reg-aliases.c: New file.
1872         * gdb.arch/riscv-reg-aliases.exp: New file.
1873
1874 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1875
1876         * gdb.python/py-cmd.exp: Check for gdb_prompt.
1877
1878 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1879
1880         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1881
1882 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1883
1884         * gdb.cp/ovldbreak.exp: Fix regexps.
1885
1886 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1887
1888         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1889
1890 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1891
1892         PR cli/23785
1893         * gdb.base/restore.exp: New test to check if "restore" with an
1894         invalid file doesn't segfault.
1895
1896 2018-10-18  Tom de Vries  <tdevries@suse.de>
1897
1898         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1899         * gdb.ada/excep_handle.exp: Same.
1900         * gdb.ada/mi_string_access.exp: Same.
1901         * gdb.ada/mi_var_union.exp: Same.
1902         * gdb.arch/arc-analyze-prologue.exp: Same.
1903         * gdb.arch/arc-decode-insn.exp: Same.
1904         * gdb.base/readnever.exp: Same.
1905         * gdb.fortran/printing-types.exp: Same.
1906         * gdb.guile/scm-lazy-string.exp: Same.
1907
1908 2018-10-16  Tom de Vries  <tdevries@suse.de>
1909
1910         PR gdb/23730
1911         * gdb.base/catch-follow-exec.c: Add copyright notice.
1912         * gdb.base/catch-follow-exec.exp: Rewrite to use
1913         gdb_spawn_with_cmdline_opts.  Require gdb-native.
1914
1915 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
1916
1917         * gdb.trace/actions-changed.exp: Check for arch support.
1918         * gdb.trace/actions.exp: Likewise.
1919         * gdb.trace/ax.exp: Likewise.
1920         * gdb.trace/backtrace.exp: Likewise.
1921         * gdb.trace/change-loc.exp: Likewise.
1922         * gdb.trace/deltrace.exp: Likewise.
1923         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1924         * gdb.trace/ftrace.exp: Likewise.
1925         * gdb.trace/infotrace.exp: Check for arch support.
1926         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1927         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1928         * gdb.trace/mi-tsv-changed.exp: Likewise.
1929         * gdb.trace/packetlen.exp: Likewise.
1930         * gdb.trace/passc-dyn.exp: Likewise.
1931         * gdb.trace/passcount.exp: Likewise.
1932         * gdb.trace/pending.exp: Likewise.
1933         * gdb.trace/range-stepping.exp: Check for shlib support.
1934         * gdb.trace/report.exp: Check for arch support.
1935         * gdb.trace/save-trace.exp: Likewise.
1936         * gdb.trace/signal.exp: Check for signal support.
1937         * gdb.trace/tfind.exp: Check for arch support.
1938         * gdb.trace/trace-break.exp: Check for arch and shlib support.
1939         * gdb.trace/trace-common.h: Add comment.
1940         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1941         * gdb.trace/trace-enable-disable.exp: Likewise.
1942         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
1943         * gdb.trace/tracecmd.exp: Check for arch support.
1944         * gdb.trace/tspeed.exp: Check for shlib and target support.
1945         * gdb.trace/tstatus.exp: Check for arch support.
1946         * gdb.trace/tsv.exp: Likewise.
1947         * gdb.trace/while-dyn.exp: Likewise.
1948         * gdb.trace/while-stepping.exp: Likewise.
1949         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1950
1951 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
1952
1953         * gdb.trace/tspeed.exp: Remove nowarnings.
1954         (prepare_for_trace_test): Declare "global ipalib".
1955         * gdb.trace/tspeed.c: Include unistd.h.
1956         (main): Remove superfluous printf argument.
1957
1958 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
1959
1960         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1961         directory prefix on the filename.
1962
1963 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1964
1965         * gdb.gdb/unittest.exp: Update expected message informing that
1966         selftests have been disabled.
1967         * gdb.server/unittest.exp: Likewise.
1968
1969 2018-10-09  Tom de Vries  <tdevries@suse.de>
1970
1971         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1972         with runto_main.
1973
1974 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1975
1976         PR c++/16841
1977         * gdb.cp/virtbase2.cc: New file.
1978         * gdb.cp/virtbase2.exp: New file.
1979
1980 2018-10-06  Tom Tromey  <tom@tromey.com>
1981
1982         PR python/19399:
1983         * gdb.python/py-inferior.exp: Add architecture test.
1984
1985 2018-10-06  Tom Tromey  <tom@tromey.com>
1986
1987         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1988         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1989
1990 2018-10-06  Tom Tromey  <tom@tromey.com>
1991
1992         * gdb.python/py-breakpoint.exp (check_last_event): Check location
1993         of a "throw" catchpoint.
1994
1995 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1996
1997         * gdb.base/info-proc.exp: Update string expected from "help info
1998         proc".
1999
2000 2018-10-04  Tom Tromey  <tom@tromey.com>
2001
2002         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2003         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2004         (test_initial_complaints, test_empty_complaints): Update.
2005         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2006
2007 2018-10-04  Tom Tromey  <tom@tromey.com>
2008
2009         PR cli/19551:
2010         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2011         * lib/gdb.exp (gdb_file_cmd): Update.
2012         * gdb.stabs/weird.exp (print_weird_var): Update.
2013         * gdb.server/solib-list.exp: Update.
2014         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2015         * gdb.mi/mi-cli.exp: Update.
2016         * gdb.linespec/linespec.exp: Update.
2017         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2018         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2019         * gdb.cp/cp-relocate.exp: Update.
2020         * gdb.base/sym-file.exp: Update.
2021         * gdb.base/relocate.exp: Update.
2022         * gdb.base/readnever.exp: Update.
2023         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2024         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2025         * gdb.base/dbx.exp (gdb_file_cmd): Update.
2026         * gdb.base/code_elim.exp: Update.
2027         * gdb.base/break-unload-file.exp (test_break): Update.
2028         * gdb.base/break-interp.exp (test_attach_gdb): Update.
2029         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2030         Update.
2031         * gdb.base/attach.exp (do_attach_tests): Update.
2032         * gdb.base/sepdebug.exp: Update.
2033         * gdb.python/py-section-script.exp: Update.
2034
2035 2018-10-04  Tom Tromey  <tom@tromey.com>
2036
2037         PR cli/22234:
2038         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2039         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2040         output.
2041
2042 2018-10-04  Tom Tromey  <tom@tromey.com>
2043
2044         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2045         set width and height to 0.
2046         (test_command_line_attach_run): Use -quiet.
2047
2048 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
2049
2050         * lib/gdb.exp (skip_ifunc_tests): New.
2051         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
2052         other compile failures.
2053         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2054
2055 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
2056
2057         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2058         is_amd64_regs_target.
2059
2060 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
2061
2062         * gdb.arch/aarch64-sighandler-regs.c: New test.
2063         * gdb.arch/aarch64-sighandler-regs.exp: New file.
2064         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2065
2066 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
2067
2068         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2069         assembly.
2070
2071 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2072
2073         * gdb.base/frame-selection.exp: New file.
2074         * gdb.base/frame-selection.c: New file.
2075
2076 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
2077
2078         * gdb.threads/check-libthread-db.c (thread_routine): Use a
2079         pthread barrier.
2080         (main): Likewise.
2081
2082 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2083
2084         * gdb.base/large-frame-1.c: New file.
2085         * gdb.base/large-frame-2.c: New file.
2086         * gdb.base/large-frame.exp: New file.
2087         * gdb.base/large-frame.h: New file.
2088
2089 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2090
2091         PR gdb/20948
2092         * gdb.base/write_mem.exp: New test.
2093         * gdb.base/write_mem.c: Likewise.
2094
2095 2018-09-23  Tom Tromey  <tom@tromey.com>
2096
2097         PR python/18852:
2098         * gdb.python/py-parameter.exp: Add test for parameter that throws
2099         on "set".
2100
2101 2018-09-23  Tom Tromey  <tom@tromey.com>
2102
2103         PR python/17284:
2104         * gdb.python/py-template.exp (test_template_arg): Add test for
2105         negative template argument number.
2106
2107 2018-09-23  Tom Tromey  <tom@tromey.com>
2108
2109         PR python/14062:
2110         * gdb.python/python.exp: Add test for post_event error.
2111
2112 2018-09-23  Tom Tromey  <tom@tromey.com>
2113
2114         PR python/18170:
2115         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2116         convert pointers to int and long.
2117
2118 2018-09-23  Tom Tromey  <tom@tromey.com>
2119
2120         PR python/20126:
2121         * gdb.python/py-value.exp (test_value_numeric_ops): Add
2122         signed-ness conversion tests.
2123
2124 2018-09-23  Tom Tromey  <tom@tromey.com>
2125
2126         PR python/18352;
2127         * gdb.python/py-value.exp (test_float_conversion): New proc.
2128         Use it.
2129
2130 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2131
2132         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2133
2134 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
2135
2136         * gdb.base/complete-empty.exp: Skip tab-completion tests if
2137         no readline.
2138         * gdb.base/utf8-identifiers.exp: Likewise.
2139         * gdb.cp/cpcompletion.exp: Likewise.
2140         * gdb.linespec/cpcompletion.exp: Likewise.
2141         * gdb.linespec/cpls-abi-tag.exp: Likewise.
2142         * gdb.linespec/cpls-ops.exp: Likewise.
2143
2144 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
2145             Chris January  <chris.january@arm.com>
2146
2147         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2148         * gdb.fortran/short-circuit-argument-list.exp: New file.
2149         * gdb.fortran/short-circuit-argument-list.f90: New test.
2150
2151 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2152
2153         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2154         "arch=" keyword when executing "-stack-list-frames".
2155
2156 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2157
2158         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2159         "arch=" keyword when executing "-stack-list-frames".
2160
2161 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2162
2163         * gdb.ada/complete.exp: Expect for "@" when doing "complete
2164         break ada".
2165
2166 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
2167
2168         PR python/23669
2169         * gdb.python/python.exp: Test gdb.execute("show commands").
2170
2171 2018-09-16  Tom Tromey  <tom@tromey.com>
2172
2173         * gdb.base/new-ui.exp (do_execution_tests): Update.
2174         * gdb.base/dbx.exp (test_breakpoints): Update.
2175
2176 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
2177
2178         * lib/gdb.exp (gdb_simple_compile): Add proc.
2179         (is_elf_target): Use gdb_simple_compile.
2180         (skip_altivec_tests): Likewise.
2181         (skip_vsx_tests): Likewise.
2182         (skip_tsx_tests): Likewise.
2183         (skip_btrace_tests): Likewise.
2184         (skip_btrace_pt_tests): Likewise.
2185         (gdb_can_simple_compile): Likewise.
2186         (gdb_has_argv0): Likewise.
2187         (gdb_target_symbol_prefix): Likewise.
2188         (target_supports_scheduler_locking): Likewise.
2189
2190 2018-09-13  Tom Tromey  <tom@tromey.com>
2191
2192         * Makefile.in (TAGS): Recognize proc_with_prefix and
2193         gdb_caching_proc.
2194
2195 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2196
2197         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2198         method.
2199
2200 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2201
2202         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2203         and a few other Inferior properties when the Inferior is no
2204         longer valid.
2205
2206 2018-09-13  Tom Tromey  <tom@tromey.com>
2207
2208         PR rust/23650:
2209         * gdb.rust/simple.exp: Add test for enum field access error.
2210
2211 2018-09-13  Tom Tromey  <tom@tromey.com>
2212
2213         PR rust/23626:
2214         * gdb.rust/simple.rs (EmptyEnum): New type.
2215         (main): Use it.
2216         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2217
2218 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2219
2220         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2221         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2222         * gdb.python/py-symtab.exp: Update test printing an objfile.
2223
2224 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
2225
2226         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2227         object.
2228
2229 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
2230
2231         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2232         (support_complex_tests): Use gdb_can_simple_compile.
2233         (is_ilp32_target): Likewise.
2234         (is_lp64_target): Likewise.
2235         (is_64_target): Likewise.
2236         (is_amd64_regs_target): Likewise.
2237         (is_aarch32_target): Likewise.
2238         (gdb_int128_helper): Likewise.
2239
2240 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2241
2242         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2243
2244 2018-09-10  Jerome Guitton  <guitton@adacore.com>
2245
2246         * gdb.ada/same_component_name: Add test for case of tagged record
2247         with variable-length fields.
2248
2249 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2250
2251         * gdb.ada/access_to_unbounded_array.exp: New testcase.
2252         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2253         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2254         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2255
2256 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2257
2258         * gdb.ada/mi_string_access.exp: New testcase.
2259         * gdb.ada/mi_string_access/bar.adb: New file.
2260         * gdb.ada/mi_string_access/pck.adb: New file.
2261         * gdb.ada/mi_string_access/pck.asd: New file.
2262
2263 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2264
2265         * gdb.ada/mi_var_union.exp: New testcase.
2266         * gdb.ada/mi_var_union/bar.adb: New file.
2267         * gdb.ada/mi_var_union/pck.adb: New file.
2268         * gdb.ada/mi_var_union/pck.asd: New file.
2269
2270 2018-09-08  Tom Tromey  <tom@tromey.com>
2271
2272         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2273
2274 2018-09-08  Tom Tromey  <tom@tromey.com>
2275
2276         PR python/16047:
2277         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2278         (register_pretty_printers): Register new printer.
2279         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2280         test.
2281         * gdb.python/py-prettyprint.c (int_type3): New typedef.
2282         (an_int_type3): New global.
2283
2284 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2285
2286         * gdb.ada/expr_with_funcall: New testcase.
2287
2288 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2289
2290         * gdb.ada/packed_array_assign: New testcase.
2291
2292 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
2293
2294         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2295         names, and add test prefixes to make test names unique.
2296
2297 2018-09-05  Tom de Vries  <tdevries@suse.de>
2298
2299         * gdb.dwarf2/varval.exp: Add test.
2300
2301 2018-09-04  Gary Benson <gbenson@redhat.com>
2302
2303         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2304         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
2305
2306 2018-08-31  Tom Tromey  <tom@tromey.com>
2307
2308         * gdb.rust/simple.rs: Rename second variable "v".
2309
2310 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
2311
2312         * gdb.base/funcargs.c (use_a): New function.
2313         (recurse): Call use_a.
2314
2315 2018-08-29  Keith Seitz  <keiths@redhat.com>
2316
2317         * gdb.compile/compile-cplus-anonymous.cc: New file.
2318         * gdb.compile/compile-cplus-anonymous.exp: New file.
2319         * gdb.compile/compile-cplus-array-decay.cc: New file.
2320         * gdb.compile/compile-cplus-array-decay.exp: New file.
2321         * gdb.compile/compile-cplus-inherit.cc: New file.
2322         * gdb.compile/compile-cplus-inherit.exp: New file.
2323         * gdb.compile/compile-cplus-member.cc: New file.
2324         * gdb.compile/compile-cplus-member.exp: New file.
2325         * gdb.compile/compile-cplus-method.cc: New file.
2326         * gdb.compile/compile-cplus-method.exp: New file.
2327         * gdb.compile/compile-cplus-mod.c: "New" file.
2328         * gdb.compile/compile-cplus-namespace.cc: New file.
2329         * gdb.compile/compile-cplus-namespace.exp: New file.
2330         * gdb.compile/compile-cplus-nested.cc: New file.
2331         * gdb.compile/compile-cplus-nested.exp: New file.
2332         * gdb.compile/compile-cplus-print.c: "New" file.
2333         * gdb.compile/compile-cplus-print.exp: "New" file.
2334         * gdb.compile/compile-cplus-virtual.cc: New file.
2335         * gdb.compile/compile-cplus-virtual.exp: New file.
2336         * gdb.compile/compile-cplus.c: "New" file.
2337         * gdb.compile/compile-cplus.exp: "New" file.
2338         * lib/compile-support.exp: New file.
2339
2340 2018-08-16  Gary Benson <gbenson@redhat.com>
2341
2342         PR gdb/13000:
2343         * gdb.base/batch-exit-status.exp: New file.
2344         * gdb.base/batch-exit-status.good-commands: Likewise.
2345         * gdb.base/batch-exit-status.bad-commands: Likewise.
2346
2347 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
2348
2349         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2350         (struct struct02): Likewise.
2351         (struct struct03): Likewise.
2352         (struct struct04): Likewise.
2353         (struct struct_01_01): New struct.
2354         (struct struct_01_02): Likewise.
2355         (struct struct_01_03): Likewise.
2356         (struct struct_01_04): Likewise.
2357         (struct struct_02_01): Likewise.
2358         (struct struct_02_02): Likewise.
2359         (struct struct_02_03): Likewise.
2360         (struct struct_02_04): Likewise.
2361         (struct struct_04_01): Likewise.
2362         (struct struct_04_02): Likewise.
2363         (struct struct_04_03): Likewise.
2364         (struct struct_04_04): Likewise.
2365         (struct struct_05_01): Likewise.
2366         (struct struct_05_02): Likewise.
2367         (struct struct_05_03): Likewise.
2368         (struct struct_05_04): Likewise.
2369         (cmp_struct01): Remove function.
2370         (cmp_struct02): Likewise.
2371         (cmp_struct03): Likewise.
2372         (cmp_struct04): Likewise.
2373         (cmp_struct_01_01): Add Function.
2374         (cmp_struct_01_02): Likewise.
2375         (cmp_struct_01_03): Likewise.
2376         (cmp_struct_01_04): Likewise.
2377         (cmp_struct_02_01): Likewise.
2378         (cmp_struct_02_02): Likewise.
2379         (cmp_struct_02_03): Likewise.
2380         (cmp_struct_02_04): Likewise.
2381         (cmp_struct_04_01): Likewise.
2382         (cmp_struct_04_02): Likewise.
2383         (cmp_struct_04_03): Likewise.
2384         (cmp_struct_04_04): Likewise.
2385         (cmp_struct_05_01): Likewise.
2386         (cmp_struct_05_02): Likewise.
2387         (cmp_struct_05_03): Likewise.
2388         (cmp_struct_05_04): Likewise.
2389         (call_all): Add new structs.
2390         * gdb.base/infcall-nested-structs.exp: Likewise.
2391
2392 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
2393
2394         * gdb.python/py-framefilter-mi.exp: Update regexp to
2395         check for "arch" field in frame output.
2396
2397 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
2398
2399         * gdb.dwarf2/dw2-ranges-func.c: New file.
2400         * gdb.dwarf2/dw2-ranges-func.exp: New file.
2401
2402 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
2403
2404         * gdb.base/term.exp: Compare terminal settings with values from
2405         the inferior.
2406         * gdb.base/term.c: Get and set terminal settings.
2407
2408 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
2409
2410         * lib/mi-support.exp (mi_expect_stop): Update regexp to
2411         accommodate new "arch" field in frame output.
2412         * gdb.mi/mi-return.exp: Likewise.
2413         * gdb.mi/mi-stack.exp: Likewise.
2414         * gdb.mi/mi-syn-frame.exp: Likewise.
2415         * gdb.mi/user-selected-context-sync.exp: Likewise.
2416
2417 2018-08-19  Michael Spang  <spang@google.com>
2418
2419         PR gdb/11786
2420         * gdb.base/gcore-tls-pie.c: New file.
2421         * gdb.base/gcore-tls-pie.exp: New file.
2422
2423 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
2424
2425         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2426         * gdb.dwarf2/varval.c: New file.
2427         * gdb.dwarf2/varval.exp: New file.
2428
2429 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
2430
2431         PR gdb/18931
2432         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2433
2434 2018-08-16  Keith Seitz  <keiths@redhat.com>
2435
2436         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2437         tests expected to pass.
2438
2439 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
2440
2441         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2442         -data-disassemble -a.
2443         (test_disassembly_bogus_args): Likewise.
2444
2445 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
2446
2447         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2448
2449 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2450
2451         * gdb.base/vla-optimized-out.exp: Add new test.
2452
2453 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2454
2455         * gdb.base/vla-optimized-out-o3.exp: Delete.
2456         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2457         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2458         deleted tests.
2459
2460 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2461
2462         PR gdb/18050:
2463         * gdb.server/extended-remote-restart.c: New file.
2464         * gdb.server/extended-remote-restart.exp: New file.
2465
2466 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
2467
2468         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2469         "set variable index = 42".
2470
2471 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
2472
2473         * boards/index-cache-gdb.exp: New file.
2474         * gdb.dwarf2/index-cache.exp: New file.
2475         * gdb.dwarf2/index-cache.c: New file.
2476         * gdb.base/maint.exp: Check if we are using the index cache.
2477
2478 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2479
2480         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2481         MAKEFLAGS.
2482
2483 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2484
2485         * dg-extract-results.sh: Move to toplevel contrib.
2486         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2487         * Makefile.in (check-parallel-racy): Likewise.
2488
2489 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2490
2491         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2492         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2493         tests if the target supports scheduler locking.
2494
2495 2018-08-04  Tom de Vries  <tdevries@suse.de>
2496
2497         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2498
2499 2018-08-02  Tom Tromey  <tom@tromey.com>
2500
2501         PR symtab/16842.
2502         * gdb.cp/temargs.exp: Test "info address" of a template
2503         parameter.
2504
2505 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
2506
2507         * gdb.python/py-mi-var-info-path-expression.c: New file.
2508         * gdb.python/py-mi-var-info-path-expression.py: New file.
2509         * gdb.python/py-mi-var-info-path-expression.exp: New file.
2510
2511 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2512
2513         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2514         error after "cannot resolve name" string.
2515
2516 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2517
2518         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2519         started.
2520         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2521
2522 2018-07-28  Tom de Vries  <tdevries@suse.de>
2523
2524         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2525
2526 2018-07-26  Tom de Vries  <tdevries@suse.de>
2527
2528         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2529
2530 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2531
2532         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2533         is visible.
2534
2535 2018-07-26  Tom de Vries  <tdevries@suse.de>
2536
2537         PR breakpoints/23366
2538         * gdb.base/catch-follow-exec.c: New test.
2539         * gdb.base/catch-follow-exec.exp: New file.
2540
2541 2018-07-25  Tom de Vries  <tdevries@suse.de>
2542
2543         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
2544         vla-optimized-out.c.
2545
2546 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
2547
2548         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2549         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2550
2551 2018-07-20  Tom de Vries  <tdevries@suse.de>
2552
2553         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2554         NOCLONE macro.
2555         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2556
2557 2018-07-19  Tom de Vries  <tdevries@suse.de>
2558
2559         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2560         regular expression.
2561
2562 2018-07-18  Tom de Vries  <tdevries@suse.de>
2563
2564         * gdb.base/vla-optimized-out.c: New test.
2565         * gdb.base/vla-optimized-out.exp: New file.
2566
2567 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2568
2569         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2570         message "No address associated with hostname" when gdbserver
2571         cannot resolve the hostname.
2572
2573 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2574
2575         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2576         Add some test prefixes to make tests unique.
2577
2578 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2579
2580         * gdb.base/frameapply.c: New file.
2581         * gdb.base/frameapply.exp: New file.
2582
2583 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2584
2585         * gdb.base/skip.exp: Update expected error message.
2586
2587 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2588             Jan Kratochvil  <jan.kratochvil@redhat.com>
2589             Paul Fertser  <fercerpav@gmail.com>
2590             Tsutomu Seki  <sekiriki@gmail.com>
2591
2592         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2593         parameter.
2594         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2595         by default.
2596         * boards/native-gdbserver.exp: Likewise.
2597         * gdb.server/run-without-local-binary.exp: Improve regexp used
2598         for detecting when a remote debugging connection succeeds.
2599         * gdb.server/server-connect.exp: New file.
2600         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2601         Do not prefix the port number with ":".
2602         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
2603         support for detecting and using it.  Add '$debughost_gdbserver'
2604         to the list of arguments used to start gdbserver.  Handle case
2605         when gdbserver cannot resolve a network name.
2606
2607 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2608
2609         PR c++/23373
2610         * gdb.base/ptype-offsets.cc (struct static_member): New
2611         struct.
2612         (main) <stmember>: New variable.
2613         * gdb.base/ptype-offsets.exp: Add test for printing a struct
2614         with a static member in it.
2615
2616 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
2617
2618         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2619         watchpoints enabled and disabled.
2620
2621 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2622
2623         * gdb.base/examine-backward.exp: Still run tests around address
2624         0x0, even if address 0x0 is not readable.  Update the pattern for
2625         matching address 0x0 in expected output.
2626
2627 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2628
2629         * gdb.base/share-env-with-gdbserver.c (main): Add call to
2630         malloc/free.
2631
2632 2018-07-04  Tom de Vries  <tdevries@suse.de>
2633
2634         * gdb.dwarf2/dw2-error.exp: Update expected error message.
2635
2636 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
2637
2638         PR tdep/8282
2639         * gdb.arch/mips-disassembler-options.exp: New test.
2640         * gdb.arch/mips-disassembler-options.s: New test source.
2641
2642 2018-06-29  Pedro Alves  <palves@redhat.com>
2643
2644         * gdb.threads/names.exp: Adjust expected "info threads" output.
2645
2646 2018-06-29  Pedro Alves  <palves@redhat.com>
2647
2648         * gdb.opt/inline-break.exp (line number, address): Add "info
2649         break" tests.
2650
2651 2018-06-29  Pedro Alves  <palves@redhat.com>
2652
2653         * gdb.opt/inline-break.c (func1): Add "break here" marker.
2654         * gdb.opt/inline-break.exp: Test setting breakpoints by line
2655         number and address and running to them.
2656
2657 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
2658
2659         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2660
2661 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2662
2663         * lib/compiler.c: Remove executable permission flag.
2664
2665 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
2666
2667         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2668         code.
2669         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2670
2671 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2672
2673         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2674
2675 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2676
2677         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2678         address argument is omitted.
2679
2680 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2681
2682         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2683
2684 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
2685
2686         PR gdb/21695
2687         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2688         * gdb.base/infoline-reloc-main-from-zero.c: New file.
2689
2690 2018-06-26  Tom Tromey  <tom@tromey.com>
2691
2692         PR rust/22574:
2693         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2694         * gdb.rust/simple.rs (struct SimpleLayout): New.
2695
2696 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
2697
2698         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2699         "info registers" output.
2700
2701 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
2702
2703         * gdb.base/watchpoint-hw-attach.c: New test.
2704         * gdb.base/watchpoint-hw-attach.exp: New file.
2705
2706 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
2707
2708         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2709         through /bin/sh.
2710         * boards/dwarf4-gdb-index.exp: Likewise.
2711         * boards/fission-dwp.exp: Likewise.
2712
2713 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
2714
2715         * gdb.base/float128.exp: Add comment and improved fail message
2716         to the failure case of "print large128" test.
2717
2718 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2719
2720         * configure.ac: Remove AC_PREREQ.
2721         * configure: Re-generate.
2722
2723 2018-06-19  Pedro Alves  <palves@redhat.com>
2724
2725         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2726         (func_extern_caller): New.
2727         (main): Call func_extern_caller.
2728         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2729         logic change.
2730
2731 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
2732
2733         PR gdb/16841
2734         * gdb.cp/typedef-base.cc: New file.
2735         * gdb.cp/typedef-base.exp: New file.
2736
2737 2018-06-18  Tom de Vries  <tdevries@suse.de>
2738
2739         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2740
2741 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
2742             Richard Bunt <Richard.Bunt@arm.com>
2743
2744         * gdb.threads/attach-slow-waitpid.c: New file.
2745         * gdb.threads/attach-slow-waitpid.exp: New file.
2746         * gdb.threads/slow-waitpid.c: New file.
2747
2748 2018-06-14  Pedro Alves  <palves@redhat.com>
2749
2750         * gdb.base/fork-running-state.c: Include <errno.h>.
2751         (exit_if_relative_exits): New.
2752         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2753         exits.
2754         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2755         child exits.
2756
2757 2018-06-14  Tom de Vries  <tdevries@suse.de>
2758
2759         PR cli/22573
2760         * gdb.base/finish-pretty.c: New test.
2761         * gdb.base/finish-pretty.exp: New file.
2762
2763 2018-06-14  Pedro Alves  <palves@redhat.com>
2764
2765         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2766         gdb's expected startup output.
2767
2768 2018-06-14  Pedro Alves  <palves@redhat.com>
2769
2770         * lib/selftest-support.exp (selftest_setup): Remove inlined
2771         function handling.
2772
2773 2018-06-14  Tom de Vries  <tdevries@suse.de>
2774
2775         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2776         matching of breakpoint printing.
2777
2778 2018-06-13  Tom de Vries  <tdevries@suse.de>
2779
2780         PR testsuite/23269
2781         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2782         (fork_child): ... here, and ...
2783         (fork_parent): ... here.
2784
2785 2018-06-12  Tom de Vries  <tdevries@suse.de>
2786
2787         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2788
2789 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2790             Stephen Roberts  <stephen.roberts@arm.com>
2791
2792         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2793         rewrite test to describe action performed, rather than possible
2794         failure.
2795
2796 2018-06-08  Gary Benson <gbenson@redhat.com>
2797
2798         * gdb.threads/check-libthread-db.exp: New file.
2799         * gdb.threads/check-libthread-db.c: Likewise.
2800
2801 2018-06-05  Tom Tromey  <tom@tromey.com>
2802
2803         * gdb.base/default.exp: Update expected "show version" output.
2804
2805 2018-06-05  Tom Tromey  <tom@tromey.com>
2806
2807         PR cli/12326:
2808         * gdb.cp/static-print-quit.exp: Update.
2809         * lib/gdb.exp (pagination_prompt): Update.
2810         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
2811         * gdb.python/python.exp: Update.
2812
2813 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
2814
2815         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2816
2817 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
2818
2819         * gdb.ada/bp_fun_addr: New testcase.
2820
2821 2018-06-01  Tom Tromey  <tom@tromey.com>
2822
2823         * gdb.xml/tdesc-regs.exp (load_description): Update expected
2824         results.
2825         * gdb.dwarf2/method-ptr.exp: Set language to C++.
2826         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2827         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2828         * gdb.base/maint.exp (maint_pass_if): Update.
2829
2830 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
2831
2832         * gdb.base/endian.exp: New test.
2833         * gdb.base/endian.c: New test source.
2834
2835 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
2836
2837         PR gdb/23203
2838         * gdb.base/bt-selected-frame.c: New file.
2839         * gdb.base/bt-selected-frame.exp: New file.
2840         * lib/gdb.exp (get_current_frame_number): New function.
2841
2842 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
2843             Pedro Alves  <palves@redhat.com>
2844
2845         * gdb.threads/tls-core.c: Include <stdlib.h>
2846         (thread_proc): Call `abort'.
2847         * gdb.threads/tls-core.exp: Generate a core with core_find too.
2848         (tls_core_test): New procedure, bits factored out from ...
2849         (top level): ... here.  Test both native cores and gcore cores.
2850
2851 2018-05-23  Tom Tromey  <tom@tromey.com>
2852
2853         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2854
2855 2018-05-23  Tom Tromey  <tom@tromey.com>
2856
2857         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2858         symfile_complaints.
2859         (test_short_complaints): Likewise.
2860         (test_empty_complaints): Likewise.
2861         (test_initial_complaints): Update.
2862
2863 2018-05-23  Tom Tromey  <tom@tromey.com>
2864
2865         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2866
2867 2018-05-23  Tom Tromey  <tom@tromey.com>
2868
2869         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2870         (test_short_complaints): Update.
2871
2872 2018-05-22  Pedro Alves  <palves@redhat.com>
2873
2874         * gdb.base/remote.exp: Only gdb_start after compiling the
2875         testcase.  Issue "disconnect" before testing "set remote" command
2876         defaults.  Issue clean_restart before running to main.
2877
2878 2018-05-22  Pedro Alves  <palves@redhat.com>
2879
2880         * gdb.base/remote.exp: Adjust expected output of "show remote
2881         memory-write-packet-size".  Add tests for "set remote
2882         memory-write-packet-size 0" and "set remote
2883         memory-write-packet-size fixed/limit".
2884
2885 2018-05-22  Pedro Alves  <palves@redhat.com>
2886
2887         PR gdb/22973
2888         * gdb.base/utf8-identifiers.c: New file.
2889         * gdb.base/utf8-identifiers.exp: New file.
2890
2891 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
2892
2893         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2894
2895 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
2896
2897         * gdb.arch/powerpc-vsx-gcore.exp: New file.
2898
2899 2018-05-18  Tom Tromey  <tom@tromey.com>
2900
2901         * gdb.base/ptype-offsets.exp: Update.
2902
2903 2018-05-17  Keith Seitz  <keiths@redhat.com>
2904
2905         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2906         in expected breakpoint stop locations.
2907         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2908         move to proper scope to test variable values.
2909         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2910         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2911         New functions.
2912         (main): Call not_inline_func3.
2913         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2914         inline_func1, inline_func2, and inline_func3.  Test that when each
2915         breakpoint is hit, GDB properly reports both the stop location
2916         and the backtrace. Repeat tests for temporary breakpoints.
2917
2918 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
2919
2920         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2921         rather then trying to access it in determining whether the PID
2922         of `gdbserver' could have been retrieved.
2923
2924 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2925
2926         * gdb.arch/amd64-init-x87-values.S: New file.
2927         * gdb.arch/amd64-init-x87-values.exp: New file.
2928
2929 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2930
2931         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2932
2933 2018-05-04  Tom Tromey  <tom@tromey.com>
2934
2935         PR python/22730:
2936         * gdb.python/python.exp: Test multi-line execute.
2937
2938 2018-05-04  Tom Tromey  <tom@tromey.com>
2939
2940         PR python/22731:
2941         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2942
2943 2018-05-04  Tom Tromey  <tom@tromey.com>
2944
2945         PR gdb/11750:
2946         * gdb.base/define.exp: Test defining a user command inside a user
2947         command.
2948         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2949
2950 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2951             Pedro Alves <palves@redhat.com>
2952
2953         PR breakpoints/19806 and support for PR external/20207.
2954         * gdb.base/watchpoint-unaligned.c: New file.
2955         * gdb.base/watchpoint-unaligned.exp: New file.
2956
2957 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2958
2959         * gdb.base/maint.exp: Make test names unique, use
2960         test_prefix_command_help to test 'help maint info', and remove
2961         repeated test of 'help maint'.
2962
2963 2018-05-04  Tom Tromey  <tom@tromey.com>
2964
2965         PR gdb/22619:
2966         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2967         behavior.
2968
2969 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2970
2971         * gdb.base/maint.exp: Process output from 'maint print registers'
2972         line at a time.
2973
2974 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2975
2976         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2977         timeout.
2978
2979 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2980
2981         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2982         filter pattern.
2983
2984 2018-05-02  Pedro Alves  <palves@redhat.com>
2985
2986         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2987         to_log_command renames.
2988         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2989
2990 2018-05-02  Tom Tromey  <tom@tromey.com>
2991
2992         * gdb.python/py-parameter.exp: Set test message.
2993
2994 2018-05-02  Tom Tromey  <tom@tromey.com>
2995
2996         PR python/20084:
2997         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2998         PARAM_ZUINTEGER_UNLIMITED tests.
2999
3000 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
3001
3002         PR rust/23124
3003         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3004         when casting.
3005
3006 2018-04-30  Tom Tromey  <tom@tromey.com>
3007
3008         * gdb.python/py-type.exp: Check align attribute.
3009         * gdb.python/py-type.c: New "aligncheck" global.
3010
3011 2018-04-30  Tom Tromey  <tom@tromey.com>
3012
3013         PR exp/17095:
3014         * gdb.dwarf2/dw2-align.exp: New file.
3015         * gdb.cp/align.exp: New file.
3016         * gdb.base/align.exp: New file.
3017         * lib/gdb.exp (gdb_int128_helper): New proc.
3018         (has_int128_c, has_int128_cxx): New caching procs.
3019
3020 2018-04-27  Tom Tromey  <tom@tromey.com>
3021
3022         PR rust/22545:
3023         * gdb.rust/simple.exp: Add inclusive range tests.
3024
3025 2018-04-26  Pedro Alves  <palves@redhat.com>
3026
3027         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3028         ifunc breakpoint locations correctly of ifunc breakpoints set
3029         while the program resolves the ifunc.
3030
3031 2018-04-26  Pedro Alves  <palves@redhat.com>
3032
3033         * gdb.base/gnu-ifunc-final.c: New file.
3034         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3035         * gdb.base/gnu-ifunc.exp (executable): Delete.
3036         (staticexecutable): Adjust.
3037         (lib_opts, exec_opts): Delete.
3038         (make_binsuffix, build, set-break): New procedures.
3039         (misc_tests): New, with tests factored out from the top level.
3040         (top level): Test different combinations of ifunc resolver name,
3041         resolver with and with debug info, and ifunc target with and
3042         without debug info.  Wrap static tests with with_target_prefix.
3043
3044 2018-04-26  Pedro Alves  <palves@redhat.com>
3045
3046         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3047         return type" warnings.
3048
3049 2018-04-25  Pedro Alves  <palves@redhat.com>
3050
3051         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3052         killed".
3053         * gdb.base/kill-after-signal.exp: Likewise.
3054         * gdb.threads/kill.exp: Likewise.
3055
3056 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3057             Sergio Durigan Junior  <sergiodj@redhat.com>
3058             Pedro Alves  <palves@redhat.com>
3059
3060         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3061         regexps to expect for '[Inferior ... detached]' as well.
3062         * gdb.base/attach.exp: Likewise.
3063         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3064         "gdb_continue_to_end".
3065         (test_catch_syscall_with_wrong_args): Likewise.
3066         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3067         ']'.  Don't set 'verbose' on.
3068         * gdb.base/foll-vfork.exp: Likewise.
3069         * gdb.base/fork-print-inferior-events.c: New file.
3070         * gdb.base/fork-print-inferior-events.exp: New file.
3071         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3072         '[Inferior ... has been killed]' message.
3073         * gdb.base/kill-after-signal.exp: Likewise.
3074         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3075         detach message.
3076         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3077         message.
3078         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3079         regexps to expect for '[Inferior ... detached]' as well.
3080         * gdb.threads/process-dies-while-detaching.exp: Likewise.
3081
3082 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
3083
3084         PR gdb/23104
3085         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3086
3087 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
3088
3089         * gdb.threads/multiple-successive-infcall.c: New test.
3090         * gdb.threads/multiple-successive-infcall.exp: New file.
3091
3092 2018-04-17  Tom Tromey  <tom@tromey.com>
3093
3094         * gdb.rust/simple.rs (Union): New type.
3095         (main): New local "u".
3096         * gdb.rust/simple.exp (test_one_slice): Add new test case.
3097
3098 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3099
3100         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3101         number information in output of "whereis" command.
3102         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3103
3104 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3105
3106         * gdb.ada/info_types.exp: Adjust expected output to the line
3107         numbers now printed by "info var/func/type".
3108         * gdb.base/completion.exp: Likewise.
3109         * gdb.base/included.exp: Likewise.
3110         * gdb.cp/cp-relocate.exp: Likewise.
3111         * gdb.cp/cplusfuncs.exp: Likewise.
3112         * gdb.cp/namespace.exp: Likewise.
3113         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3114
3115 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3116
3117         * gdb.btrace/cpu.exp: New.
3118
3119 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3120
3121         * gdb.base/step-indirect-call-thunk.exp: New.
3122         * gdb.base/step-indirect-call-thunk.c: New.
3123         * gdb.reverse/step-indirect-call-thunk.exp: New.
3124         * gdb.reverse/step-indirect-call-thunk.c: New.
3125
3126 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
3127
3128         * gdb.base/pie-fork.c: New file.
3129         * gdb.base/pie-fork.exp: New file.
3130
3131 2018-04-11  Tom Tromey  <tom@tromey.com>
3132
3133         * gdb.rust/simple.exp: Add test for ".." struct initializer.
3134
3135 2018-04-10  Pedro Alves  <palves@redhat.com>
3136
3137         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3138         exits.  Instead loop running forever.
3139         (fork_parent): Run forever too.
3140
3141 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
3142
3143         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3144         mi_continue_to_line.
3145         * gdb.mi/mi-stack.c (callee4): Add comment.
3146
3147 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
3148
3149         * gdb.mi/mi-stack.exp: Fix indentation.
3150
3151 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
3152
3153         PR gdb/22979
3154         * gdb.arch/amd64-osabi.exp: New file.
3155
3156 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
3157
3158         PR gdb/22980
3159         * gdb.base/osabi.exp: New file.
3160
3161 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
3162
3163         * gdb.cp/static-typedef-print.exp: New file.
3164         * gdb.cp/static-typedef-print.cc: New file.
3165
3166 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3167
3168         * gdb.ada/varsize_limit: New testcase.
3169
3170 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3171
3172         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3173
3174         * gdb.ada/notcplusplus: New testcase.
3175
3176         * gdb.base/c-linkage-name.c: New file.
3177         * gdb.base/c-linkage-name.exp: New testcase.
3178
3179 2018-03-26  Tom Tromey  <tom@tromey.com>
3180
3181         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3182         * gdb.python/py-framefilter.py (name_error): New global.
3183         (ErrorInName.function): Use name_error.
3184
3185 2018-03-26  Tom Tromey  <tom@tromey.com>
3186
3187         PR backtrace/15582:
3188         * gdb.python/py-framefilter.exp: Add "bt hide" test.
3189
3190 2018-03-23  Keith Seitz  <keiths@redhat.com>
3191
3192         PR c++/22968
3193         * gdb.cp/subtypes.exp: New file.
3194         * gdb.cp/subtypes.h: New file.
3195         * gdb.cp/subtypes.cc: New file.
3196         * gdb.cp/subtypes-2.cc: New file.
3197
3198 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
3199
3200         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3201         (done): Call '_exit' not 'exit' to avoid atexit handlers.
3202         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3203         -nostartfiles when compiling the test.  Confirm that all registers
3204         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3205
3206 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
3207
3208         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3209         option, syntax was wrong anyway.
3210         * gdb.arch/arm-disp-step.exp: Likewise.
3211         * gdb.arch/sparc64-regs.exp: Likewise.
3212         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3213         option, syntax was wrong anyway, switch to use
3214         prepare_for_testing.
3215         * gdb.arch/i386-disp-step.exp: Likewise.
3216
3217 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3218
3219         * gdb.ada/exec_changed.exp: Replace "target_info exists
3220         use_gdb_stub" by "use_gdb_stub".
3221         * gdb.ada/start.exp: Likewise.
3222         * gdb.base/async-shell.exp: Likewise.
3223         * gdb.base/attach-pie-misread.exp: Likewise.
3224         * gdb.base/attach-wait-input.exp: Likewise.
3225         * gdb.base/break-entry.exp: Likewise.
3226         * gdb.base/break-interp.exp: Likewise.
3227         * gdb.base/dprintf-detach.exp: Likewise.
3228         * gdb.base/nostdlib.exp: Likewise.
3229         * gdb.base/solib-nodir.exp: Likewise.
3230         * gdb.base/statistics.exp: Likewise.
3231         * gdb.base/testenv.exp: Likewise.
3232         * gdb.mi/mi-exec-run.exp: Likewise.
3233         * gdb.mi/mi-start.exp: Likewise.
3234         * gdb.multi/dummy-frame-restore.exp: Likewise.
3235         * gdb.multi/multi-arch-exec.exp: Likewise.
3236         * gdb.multi/multi-arch.exp: Likewise.
3237         * gdb.multi/tids.exp: Likewise.
3238         * gdb.multi/watchpoint-multi.exp: Likewise.
3239         * gdb.python/py-events.exp: Likewise.
3240         * gdb.threads/attach-into-signal.exp: Likewise.
3241         * gdb.threads/attach-stopped.exp: Likewise.
3242         * gdb.threads/threadapply.exp: Likewise.
3243         * lib/selftest-support.exp: Likewise.
3244
3245 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3246
3247         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3248
3249 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
3250
3251         * gdb.perf/template-breakpoints.cc: New file.
3252         * gdb.perf/template-breakpoints.exp: New file.
3253         * gdb.perf/template-breakpoints.py: New file.
3254
3255 2018-03-19  Tom Tromey  <tom@tromey.com>
3256
3257         * gdb.rust/simple.rs (main): Add local variables field1, field2,
3258         y0.
3259         * gdb.rust/simple.exp: Test bare identifier form of struct
3260         initializer.
3261
3262 2018-03-19  Tom Tromey  <tom@tromey.com>
3263
3264         * gdb.gdb/observer.exp: Remove.
3265
3266 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3267
3268         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3269         "qualified" option when setting breakpoints.
3270         * gdb.trace/backtrace.exp: Likewise.
3271         * gdb.trace/circ.exp: Likewise.
3272         * gdb.trace/collection.exp: Likewise.
3273         * gdb.trace/disconnected-tracing.exp: Likewise.
3274         * gdb.trace/ftrace-lock.exp: Likewise.
3275         * gdb.trace/ftrace.exp: Likewise.
3276         * gdb.trace/infotrace.exp: Likewise.
3277         * gdb.trace/packetlen.exp: Likewise.
3278         * gdb.trace/passc-dyn.exp: Likewise.
3279         * gdb.trace/qtro.exp: Likewise.
3280         * gdb.trace/read-memory.exp: Likewise.
3281         * gdb.trace/report.exp: Likewise.
3282         * gdb.trace/signal.exp: Likewise.
3283         * gdb.trace/status-stop.exp: Likewise.
3284         * gdb.trace/strace.exp: Likewise.
3285         * gdb.trace/tfind.exp: Likewise.
3286         * gdb.trace/trace-break.exp: Likewise.
3287         * gdb.trace/trace-condition.exp: Likewise.
3288         * gdb.trace/trace-mt.exp: Likewise.
3289         * gdb.trace/tstatus.exp: Likewise.
3290         * gdb.trace/tsv.exp: Likewise.
3291         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3292         * gdb.trace/unavailable.exp: Likewise.
3293         * gdb.trace/while-dyn.exp: Likewise.
3294
3295 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3296
3297         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3298         that libinproctrace is copied to the target.
3299
3300 2018-03-14  Tom Tromey  <tom@tromey.com>
3301
3302         PR cli/14977:
3303         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3304         a null pointer.
3305         * gdb.base/wchar.exp: Likewise.
3306
3307 2018-03-14  Tom Tromey  <tom@tromey.com>
3308
3309         PR cli/19918:
3310         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3311         flag.
3312
3313 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
3314
3315         PR gdb/22841
3316         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3317         "target" to remote_exec.
3318
3319 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
3320
3321         PR gdb/22841
3322         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3323         ${board}_upload): Remove.
3324
3325 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3326
3327         * gdb.cp/watch-cp.cc: New test.
3328         * gdb.cp/watch-cp.exp: New file.
3329
3330 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3331
3332         * gdb.base/infcall-nested-structs.exp: New file.
3333         * gdb.base/infcall-nested-structs.c: New file.
3334         * gdb.base/float.exp: Add riscv support.
3335
3336 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3337
3338         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3339         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3340
3341 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3342
3343         * gdb.server/abspath.exp: New file.
3344         * lib/gdb.exp (with_cwd): New procedure.
3345
3346 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
3347
3348         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3349         use it.
3350         (gdb_is_target_remote_prompt): New proc.
3351         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3352         (gdb_is_target_native): Pass prompt parameter to
3353         gdb_is_target_1.
3354
3355 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
3356
3357         * gdb.base/load-command.c: New file.
3358         * gdb.base/load-command.exp: New file.
3359         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3360         (gdb_is_target_1): ...this, and generalize for other targets
3361         than just remote.
3362         (gdb_is_target_remote): Use gdb_is_target_1.
3363         (gdb_is_target_native): use gdb_is_target_1.
3364
3365 2018-02-26  Tom Tromey  <tom@tromey.com>
3366
3367         PR python/16497:
3368         * gdb.python/py-framefilter.exp: Update test.
3369
3370 2018-02-26  Tom Tromey  <tom@tromey.com>
3371
3372         * gdb.dwarf2/variant.c: New file.
3373         * gdb.dwarf2/variant.exp: New file.
3374
3375 2018-02-26  Tom Tromey  <tom@tromey.com>
3376
3377         * gdb.rust/simple.exp: Accept more possible results in enum test.
3378
3379 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
3380
3381         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3382         parentheses.
3383
3384 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
3385
3386         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3387         name of a variable: $actual_linejj -> $actual_line.
3388
3389 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
3390
3391         * gdb.arch/amd64-i386-address.exp: Fix a typo.
3392
3393 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
3394
3395         * gdb.btrace/buffer-size.exp: Do not force BTS.
3396
3397 2018-02-14  Pedro Alves  <palves@redhat.com>
3398
3399         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3400         getting a "Quit".
3401
3402 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
3403
3404         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3405         Fix test name.
3406
3407 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
3408
3409         * gdb.cp/m-static.exp: Check type of optimized out static
3410         member.
3411
3412 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
3413
3414         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3415         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3416
3417 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
3418             Leszek Swirski  <leszeks@google.com>
3419
3420         * gdb.python/py-prettyprint.c
3421         (struct to_string_returns_value_inner,
3422         struct to_string_returns_value_wrapper): New.
3423         (main): Add tsrvw variable.
3424         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3425         ToStringReturnsValueWrapper): New classes.
3426         (register_pretty_printers): Register new pretty-printers.
3427         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3428         recursive pretty printer.
3429         * gdb.python/py-mi.exp: Likewise.
3430
3431 2018-02-01  Leszek Swirski  <leszeks@google.com>
3432
3433         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3434         functions with the same name as an include file are parsed
3435         correctly.
3436
3437 2018-02-01  Yao Qi  <yao.qi@linaro.org>
3438
3439         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3440         "\[^\r\n\]*".
3441
3442 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
3443
3444         * gdb.arch/powerpc-prologue-frame.s: New file.
3445         * gdb.arch/powerpc-prologue-frame.c: Likewise.
3446         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3447
3448 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
3449
3450         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3451
3452 2018-01-30  Pedro Alves  <palves@redhat.com>
3453
3454         PR gdb/13211
3455         * gdb.base/interrupt-daemon.c: New.
3456         * gdb.base/interrupt-daemon.exp: New.
3457         * gdb.multi/multi-term-settings.c: New.
3458         * gdb.multi/multi-term-settings.exp: New.
3459
3460 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
3461
3462         * gdb.base/break.exp: Save the location where the breakpoint
3463         on break.c:47 was actually inserted when debugging the version
3464         compiled at -O2 and use it in the expected output of the "info
3465         break" test performed soon after.
3466
3467 2018-01-22  Pedro Alves  <palves@redhat.com>
3468             Sergio Durigan Junior  <sergiodj@redhat.com>
3469
3470         * gdb.base/whatis.exp: Add tests for 'set print object on' +
3471         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3472
3473 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
3474
3475         * gdb.base/break-include.c, gdb.base/break-include.inc,
3476         gdb.base/break-include.exp: New files.
3477         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3478         line number now being the actual line number where the breakpoint
3479         was inserted.
3480         * gdb.mi/mi-break.exp: Likewise.
3481         * gdb.mi/mi-reverse.exp: Likewise.
3482         * gdb.mi/mi-simplerun.exp: Ditto.
3483
3484 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3485
3486         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3487         varobj.
3488         * gdb.mi/mi-var-create-rtti.exp: Likewise.
3489
3490 2018-01-21  Don Breazeal  <donb@codesourcery.com>
3491             Andrew Burgess  <andrew.burgess@embecosm.com>
3492
3493         * gdb.mi/basics.c: Add new global.
3494         * gdb.mi/mi-frame-regs.exp: New file.
3495         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3496         case.
3497
3498 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3499
3500         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3501         non-parameter, and on an unknown symbol.
3502
3503 2018-01-19  Tom Tromey  <tom@tromey.com>
3504
3505         * gdb.rust/modules.rs (TWENTY_THREE): New global.
3506         * gdb.rust/modules.exp: Add ::-qualified lookup test.
3507
3508 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3509
3510         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3511         setrlimit and chdir to int.
3512
3513 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3514
3515         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3516         function.
3517         (my_tend): Likewise.
3518         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3519         rationale of avoiding FP- and vector instructions.
3520
3521 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
3522
3523         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3524         "info reg" with "\[ \t\]*".
3525         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3526         "\[ \t\]+".
3527         * gdb.arch/s390-multiarch.exp: Ditto.
3528         * gdb.base/pc-fp.exp: Ditto.
3529         * gdb.reverse/i386-precsave.exp: Ditto.
3530         * gdb.reverse/i386-reverse.exp: Ditto.
3531         * gdb.reverse/i387-env-reverse.exp: Ditto.
3532         * gdb.reverse/i387-stack-reverse.exp: Ditto.
3533
3534 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3535
3536         * lib/gdb.exp (gdb_compile): Re-enable use of
3537         universal_compile_options for languages other than Rust.
3538
3539 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3540
3541         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3542
3543 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
3544
3545         PR gdb/16577
3546         * gdb.base/solib-vanish.exp: New.
3547         * gdb.base/solib-vanish-main.c: New.
3548         * gdb.base/solib-vanish-lib1.c: New.
3549         * gdb.base/solib-vanish-lib2.c: New.
3550
3551 2018-01-17  Yao Qi  <yao.qi@linaro.org>
3552
3553         * gdb.compile/compile.exp: Match the address printed for
3554         frame in the output of command "bt".
3555
3556 2018-01-15  Tom Tromey  <tom@tromey.com>
3557
3558         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3559         compute sp_reg.
3560
3561 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
3562
3563         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3564         to prepare.
3565         (prepare): Return 0 on error, 1 on success.
3566
3567 2018-01-12  Pedro Alves  <palves@redhat.com>
3568
3569         * gdb.base/continue-after-aborted-step-over.c: New.
3570         * gdb.base/continue-after-aborted-step-over.exp: New.
3571
3572 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
3573
3574         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3575         options when not creating an executable.
3576
3577 2018-01-11  Pedro Alves  <palves@redhat.com>
3578
3579         PR remote/22597
3580         * gdb.server/stop-reply-no-thread.c: New file.
3581         * gdb.server/stop-reply-no-thread.exp: New file.
3582
3583 2018-01-10  Pedro Alves  <palves@redhat.com>
3584
3585         PR gdb/22670
3586         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
3587         functions too.  Test setting breakpoints and printing C functions
3588         with no debug info too.
3589         * gdb.ada/bp_c_mixed_case/qux.c: New file.
3590
3591 2018-01-10  Pedro Alves  <palves@redhat.com>
3592
3593         PR gdb/22670
3594         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3595         a fail.
3596
3597 2018-01-10  Pedro Alves  <palves@redhat.com>
3598
3599         PR gdb/22670
3600         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3601
3602 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
3603
3604         * gdb.server/unittest.exp: Match the output in non-development
3605         mode.
3606
3607 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
3608
3609         * gdb.gdb/unittest.exp: Match output in non-development mode.
3610
3611 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
3612
3613         * gdb.ada/access_tagged_param.exp: Relax expected output
3614         for value of "ObjL" in "continue" to pck.inspect breakpoint
3615         test.
3616
3617 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
3618
3619         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3620         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3621
3622 2018-01-05  Pedro Alves  <palves@redhat.com>
3623
3624         PR gdb/18653
3625         * gdb.base/libsegfault.exp: New.
3626
3627 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3628
3629         PR gdb/22670
3630         * gdb.ada/access_tagged_param.exp: New file.
3631         * gdb.ada/access_tagged_param/foo.adb: New file.
3632
3633 2018-01-05  Pedro Alves  <palves@redhat.com>
3634
3635         PR gdb/22670
3636         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
3637         exercise lower case too, and to exercise both full matching and
3638         wild matching.
3639
3640 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3641
3642         * gdb.ada/rename_subscript_param: New testcase.
3643
3644 2018-01-05  Jerome Guitton  <guitton@adacore.com>
3645
3646         * gdb.ada/arr_acc_idx_w_gap: New testcase.
3647
3648 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3649
3650         * gdb.ada/convvar_comp: New testcase.
3651
3652 2018-01-05  Xavier Roirand  <roirand@adacore.com>
3653
3654         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3655         (My_Table): New global variable.
3656         * testsuite/gdb.ada/array_char_idx.exp: Add test.
3657
3658 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3659
3660         PR gdb/22670
3661         * gdb.ada/maint_with_ada: New testcase.
3662
3663 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3664
3665         PR gdb/22670
3666         * gdb.ada/bp_c_mixed_case: New testcase.
3667
3668 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3669
3670         PR gdb/22670
3671         * gdb.ada/complete.exp: Add "complete break ada" test.
3672
3673 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3674
3675         PR gdb/22670
3676         * gdb.ada/info_addr_mixed_case: New testcase.
3677
3678 2018-01-03  Xavier Roirand  <roirand@adacore.com>
3679
3680         * gdb.ada/excep_handle.exp: New testcase.
3681         * gdb.ada/excep_handle/foo.adb: New file.
3682         * gdb.ada/excep_handle/pck.ads: New file.
3683
3684 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
3685
3686         * gdb.base/step-line.c: Add extra empty line in copyright header.
3687         * gdb.base/step-line.inp: Likewise.
3688
3689 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
3690
3691         * gdb.ada/dyn_stride.exp: Add slice test.
3692
3693 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
3694
3695         * gdb.ada/dyn_stride: New testcase.
3696
3697 2017-12-27  Stafford Horne  <shorne@gmail.com>
3698
3699         * gdb.xml/extra-regs.xml: Add example foo reggroup.
3700         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3701
3702 2017-12-27  Stafford Horne  <shorne@gmail.com>
3703
3704         * gdb.base/reggroups.c: New file.
3705         * gdb.base/reggroups.exp: New file.
3706
3707 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
3708
3709         * gdb.dwarf2/ada-valprint-error.c: New file.
3710         * gdb.dwarf2/ada-valprint-error.exp: New file.
3711
3712 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
3713
3714         * gdb.ada/assign_arr: New testcase.
3715
3716 2017-12-18  Xavier Roirand  <roirand@adacore.com>
3717
3718         * gdb.ada/funcall_ptr: New testcase.
3719
3720 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3721
3722         PR cli/16224
3723         * gdb.base/ptype-offsets.cc: New file.
3724         * gdb.base/ptype-offsets.exp: New file.
3725
3726 2017-12-15  Yao Qi  <yao.qi@linaro.org>
3727
3728         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3729         if XML is disabled.
3730
3731 2017-12-15  Xavier Roirand  <roirand@adacore.com>
3732
3733         * gdb.ada/same_component_name: New testcase.
3734
3735 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
3736
3737         * gdb.ada/str_binop_equal: New testcase.
3738
3739 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
3740
3741         * gdb.ada/task_switch_in_core: New testcase.
3742
3743 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
3744
3745         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3746         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3747         call test_bkpt_qualified.
3748         (test_bkpt_qualified): New proc.
3749
3750 2017-12-13  Pedro Alves  <palves@redhat.com>
3751
3752         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3753         Tighten regexp by matching with an anchor.
3754
3755 2017-12-13  Pedro Alves  <palves@redhat.com>
3756
3757         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3758         ("expression with namespace"): New set of tests.
3759         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3760         (Nested::Test_NS::qux): New.
3761         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3762         defaults to 'start_quote_char' and 'end_quote_char' parameters.
3763
3764 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
3765
3766         * gdb.base/server-del-break.c: New file.
3767         * gdb.base/server-del-break.exp: New file.
3768
3769 2017-12-12  Stafford Horne  <shorne@gmail.com>
3770
3771         * gdb.xml/tdesc-regs.exp: Add or1k support.
3772
3773 2017-12-12  Stafford Horne  <shorne@gmail.com>
3774
3775         * gdb.base/bp-permanent.c: Define nop of or1k.
3776
3777 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
3778
3779         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3780         output with components being reordered.
3781
3782 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
3783
3784         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3785         output with components being reordered.
3786
3787 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3788             Pedro Alves  <palves@redhat.com>
3789
3790         * gdb.base/maint.exp (check for .gdb_index): Check also for
3791         .debug_names.
3792         * gdb.dlang/watch-loc.c (.debug_aranges): New.
3793         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3794         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3795         (.gdb_index used after symbol reloading): Support also .debug_names.
3796         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3797
3798 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3799
3800         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3801         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3802
3803 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3804
3805         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3806         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3807
3808 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3809
3810         * gdb.arch/aarch64-tagged-pointer.c: New file.
3811         * gdb.arch/aarch64-tagged-pointer.exp: New file.
3812
3813 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
3814
3815         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3816         "int".
3817
3818 2017-12-07  Keith Seitz  <keiths@redhat.com>
3819
3820         PR breakpoints/22569
3821         * gdb.linespec/ls-errs.exp: Change expected result of "break
3822         -source this file has spaces.c -line 3".
3823         Check that an explicit source file followed by whitespace is
3824         identified as an invalid explicit location.
3825
3826 2017-12-07  Keith Seitz  <keiths@redhat.com>
3827
3828         * gdb.cp/nested-types.cc: New file.
3829         * gdb.cp/nested-types.exp: New file.
3830         * lib/cp-support.exp: Load data-structures.exp library.
3831         (debug_cp_test_ptype_class): New global.
3832         (cp_ptype_class_verbose, next_line): New procedures.
3833         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3834         Add and document new return value.
3835         Switch the list of lines to a queue.
3836         Add support for new `type' key for nested type definitions.
3837         Add debugging/troubleshooting messages.
3838         * lib/data-structures.exp: New file.
3839
3840 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
3841
3842         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3843         with proc_with_prefix, don't use with_test_prefix.
3844
3845 2017-12-07  Tom Tromey  <tom@tromey.com>
3846
3847         * gdb.base/break.exp: Add test for empty "commands".
3848
3849 2017-12-07  Yao Qi  <yao.qi@linaro.org>
3850
3851         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3852         malloc and catch syscall.
3853
3854 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
3855
3856         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3857         tests for explicit locations.
3858
3859 2017-12-06  Pedro Alves  <palves@redhat.com>
3860
3861         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3862         force-disabling XML descriptions.
3863
3864 2017-12-04  Pedro Alves  <palves@redhat.com>
3865
3866         PR gdb/22499
3867         * gdb.arch/amd64-disp-step-avx.S: New file.
3868         * gdb.arch/amd64-disp-step-avx.exp: New file.
3869
3870 2017-12-03  Pedro Alves  <palves@redhat.com>
3871
3872         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3873         and <string.h>.
3874         (parent_function): Print distinct messages when waitpid fails, or
3875         the child exits with a signal, or the child exits for an unhandled
3876         reason.
3877         * gdb.threads/process-dies-while-detaching.exp
3878         (detach_and_expect_exit): New 'inf_output_re' parameter and use
3879         it.  Wait for both inferior output and GDB's prompt.  Use an
3880         indirect spawn id list.
3881         (do_detach): New parameter 'child_exit'.  Use it to compute
3882         expected inferior output.
3883         (test_detach, test_detach_watch, test_detach_killed_outside):
3884         Adjust to pass down the expected child exit kind.
3885
3886 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
3887             Sergio Durigan Junior  <sergiodj@redhat.com>
3888             Pedro Alves  <palves@redhat.com>
3889
3890         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3891
3892 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3893
3894         * gdb.base/relocate.exp: Add tests to guarantee that arguments
3895         to 'symbol-file' and 'add-symbol-file' can be
3896         position-independent.
3897
3898 2017-12-01  Yao Qi  <yao.qi@linaro.org>
3899
3900         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3901         the URL in copyright header.
3902         * gdb.arch/aarch64-fp.exp: Likewise.
3903         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3904         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3905         * gdb.base/expand-psymtabs.exp: Likewise.
3906         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3907         * gdb.fortran/common-block.exp: Likewise.
3908         * gdb.fortran/common-block.f90: Likewise.
3909         * gdb.fortran/logical.exp: Likewise.
3910         * gdb.fortran/vla-datatypes.f90: Likewise.
3911         * gdb.fortran/vla-sub.f90: Likewise.
3912
3913 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
3914
3915         * gdb.ada/repeat_dyn: New testcase.
3916
3917 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
3918
3919         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3920         Update for changed thread numbering.
3921         * gdb.cell/bt.exp: Update for changed GDB output.
3922
3923 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
3924
3925         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3926         setting isremote by hand.
3927         * boards/dwarf4-gdb-index.exp: Likewise.
3928         * boards/fission.exp: Likewise.
3929         * boards/stabs.exp: Likewise.
3930
3931 2017-11-30  Pedro Alves  <palves@redhat.com>
3932
3933         * gdb.linespec/cpls-ops.exp
3934         (check_explicit_skips_function_argument): Extract the underlying
3935         type of size_t instead of hardcoding it.
3936
3937 2017-11-29  Pedro Alves  <palves@redhat.com>
3938
3939         PR c++/19436
3940         * gdb.linespec/cpls-abi-tag.cc: New file.
3941         * gdb.linespec/cpls-abi-tag.exp: New file.
3942
3943 2017-11-29  Pedro Alves  <palves@redhat.com>
3944
3945         * gdb.base/langs.exp: Use -qualified.
3946         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3947         it.
3948         * gdb.cp/namespace.exp: Use -qualified.
3949         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3950         (overload-3, template-overload, template-ret-type, const-overload)
3951         (const-overload-quoted, anon-ns, ambiguous-prefix): New
3952         procedures.
3953         (test_driver): Call them.
3954         * gdb.cp/save-bp-qualified.cc: New.
3955         * gdb.cp/save-bp-qualified.exp: New.
3956         * gdb.linespec/explicit.exp: Test -qualified.
3957         * lib/completion-support.exp (completion::explicit_opts_list): Add
3958         "-qualified".
3959         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3960
3961 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3962
3963         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3964
3965 2017-11-29  Tom Tromey  <tom@tromey.com>
3966
3967         * gdb.base/relocate.exp: Update invalid argument test.
3968         Add new tests for invalid arguments.
3969
3970 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3971
3972         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3973         Return 0 as a long.
3974         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3975
3976 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3977
3978         * gdb.cp/breakpoint.cc (bar): Set return type to void.
3979         * gdb.cp/psymtab-parameter.cc (func): Likewise.
3980         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3981         func ().
3982         * gdb.cp/shadow.cc (B.func): Return 0.
3983
3984 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
3985
3986         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3987         expected output in gdb_expect call to allow the exception
3988         message to be present as well.  Fix syntax confusion to avoid
3989         TCL thinking that exception_name is an array.
3990
3991 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
3992
3993         * gdb.arch/spu-info.c: Include <unistd.h>.
3994         (do_signal_test): Fix broken calls to write.
3995         * gdb.arch/spu-info.exp: Use prepare_for_testing.
3996         Fix checks for empty mailboxes.  Update signal tests for corrected
3997         do_signal_test routine.  Allow nonzero event status.
3998         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3999         * gdb.cell/arch.exp: Use standard_output_file.
4000         * gdb.cell/break.exp: Likewise.
4001         * gdb.cell/bt.exp: Likewise.
4002         * gdb.cell/core.exp: Likewise.
4003         * gdb.cell/dwarfaddr.exp: Likewise.
4004         * gdb.cell/ea-cache.exp: Likewise.
4005         * gdb.cell/ea-standalone.exp: Likewise.
4006         * gdb.cell/f-regs.exp: Likewise.
4007         * gdb.cell/fork.exp: Likewise.
4008         * gdb.cell/gcore.exp: Likewise.
4009         * gdb.cell/mem-access.exp: Likewise.
4010         * gdb.cell/ptype.exp: Likewise.
4011         * gdb.cell/registers.exp: Likewise.
4012         * gdb.cell/sizeof.exp: Likewise.
4013         * gdb.cell/solib-symbol.exp: Likewise.
4014         * gdb.cell/solib.exp: Likewise.
4015
4016 2017-11-25   Pedro Alves  <palves@redhat.com>
4017
4018         * gdb.base/complete-empty.exp: New file.
4019         * gdb.base/completion.exp: Adjust.
4020
4021 2017-11-25  Pedro Alves  <palves@redhat.com>
4022
4023         * gdb.linespec/cpls-ops.cc: New file.
4024         * gdb.linespec/cpls-ops.exp: New file.
4025         * lib/completion-support.exp (test_complete_prefix_range_re): New,
4026         factored out from ...
4027         (test_complete_prefix_range): ... this.
4028
4029 2017-11-24  Pedro Alves  <palves@redhat.com>
4030
4031         * gdb.linespec/cpcompletion.exp: New file.
4032         * gdb.linespec/cpls-hyphen.cc: New file.
4033         * gdb.linespec/cpls.cc: New file.
4034         * gdb.linespec/cpls2.cc: New file.
4035         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
4036         test to use test_gdb_complete_unique.  Add label completion,
4037         keyword completion and explicit location completion tests.
4038         * lib/completion-support.exp: New file.
4039
4040 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
4041
4042         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4043         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4044         when hitting an exception catchpoint.
4045
4046 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4047
4048         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4049
4050 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
4051
4052         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4053         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4054         * gdb.dwarf2/info-locals-optimized-out.c: New file.
4055
4056 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4057
4058         * gdb.base/info-os.exp: Pass pthreads.
4059         * gdb.multi/multi-attach.exp: Likewise.
4060
4061 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4062
4063         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4064         compiler.
4065
4066 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4067
4068         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4069         * gdb.base/break-interp.exp: Likewise.
4070         * gdb.base/jit-attach-pie.exp: Likewise.
4071
4072 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
4073
4074         * gdb.base/float128.c (large128): New variable.
4075         * gdb.base/float128.exp: Add test to print largest __float128 value.
4076
4077 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
4078
4079         * gdb.arch/vsx-regs.exp: Update register content checks.
4080
4081 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
4082
4083         * gdb.arch/ppc-longdouble.exp: New file.
4084         * gdb.arch/ppc-longdouble.c: Likewise.
4085
4086 2017-11-21  Pedro Alves  <palves@redhat.com>
4087
4088         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4089
4090 2017-11-20  Pedro Alves  <palves@redhat.com>
4091
4092         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4093         (long_double_typedef): New typedefs.
4094         Use DEF on double and long double.
4095         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4096         cases.
4097         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4098         and 'long_double_ptr_same_size' locals.  Use them to decide
4099         whether cast from array/function to float is valid/invalid.
4100
4101 2017-11-17  Tom Tromey  <tom@tromey.com>
4102
4103         * gdb.rust/traits.rs: New file.
4104         * gdb.rust/traits.exp: New file.
4105
4106 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
4107
4108         * gdb.ada/minsyms: New testcase.
4109
4110 2017-11-16  Pedro Alves  <palves@redhat.com>
4111
4112         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4113         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4114
4115 2017-11-16  Pedro Alves  <palves@redhat.com>
4116
4117         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4118         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4119
4120 2017-11-16  Pedro Alves  <palves@redhat.com>
4121
4122         * gdb.server/reconnect-ctrl-c.c: New file.
4123         * gdb.server/reconnect-ctrl-c.exp: New file.
4124
4125 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
4126
4127         * gdb.python/py-rbreak.exp: New file.
4128         * gdb.python/py-rbreak.c: New file.
4129         * gdb.python/py-rbreak-func2.c: New file.
4130
4131 2017-11-16  Pedro Alves  <palves@redhat.com>
4132
4133         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4134         pattern.
4135         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4136         GDB.
4137
4138 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
4139
4140         * gdb.tui/completionn.exp (test_tab_completion): Add space in
4141         regex.
4142
4143 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
4144
4145         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4146         test names.
4147
4148 2017-11-09  Pedro Alves  <palves@redhat.com>
4149
4150         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4151         factored out from ...
4152         (top level): ... here, and adjusted to avoid expecting beyond the
4153         prompt in a single gdb_test_multiple.
4154
4155 2017-11-09  Pedro Alves  <palves@redhat.com>
4156
4157         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4158         output.
4159         * gdb.server/ext-attach.exp ("kill" test): Likewise.
4160         * gdb.server/ext-restart.exp ("kill" test): Likewise.
4161         * gdb.server/ext-run.exp ("kill" test): Likewise.
4162         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4163
4164 2017-11-09  Pedro Alves  <palves@redhat.com>
4165
4166         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4167         match till end of line.
4168
4169 2017-11-09  Pedro Alves  <palves@redhat.com>
4170
4171         * gdb.base/memattr.exp: Tighten regexes to match the end line.
4172
4173 2017-11-09  Pedro Alves  <palves@redhat.com>
4174
4175         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4176         New procedures, factored out from ...
4177         (top level): ... here, and adjusted to avoid expecting beyond the
4178         prompt in one go.
4179
4180 2017-11-09  Pedro Alves  <palves@redhat.com>
4181
4182         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4183         output.  Fix '?' match.
4184
4185 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
4186
4187         * gdb.ada/scoped_watch: New testcase.
4188         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4189         which is actually correct.
4190         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4191         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4192
4193 2017-11-08  Pedro Alves  <palves@redhat.com>
4194
4195         * gdb.gdb/complaints.exp (test_initial_complaints)
4196         (test_serial_complaints, test_short_complaints): Call
4197         complaint_internal instead of complaint.
4198
4199 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
4200
4201         * gdb.threads/tls-core.c: New file.
4202         * gdb.threads/tls-core.exp: Likewise.
4203
4204 2017-11-08   Pedro Alves  <palves@redhat.com>
4205
4206         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4207         (p Exported_Capitalized): New test.
4208         (p exported_capitalized): New test.
4209
4210 2017-11-07  Pedro Alves  <palves@redhat.com>
4211
4212         * gdb.cp/ena-dis-br-range.exp: Add more tests.
4213
4214 2017-11-07  Pedro Alves  <palves@redhat.com>
4215
4216         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4217         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4218         (disable_invalid, disable_inverted, disable_negative): New
4219         procedures.
4220         ("bad numbers"): New set of tests.
4221
4222 2017-11-07  Pedro Alves  <palves@redhat.com>
4223
4224         * gdb.cp/ena-dis-br-range.exp: Add tests.
4225
4226 2017-11-07  Pedro Alves  <palves@redhat.com>
4227
4228         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4229
4230 2017-11-07  Xavier Roirand  <roirand@adacore.com>
4231             Pedro Alves  <palves@redhat.com>
4232
4233         * gdb.base/ena-dis-br.exp: Add reference to
4234         gdb.cp/ena-dis-br-range.exp.
4235         * gdb.cp/ena-dis-br-range.exp: New file.
4236         * gdb.cp/ena-dis-br-range.cc: New file.
4237
4238 2017-11-06  Pedro Alves  <palves@redhat.com>
4239
4240         * gdb.base/attach-non-pgrp-leader.c: New.
4241         * gdb.base/attach-non-pgrp-leader.exp: New.
4242
4243 2017-11-06  Pedro Alves  <palves@redhat.com>
4244
4245         * configure.ac: No longer check for termio.h and sgtty.h.
4246         * configure: Regenerate.
4247         * remote-utils.c: Include termios.h instead of gdb_termios.h.
4248         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4249         Remove termio and sgtty code.
4250
4251 2017-11-03  Yao Qi  <yao.qi@linaro.org>
4252
4253         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4254         in GDB is disabled.
4255
4256 2017-11-03  Yao Qi  <yao.qi@linaro.org>
4257
4258         * gdb.python/py-thrhandle.exp: Skip it if python is not
4259         enabled.
4260
4261 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
4262
4263         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4264         as a breakpoint command.
4265
4266 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
4267
4268         PR python/21213
4269         * gdb.python/py-infthread.exp: Test calling
4270         InferiorThread.inferior () multiple times in a row.
4271
4272 2017-10-27  Keith Seitz  <keiths@redhat.com>
4273
4274         * gdb.opt/inline-break.exp (break_info_1): New procedure.
4275         Test "info break" for every inlined function breakpoint.
4276
4277 2017-10-27  Yao Qi  <yao.qi@linaro.org>
4278
4279         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4280
4281 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
4282
4283         * gdb.cp/classes.exp (test_static_members): Test printing
4284         Outer::instance.
4285         * gdb.cp/classes.c (struct Inner, struct Outer): New.
4286         (Inner::instance, Outer::instance): New.
4287
4288 2017-10-24  Pedro Alves  <palves@redhat.com>
4289
4290         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4291         extra console" test in two stages.
4292
4293 2017-10-24  Pedro Alves  <palves@redhat.com>
4294
4295         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4296
4297 2017-10-24  Pedro Alves  <palves@redhat.com>
4298
4299         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4300         loop.
4301
4302 2017-10-24  Pedro Alves  <palves@redhat.com>
4303
4304         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4305         $attempt" and "stoppedtry $stoppedtry" test prefixes.
4306
4307 2017-10-24  Pedro Alves  <palves@redhat.com>
4308
4309         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4310         parameter and handle it.  Don't output read value in test name.
4311
4312 2017-10-24  Pedro Alves  <palves@redhat.com>
4313
4314         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4315         custom test name.
4316
4317 2017-10-24  Pedro Alves  <palves@redhat.com>
4318
4319         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4320         include the unstable output directory name in the test's name.
4321         (initial_setup_simple) <'set args'>: Use custom test name.
4322
4323 2017-10-24  Pedro Alves  <palves@redhat.com>
4324
4325         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4326         with explicit test name.
4327
4328 2017-10-20  Pedro Alves  <palves@redhat.com>
4329
4330         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4331         'wait -i'.  Use gdb_assert and remote_close.
4332
4333 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
4334
4335         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4336         number from variable rather than hard-coded.
4337
4338 2017-10-19  Pedro Alves  <palves@redhat.com>
4339
4340         * gdb.base/long-inferior-output.c: New file.
4341         * gdb.base/long-inferior-output.exp: New file.
4342
4343 2017-11-18  Keith Seitz  <keiths@redhat.com>
4344
4345         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4346         method.
4347         (main): Call it.
4348         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4349         Add additional user-defined conversion operator tests.
4350
4351 2017-10-17  Pedro Alves  <palves@redhat.com>
4352
4353         * boards/native-stdio-gdbserver.exp: Load "local-board".
4354
4355 2017-10-17  Pedro Alves  <palves@redhat.com>
4356
4357         * gdb.base/quit-live.c: New file.
4358         * gdb.base/quit-live.exp: New file.
4359
4360 2017-10-16  Keith Seitz  <keiths@redhat.com>
4361
4362         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4363         (class_with_protected_typedef, class_with_private_typedef)
4364         (struct_with_public_typedef, struct_with_protected_typedef)
4365         (struct_with_private_typedef): New classes/structs.
4366         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4367         typedefs and access specifiers.
4368
4369 2017-10-16  Pedro Alves  <palves@redhat.com>
4370             Simon Marchi  <simon.marchi@polymtl.ca>
4371
4372         * README (Local vs Remote vs Native): New section.
4373         * boards/local-board.exp: New file, with bits factored out from
4374         ...
4375         * boards/native-extended-gdbserver.exp: ... here.  Load
4376         "local-board".
4377         * boards/native-gdbserver.exp: Load "local-board".
4378         (${board}_spawn, ${board}_exec): Delete.
4379         * boards/native-stdio-gdbserver.exp: Most contents factored out to
4380         ...
4381         * boards/stdio-gdbserver-base.exp: ... this new file.
4382         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4383         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4384         procedure.
4385         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4386         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
4387         stdio_gdbserver_command.
4388         (${board}_get_remote_address, ${board}_get_comm_port)
4389         (${board}_download, ${board}_upload): Delete.
4390         (get_target_remote_pipe_cmd): New.
4391
4392 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
4393
4394         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4395         test_bkpt_deletion, test_bkpt_cond_and_cmds,
4396         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4397         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4398         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4399         remove with_test_prefix.
4400
4401 2017-10-13  Pedro Alves  <palves@redhat.com>
4402
4403         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4404         * gdb.base/annota1.exp: Use it instead of is_remote.
4405         * gdb.base/annota3.exp: Use it instead of is_remote.
4406         * gdb.cp/annota2.exp: Use it instead of is_remote.
4407         * gdb.cp/annota3.exp: Use it instead of is_remote.
4408         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4409
4410 2017-10-13  Pedro Alves  <palves@redhat.com>
4411
4412         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4413         (test_num_test_vars, run_and_count_vars, find_env)
4414         (test_set_unset_env, test_inherit_env_var): New procedures.
4415         (top level): Use them.
4416
4417 2017-10-13  Pedro Alves  <palves@redhat.com>
4418
4419         * lib/selftest-support.exp (selftest_setup): Extend comments, and
4420         also skip on stub-like targets.
4421
4422 2017-10-13  Pedro Alves  <palves@redhat.com>
4423
4424         PR gdb/22293
4425         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4426         (top level): Move some tests to ...
4427         (test_not_found): ... this new procedure.
4428         (top level): Call it.
4429
4430 2017-10-13  Pedro Alves  <palves@redhat.com>
4431
4432         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
4433         expect different "info terminal" output if testing with a
4434         non-native target.
4435
4436 2017-10-13  Pedro Alves  <palves@redhat.com>
4437             Simon Marchi  <simon.marchi@polymtl.ca>
4438
4439         PR python/12966
4440         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4441
4442 2017-10-13  Pedro Alves  <palves@redhat.com>
4443
4444         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4445         already.
4446
4447 2017-10-13  Pedro Alves  <palves@redhat.com>
4448
4449         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4450         is_remote.
4451
4452 2017-10-13  Pedro Alves  <palves@redhat.com>
4453
4454         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4455         is_remote.
4456
4457 2017-10-13  Pedro Alves  <palves@redhat.com>
4458
4459         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4460         is set.
4461         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
4462         instead of is_remote.
4463
4464 2017-10-13  Pedro Alves  <palves@redhat.com>
4465
4466         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4467         (top level): Add comment.
4468
4469 2017-10-13  Pedro Alves  <palves@redhat.com>
4470
4471         * gdb.base/remote.exp (top level): Fix comment typo and add
4472         missing return.
4473
4474 2017-10-13  Pedro Alves  <palves@redhat.com>
4475             Simon Marchi  <simon.marchi@polymtl.ca>
4476
4477         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4478         calls and add comments.  Skip test if use_gdb_stub is set.
4479         (top level): Use "set cwd" command instead of "cd" command.
4480
4481 2017-10-13  Pedro Alves  <palves@redhat.com>
4482
4483         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4484         is_remote target check.
4485
4486 2017-10-13  Pedro Alves  <palves@redhat.com>
4487
4488         * gdb.base/scope.exp: Use build_executable + clean_restart +
4489         gdb_file_cmd instead of prepare_for_testing and no longer skip
4490         "before run" tests on is_remote target boards.  Update comments.
4491         * boards/native-extended-gdbserver.exp
4492         (extended_gdbserver_load_last_file): New, factored out from ...
4493         (gdb_load): ... this.  Move further below and add comment.
4494         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4495
4496 2017-10-12  Pedro Alves  <palves@redhat.com>
4497
4498         * gdb.base/attach.exp: Remove references to gdb64.
4499         * gdb.base/dbx.exp: Remove references to gdb64.
4500
4501 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
4502             Pedro Alves  <palves@redhat.com>
4503
4504         * gdb.base/label.exp: Remove is_remote target check.
4505
4506 2017-10-12  Pedro Alves  <palves@redhat.com>
4507
4508         * gdb.base/auvx.exp (coredir): Update comment.
4509         (top level) <core_works>: Use "set cwd" command instead of "cd"
4510         command.
4511
4512 2017-10-12  Pedro Alves  <palves@redhat.com>
4513             Simon Marchi  <simon.marchi@polymtl.ca>
4514
4515         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4516         target boards.
4517
4518 2017-10-12  Pedro Alves  <palves@redhat.com>
4519             Simon Marchi  <simon.marchi@polymtl.ca>
4520
4521         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4522         Instead skip if there's any gdb_protocol set.
4523
4524 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
4525             Pedro Alves  <palves@redhat.com>
4526
4527         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4528
4529 2017-10-12  Pedro Alves  <palves@redhat.com>
4530             Simon Marchi  <simon.marchi@polymtl.ca>
4531
4532         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4533         instead of on dejagnu remote boards.
4534
4535 2017-10-12  Pedro Alves  <palves@redhat.com>
4536             Simon Marchi  <simon.marchi@polymtl.ca>
4537
4538         * gdb.base/inferior-died.exp: Remove is_remote and isnative
4539         checks.  Use build_executable + clean_restart instead of
4540         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
4541         of enabling non-stop after starting gdb.
4542
4543 2017-10-12  Pedro Alves  <palves@redhat.com>
4544
4545         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4546         * gdb.threads/non-ldr-exc-2.exp: Ditto.
4547         * gdb.threads/non-ldr-exc-3.exp: Ditto.
4548         * gdb.threads/non-ldr-exc-4.exp: Ditto.
4549
4550 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
4551
4552         * gdb.arch/arc-tdesc-cpu.exp: New file.
4553         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4554
4555 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
4556
4557         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4558
4559 2017-10-10  Pedro Alves <palves@redhat.com>
4560
4561         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4562         expect CLI output.
4563
4564 2017-10-10  Pedro Alves  <palves@redhat.com>
4565
4566         * lib/selftest-support.exp (selftest_setup): Update for
4567         captured_command_loop's prototype change.
4568
4569 2017-10-09  Pedro Alves  <palves@redhat.com>
4570
4571         Test both arch1=>arch2 and arch2=>arch1.
4572
4573         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4574         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
4575         factored out to...
4576         (append_arch1_options, append_arch2_options, append_arch_options)
4577         (build_executables): New procedures.
4578         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
4579         local.
4580         (top level): Add new 'first_arch' testing axis.
4581
4582 2017-10-09  Pedro Alves  <palves@redhat.com>
4583
4584         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4585         (barrier): New.
4586         (thread_start, all_started): New functions.
4587         (main): Spawn new thread and wait until it is scheduled.
4588         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4589         option.
4590         (do_test): Add 'selected_thread' parameter.  Run to all_started
4591         instead of main.  Explicitly set the breakpoint at main.  Switch
4592         to the SELECTED_THREAD thread.
4593         (top level): Test handling the exec event with either the main
4594         thread or the second thread selected.
4595
4596 2017-10-09  Pedro Alves  <palves@redhat.com>
4597
4598         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4599         logic.  Move STOP marker after the value checks.
4600         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4601         regexp.
4602
4603 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
4604
4605         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4606
4607 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4608
4609         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4610         integer-to-dfp conversion.
4611         * gdb.base/dfp-test.exp: Likewise.
4612
4613 2017-10-04  Pedro Alves  <palves@redhat.com>
4614
4615         * gdb.multi/hangout.c: Include <unistd.h>.
4616         (hangout_loop): New function.
4617         (main): Call alarm.  Call hangout_loop in a loop.
4618         * gdb.multi/hello.c: Include <unistd.h>.
4619         (hello_loop): New function.
4620         (main): Call alarm.  Call hangout_loop in a loop.
4621         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4622         inferior with the other selected.
4623
4624 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
4625
4626         * gdb.mi/list-thread-groups-available.exp: New file.
4627         * gdb.mi/list-thread-groups-available.c: New file.
4628
4629 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4630
4631         * gdb.base/set-cwd.exp: Make it available on
4632         native-extended-gdbserver.
4633
4634 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4635
4636         * gdb.base/set-cwd.c: New file.
4637         * gdb.base/set-cwd.exp: Likewise.
4638
4639 2017-10-02  Tom Tromey  <tom@tromey.com>
4640
4641         PR rust/22236:
4642         * gdb.rust/simple.rs (main): New variable "fslice".
4643         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
4644
4645 2017-10-02  Tom Tromey  <tom@tromey.com>
4646
4647         * gdb.rust/simple.exp: Test ptype of a slice.
4648
4649 2017-10-02  Tom Tromey  <tom@tromey.com>
4650
4651         * gdb.rust/simple.exp: Test index of slice.
4652
4653 2017-09-27  Tom Tromey  <tom@tromey.com>
4654
4655         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4656
4657 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4658             Pedro Alves  <palves@redhat.com>
4659
4660         * gdb.base/compare-sections.exp (get value of read-only section): Read
4661         as unsigned value.
4662         (corrupt read-only section): Likewise and don't set written if patching
4663         failed.
4664
4665 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
4666
4667         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4668         files.
4669
4670 2017-09-20  Pedro Alves  <palves@redhat.com>
4671
4672         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4673         symbol names in gdb's output.
4674         * gdb.cp/overload.exp ("list all overloads"): Likewise.
4675
4676 2017-09-20  Pedro Alves  <palves@redhat.com>
4677
4678         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4679         Rename to ...
4680         (test_list_ambiguous_symbol): ... this and add a symbol name
4681         parameter.  Adjust.
4682         (test_list_ambiguous_function): Reimplement on top of
4683         test_list_ambiguous_symbol and also test listing ambiguous
4684         variables.
4685         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4686         (ambiguous_fun): ... this.
4687         (ambiguous_var): New.
4688         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4689         (ambiguous_fun): ... this.
4690         (ambiguous_var): New.
4691
4692 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
4693
4694         * gdb.base/starti.c: New file.
4695         * gdb.base/starti.exp: New file.
4696         * lib/gdb.exp (gdb_starti_cmd): New procedure.
4697
4698 2017-09-14  Pedro Alves  <palves@redhat.com>
4699
4700         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4701         (top level): Use it instead of runto.
4702
4703 2017-09-11  Tom Tromey  <tom@tromey.com>
4704
4705         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4706
4707 2017-09-11  Tom Tromey  <tom@tromey.com>
4708
4709         * gdb.python/py-infthread.exp: Add tests for new_thread event.
4710         * gdb.python/py-inferior.exp: Add tests for new inferior events.
4711
4712 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
4713
4714         * gdb.fortran/printing-types.exp: New file.
4715         * gdb.fortran/printing-types.exp: New file.
4716
4717 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
4718
4719         * gdb.fortran/vla-ptype.exp: Fix typos.
4720         * gdb.fortran/vla-value.exp: Same.
4721
4722 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
4723
4724         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4725         * gdb.mi/mi-var-child-f.exp: Likewise.
4726         * gdb.mi/mi-vla-fortran.exp: Likewise.
4727
4728 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
4729             Christoph Weinmann  <christoph.t.weinmann@intel.com>
4730             Bernhard Heckel  <bernhard.heckel@intel.com>
4731
4732         * gdb.fortran/ptr-indentation.f90: New file.
4733         * gdb.fortran/ptr-indentation.exp: New file.
4734
4735 2017-09-05  Tom Tromey  <tom@tromey.com>
4736
4737         PR gdb/22010:
4738         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4739
4740 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4741
4742         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4743
4744 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4745
4746         * gdb.threads/tls-nodebug-pie.c: New file.
4747         * gdb.threads/tls-nodebug-pie.exp: New file.
4748
4749 2017-09-05  Tom Tromey  <tom@tromey.com>
4750
4751         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4752         for rust.
4753
4754 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
4755
4756         * gdb.multi/multi-arch-exec.exp: Test with different
4757         "follow-exec-mode" settings.
4758         (do_test): New procedure.
4759
4760 2017-09-04  Pedro Alves  <palves@redhat.com>
4761
4762         * gdb.base/func-static.c (S::method const, S::method volatile)
4763         (S::method volatile const): New methods.
4764         (c_s, v_s, cv_s): New instances.
4765         (main): Call method() on them.
4766         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4767         (cannot_resolve): New procedure.
4768         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
4769         print-quote-unquoted columns.
4770         (do_test): Test printing each scope too.
4771
4772 2017-09-04  Pedro Alves  <palves@redhat.com>
4773
4774         * gdb.base/local-static.exp: Also test with
4775         class::method::variable wholly quoted.
4776         * gdb.cp/m-static.exp (class::method::variable): Remove test.
4777
4778 2017-09-04  Pedro Alves  <palves@redhat.com>
4779
4780         * gdb.base/local-static.c: New.
4781         * gdb.base/local-static.cc: New.
4782         * gdb.base/local-static.exp:  New.
4783
4784 2017-09-04  Pedro Alves  <palves@redhat.com>
4785
4786         * gdb.asm/asm-source.exp: Add casts to int.
4787         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4788         (dataglobal64_1, dataglobal64_2): New globals.
4789         * gdb.base/nodebug.exp: Test different expressions involving the
4790         new globals, with print, whatis and ptype.  Add casts to int.
4791         * gdb.base/solib-display.exp: Add casts to int.
4792         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
4793         * gdb.cp/m-static.exp: Add cast to int.
4794         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4795         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4796         tls variable with no debug info without a cast.  Test with a cast
4797         to int too.
4798         * gdb.trace/entry-values.exp: Add casts.
4799
4800 2017-09-04  Pedro Alves  <palves@redhat.com>
4801
4802         * gdb.base/nodebug.exp: Test that ptype's error about functions
4803         with unknown return type includes the function name too.
4804
4805 2017-09-04  Pedro Alves  <palves@redhat.com>
4806
4807         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4808         return type of munmap in infcall.
4809         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4810         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
4811         type of ftell in infcall.
4812         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4813         type of getpid in infcall.
4814         * gdb.base/infcall-exec.exp: Cast return type of execlp in
4815         infcall.
4816         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4817         Bail on failure to extract the pid.
4818         * gdb.base/nodebug.c: #include <stdint.h>.
4819         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4820         New functions.
4821         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4822         Change expected output of print/whatis/ptype with functions with
4823         no debug info.  Test all supported languages.  Call
4824         test_call_promotion.
4825         * gdb.compile/compile.exp: Adjust expected output to expect
4826         warning.
4827         * gdb.threads/siginfo-threads.exp: Likewise.
4828
4829 2017-09-04  Pedro Alves  <palves@redhat.com>
4830
4831         * gdb.base/callfuncs.exp (do_function_calls): New parameter
4832         "prototypes".  Test calling float functions via prototyped and
4833         unprototyped function pointers.
4834         (perform_all_tests): New parameter "prototypes".  Pass it down.
4835         (top level): Pass down "prototypes" parameter to
4836         perform_all_tests.
4837
4838 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4839
4840         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4841         Test with nested loops.
4842
4843 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4844
4845         * gdb.base/commands.exp: Call the new procedures.
4846         (loop_break_test, loop_continue_test): New procedures.
4847
4848 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4849
4850         * gdb.base/commands.exp: Call new procedure.
4851         (define_if_without_arg_test): New procedure.
4852
4853 2017-09-04  Pedro Alves  <palves@redhat.com>
4854
4855         * gdb.base/list-ambiguous.exp: New file.
4856         * gdb.base/list-ambiguous0.c: New file.
4857         * gdb.base/list-ambiguous1.c: New file.
4858         * gdb.base/list.exp (test_list_range): Adjust expected output.
4859
4860 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
4861
4862         * gdb.base/share-env-with-gdbserver.c: New file.
4863         * gdb.base/share-env-with-gdbserver.exp: Likewise.
4864
4865 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4866
4867         * gdb.base/commands.exp (gdbvar_simple_if_test,
4868         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4869         progvar_simple_if_test, progvar_simple_while_test,
4870         progvar_complex_if_while_test, user_defined_command_test,
4871         user_defined_command_args_eval,
4872         user_defined_command_args_stack_test,
4873         user_defined_command_manyargs_test, bp_deleted_in_command_test,
4874         temporary_breakpoint_commands,
4875         gdb_test_no_prompt, redefine_hook_test,
4876         redefine_backtrace_test): Remove "global gdb_prompt".
4877
4878 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4879
4880         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4881         New proc, call it from toplevel.
4882
4883 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
4884
4885         PR remote/21852
4886         * gdb.server/normal.c: New file, copied from gdb.base.
4887         * gdb.server/run-without-local-binary.exp: New file.
4888
4889 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
4890
4891         * gdb.arch/sparc64-adi.exp: New file.
4892         * gdb.arch/sparc64-adi.c: New file.
4893
4894 2017-08-22  Pedro Alves  <palves@redhat.com>
4895
4896         * gdb.cp/overload.exp (line_range_pattern): New procedure.
4897         (top level): Add "list all overloads" tests.
4898
4899 2017-08-22  Tom Tromey  <tom@tromey.com>
4900
4901         * gdb.gdb/xfullpath.exp: Remove.
4902
4903 2017-08-21  Pedro Alves  <palves@redhat.com>
4904
4905         PR gdb/19487
4906         * gdb.base/symbol-alias.c: New.
4907         * gdb.base/symbol-alias2.c: New.
4908         * gdb.base/symbol-alias.exp: New.
4909
4910 2017-08-21  Pedro Alves  <palves@redhat.com>
4911
4912         * gdb.base/dfp-test.c
4913         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4914         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4915         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4916         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4917         * gdb.base/whatis-ptype-typedefs.c: New.
4918         * gdb.base/whatis-ptype-typedefs.exp: New.
4919         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4920         (an_int, an_int_type, an_int_type2): New globals.
4921         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4922         involving typedefs and cast expressions.
4923         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4924         (lookup_typedefs_function): New.
4925         (typedefs_pretty_printers_dict): New.
4926         (top level): Register lookup_typedefs_function in
4927         gdb.pretty_printers.
4928
4929 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4930
4931         * gdb.server/unittest.exp: New.
4932
4933 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4934
4935         PR gdb/21954
4936         * gdb.base/environ.exp: Add test to check if 'unset environment'
4937         works.
4938
4939 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4940
4941         * lib/gdb.exp (universal_compile_options): New caching proc.
4942         (gdb_compile): Suppress GCC's coloring of messages.
4943
4944 2017-08-14  Tom Tromey  <tom@tromey.com>
4945
4946         PR gdb/21675:
4947         * gdb.base/printcmds.exp (test_radices): New function.
4948         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4949         * gdb.base/sizeof.exp (check_valueof): Use p/d.
4950         * lib/gdb.exp (get_integer_valueof): Use p/d.
4951
4952 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
4953
4954         * lib/gdb.exp (get_valueof): Don't capture end-of-line
4955         characters.
4956
4957 2017-08-05  Tom Tromey  <tom@tromey.com>
4958
4959         * gdb.rust/simple.exp: Allow String to appear in a different
4960         namespace.
4961
4962 2017-07-26  Yao Qi  <yao.qi@linaro.org>
4963
4964         * gdb.gdb/unittest.exp: Invoke command
4965         "maintenance check xml-descriptions".
4966
4967 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4968
4969         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4970         calling context.
4971         (hex128): Drop erroneous calculation of parameters.
4972
4973 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
4974
4975         * gdb.python/py-unwind.exp: Disable stack protection when
4976         building test file.
4977
4978 2017-07-20  Pedro Alves  <palves@redhat.com>
4979
4980         * gdb.base/default.exp (set language): Adjust expected output.
4981
4982 2017-07-20  Pedro Alves  <palves@redhat.com>
4983
4984         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4985         (test_minsym): ... this, and make static.
4986         (get_pck__foo__bar__minsym): Rename to ...
4987         (get_test_minsym): ... this.
4988         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
4989         symbol names and comments.
4990         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4991         (get_test_minsym): ... this.
4992         (pck__foo__bar__minsym__2): Rename to ...
4993         (test_minsym): ... this.
4994         (main): Adjust.
4995
4996 2017-07-17  Pedro Alves  <palves@redhat.com>
4997
4998         * gdb.base/completion.exp: Adjust expected output.
4999         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5000         the completer works.
5001
5002 2017-07-17  Pedro Alves  <palves@redhat.com>
5003
5004         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5005
5006 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
5007
5008         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5009
5010 2017-07-14  Tom Tromey  <tom@tromey.com>
5011
5012         PR rust/21764:
5013         * gdb.rust/simple.exp: Add tests.
5014
5015 2017-07-14  Tom Tromey  <tom@tromey.com>
5016
5017         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5018
5019 2017-07-14  Pedro Alves  <palves@redhat.com>
5020
5021         * gdb.linespec/base/one/thefile.cc (z1): New function.
5022         * gdb.linespec/base/two/thefile.cc (z2): New function.
5023         * gdb.linespec/linespec.exp: Add tests.
5024
5025 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
5026
5027         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5028         to mi_create_breakpoint.
5029
5030 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
5031
5032         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5033         mi_create_breakpoint.
5034
5035 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
5036
5037         * gdb.dlang/demangle.exp: Update for demangling changes.
5038
5039 2017-07-09  Tom Tromey  <tom@tromey.com>
5040
5041         * gdb.dwarf2/shortpiece.exp: New file.
5042
5043 2017-07-06  David Blaikie  <dblaikie@gmail.com>
5044
5045         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5046         built from fissiont-multi-cu{1,2}.c.
5047         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5048         except putting 'main' and 'func' in separate CUs in the same DWO file.
5049         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5050         test.
5051         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5052         test.
5053
5054 2017-07-06  Pedro Alves  <palves@redhat.com>
5055
5056         * gdb.python/py-unwind.exp: Test flushregs.
5057
5058 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
5059
5060         PR cli/21688
5061         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5062         tests for alias commands and trailing whitespace.
5063
5064 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
5065
5066         PR cli/21688
5067         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5068         procedure.  Call it.
5069
5070 2017-06-29  Pedro Alves  <palves@redhat.com>
5071
5072         * gdb.base/printcmds.exp: Add tests.
5073
5074 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
5075
5076         PR gdb/21337
5077         * gdb.base/reread-readsym.exp: New file.
5078         * gdb.base/reread-readsym.c: New file.
5079
5080 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
5081
5082         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5083         subpattern.
5084
5085 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
5086
5087         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5088         extended mnemonic.
5089         * gdb.arch/powerpc-power9.s: Likewise.
5090
5091 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5092
5093         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5094         on 32-bit x86 targets.  Exploit is_*_target macros where
5095         appropriate.
5096
5097 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5098
5099         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5100         register pieces.
5101
5102 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5103
5104         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5105         located in one or more DWARF pieces.
5106
5107 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5108
5109         * lib/gdb.exp (get_endianness): New proc.
5110         * gdb.arch/aarch64-fp.exp: Use it.
5111         * gdb.arch/altivec-regs.exp: Likewise.
5112         * gdb.arch/e500-regs.exp: Likewise.
5113         * gdb.arch/vsx-regs.exp: Likewise.
5114         * gdb.base/dump.exp: Likewise.
5115         * gdb.base/funcargs.exp: Likewise.
5116         * gdb.base/gnu_vector.exp: Likewise.
5117         * gdb.dwarf2/formdata16.exp: Likewise.
5118         * gdb.dwarf2/implptrpiece.exp: Likewise.
5119         * gdb.dwarf2/nonvar-access.exp: Likewise.
5120         * gdb.python/py-inferior.exp: Likewise.
5121         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5122
5123 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5124
5125         PR gdb/21226
5126         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5127         stack value pieces are taken from the LSB end.
5128
5129 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5130
5131         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5132         variable at nonzero offset.
5133
5134 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5135
5136         * gdb.dwarf2/var-access.c: New file.
5137         * gdb.dwarf2/var-access.exp: New test.
5138         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5139
5140 2017-06-12  Tom Tromey  <tom@tromey.com>
5141
5142         * gdb.dwarf2/formdata16.exp: Add tests.
5143
5144 2017-06-12  Tom Tromey  <tom@tromey.com>
5145
5146         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5147
5148 2017-06-12  Tom Tromey  <tom@tromey.com>
5149
5150         PR exp/16225:
5151         * gdb.reverse/i386-sse-reverse.exp: Update tests.
5152         * gdb.arch/vsx-regs.exp: Update tests.
5153         * gdb.arch/s390-vregs.exp (hex128): New proc.
5154         Update test.
5155         * gdb.arch/altivec-regs.exp: Update tests.
5156
5157 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5158
5159         * gdb.base/startup-with-shell.c: New file.
5160         * gdb.base/startup-with-shell.exp: Likewise.
5161
5162 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5163
5164         * gdb.server/non-existing-program.exp: Update regex in order to
5165         reflect the fact that gdbserver is now using fork_inferior (with a
5166         shell) to startup the inferior.
5167
5168 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
5169
5170         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5171         support function calls from GDB.
5172
5173 2017-05-21  Tom Tromey  <tom@tromey.com>
5174
5175         PR rust/21466:
5176         * gdb.rust/unsized.exp: New file.
5177         * gdb.rust/unsized.rs: New file.
5178
5179 2017-05-19  Tom Tromey  <tom@tromey.com>
5180
5181         PR rust/21484:
5182         * gdb.rust/watch.exp: New file.
5183         * gdb.rust/watch.rs: New file.
5184
5185 2017-05-18  Tom Tromey  <tom@tromey.com>
5186
5187         * gdb.rust/simple.exp: Allow Box to be qualified.
5188
5189 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5190
5191         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5192
5193 2017-05-18  Pedro Alves  <palves@redhat.com>
5194
5195         * gdb.base/fileio.c (test_write, test_read, test_close)
5196         (test_fstat): Don't print 'ret' in the fail path.
5197
5198 2017-05-18  Pedro Alves  <palves@redhat.com>
5199
5200         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5201         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5202         (test_system, test_rename, test_unlink, test_time): Change
5203         prototypes.
5204         * gdb.base/fileio.exp (stop_msg): Adjust.
5205
5206 2017-05-18  Pedro Alves  <palves@redhat.com>
5207
5208         * gdb.base/fileio.c (null_str): New global.
5209         (test_stat): Use it.
5210         * gdb.base/fileio.exp: Remove nowarnings.
5211
5212 2017-05-17  Yao Qi  <yao.qi@linaro.org>
5213
5214         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5215
5216 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
5217
5218         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5219         argument command.
5220         (top-level): Invoke test_set_inferior_tty.
5221
5222 2017-05-04  Pedro Alves  <palves@redhat.com>
5223
5224         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5225         Add parens to print call for Python 3.
5226
5227 2017-05-03  Keith Seitz  <keiths@redhat.com>
5228
5229         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5230         (main): Call it.
5231
5232 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5233
5234         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5235         to prev and next.
5236
5237 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5238
5239         * gdb.python/py-record-btrace.exp: Remove test for
5240         gdb.BtraceInstruction.error.
5241
5242 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5243
5244         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5245
5246 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5247
5248         * gdb.python/py-record-btrace-threads.c: New file.
5249         * gdb.python/py-record-btrace-threads.exp: New file.
5250
5251 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5252
5253         PR testsuite/8595
5254         * gdb.base/environ.exp: Make test available in all architectures.
5255         Move bits related to "info program" testing to
5256         gdb.base/info-program.exp.  Rewrite tests to use the two new
5257         procedures mentione below.
5258         (test_set_show_env_var) New procedure.
5259         (test_set_show_env_var_equal): Likewise.
5260         * gdb.base/info-program.exp: New file.
5261
5262 2017-04-27  Keith Seitz  <keiths@redhat.com>
5263
5264         * gdb.cp/oranking.cc (test15): New function.
5265         (main): Call test15 and declare additional variables for testing.
5266         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5267         "p foo101('abc')" tests.
5268         Add tests for cv qualifier overloads.
5269         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5270         "lvalue reference overload" test.
5271         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5272         "print value of f1 on Child&& in f2" test.
5273
5274 2017-04-19  Pedro Alves  <palves@redhat.com>
5275
5276         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5277         procedure.
5278         (top level): Call it.
5279         * lib/gdb.exp (gdb_define_cmd): New procedure.
5280
5281 2017-04-12  Pedro Alves  <palves@redhat.com>
5282
5283         PR gdb/21323
5284         * gdb.cp/wide_char_types.c: Include <wchar.h>.
5285         (wchar): New global.
5286         * gdb.cp/wide_char_types.exp (wide_char_types_program)
5287         (do_test_wide_char, wide_char_types_no_program, top level): Add
5288         wchar_t testing.
5289
5290 2017-04-12  Pedro Alves  <palves@redhat.com>
5291
5292         PR c++/21323
5293         * gdb.cp/wide_char_types.c: New file.
5294         * gdb.cp/wide_char_types.exp: New file.
5295
5296 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
5297
5298         PR gdb/21352
5299         * gdb.trace/tsv.exp: Add test for "tsave -r".
5300
5301 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
5302
5303         * gdb.dlang/watch-loc.c: New file.
5304         * gdb.dlang/watch-loc.exp: New file.
5305
5306 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5307
5308         * gdb.python/py-section-script.exp (sepdebug): New testcases.
5309
5310 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
5311
5312         * gdb.arch/arc-analyze-prologue.S: New file.
5313         * gdb.arch/arc-analyze-prologue.exp: Likewise.
5314
5315 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
5316
5317         * gdb.arch/arc-decode-insn.S: New file.
5318         * gdb.arch/arc-decode-insn.exp: Likewise.
5319
5320 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
5321
5322         PR tdep/20928
5323         * gdb.arch/sparc64-regs.exp: New file.
5324         * gdb.arch/sparc64-regs.S: Likewise.
5325
5326 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
5327
5328         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5329         and memory view on Python 3.
5330
5331 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
5332             Keith Seitz  <keiths@redhat.com>
5333
5334         PR gdb/14441
5335         * gdb.cp/demangle.exp: Add rvalue reference tests.
5336         * gdb.cp/rvalue-ref-casts.cc: New file.
5337         * gdb.cp/rvalue-ref-casts.exp: New file.
5338         * gdb.cp/rvalue-ref-overload.cc: New file.
5339         * gdb.cp/rvalue-ref-overload.exp: New file.
5340         * gdb.cp/rvalue-ref-params.cc: New file.
5341         * gdb.cp/rvalue-ref-params.exp: New file.
5342         * gdb.cp/rvalue-ref-sizeof.cc: New file.
5343         * gdb.cp/rvalue-ref-sizeof.exp: New file.
5344         * gdb.cp/rvalue-ref-types.cc: New file.
5345         * gdb.cp/rvalue-ref-types.exp: New file.
5346         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5347         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5348
5349 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
5350
5351         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5352         New procedure.
5353
5354 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
5355
5356         * lib/mi-support.exp (mi_gdb_test): Add additional message
5357         for unexpected output.
5358
5359 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5360
5361         * gdb.base/examine-backward.c (Barrier): New character array
5362         constant, to ensure that TestStrings is preceded by a string
5363         terminator.
5364
5365 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5366
5367         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5368         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5369         and implicit pointer into such a location.
5370
5371 2017-03-16  Doug Evans  <dje@google.com>
5372
5373         * gdb.python/py-lazy-string (pointer): Really add new typedef.
5374
5375 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5376
5377         * gdb.cp/m-static.exp: Fix expectation for prototype of
5378         test5.single_constructor and single_constructor::single_constructor.
5379
5380 2017-03-16  Doug Evans  <dje@google.com>
5381
5382         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5383         * gdb.guile/scm-lazy-string.c: New file.
5384         * gdb.guile/scm-value.exp: Move lazy string tests to ...
5385         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
5386         for pointer, array, typedef lazy strings.
5387
5388 2017-03-16  Doug Evans  <dje@google.com>
5389
5390         PR python/17728, python/18439, python/18779
5391         * gdb.python/py-value.c (main) Delete locals sptr, sn.
5392         * gdb.python/py-lazy-string.c (pointer): New typedef.
5393         (main): New locals ptr, array, typedef_ptr.
5394         * gdb.python/py-value.exp: Move lazy string tests to ...
5395         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
5396         array, typedef lazy strings.
5397
5398 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
5399
5400         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5401           Add optional 'test' parameter.
5402
5403 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
5404
5405         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5406         Skip for versions of DejaGnu < 1.5.
5407
5408 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
5409
5410         * lib/gdb.exp (dejagnu_version): New proc.
5411         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5412         Use dejagnu_version.
5413
5414 2017-03-10  Keith Seitz  <keiths@redhat.com>
5415
5416         PR c++/8128
5417         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5418         type from destructor regexps.
5419         Add a branch which actually passes the test.
5420         Adjust "ptype t5i" test names.
5421
5422 2017-03-08  Pedro Alves  <palves@redhat.com>
5423
5424         * gdb.base/step-over-exit.exp: Add explicit test message.
5425
5426 2017-03-08  Pedro Alves  <palves@redhat.com>
5427
5428         PR gdb/18360
5429         * gdb.threads/interrupt-while-step-over.c: New file.
5430         * gdb.threads/interrupt-while-step-over.exp: New file.
5431
5432 2017-03-08  Pedro Alves  <palves@redhat.com>
5433
5434         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5435         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5436
5437 2017-03-08  Pedro Alves  <palves@redhat.com>
5438
5439         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5440         PKRU as not supported as a PASS.
5441
5442 2017-03-08  Pedro Alves  <palves@redhat.com>
5443
5444         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5445         prefix instead of $binfile1/$binfile2.
5446         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5447         in test message.
5448         * gdb.python/py-completion.exp: Use "load python file" as test
5449         messages instead of unstable path names.
5450
5451 2017-03-08  Pedro Alves  <palves@redhat.com>
5452             Jan Kratochvil  <jan.kratochvil@redhat.com>
5453
5454         PR cli/21218
5455         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5456         New proc.
5457         (top level): Call it.
5458
5459 2017-03-08  Pedro Alves  <palves@redhat.com>
5460
5461         PR tui/21216
5462         * gdb.tui/tui-nl-filtered-output.exp: New file.
5463
5464 2017-03-08  Pedro Alves  <palves@redhat.com>
5465
5466         * gdb.base/completion.exp: Move TUI completion tests to ...
5467         * gdb.tui/completion.exp: ... this new file.
5468
5469 2017-03-08  Pedro Alves  <palves@redhat.com>
5470
5471         * gdb.base/tui-disasm-long-lines.c,
5472         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5473         gdb.base/tui-layout.exp: Move to ...
5474         * gdb.tui/: ... this new directory.
5475
5476 2017-03-07  Pedro Alves  <palves@redhat.com>
5477
5478         * gdb.base/tui-layout.c: New file.
5479         * gdb.base/tui-layout.exp: New file.
5480
5481 2017-03-07  Pedro Alves  <palves@redhat.com>
5482
5483         * gdb.base/tui-layout.c: Rename to ...
5484         * gdb.base/tui-disasm-long-lines.c: ... this.
5485         * gdb.base/tui-layout.exp: Rename to ...
5486         * gdb.base/tui-disasm-long-lines.exp: ... this.
5487
5488 2017-03-07  Pedro Alves  <palves@redhat.com>
5489
5490         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5491
5492 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5493
5494         * i386-mpx-call.c: New file.
5495         * i386-mpx-call.exp: New file.
5496
5497 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
5498
5499         * gdb.arch/powerpc-power.exp: Delete test.
5500         * gdb.arch/powerpc-power.s: Likewise.
5501         * gdb.disasm/disassembler-options.exp: New test.
5502         * gdb.arch/powerpc-altivec.exp: Likewise.
5503         * gdb.arch/powerpc-altivec.s: Likewise.
5504         * gdb.arch/powerpc-altivec2.exp: Likewise.
5505         * gdb.arch/powerpc-altivec2.s: Likewise.
5506         * gdb.arch/powerpc-altivec3.exp: Likewise.
5507         * gdb.arch/powerpc-altivec3.s: Likewise.
5508         * gdb.arch/powerpc-power7.exp: Likewise.
5509         * gdb.arch/powerpc-power7.s: Likewise.
5510         * gdb.arch/powerpc-power8.exp: Likewise.
5511         * gdb.arch/powerpc-power8.s: Likewise.
5512         * gdb.arch/powerpc-power9.exp: Likewise.
5513         * gdb.arch/powerpc-power9.s: Likewise.
5514         * gdb.arch/powerpc-vsx.exp: Likewise.
5515         * gdb.arch/powerpc-vsx.s: Likewise.
5516         * gdb.arch/powerpc-vsx2.exp: Likewise.
5517         * gdb.arch/powerpc-vsx2.s: Likewise.
5518         * gdb.arch/powerpc-vsx3.exp: Likewise.
5519         * gdb.arch/powerpc-vsx3.s: Likewise.
5520         * gdb.arch/arm-disassembler-options.exp: Likewise.
5521         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5522         * gdb.arch/s390-disassembler-options.exp: Likewise.
5523
5524 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
5525
5526         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5527         (check_supported_features): ... this. Changed return type to void.
5528         (supports_rdseed): New static global.
5529         (rdseed): Check supports_rdseed.
5530         (initialize): Call check_supported_features.
5531
5532 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5533
5534         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5535         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
5536         and lqarx/stqcx.
5537         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5538         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5539
5540 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5541
5542         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5543         uppercase.
5544
5545 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5546
5547         * gdb.dwarf2/formdata16.c: New file.
5548         * gdb.dwarf2/formdata16.exp: New file.
5549         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5550
5551 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5552
5553         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5554         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5555         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5556         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5557         DW_AT_GNU_*.
5558
5559 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5560
5561         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5562
5563 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
5564
5565         PR gdb/21164
5566         * gdb.base/maint.exp: Add testcases for when the commands do
5567         not have arguments.
5568
5569 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5570
5571         * gdb.cp/chained-calls.exp: Use p instead of P.
5572
5573 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
5574
5575         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5576         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5577
5578 2017-02-14  Tom Tromey  <tom@tromey.com>
5579
5580         PR python/13598:
5581         * gdb.python/py-events.exp: Add before_prompt event tests.
5582
5583 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5584
5585         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5586
5587 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5588
5589         * gdb.linespec/explicit.c (my_unique_function_name): New function.
5590         (main): Call my_unique_function_name.
5591         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5592         completion of patterns with a single match.
5593         Add missing -re switches to gdb_test_multiple calls.
5594
5595 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5596
5597         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5598         return if core file is not recognized.
5599
5600 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5601
5602         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5603         and extra UIs.
5604
5605 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5606
5607         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5608         proc_with_prefix.
5609
5610 2017-02-10  Tom Tromey  <tom@tromey.com>
5611
5612         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5613
5614 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
5615
5616         PR gdb/21122
5617         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5618
5619 2017-02-08  Jerome Guitton  <guitton@adacore.com>
5620
5621         * gdb.base/define.exp: Add test for command abbreviations
5622         in define.
5623
5624 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
5625
5626         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5627         * gdb.reverse/insn-reverse-x86.c: New file.
5628
5629 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
5630
5631         PR tdep/20936
5632         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5633
5634 2017-02-03  Tom Tromey  <tom@tromey.com>
5635
5636         PR rust/21097:
5637         * gdb.rust/simple.exp: Add new tests.
5638
5639 2017-02-02  Pedro Alves  <palves@redhat.com>
5640
5641         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5642         tests.
5643
5644 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5645
5646         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5647         taking a 2-byte value out of a 4-byte DWARF implicit value on
5648         big-endian targets.
5649         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5650         logic.  Add test cases for DW_OP_implicit.
5651
5652 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5653
5654         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5655
5656 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5657
5658         * gdb.btrace/enable.exp: Call gdb_exit before
5659         skip_gdbserver_tests.
5660
5661 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5662
5663         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5664         GDBFLAGS.
5665
5666 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5667
5668         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5669         the test is skipped.
5670         * gdb.btrace/data.exp: Likewise.
5671         * gdb.btrace/delta.exp: Likewise.
5672         * gdb.btrace/dlopen.exp: Likewise.
5673         * gdb.btrace/enable-running.exp: Likewise.
5674         * gdb.btrace/enable.exp: Likewise.
5675         * gdb.btrace/exception.exp: Likewise.
5676         * gdb.btrace/function_call_history.exp: Likewise.
5677         * gdb.btrace/gcore.exp: Likewise.
5678         * gdb.btrace/instruction_history.exp: Likewise.
5679         * gdb.btrace/multi-thread-step.exp: Likewise.
5680         * gdb.btrace/nohist.exp: Likewise.
5681         * gdb.btrace/non-stop.exp: Likewise.
5682         * gdb.btrace/reconnect.exp: Likewise.
5683         * gdb.btrace/record_goto-step.exp: Likewise.
5684         * gdb.btrace/record_goto.exp: Likewise.
5685         * gdb.btrace/rn-dl-bind.exp: Likewise.
5686         * gdb.btrace/segv.exp: Likewise.
5687         * gdb.btrace/step.exp: Likewise.
5688         * gdb.btrace/stepi.exp: Likewise.
5689         * gdb.btrace/tailcall-only.exp: Likewise.
5690         * gdb.btrace/tailcall.exp: Likewise.
5691         * gdb.btrace/tsx.exp: Likewise.
5692         * gdb.btrace/unknown_functions.exp: Likewise.
5693         * gdb.btrace/vdso.exp: Likewise.
5694
5695 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5696
5697         * gdb.btrace/enable-running.c: New.
5698         * gdb.btrace/enable-running.exp: New.
5699
5700 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5701
5702         * gdb.arch/amd64-gs_base.c: New file.
5703         * gdb.arch/amd64-gs_base.exp: New file.
5704
5705 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5706
5707         * lib/memory.exp: Remove spurious empty newlines.
5708
5709 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
5710
5711         * gdb.python/py-bad-printers.exp: Load python file using "source".
5712         * gdb.python/py-events.exp: Likewise.
5713         * gdb.python/py-evsignal.exp: Likewise.
5714         * gdb.python/py-evthreads.exp: Likewise.
5715         * gdb.python/py-frame-args.exp: Likewise.
5716         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5717         * gdb.python/py-framefilter-mi.exp: Likewise.
5718         * gdb.python/py-framefilter.exp: Likewise.
5719         * gdb.python/py-mi.exp: Likewise.
5720         * gdb.python/py-pp-maint.exp: Likewise.
5721         * gdb.python/py-pp-registration.exp: Likewise.
5722         * gdb.python/py-prettyprint.exp: Likewise.
5723         (run_lang_tests): Likewise.
5724         * gdb.python/py-typeprint.exp: Likewise.
5725
5726 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5727
5728         * lib/memory.exp: New file.
5729         * lib/gdb.exp: Load memory.exp.
5730         * gdb.base/memattr.exp (delete_memory): Move proc to
5731         lib/memory.exp and rename to delete_memory_regions.
5732         Replace delete_memory with delete_memory_regions.
5733         Cleanup memory regions before tests.
5734         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5735         before tests.
5736
5737 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5738
5739         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5740         files.
5741         (initialize): New function conditionally defined.
5742         (testcases): Move within conditional block.
5743         (main): Call initialize.
5744         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5745         of gdb.reverse/insn-reverse.c.
5746         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5747         gdb.reverse/insn-reverse.c.
5748
5749 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5750
5751         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5752         disassemble on address 0.
5753
5754 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5755             Yao Qi  <yao.qi@linaro.org>
5756
5757         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5758         * gdb.dwarf2/implptr-64bit.S: Remove.
5759         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
5760         variables in caller's context.  Add DW_OP_implicit_value.
5761
5762 2017-01-25  Yao Qi  <yao.qi@linaro.org>
5763
5764         * lib/dwarf.exp (Dwarf::_location): Handle
5765         DW_OP_GNU_implicit_pointer with proper size.
5766
5767 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
5768
5769         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5770         and add untested calls.
5771
5772 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
5773
5774         * gdb.python/python.exp: Check line number against what GDB thinks
5775         the line number is for func1.
5776
5777 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
5778
5779         * gdb.dlang/debug-expr.exp: New file.
5780
5781 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
5782
5783         Fix test names for the following files:
5784
5785         * gdb.ada/exec_changed.exp
5786         * gdb.ada/info_types.exp
5787         * gdb.arch/aarch64-atomic-inst.exp
5788         * gdb.arch/aarch64-fp.exp
5789         * gdb.arch/altivec-abi.exp
5790         * gdb.arch/altivec-regs.exp
5791         * gdb.arch/amd64-byte.exp
5792         * gdb.arch/amd64-disp-step.exp
5793         * gdb.arch/amd64-dword.exp
5794         * gdb.arch/amd64-entry-value-inline.exp
5795         * gdb.arch/amd64-entry-value-param.exp
5796         * gdb.arch/amd64-entry-value-paramref.exp
5797         * gdb.arch/amd64-entry-value.exp
5798         * gdb.arch/amd64-i386-address.exp
5799         * gdb.arch/amd64-invalid-stack-middle.exp
5800         * gdb.arch/amd64-invalid-stack-top.exp
5801         * gdb.arch/amd64-optimout-repeat.exp
5802         * gdb.arch/amd64-prologue-skip.exp
5803         * gdb.arch/amd64-prologue-xmm.exp
5804         * gdb.arch/amd64-stap-special-operands.exp
5805         * gdb.arch/amd64-stap-wrong-subexp.exp
5806         * gdb.arch/amd64-tailcall-cxx.exp
5807         * gdb.arch/amd64-tailcall-noret.exp
5808         * gdb.arch/amd64-tailcall-ret.exp
5809         * gdb.arch/amd64-tailcall-self.exp
5810         * gdb.arch/amd64-word.exp
5811         * gdb.arch/arm-bl-branch-dest.exp
5812         * gdb.arch/arm-disp-step.exp
5813         * gdb.arch/arm-neon.exp
5814         * gdb.arch/arm-single-step-kernel-helper.exp
5815         * gdb.arch/avr-flash-qualifier.exp
5816         * gdb.arch/disp-step-insn-reloc.exp
5817         * gdb.arch/e500-abi.exp
5818         * gdb.arch/e500-regs.exp
5819         * gdb.arch/ftrace-insn-reloc.exp
5820         * gdb.arch/i386-avx512.exp
5821         * gdb.arch/i386-bp_permanent.exp
5822         * gdb.arch/i386-byte.exp
5823         * gdb.arch/i386-cfi-notcurrent.exp
5824         * gdb.arch/i386-disp-step.exp
5825         * gdb.arch/i386-dr3-watch.exp
5826         * gdb.arch/i386-float.exp
5827         * gdb.arch/i386-gnu-cfi.exp
5828         * gdb.arch/i386-mpx-map.exp
5829         * gdb.arch/i386-mpx-sigsegv.exp
5830         * gdb.arch/i386-mpx-simple_segv.exp
5831         * gdb.arch/i386-mpx.exp
5832         * gdb.arch/i386-permbkpt.exp
5833         * gdb.arch/i386-prologue.exp
5834         * gdb.arch/i386-signal.exp
5835         * gdb.arch/i386-size-overlap.exp
5836         * gdb.arch/i386-unwind.exp
5837         * gdb.arch/i386-word.exp
5838         * gdb.arch/mips-fcr.exp
5839         * gdb.arch/powerpc-d128-regs.exp
5840         * gdb.arch/powerpc-stackless.exp
5841         * gdb.arch/ppc64-atomic-inst.exp
5842         * gdb.arch/s390-stackless.exp
5843         * gdb.arch/s390-tdbregs.exp
5844         * gdb.arch/s390-vregs.exp
5845         * gdb.arch/sparc-sysstep.exp
5846         * gdb.arch/thumb-bx-pc.exp
5847         * gdb.arch/thumb-singlestep.exp
5848         * gdb.arch/thumb2-it.exp
5849         * gdb.arch/vsx-regs.exp
5850         * gdb.asm/asm-source.exp
5851         * gdb.base/a2-run.exp
5852         * gdb.base/advance.exp
5853         * gdb.base/all-bin.exp
5854         * gdb.base/anon.exp
5855         * gdb.base/args.exp
5856         * gdb.base/arithmet.exp
5857         * gdb.base/async-shell.exp
5858         * gdb.base/async.exp
5859         * gdb.base/attach-pie-noexec.exp
5860         * gdb.base/attach-twice.exp
5861         * gdb.base/auto-load.exp
5862         * gdb.base/bang.exp
5863         * gdb.base/bitfields.exp
5864         * gdb.base/break-always.exp
5865         * gdb.base/break-caller-line.exp
5866         * gdb.base/break-entry.exp
5867         * gdb.base/break-inline.exp
5868         * gdb.base/break-on-linker-gcd-function.exp
5869         * gdb.base/break-probes.exp
5870         * gdb.base/break.exp
5871         * gdb.base/breakpoint-shadow.exp
5872         * gdb.base/call-ar-st.exp
5873         * gdb.base/call-sc.exp
5874         * gdb.base/call-signal-resume.exp
5875         * gdb.base/call-strs.exp
5876         * gdb.base/callfuncs.exp
5877         * gdb.base/catch-fork-static.exp
5878         * gdb.base/catch-gdb-caused-signals.exp
5879         * gdb.base/catch-load.exp
5880         * gdb.base/catch-signal-fork.exp
5881         * gdb.base/catch-signal.exp
5882         * gdb.base/catch-syscall.exp
5883         * gdb.base/charset.exp
5884         * gdb.base/checkpoint.exp
5885         * gdb.base/chng-syms.exp
5886         * gdb.base/code-expr.exp
5887         * gdb.base/code_elim.exp
5888         * gdb.base/commands.exp
5889         * gdb.base/completion.exp
5890         * gdb.base/complex.exp
5891         * gdb.base/cond-expr.exp
5892         * gdb.base/condbreak.exp
5893         * gdb.base/consecutive.exp
5894         * gdb.base/continue-all-already-running.exp
5895         * gdb.base/coredump-filter.exp
5896         * gdb.base/corefile.exp
5897         * gdb.base/dbx.exp
5898         * gdb.base/debug-expr.exp
5899         * gdb.base/define.exp
5900         * gdb.base/del.exp
5901         * gdb.base/disabled-location.exp
5902         * gdb.base/disasm-end-cu.exp
5903         * gdb.base/disasm-optim.exp
5904         * gdb.base/display.exp
5905         * gdb.base/duplicate-bp.exp
5906         * gdb.base/ena-dis-br.exp
5907         * gdb.base/ending-run.exp
5908         * gdb.base/enumval.exp
5909         * gdb.base/environ.exp
5910         * gdb.base/eu-strip-infcall.exp
5911         * gdb.base/eval-avoid-side-effects.exp
5912         * gdb.base/eval-skip.exp
5913         * gdb.base/exitsignal.exp
5914         * gdb.base/expand-psymtabs.exp
5915         * gdb.base/filesym.exp
5916         * gdb.base/find-unmapped.exp
5917         * gdb.base/finish.exp
5918         * gdb.base/float.exp
5919         * gdb.base/foll-exec-mode.exp
5920         * gdb.base/foll-exec.exp
5921         * gdb.base/foll-fork.exp
5922         * gdb.base/fortran-sym-case.exp
5923         * gdb.base/freebpcmd.exp
5924         * gdb.base/func-ptr.exp
5925         * gdb.base/func-ptrs.exp
5926         * gdb.base/funcargs.exp
5927         * gdb.base/gcore-buffer-overflow.exp
5928         * gdb.base/gcore-relro-pie.exp
5929         * gdb.base/gcore-relro.exp
5930         * gdb.base/gcore.exp
5931         * gdb.base/gdb1090.exp
5932         * gdb.base/gdb11530.exp
5933         * gdb.base/gdb11531.exp
5934         * gdb.base/gdb1821.exp
5935         * gdb.base/gdbindex-stabs.exp
5936         * gdb.base/gdbvars.exp
5937         * gdb.base/hbreak.exp
5938         * gdb.base/hbreak2.exp
5939         * gdb.base/included.exp
5940         * gdb.base/infcall-input.exp
5941         * gdb.base/inferior-died.exp
5942         * gdb.base/infnan.exp
5943         * gdb.base/info-macros.exp
5944         * gdb.base/info-os.exp
5945         * gdb.base/info-proc.exp
5946         * gdb.base/info-shared.exp
5947         * gdb.base/info-target.exp
5948         * gdb.base/infoline.exp
5949         * gdb.base/interp.exp
5950         * gdb.base/interrupt.exp
5951         * gdb.base/jit-reader.exp
5952         * gdb.base/jit-simple.exp
5953         * gdb.base/kill-after-signal.exp
5954         * gdb.base/kill-detach-inferiors-cmd.exp
5955         * gdb.base/label.exp
5956         * gdb.base/langs.exp
5957         * gdb.base/ldbl_e308.exp
5958         * gdb.base/line-symtabs.exp
5959         * gdb.base/linespecs.exp
5960         * gdb.base/list.exp
5961         * gdb.base/long_long.exp
5962         * gdb.base/longest-types.exp
5963         * gdb.base/maint.exp
5964         * gdb.base/max-value-size.exp
5965         * gdb.base/memattr.exp
5966         * gdb.base/mips_pro.exp
5967         * gdb.base/morestack.exp
5968         * gdb.base/moribund-step.exp
5969         * gdb.base/multi-forks.exp
5970         * gdb.base/nested-addr.exp
5971         * gdb.base/nextoverexit.exp
5972         * gdb.base/noreturn-finish.exp
5973         * gdb.base/noreturn-return.exp
5974         * gdb.base/nostdlib.exp
5975         * gdb.base/offsets.exp
5976         * gdb.base/opaque.exp
5977         * gdb.base/pc-fp.exp
5978         * gdb.base/permissions.exp
5979         * gdb.base/print-symbol-loading.exp
5980         * gdb.base/prologue-include.exp
5981         * gdb.base/psymtab.exp
5982         * gdb.base/ptype.exp
5983         * gdb.base/random-signal.exp
5984         * gdb.base/randomize.exp
5985         * gdb.base/range-stepping.exp
5986         * gdb.base/readline-ask.exp
5987         * gdb.base/recpar.exp
5988         * gdb.base/recurse.exp
5989         * gdb.base/relational.exp
5990         * gdb.base/restore.exp
5991         * gdb.base/return-nodebug.exp
5992         * gdb.base/return.exp
5993         * gdb.base/run-after-attach.exp
5994         * gdb.base/save-bp.exp
5995         * gdb.base/scope.exp
5996         * gdb.base/sect-cmd.exp
5997         * gdb.base/set-lang-auto.exp
5998         * gdb.base/set-noassign.exp
5999         * gdb.base/setvar.exp
6000         * gdb.base/sigall.exp
6001         * gdb.base/sigbpt.exp
6002         * gdb.base/siginfo-addr.exp
6003         * gdb.base/siginfo-infcall.exp
6004         * gdb.base/siginfo-obj.exp
6005         * gdb.base/siginfo.exp
6006         * gdb.base/signals-state-child.exp
6007         * gdb.base/signest.exp
6008         * gdb.base/sigstep.exp
6009         * gdb.base/sizeof.exp
6010         * gdb.base/skip.exp
6011         * gdb.base/solib-corrupted.exp
6012         * gdb.base/solib-nodir.exp
6013         * gdb.base/solib-search.exp
6014         * gdb.base/stack-checking.exp
6015         * gdb.base/stale-infcall.exp
6016         * gdb.base/stap-probe.exp
6017         * gdb.base/start.exp
6018         * gdb.base/step-break.exp
6019         * gdb.base/step-bt.exp
6020         * gdb.base/step-line.exp
6021         * gdb.base/step-over-exit.exp
6022         * gdb.base/step-over-syscall.exp
6023         * gdb.base/step-resume-infcall.exp
6024         * gdb.base/step-test.exp
6025         * gdb.base/store.exp
6026         * gdb.base/structs3.exp
6027         * gdb.base/sym-file.exp
6028         * gdb.base/symbol-without-target_section.exp
6029         * gdb.base/term.exp
6030         * gdb.base/testenv.exp
6031         * gdb.base/ui-redirect.exp
6032         * gdb.base/until.exp
6033         * gdb.base/unwindonsignal.exp
6034         * gdb.base/value-double-free.exp
6035         * gdb.base/vla-datatypes.exp
6036         * gdb.base/vla-ptr.exp
6037         * gdb.base/vla-sideeffect.exp
6038         * gdb.base/volatile.exp
6039         * gdb.base/watch-cond-infcall.exp
6040         * gdb.base/watch-cond.exp
6041         * gdb.base/watch-non-mem.exp
6042         * gdb.base/watch-read.exp
6043         * gdb.base/watch-vfork.exp
6044         * gdb.base/watchpoint-cond-gone.exp
6045         * gdb.base/watchpoint-delete.exp
6046         * gdb.base/watchpoint-hw-hit-once.exp
6047         * gdb.base/watchpoint-hw.exp
6048         * gdb.base/watchpoint-stops-at-right-insn.exp
6049         * gdb.base/watchpoints.exp
6050         * gdb.base/wchar.exp
6051         * gdb.base/whatis-exp.exp
6052         * gdb.btrace/buffer-size.exp
6053         * gdb.btrace/data.exp
6054         * gdb.btrace/delta.exp
6055         * gdb.btrace/dlopen.exp
6056         * gdb.btrace/enable.exp
6057         * gdb.btrace/exception.exp
6058         * gdb.btrace/function_call_history.exp
6059         * gdb.btrace/gcore.exp
6060         * gdb.btrace/instruction_history.exp
6061         * gdb.btrace/nohist.exp
6062         * gdb.btrace/reconnect.exp
6063         * gdb.btrace/record_goto-step.exp
6064         * gdb.btrace/record_goto.exp
6065         * gdb.btrace/rn-dl-bind.exp
6066         * gdb.btrace/segv.exp
6067         * gdb.btrace/step.exp
6068         * gdb.btrace/stepi.exp
6069         * gdb.btrace/tailcall-only.exp
6070         * gdb.btrace/tailcall.exp
6071         * gdb.btrace/tsx.exp
6072         * gdb.btrace/unknown_functions.exp
6073         * gdb.btrace/vdso.exp
6074         * gdb.compile/compile-ifunc.exp
6075         * gdb.compile/compile-ops.exp
6076         * gdb.compile/compile-print.exp
6077         * gdb.compile/compile-setjmp.exp
6078         * gdb.cp/abstract-origin.exp
6079         * gdb.cp/ambiguous.exp
6080         * gdb.cp/annota2.exp
6081         * gdb.cp/annota3.exp
6082         * gdb.cp/anon-ns.exp
6083         * gdb.cp/anon-struct.exp
6084         * gdb.cp/anon-union.exp
6085         * gdb.cp/arg-reference.exp
6086         * gdb.cp/baseenum.exp
6087         * gdb.cp/bool.exp
6088         * gdb.cp/breakpoint.exp
6089         * gdb.cp/bs15503.exp
6090         * gdb.cp/call-c.exp
6091         * gdb.cp/casts.exp
6092         * gdb.cp/chained-calls.exp
6093         * gdb.cp/class2.exp
6094         * gdb.cp/classes.exp
6095         * gdb.cp/cmpd-minsyms.exp
6096         * gdb.cp/converts.exp
6097         * gdb.cp/cp-relocate.exp
6098         * gdb.cp/cpcompletion.exp
6099         * gdb.cp/cpexprs.exp
6100         * gdb.cp/cplabel.exp
6101         * gdb.cp/cplusfuncs.exp
6102         * gdb.cp/cpsizeof.exp
6103         * gdb.cp/ctti.exp
6104         * gdb.cp/derivation.exp
6105         * gdb.cp/destrprint.exp
6106         * gdb.cp/dispcxx.exp
6107         * gdb.cp/enum-class.exp
6108         * gdb.cp/exception.exp
6109         * gdb.cp/exceptprint.exp
6110         * gdb.cp/expand-psymtabs-cxx.exp
6111         * gdb.cp/expand-sals.exp
6112         * gdb.cp/extern-c.exp
6113         * gdb.cp/filename.exp
6114         * gdb.cp/formatted-ref.exp
6115         * gdb.cp/fpointer.exp
6116         * gdb.cp/gdb1355.exp
6117         * gdb.cp/gdb2495.exp
6118         * gdb.cp/hang.exp
6119         * gdb.cp/impl-this.exp
6120         * gdb.cp/infcall-dlopen.exp
6121         * gdb.cp/inherit.exp
6122         * gdb.cp/iostream.exp
6123         * gdb.cp/koenig.exp
6124         * gdb.cp/local.exp
6125         * gdb.cp/m-data.exp
6126         * gdb.cp/m-static.exp
6127         * gdb.cp/mb-ctor.exp
6128         * gdb.cp/mb-inline.exp
6129         * gdb.cp/mb-templates.exp
6130         * gdb.cp/member-name.exp
6131         * gdb.cp/member-ptr.exp
6132         * gdb.cp/meth-typedefs.exp
6133         * gdb.cp/method.exp
6134         * gdb.cp/method2.exp
6135         * gdb.cp/minsym-fallback.exp
6136         * gdb.cp/misc.exp
6137         * gdb.cp/namelessclass.exp
6138         * gdb.cp/namespace-enum.exp
6139         * gdb.cp/namespace-nested-import.exp
6140         * gdb.cp/namespace.exp
6141         * gdb.cp/nextoverthrow.exp
6142         * gdb.cp/no-dmgl-verbose.exp
6143         * gdb.cp/non-trivial-retval.exp
6144         * gdb.cp/noparam.exp
6145         * gdb.cp/nsdecl.exp
6146         * gdb.cp/nsimport.exp
6147         * gdb.cp/nsnested.exp
6148         * gdb.cp/nsnoimports.exp
6149         * gdb.cp/nsrecurs.exp
6150         * gdb.cp/nsstress.exp
6151         * gdb.cp/nsusing.exp
6152         * gdb.cp/operator.exp
6153         * gdb.cp/oranking.exp
6154         * gdb.cp/overload-const.exp
6155         * gdb.cp/overload.exp
6156         * gdb.cp/ovldbreak.exp
6157         * gdb.cp/ovsrch.exp
6158         * gdb.cp/paren-type.exp
6159         * gdb.cp/parse-lang.exp
6160         * gdb.cp/pass-by-ref.exp
6161         * gdb.cp/pr-1023.exp
6162         * gdb.cp/pr-1210.exp
6163         * gdb.cp/pr-574.exp
6164         * gdb.cp/pr10687.exp
6165         * gdb.cp/pr12028.exp
6166         * gdb.cp/pr17132.exp
6167         * gdb.cp/pr17494.exp
6168         * gdb.cp/pr9067.exp
6169         * gdb.cp/pr9167.exp
6170         * gdb.cp/pr9631.exp
6171         * gdb.cp/printmethod.exp
6172         * gdb.cp/psmang.exp
6173         * gdb.cp/psymtab-parameter.exp
6174         * gdb.cp/ptype-cv-cp.exp
6175         * gdb.cp/ptype-flags.exp
6176         * gdb.cp/re-set-overloaded.exp
6177         * gdb.cp/ref-types.exp
6178         * gdb.cp/rtti.exp
6179         * gdb.cp/scope-err.exp
6180         * gdb.cp/shadow.exp
6181         * gdb.cp/smartp.exp
6182         * gdb.cp/static-method.exp
6183         * gdb.cp/static-print-quit.exp
6184         * gdb.cp/temargs.exp
6185         * gdb.cp/templates.exp
6186         * gdb.cp/try_catch.exp
6187         * gdb.cp/typedef-operator.exp
6188         * gdb.cp/typeid.exp
6189         * gdb.cp/userdef.exp
6190         * gdb.cp/using-crash.exp
6191         * gdb.cp/var-tag.exp
6192         * gdb.cp/virtbase.exp
6193         * gdb.cp/virtfunc.exp
6194         * gdb.cp/virtfunc2.exp
6195         * gdb.cp/vla-cxx.exp
6196         * gdb.disasm/t01_mov.exp
6197         * gdb.disasm/t02_mova.exp
6198         * gdb.disasm/t03_add.exp
6199         * gdb.disasm/t04_sub.exp
6200         * gdb.disasm/t05_cmp.exp
6201         * gdb.disasm/t06_ari2.exp
6202         * gdb.disasm/t07_ari3.exp
6203         * gdb.disasm/t08_or.exp
6204         * gdb.disasm/t09_xor.exp
6205         * gdb.disasm/t10_and.exp
6206         * gdb.disasm/t11_logs.exp
6207         * gdb.disasm/t12_bit.exp
6208         * gdb.disasm/t13_otr.exp
6209         * gdb.dlang/circular.exp
6210         * gdb.dwarf2/arr-stride.exp
6211         * gdb.dwarf2/arr-subrange.exp
6212         * gdb.dwarf2/atomic-type.exp
6213         * gdb.dwarf2/bad-regnum.exp
6214         * gdb.dwarf2/bitfield-parent-optimized-out.exp
6215         * gdb.dwarf2/callframecfa.exp
6216         * gdb.dwarf2/clztest.exp
6217         * gdb.dwarf2/corrupt.exp
6218         * gdb.dwarf2/data-loc.exp
6219         * gdb.dwarf2/dup-psym.exp
6220         * gdb.dwarf2/dw2-anon-mptr.exp
6221         * gdb.dwarf2/dw2-anonymous-func.exp
6222         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6223         * gdb.dwarf2/dw2-bad-unresolved.exp
6224         * gdb.dwarf2/dw2-basic.exp
6225         * gdb.dwarf2/dw2-canonicalize-type.exp
6226         * gdb.dwarf2/dw2-case-insensitive.exp
6227         * gdb.dwarf2/dw2-common-block.exp
6228         * gdb.dwarf2/dw2-compdir-oldgcc.exp
6229         * gdb.dwarf2/dw2-compressed.exp
6230         * gdb.dwarf2/dw2-const.exp
6231         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6232         * gdb.dwarf2/dw2-cu-size.exp
6233         * gdb.dwarf2/dw2-dup-frame.exp
6234         * gdb.dwarf2/dw2-entry-value.exp
6235         * gdb.dwarf2/dw2-icycle.exp
6236         * gdb.dwarf2/dw2-ifort-parameter.exp
6237         * gdb.dwarf2/dw2-inline-break.exp
6238         * gdb.dwarf2/dw2-inline-param.exp
6239         * gdb.dwarf2/dw2-intercu.exp
6240         * gdb.dwarf2/dw2-intermix.exp
6241         * gdb.dwarf2/dw2-lexical-block-bare.exp
6242         * gdb.dwarf2/dw2-linkage-name-trust.exp
6243         * gdb.dwarf2/dw2-minsym-in-cu.exp
6244         * gdb.dwarf2/dw2-noloc.exp
6245         * gdb.dwarf2/dw2-op-call.exp
6246         * gdb.dwarf2/dw2-op-out-param.exp
6247         * gdb.dwarf2/dw2-opt-structptr.exp
6248         * gdb.dwarf2/dw2-param-error.exp
6249         * gdb.dwarf2/dw2-producer.exp
6250         * gdb.dwarf2/dw2-ranges-base.exp
6251         * gdb.dwarf2/dw2-ref-missing-frame.exp
6252         * gdb.dwarf2/dw2-reg-undefined.exp
6253         * gdb.dwarf2/dw2-regno-invalid.exp
6254         * gdb.dwarf2/dw2-restore.exp
6255         * gdb.dwarf2/dw2-restrict.exp
6256         * gdb.dwarf2/dw2-single-line-discriminators.exp
6257         * gdb.dwarf2/dw2-strp.exp
6258         * gdb.dwarf2/dw2-undefined-ret-addr.exp
6259         * gdb.dwarf2/dw2-unresolved.exp
6260         * gdb.dwarf2/dw2-var-zero-addr.exp
6261         * gdb.dwarf2/dw4-sig-types.exp
6262         * gdb.dwarf2/dwz.exp
6263         * gdb.dwarf2/dynarr-ptr.exp
6264         * gdb.dwarf2/enum-type.exp
6265         * gdb.dwarf2/gdb-index.exp
6266         * gdb.dwarf2/implptr-64bit.exp
6267         * gdb.dwarf2/implptr-optimized-out.exp
6268         * gdb.dwarf2/implptr.exp
6269         * gdb.dwarf2/implref-array.exp
6270         * gdb.dwarf2/implref-const.exp
6271         * gdb.dwarf2/implref-global.exp
6272         * gdb.dwarf2/implref-struct.exp
6273         * gdb.dwarf2/mac-fileno.exp
6274         * gdb.dwarf2/main-subprogram.exp
6275         * gdb.dwarf2/member-ptr-forwardref.exp
6276         * gdb.dwarf2/method-ptr.exp
6277         * gdb.dwarf2/missing-sig-type.exp
6278         * gdb.dwarf2/nonvar-access.exp
6279         * gdb.dwarf2/opaque-type-lookup.exp
6280         * gdb.dwarf2/pieces-optimized-out.exp
6281         * gdb.dwarf2/pieces.exp
6282         * gdb.dwarf2/pr10770.exp
6283         * gdb.dwarf2/pr13961.exp
6284         * gdb.dwarf2/staticvirtual.exp
6285         * gdb.dwarf2/subrange.exp
6286         * gdb.dwarf2/symtab-producer.exp
6287         * gdb.dwarf2/trace-crash.exp
6288         * gdb.dwarf2/typeddwarf.exp
6289         * gdb.dwarf2/valop.exp
6290         * gdb.dwarf2/watch-notconst.exp
6291         * gdb.fortran/array-element.exp
6292         * gdb.fortran/charset.exp
6293         * gdb.fortran/common-block.exp
6294         * gdb.fortran/complex.exp
6295         * gdb.fortran/derived-type-function.exp
6296         * gdb.fortran/derived-type.exp
6297         * gdb.fortran/logical.exp
6298         * gdb.fortran/module.exp
6299         * gdb.fortran/multi-dim.exp
6300         * gdb.fortran/nested-funcs.exp
6301         * gdb.fortran/print-formatted.exp
6302         * gdb.fortran/subarray.exp
6303         * gdb.fortran/vla-alloc-assoc.exp
6304         * gdb.fortran/vla-datatypes.exp
6305         * gdb.fortran/vla-history.exp
6306         * gdb.fortran/vla-ptr-info.exp
6307         * gdb.fortran/vla-ptype-sub.exp
6308         * gdb.fortran/vla-ptype.exp
6309         * gdb.fortran/vla-sizeof.exp
6310         * gdb.fortran/vla-type.exp
6311         * gdb.fortran/vla-value-sub-arbitrary.exp
6312         * gdb.fortran/vla-value-sub-finish.exp
6313         * gdb.fortran/vla-value-sub.exp
6314         * gdb.fortran/vla-value.exp
6315         * gdb.fortran/whatis_type.exp
6316         * gdb.go/chan.exp
6317         * gdb.go/handcall.exp
6318         * gdb.go/hello.exp
6319         * gdb.go/integers.exp
6320         * gdb.go/methods.exp
6321         * gdb.go/package.exp
6322         * gdb.go/strings.exp
6323         * gdb.go/types.exp
6324         * gdb.go/unsafe.exp
6325         * gdb.guile/scm-arch.exp
6326         * gdb.guile/scm-block.exp
6327         * gdb.guile/scm-breakpoint.exp
6328         * gdb.guile/scm-cmd.exp
6329         * gdb.guile/scm-disasm.exp
6330         * gdb.guile/scm-equal.exp
6331         * gdb.guile/scm-frame-args.exp
6332         * gdb.guile/scm-frame-inline.exp
6333         * gdb.guile/scm-frame.exp
6334         * gdb.guile/scm-iterator.exp
6335         * gdb.guile/scm-math.exp
6336         * gdb.guile/scm-objfile.exp
6337         * gdb.guile/scm-ports.exp
6338         * gdb.guile/scm-symbol.exp
6339         * gdb.guile/scm-symtab.exp
6340         * gdb.guile/scm-value-cc.exp
6341         * gdb.guile/types-module.exp
6342         * gdb.linespec/break-ask.exp
6343         * gdb.linespec/cpexplicit.exp
6344         * gdb.linespec/explicit.exp
6345         * gdb.linespec/keywords.exp
6346         * gdb.linespec/linespec.exp
6347         * gdb.linespec/ls-dollar.exp
6348         * gdb.linespec/ls-errs.exp
6349         * gdb.linespec/skip-two.exp
6350         * gdb.linespec/thread.exp
6351         * gdb.mi/mi-async.exp
6352         * gdb.mi/mi-basics.exp
6353         * gdb.mi/mi-break.exp
6354         * gdb.mi/mi-catch-load.exp
6355         * gdb.mi/mi-cli.exp
6356         * gdb.mi/mi-cmd-param-changed.exp
6357         * gdb.mi/mi-console.exp
6358         * gdb.mi/mi-detach.exp
6359         * gdb.mi/mi-disassemble.exp
6360         * gdb.mi/mi-eval.exp
6361         * gdb.mi/mi-file-transfer.exp
6362         * gdb.mi/mi-file.exp
6363         * gdb.mi/mi-fill-memory.exp
6364         * gdb.mi/mi-inheritance-syntax-error.exp
6365         * gdb.mi/mi-linespec-err-cp.exp
6366         * gdb.mi/mi-logging.exp
6367         * gdb.mi/mi-memory-changed.exp
6368         * gdb.mi/mi-read-memory.exp
6369         * gdb.mi/mi-record-changed.exp
6370         * gdb.mi/mi-reg-undefined.exp
6371         * gdb.mi/mi-regs.exp
6372         * gdb.mi/mi-return.exp
6373         * gdb.mi/mi-reverse.exp
6374         * gdb.mi/mi-simplerun.exp
6375         * gdb.mi/mi-solib.exp
6376         * gdb.mi/mi-stack.exp
6377         * gdb.mi/mi-stepi.exp
6378         * gdb.mi/mi-syn-frame.exp
6379         * gdb.mi/mi-until.exp
6380         * gdb.mi/mi-var-block.exp
6381         * gdb.mi/mi-var-child.exp
6382         * gdb.mi/mi-var-cmd.exp
6383         * gdb.mi/mi-var-cp.exp
6384         * gdb.mi/mi-var-display.exp
6385         * gdb.mi/mi-var-invalidate.exp
6386         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6387         * gdb.mi/mi-vla-fortran.exp
6388         * gdb.mi/mi-watch.exp
6389         * gdb.mi/mi2-var-child.exp
6390         * gdb.mi/user-selected-context-sync.exp
6391         * gdb.modula2/unbounded-array.exp
6392         * gdb.multi/dummy-frame-restore.exp
6393         * gdb.multi/multi-arch-exec.exp
6394         * gdb.multi/multi-arch.exp
6395         * gdb.multi/tids.exp
6396         * gdb.multi/watchpoint-multi.exp
6397         * gdb.opencl/callfuncs.exp
6398         * gdb.opencl/convs_casts.exp
6399         * gdb.opencl/datatypes.exp
6400         * gdb.opencl/operators.exp
6401         * gdb.opencl/vec_comps.exp
6402         * gdb.opt/clobbered-registers-O2.exp
6403         * gdb.opt/inline-break.exp
6404         * gdb.opt/inline-bt.exp
6405         * gdb.opt/inline-cmds.exp
6406         * gdb.opt/inline-locals.exp
6407         * gdb.pascal/case-insensitive-symbols.exp
6408         * gdb.pascal/floats.exp
6409         * gdb.pascal/gdb11492.exp
6410         * gdb.python/lib-types.exp
6411         * gdb.python/py-arch.exp
6412         * gdb.python/py-as-string.exp
6413         * gdb.python/py-bad-printers.exp
6414         * gdb.python/py-block.exp
6415         * gdb.python/py-breakpoint-create-fail.exp
6416         * gdb.python/py-breakpoint.exp
6417         * gdb.python/py-caller-is.exp
6418         * gdb.python/py-cmd.exp
6419         * gdb.python/py-explore-cc.exp
6420         * gdb.python/py-explore.exp
6421         * gdb.python/py-finish-breakpoint.exp
6422         * gdb.python/py-finish-breakpoint2.exp
6423         * gdb.python/py-frame-args.exp
6424         * gdb.python/py-frame-inline.exp
6425         * gdb.python/py-frame.exp
6426         * gdb.python/py-framefilter-mi.exp
6427         * gdb.python/py-infthread.exp
6428         * gdb.python/py-lazy-string.exp
6429         * gdb.python/py-linetable.exp
6430         * gdb.python/py-mi-events.exp
6431         * gdb.python/py-mi-objfile.exp
6432         * gdb.python/py-mi.exp
6433         * gdb.python/py-objfile.exp
6434         * gdb.python/py-pp-integral.exp
6435         * gdb.python/py-pp-maint.exp
6436         * gdb.python/py-pp-re-notag.exp
6437         * gdb.python/py-pp-registration.exp
6438         * gdb.python/py-recurse-unwind.exp
6439         * gdb.python/py-strfns.exp
6440         * gdb.python/py-symbol.exp
6441         * gdb.python/py-symtab.exp
6442         * gdb.python/py-sync-interp.exp
6443         * gdb.python/py-typeprint.exp
6444         * gdb.python/py-unwind-maint.exp
6445         * gdb.python/py-unwind.exp
6446         * gdb.python/py-value-cc.exp
6447         * gdb.python/py-xmethods.exp
6448         * gdb.reverse/amd64-tailcall-reverse.exp
6449         * gdb.reverse/break-precsave.exp
6450         * gdb.reverse/break-reverse.exp
6451         * gdb.reverse/consecutive-precsave.exp
6452         * gdb.reverse/consecutive-reverse.exp
6453         * gdb.reverse/finish-precsave.exp
6454         * gdb.reverse/finish-reverse-bkpt.exp
6455         * gdb.reverse/finish-reverse.exp
6456         * gdb.reverse/fstatat-reverse.exp
6457         * gdb.reverse/getresuid-reverse.exp
6458         * gdb.reverse/i386-precsave.exp
6459         * gdb.reverse/i386-reverse.exp
6460         * gdb.reverse/i386-sse-reverse.exp
6461         * gdb.reverse/i387-env-reverse.exp
6462         * gdb.reverse/i387-stack-reverse.exp
6463         * gdb.reverse/insn-reverse.exp
6464         * gdb.reverse/machinestate-precsave.exp
6465         * gdb.reverse/machinestate.exp
6466         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6467         * gdb.reverse/pipe-reverse.exp
6468         * gdb.reverse/readv-reverse.exp
6469         * gdb.reverse/recvmsg-reverse.exp
6470         * gdb.reverse/rerun-prec.exp
6471         * gdb.reverse/s390-mvcle.exp
6472         * gdb.reverse/step-precsave.exp
6473         * gdb.reverse/step-reverse.exp
6474         * gdb.reverse/time-reverse.exp
6475         * gdb.reverse/until-precsave.exp
6476         * gdb.reverse/until-reverse.exp
6477         * gdb.reverse/waitpid-reverse.exp
6478         * gdb.reverse/watch-precsave.exp
6479         * gdb.reverse/watch-reverse.exp
6480         * gdb.rust/generics.exp
6481         * gdb.rust/methods.exp
6482         * gdb.rust/modules.exp
6483         * gdb.rust/simple.exp
6484         * gdb.server/connect-with-no-symbol-file.exp
6485         * gdb.server/ext-attach.exp
6486         * gdb.server/ext-restart.exp
6487         * gdb.server/ext-wrapper.exp
6488         * gdb.server/file-transfer.exp
6489         * gdb.server/server-exec-info.exp
6490         * gdb.server/server-kill.exp
6491         * gdb.server/server-mon.exp
6492         * gdb.server/wrapper.exp
6493         * gdb.stabs/exclfwd.exp
6494         * gdb.stabs/gdb11479.exp
6495         * gdb.threads/clone-new-thread-event.exp
6496         * gdb.threads/corethreads.exp
6497         * gdb.threads/current-lwp-dead.exp
6498         * gdb.threads/dlopen-libpthread.exp
6499         * gdb.threads/gcore-thread.exp
6500         * gdb.threads/sigstep-threads.exp
6501         * gdb.threads/watchpoint-fork.exp
6502         * gdb.trace/actions-changed.exp
6503         * gdb.trace/backtrace.exp
6504         * gdb.trace/change-loc.exp
6505         * gdb.trace/circ.exp
6506         * gdb.trace/collection.exp
6507         * gdb.trace/disconnected-tracing.exp
6508         * gdb.trace/ftrace.exp
6509         * gdb.trace/mi-trace-frame-collected.exp
6510         * gdb.trace/mi-trace-unavailable.exp
6511         * gdb.trace/mi-traceframe-changed.exp
6512         * gdb.trace/mi-tsv-changed.exp
6513         * gdb.trace/no-attach-trace.exp
6514         * gdb.trace/passc-dyn.exp
6515         * gdb.trace/qtro.exp
6516         * gdb.trace/range-stepping.exp
6517         * gdb.trace/read-memory.exp
6518         * gdb.trace/save-trace.exp
6519         * gdb.trace/signal.exp
6520         * gdb.trace/status-stop.exp
6521         * gdb.trace/tfile.exp
6522         * gdb.trace/trace-break.exp
6523         * gdb.trace/trace-buffer-size.exp
6524         * gdb.trace/trace-condition.exp
6525         * gdb.trace/tracefile-pseudo-reg.exp
6526         * gdb.trace/tstatus.exp
6527         * gdb.trace/unavailable.exp
6528         * gdb.trace/while-dyn.exp
6529         * gdb.trace/while-stepping.exp
6530
6531 2016-12-22  Doug Evans  <xdje42@gmail.com>
6532
6533         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6534         and msymbols.
6535
6536 2016-12-19  Yao Qi  <yao.qi@linaro.org>
6537
6538         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6539         (test_with_self): Don't call do_steps_and_nexts, and remove
6540         code about stepping into xmalloc.
6541
6542 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6543
6544         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6545
6546 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6547
6548         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6549
6550 2016-12-09  Pedro Alves  <palves@redhat.com>
6551
6552         * gdb.base/all-architectures-0.exp: New file.
6553         * gdb.base/all-architectures-1.exp: New file.
6554         * gdb.base/all-architectures-2.exp: New file.
6555         * gdb.base/all-architectures-3.exp: New file.
6556         * gdb.base/all-architectures-4.exp: New file.
6557         * gdb.base/all-architectures-5.exp: New file.
6558         * gdb.base/all-architectures-6.exp: New file.
6559         * gdb.base/all-architectures-7.exp: New file.
6560         * gdb.base/all-architectures.exp.in: New file.
6561
6562 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6563
6564         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6565
6566 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
6567
6568         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6569         possible.
6570         Remove useless pattern-matching code.
6571
6572 2016-12-02  Pedro Alves  <palves@redhat.com>
6573
6574         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6575         procedure.
6576         (top level): Call it.
6577
6578 2016-12-02  Pedro Alves  <palves@redhat.com>
6579
6580         * gdb.base/commands.exp (user_defined_command_args_stack_test):
6581         New procedure.
6582         (top level): Call it.
6583
6584 2016-12-02  Pedro Alves  <palves@redhat.com>
6585
6586         PR cli/20559
6587         * gdb.base/commands.exp (user_defined_command_args_eval): New
6588         procedure.
6589         (top level): Call it.
6590
6591 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
6592
6593         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6594         timeout handling.
6595
6596 2016-12-02  Tom Tromey  <tom@tromey.com>
6597
6598         * gdb.dwarf2/main-subprogram.c: New file.
6599         * gdb.dwarf2/main-subprogram.exp: New file.
6600
6601 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6602
6603         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6604         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6605         gdb_test_no_output for a couple of cases.
6606         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6607
6608 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6609
6610         Fix test names and standardize compilation error messages throughout
6611         the following files:
6612
6613         * gdb.ada/start.exp
6614         * gdb.arch/alpha-step.exp
6615         * gdb.arch/e500-prologue.exp
6616         * gdb.arch/ftrace-insn-reloc.exp
6617         * gdb.arch/gdb1291.exp
6618         * gdb.arch/gdb1431.exp
6619         * gdb.arch/gdb1558.exp
6620         * gdb.arch/i386-dr3-watch.exp
6621         * gdb.arch/i386-sse-stack-align.exp
6622         * gdb.arch/ia64-breakpoint-shadow.exp
6623         * gdb.arch/pa-nullify.exp
6624         * gdb.arch/powerpc-aix-prologue.exp
6625         * gdb.arch/thumb-bx-pc.exp
6626         * gdb.base/annota1.exp
6627         * gdb.base/annota3.exp
6628         * gdb.base/arrayidx.exp
6629         * gdb.base/assign.exp
6630         * gdb.base/attach.exp
6631         * gdb.base/auxv.exp
6632         * gdb.base/bang.exp
6633         * gdb.base/bfp-test.exp
6634         * gdb.base/bigcore.exp
6635         * gdb.base/bitfields2.exp
6636         * gdb.base/break-fun-addr.exp
6637         * gdb.base/break-probes.exp
6638         * gdb.base/call-rt-st.exp
6639         * gdb.base/callexit.exp
6640         * gdb.base/catch-fork-kill.exp
6641         * gdb.base/charset.exp
6642         * gdb.base/checkpoint.exp
6643         * gdb.base/comprdebug.exp
6644         * gdb.base/constvars.exp
6645         * gdb.base/coredump-filter.exp
6646         * gdb.base/cursal.exp
6647         * gdb.base/cvexpr.exp
6648         * gdb.base/detach.exp
6649         * gdb.base/display.exp
6650         * gdb.base/dmsym.exp
6651         * gdb.base/dprintf-pending.exp
6652         * gdb.base/dso2dso.exp
6653         * gdb.base/dtrace-probe.exp
6654         * gdb.base/dump.exp
6655         * gdb.base/enum_cond.exp
6656         * gdb.base/exe-lock.exp
6657         * gdb.base/exec-invalid-sysroot.exp
6658         * gdb.base/execl-update-breakpoints.exp
6659         * gdb.base/exprs.exp
6660         * gdb.base/fileio.exp
6661         * gdb.base/find.exp
6662         * gdb.base/finish.exp
6663         * gdb.base/fixsection.exp
6664         * gdb.base/foll-vfork.exp
6665         * gdb.base/frame-args.exp
6666         * gdb.base/gcore.exp
6667         * gdb.base/gdb1250.exp
6668         * gdb.base/global-var-nested-by-dso.exp
6669         * gdb.base/gnu-ifunc.exp
6670         * gdb.base/hashline1.exp
6671         * gdb.base/hashline2.exp
6672         * gdb.base/hashline3.exp
6673         * gdb.base/hbreak-in-shr-unsupported.exp
6674         * gdb.base/huge.exp
6675         * gdb.base/infcall-input.exp
6676         * gdb.base/info-fun.exp
6677         * gdb.base/info-shared.exp
6678         * gdb.base/jit-simple.exp
6679         * gdb.base/jit-so.exp
6680         * gdb.base/jit.exp
6681         * gdb.base/jump.exp
6682         * gdb.base/label.exp
6683         * gdb.base/lineinc.exp
6684         * gdb.base/logical.exp
6685         * gdb.base/longjmp.exp
6686         * gdb.base/macscp.exp
6687         * gdb.base/miscexprs.exp
6688         * gdb.base/new-ui-echo.exp
6689         * gdb.base/new-ui-pending-input.exp
6690         * gdb.base/new-ui.exp
6691         * gdb.base/nodebug.exp
6692         * gdb.base/nofield.exp
6693         * gdb.base/offsets.exp
6694         * gdb.base/overlays.exp
6695         * gdb.base/pending.exp
6696         * gdb.base/pointers.exp
6697         * gdb.base/pr11022.exp
6698         * gdb.base/printcmds.exp
6699         * gdb.base/prologue.exp
6700         * gdb.base/ptr-typedef.exp
6701         * gdb.base/realname-expand.exp
6702         * gdb.base/relativedebug.exp
6703         * gdb.base/relocate.exp
6704         * gdb.base/remote.exp
6705         * gdb.base/reread.exp
6706         * gdb.base/return2.exp
6707         * gdb.base/savedregs.exp
6708         * gdb.base/sep.exp
6709         * gdb.base/sepdebug.exp
6710         * gdb.base/sepsymtab.exp
6711         * gdb.base/set-inferior-tty.exp
6712         * gdb.base/setshow.exp
6713         * gdb.base/shlib-call.exp
6714         * gdb.base/sigaltstack.exp
6715         * gdb.base/siginfo-addr.exp
6716         * gdb.base/signals.exp
6717         * gdb.base/signull.exp
6718         * gdb.base/sigrepeat.exp
6719         * gdb.base/so-impl-ld.exp
6720         * gdb.base/solib-display.exp
6721         * gdb.base/solib-overlap.exp
6722         * gdb.base/solib-search.exp
6723         * gdb.base/solib-symbol.exp
6724         * gdb.base/structs.exp
6725         * gdb.base/structs2.exp
6726         * gdb.base/symtab-search-order.exp
6727         * gdb.base/twice.exp
6728         * gdb.base/unload.exp
6729         * gdb.base/varargs.exp
6730         * gdb.base/watchpoint-solib.exp
6731         * gdb.base/watchpoint.exp
6732         * gdb.base/whatis.exp
6733         * gdb.base/wrong_frame_bt_full.exp
6734         * gdb.btrace/dlopen.exp
6735         * gdb.cell/ea-standalone.exp
6736         * gdb.cell/ea-test.exp
6737         * gdb.cp/dispcxx.exp
6738         * gdb.cp/gdb2384.exp
6739         * gdb.cp/method2.exp
6740         * gdb.cp/nextoverthrow.exp
6741         * gdb.cp/pr10728.exp
6742         * gdb.disasm/am33.exp
6743         * gdb.disasm/h8300s.exp
6744         * gdb.disasm/mn10300.exp
6745         * gdb.disasm/sh3.exp
6746         * gdb.dwarf2/dw2-dir-file-name.exp
6747         * gdb.fortran/complex.exp
6748         * gdb.fortran/library-module.exp
6749         * gdb.guile/scm-pretty-print.exp
6750         * gdb.guile/scm-symbol.exp
6751         * gdb.guile/scm-type.exp
6752         * gdb.guile/scm-value.exp
6753         * gdb.linespec/linespec.exp
6754         * gdb.mi/gdb701.exp
6755         * gdb.mi/gdb792.exp
6756         * gdb.mi/mi-breakpoint-changed.exp
6757         * gdb.mi/mi-dprintf-pending.exp
6758         * gdb.mi/mi-dprintf.exp
6759         * gdb.mi/mi-exit-code.exp
6760         * gdb.mi/mi-pending.exp
6761         * gdb.mi/mi-solib.exp
6762         * gdb.mi/new-ui-mi-sync.exp
6763         * gdb.mi/pr11022.exp
6764         * gdb.mi/user-selected-context-sync.exp
6765         * gdb.opt/solib-intra-step.exp
6766         * gdb.python/py-events.exp
6767         * gdb.python/py-finish-breakpoint.exp
6768         * gdb.python/py-mi.exp
6769         * gdb.python/py-prettyprint.exp
6770         * gdb.python/py-shared.exp
6771         * gdb.python/py-symbol.exp
6772         * gdb.python/py-template.exp
6773         * gdb.python/py-type.exp
6774         * gdb.python/py-value.exp
6775         * gdb.reverse/solib-precsave.exp
6776         * gdb.reverse/solib-reverse.exp
6777         * gdb.server/solib-list.exp
6778         * gdb.stabs/weird.exp
6779         * gdb.threads/reconnect-signal.exp
6780         * gdb.threads/stepi-random-signal.exp
6781         * gdb.trace/actions.exp
6782         * gdb.trace/ax.exp
6783         * gdb.trace/backtrace.exp
6784         * gdb.trace/change-loc.exp
6785         * gdb.trace/deltrace.exp
6786         * gdb.trace/ftrace-lock.exp
6787         * gdb.trace/ftrace.exp
6788         * gdb.trace/infotrace.exp
6789         * gdb.trace/mi-tracepoint-changed.exp
6790         * gdb.trace/packetlen.exp
6791         * gdb.trace/passcount.exp
6792         * gdb.trace/pending.exp
6793         * gdb.trace/range-stepping.exp
6794         * gdb.trace/report.exp
6795         * gdb.trace/stap-trace.exp
6796         * gdb.trace/tfind.exp
6797         * gdb.trace/trace-break.exp
6798         * gdb.trace/trace-condition.exp
6799         * gdb.trace/trace-enable-disable.exp
6800         * gdb.trace/trace-mt.exp
6801         * gdb.trace/tracecmd.exp
6802         * gdb.trace/tspeed.exp
6803         * gdb.trace/tsv.exp
6804         * lib/perftest.exp
6805
6806 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6807
6808         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6809         with gdb_test_no_output.
6810         Use command as test name.
6811
6812 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6813
6814         Fix test names starting with uppercase throughout the files.
6815
6816         * gdb.ada/assign_1.exp
6817         * gdb.ada/boolean_expr.exp
6818         * gdb.base/arrayidx.exp
6819         * gdb.base/del.exp
6820         * gdb.base/gcore-buffer-overflow.exp
6821         * gdb.base/testenv.exp
6822         * gdb.compile/compile.exp
6823         * gdb.python/py-framefilter-invalidarg.exp
6824         * gdb.python/py-framefilter.exp
6825
6826 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6827
6828         Fix test names starting with uppercase throughout the files.
6829
6830         * gdb.ada/array_return.exp
6831         * gdb.ada/expr_delims.exp
6832         * gdb.ada/mi_dyn_arr.exp
6833         * gdb.ada/mi_interface.exp
6834         * gdb.ada/mi_var_array.exp
6835         * gdb.ada/watch_arg.exp
6836         * gdb.arch/alpha-step.exp
6837         * gdb.arch/altivec-regs.exp
6838         * gdb.arch/e500-regs.exp
6839         * gdb.arch/powerpc-d128-regs.exp
6840         * gdb.base/arrayidx.exp
6841         * gdb.base/break.exp
6842         * gdb.base/checkpoint.exp
6843         * gdb.base/debug-expr.exp
6844         * gdb.base/dmsym.exp
6845         * gdb.base/radix.exp
6846         * gdb.base/sepdebug.exp
6847         * gdb.base/testenv.exp
6848         * gdb.base/watch_thread_num.exp
6849         * gdb.base/watchpoint-cond-gone.exp
6850         * gdb.cell/break.exp
6851         * gdb.cell/ea-cache.exp
6852         * gdb.compile/compile.exp
6853         * gdb.cp/gdb2495.exp
6854         * gdb.gdb/selftest.exp
6855         * gdb.gdb/xfullpath.exp
6856         * gdb.go/hello.exp
6857         * gdb.go/integers.exp
6858         * gdb.objc/basicclass.exp
6859         * gdb.pascal/hello.exp
6860         * gdb.pascal/integers.exp
6861         * gdb.python/py-breakpoint.exp
6862         * gdb.python/py-cmd.exp
6863         * gdb.python/py-linetable.exp
6864         * gdb.python/py-xmethods.exp
6865         * gdb.python/python.exp
6866         * gdb.reverse/consecutive-precsave.exp
6867         * gdb.reverse/finish-precsave.exp
6868         * gdb.reverse/i386-precsave.exp
6869         * gdb.reverse/machinestate-precsave.exp
6870         * gdb.reverse/sigall-precsave.exp
6871         * gdb.reverse/solib-precsave.exp
6872         * gdb.reverse/step-precsave.exp
6873         * gdb.reverse/until-precsave.exp
6874         * gdb.reverse/watch-precsave.exp
6875         * gdb.threads/leader-exit.exp
6876         * gdb.threads/pthreads.exp
6877         * gdb.threads/wp-replication.exp
6878         * gdb.trace/actions.exp
6879         * gdb.trace/mi-tsv-changed.exp
6880         * gdb.trace/tsv.exp
6881
6882 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6883
6884         Fix test names starting with uppercase throughout the files.
6885
6886         * gdb.arch/i386-bp_permanent.exp
6887         * gdb.arch/i386-gnu-cfi.exp
6888         * gdb.base/disasm-end-cu.exp
6889         * gdb.base/macscp.exp
6890         * gdb.base/pending.exp
6891         * gdb.base/watch_thread_num.exp
6892         * gdb.cp/exception.exp
6893         * gdb.cp/gdb2495.exp
6894         * gdb.cp/local.exp
6895         * gdb.python/py-evsignal.exp
6896         * gdb.python/python.exp
6897         * gdb.trace/tracecmd.exp
6898
6899 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6900
6901         Fix test names starting with uppercase throughout the files.
6902
6903         * gdb.base/charset.exp
6904         * gdb.base/eval.exp
6905         * gdb.base/multi-forks.exp
6906         * gdb.guile/scm-progspace.exp
6907         * gdb.opencl/datatypes.exp
6908         * gdb.python/py-block.exp
6909         * gdb.python/py-function.exp
6910         * gdb.python/py-symbol.exp
6911         * gdb.python/py-symtab.exp
6912         * gdb.python/py-xmethods.exp
6913         * gdb.reverse/break-precsave.exp
6914         * gdb.reverse/break-reverse.exp
6915         * gdb.reverse/consecutive-precsave.exp
6916         * gdb.reverse/consecutive-reverse.exp
6917         * gdb.reverse/finish-precsave.exp
6918         * gdb.reverse/finish-reverse-bkpt.exp
6919         * gdb.reverse/finish-reverse.exp
6920         * gdb.reverse/fstatat-reverse.exp
6921         * gdb.reverse/getresuid-reverse.exp
6922         * gdb.reverse/i386-precsave.exp
6923         * gdb.reverse/i386-reverse.exp
6924         * gdb.reverse/i386-sse-reverse.exp
6925         * gdb.reverse/i387-stack-reverse.exp
6926         * gdb.reverse/insn-reverse.exp
6927         * gdb.reverse/machinestate-precsave.exp
6928         * gdb.reverse/machinestate.exp
6929         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6930         * gdb.reverse/pipe-reverse.exp
6931         * gdb.reverse/readv-reverse.exp
6932         * gdb.reverse/recvmsg-reverse.exp
6933         * gdb.reverse/rerun-prec.exp
6934         * gdb.reverse/s390-mvcle.exp
6935         * gdb.reverse/sigall-precsave.exp
6936         * gdb.reverse/sigall-reverse.exp
6937         * gdb.reverse/solib-precsave.exp
6938         * gdb.reverse/solib-reverse.exp
6939         * gdb.reverse/step-precsave.exp
6940         * gdb.reverse/step-reverse.exp
6941         * gdb.reverse/time-reverse.exp
6942         * gdb.reverse/until-precsave.exp
6943         * gdb.reverse/until-reverse.exp
6944         * gdb.reverse/waitpid-reverse.exp
6945         * gdb.reverse/watch-precsave.exp
6946         * gdb.reverse/watch-reverse.exp
6947
6948 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6949
6950         Fix test names starting with uppercase throughout the files.
6951
6952         * gdb.arch/i386-mpx-simple_segv.exp
6953         * gdb.arch/i386-mpx.exp
6954         * gdb.arch/i386-permbkpt.exp
6955         * gdb.arch/pa-nullify.exp
6956         * gdb.arch/powerpc-d128-regs.exp
6957         * gdb.arch/vsx-regs.exp
6958         * gdb.base/bfp-test.exp
6959         * gdb.base/break.exp
6960         * gdb.base/breakpoint-shadow.exp
6961         * gdb.base/callfuncs.exp
6962         * gdb.base/charset.exp
6963         * gdb.base/commands.exp
6964         * gdb.base/completion.exp
6965         * gdb.base/dfp-test.exp
6966         * gdb.base/echo.exp
6967         * gdb.base/ending-run.exp
6968         * gdb.base/eval.exp
6969         * gdb.base/expand-psymtabs.exp
6970         * gdb.base/float128.exp
6971         * gdb.base/floatn.exp
6972         * gdb.base/foll-exec-mode.exp
6973         * gdb.base/gdb1056.exp
6974         * gdb.base/gdb11531.exp
6975         * gdb.base/kill-after-signal.exp
6976         * gdb.base/multi-forks.exp
6977         * gdb.base/overlays.exp
6978         * gdb.base/pending.exp
6979         * gdb.base/sepdebug.exp
6980         * gdb.base/testenv.exp
6981         * gdb.base/valgrind-db-attach.exp
6982         * gdb.base/watch_thread_num.exp
6983         * gdb.base/watchpoint-cond-gone.exp
6984         * gdb.base/watchpoint.exp
6985         * gdb.base/watchpoints.exp
6986         * gdb.cp/arg-reference.exp
6987         * gdb.cp/baseenum.exp
6988         * gdb.cp/operator.exp
6989         * gdb.cp/shadow.exp
6990         * gdb.dwarf2/dw2-op-out-param.exp
6991         * gdb.dwarf2/dw2-reg-undefined.exp
6992         * gdb.go/chan.exp
6993         * gdb.go/hello.exp
6994         * gdb.go/integers.exp
6995         * gdb.go/methods.exp
6996         * gdb.go/package.exp
6997         * gdb.guile/scm-parameter.exp
6998         * gdb.guile/scm-progspace.exp
6999         * gdb.guile/scm-value.exp
7000         * gdb.mi/mi-pending.exp
7001         * gdb.mi/user-selected-context-sync.exp
7002         * gdb.multi/multi-attach.exp
7003         * gdb.multi/tids.exp
7004         * gdb.opt/clobbered-registers-O2.exp
7005         * gdb.pascal/floats.exp
7006         * gdb.pascal/integers.exp
7007         * gdb.python/py-block.exp
7008         * gdb.python/py-events.exp
7009         * gdb.python/py-parameter.exp
7010         * gdb.python/py-symbol.exp
7011         * gdb.python/py-symtab.exp
7012         * gdb.python/py-type.exp
7013         * gdb.python/py-value.exp
7014         * gdb.python/py-xmethods.exp
7015         * gdb.python/python.exp
7016         * gdb.reverse/break-precsave.exp
7017         * gdb.reverse/consecutive-precsave.exp
7018         * gdb.reverse/finish-precsave.exp
7019         * gdb.reverse/i386-precsave.exp
7020         * gdb.reverse/machinestate-precsave.exp
7021         * gdb.reverse/sigall-precsave.exp
7022         * gdb.reverse/solib-precsave.exp
7023         * gdb.reverse/step-precsave.exp
7024         * gdb.reverse/until-precsave.exp
7025         * gdb.reverse/watch-precsave.exp
7026         * gdb.server/ext-attach.exp
7027         * gdb.server/ext-restart.exp
7028         * gdb.server/ext-run.exp
7029         * gdb.server/ext-wrapper.exp
7030         * gdb.stabs/gdb11479.exp
7031         * gdb.stabs/weird.exp
7032         * gdb.threads/attach-many-short-lived-threads.exp
7033         * gdb.threads/kill.exp
7034         * gdb.threads/watchpoint-fork.exp
7035
7036 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
7037
7038         Fix test names starting with uppercase throughout all the files below.
7039
7040         * gdb.ada/array_return.exp
7041         * gdb.ada/catch_ex.exp
7042         * gdb.ada/info_exc.exp
7043         * gdb.ada/mi_catch_ex.exp
7044         * gdb.ada/mi_dyn_arr.exp
7045         * gdb.ada/mi_ex_cond.exp
7046         * gdb.ada/mi_exc_info.exp
7047         * gdb.ada/mi_interface.exp
7048         * gdb.ada/mi_task_arg.exp
7049         * gdb.ada/mi_task_info.exp
7050         * gdb.ada/mi_var_array.exp
7051         * gdb.arch/alpha-step.exp
7052         * gdb.arch/amd64-disp-step.exp
7053         * gdb.arch/arm-disp-step.exp
7054         * gdb.arch/disp-step-insn-reloc.exp
7055         * gdb.arch/e500-prologue.exp
7056         * gdb.arch/ftrace-insn-reloc.exp
7057         * gdb.arch/gdb1558.exp
7058         * gdb.arch/i386-bp_permanent.exp
7059         * gdb.arch/i386-disp-step.exp
7060         * gdb.arch/i386-float.exp
7061         * gdb.arch/i386-gnu-cfi.exp
7062         * gdb.arch/ia64-breakpoint-shadow.exp
7063         * gdb.arch/mips16-thunks.exp
7064         * gdb.arch/pa-nullify.exp
7065         * gdb.arch/powerpc-aix-prologue.exp
7066         * gdb.arch/powerpc-power.exp
7067         * gdb.arch/ppc-dfp.exp
7068         * gdb.arch/s390-tdbregs.exp
7069         * gdb.arch/spu-info.exp
7070         * gdb.arch/spu-ls.exp
7071         * gdb.arch/thumb-bx-pc.exp
7072         * gdb.base/advance.exp
7073         * gdb.base/annota-input-while-running.exp
7074         * gdb.base/arrayidx.exp
7075         * gdb.base/asmlabel.exp
7076         * gdb.base/async.exp
7077         * gdb.base/attach-wait-input.exp
7078         * gdb.base/auto-connect-native-target.exp
7079         * gdb.base/batch-preserve-term-settings.exp
7080         * gdb.base/bfp-test.exp
7081         * gdb.base/bigcore.exp
7082         * gdb.base/bp-permanent.exp
7083         * gdb.base/break-always.exp
7084         * gdb.base/break-fun-addr.exp
7085         * gdb.base/break-idempotent.exp
7086         * gdb.base/break-main-file-remove-fail.exp
7087         * gdb.base/break-probes.exp
7088         * gdb.base/break-unload-file.exp
7089         * gdb.base/break.exp
7090         * gdb.base/call-ar-st.exp
7091         * gdb.base/call-rt-st.exp
7092         * gdb.base/call-sc.exp
7093         * gdb.base/call-signal-resume.exp
7094         * gdb.base/call-strs.exp
7095         * gdb.base/callexit.exp
7096         * gdb.base/callfuncs.exp
7097         * gdb.base/catch-gdb-caused-signals.exp
7098         * gdb.base/catch-signal-siginfo-cond.exp
7099         * gdb.base/catch-syscall.exp
7100         * gdb.base/compare-sections.exp
7101         * gdb.base/cond-eval-mode.exp
7102         * gdb.base/condbreak-call-false.exp
7103         * gdb.base/consecutive-step-over.exp
7104         * gdb.base/cursal.exp
7105         * gdb.base/disabled-location.exp
7106         * gdb.base/disasm-end-cu.exp
7107         * gdb.base/display.exp
7108         * gdb.base/double-prompt-target-event-error.exp
7109         * gdb.base/dprintf-bp-same-addr.exp
7110         * gdb.base/dprintf-detach.exp
7111         * gdb.base/dprintf-next.exp
7112         * gdb.base/dprintf-non-stop.exp
7113         * gdb.base/dprintf-pending.exp
7114         * gdb.base/dso2dso.exp
7115         * gdb.base/ending-run.exp
7116         * gdb.base/enum_cond.exp
7117         * gdb.base/examine-backward.exp
7118         * gdb.base/exe-lock.exp
7119         * gdb.base/exec-invalid-sysroot.exp
7120         * gdb.base/execl-update-breakpoints.exp
7121         * gdb.base/execution-termios.exp
7122         * gdb.base/fileio.exp
7123         * gdb.base/fixsection.exp
7124         * gdb.base/foll-exec-mode.exp
7125         * gdb.base/foll-exec.exp
7126         * gdb.base/fork-running-state.exp
7127         * gdb.base/frame-args.exp
7128         * gdb.base/fullpath-expand.exp
7129         * gdb.base/func-ptr.exp
7130         * gdb.base/gcore-relro-pie.exp
7131         * gdb.base/gdb1090.exp
7132         * gdb.base/gdb1555.exp
7133         * gdb.base/global-var-nested-by-dso.exp
7134         * gdb.base/gnu-ifunc.exp
7135         * gdb.base/hbreak-in-shr-unsupported.exp
7136         * gdb.base/hbreak-unmapped.exp
7137         * gdb.base/hook-stop.exp
7138         * gdb.base/infcall-input.exp
7139         * gdb.base/info-fun.exp
7140         * gdb.base/info-shared.exp
7141         * gdb.base/interrupt-noterm.exp
7142         * gdb.base/jit-so.exp
7143         * gdb.base/jit.exp
7144         * gdb.base/line-symtabs.exp
7145         * gdb.base/list.exp
7146         * gdb.base/longjmp.exp
7147         * gdb.base/macscp.exp
7148         * gdb.base/max-value-size.exp
7149         * gdb.base/nodebug.exp
7150         * gdb.base/nofield.exp
7151         * gdb.base/overlays.exp
7152         * gdb.base/paginate-after-ctrl-c-running.exp
7153         * gdb.base/paginate-bg-execution.exp
7154         * gdb.base/paginate-inferior-exit.exp
7155         * gdb.base/pending.exp
7156         * gdb.base/pr11022.exp
7157         * gdb.base/printcmds.exp
7158         * gdb.base/ptr-typedef.exp
7159         * gdb.base/ptype.exp
7160         * gdb.base/randomize.exp
7161         * gdb.base/range-stepping.exp
7162         * gdb.base/realname-expand.exp
7163         * gdb.base/relativedebug.exp
7164         * gdb.base/remote.exp
7165         * gdb.base/savedregs.exp
7166         * gdb.base/sepdebug.exp
7167         * gdb.base/set-noassign.exp
7168         * gdb.base/shlib-call.exp
7169         * gdb.base/shreloc.exp
7170         * gdb.base/sigaltstack.exp
7171         * gdb.base/sigbpt.exp
7172         * gdb.base/siginfo-addr.exp
7173         * gdb.base/siginfo-obj.exp
7174         * gdb.base/siginfo-thread.exp
7175         * gdb.base/signest.exp
7176         * gdb.base/signull.exp
7177         * gdb.base/sigrepeat.exp
7178         * gdb.base/skip.exp
7179         * gdb.base/so-impl-ld.exp
7180         * gdb.base/solib-corrupted.exp
7181         * gdb.base/solib-disc.exp
7182         * gdb.base/solib-display.exp
7183         * gdb.base/solib-overlap.exp
7184         * gdb.base/solib-search.exp
7185         * gdb.base/solib-symbol.exp
7186         * gdb.base/source-execution.exp
7187         * gdb.base/sss-bp-on-user-bp-2.exp
7188         * gdb.base/sss-bp-on-user-bp.exp
7189         * gdb.base/stack-checking.exp
7190         * gdb.base/stale-infcall.exp
7191         * gdb.base/step-break.exp
7192         * gdb.base/step-line.exp
7193         * gdb.base/step-over-exit.exp
7194         * gdb.base/step-test.exp
7195         * gdb.base/structs.exp
7196         * gdb.base/sym-file.exp
7197         * gdb.base/symtab-search-order.exp
7198         * gdb.base/term.exp
7199         * gdb.base/type-opaque.exp
7200         * gdb.base/unload.exp
7201         * gdb.base/until-nodebug.exp
7202         * gdb.base/until.exp
7203         * gdb.base/unwindonsignal.exp
7204         * gdb.base/watch-cond.exp
7205         * gdb.base/watch-non-mem.exp
7206         * gdb.base/watch_thread_num.exp
7207         * gdb.base/watchpoint-reuse-slot.exp
7208         * gdb.base/watchpoint-solib.exp
7209         * gdb.base/watchpoint.exp
7210         * gdb.btrace/dlopen.exp
7211         * gdb.cell/arch.exp
7212         * gdb.cell/break.exp
7213         * gdb.cell/bt.exp
7214         * gdb.cell/core.exp
7215         * gdb.cell/data.exp
7216         * gdb.cell/dwarfaddr.exp
7217         * gdb.cell/ea-cache.exp
7218         * gdb.cell/ea-standalone.exp
7219         * gdb.cell/ea-test.exp
7220         * gdb.cell/f-regs.exp
7221         * gdb.cell/fork.exp
7222         * gdb.cell/gcore.exp
7223         * gdb.cell/mem-access.exp
7224         * gdb.cell/ptype.exp
7225         * gdb.cell/registers.exp
7226         * gdb.cell/sizeof.exp
7227         * gdb.cell/solib-symbol.exp
7228         * gdb.cell/solib.exp
7229         * gdb.compile/compile-tls.exp
7230         * gdb.cp/exception.exp
7231         * gdb.cp/gdb2495.exp
7232         * gdb.cp/local.exp
7233         * gdb.cp/mb-inline.exp
7234         * gdb.cp/mb-templates.exp
7235         * gdb.cp/pr10687.exp
7236         * gdb.cp/pr9167.exp
7237         * gdb.cp/scope-err.exp
7238         * gdb.cp/templates.exp
7239         * gdb.cp/virtfunc.exp
7240         * gdb.dwarf2/dw2-dir-file-name.exp
7241         * gdb.dwarf2/dw2-single-line-discriminators.exp
7242         * gdb.fortran/complex.exp
7243         * gdb.fortran/library-module.exp
7244         * gdb.guile/guile.exp
7245         * gdb.guile/scm-cmd.exp
7246         * gdb.guile/scm-frame-inline.exp
7247         * gdb.guile/scm-objfile.exp
7248         * gdb.guile/scm-pretty-print.exp
7249         * gdb.guile/scm-symbol.exp
7250         * gdb.guile/scm-type.exp
7251         * gdb.guile/scm-value.exp
7252         * gdb.linespec/keywords.exp
7253         * gdb.linespec/ls-errs.exp
7254         * gdb.linespec/macro-relative.exp
7255         * gdb.linespec/thread.exp
7256         * gdb.mi/mi-breakpoint-changed.exp
7257         * gdb.mi/mi-dprintf-pending.exp
7258         * gdb.mi/mi-fullname-deleted.exp
7259         * gdb.mi/mi-logging.exp
7260         * gdb.mi/mi-pending.exp
7261         * gdb.mi/mi-solib.exp
7262         * gdb.mi/new-ui-mi-sync.exp
7263         * gdb.mi/user-selected-context-sync.exp
7264         * gdb.multi/dummy-frame-restore.exp
7265         * gdb.multi/multi-arch-exec.exp
7266         * gdb.multi/remove-inferiors.exp
7267         * gdb.multi/watchpoint-multi-exit.exp
7268         * gdb.opt/solib-intra-step.exp
7269         * gdb.perf/backtrace.exp
7270         * gdb.perf/single-step.exp
7271         * gdb.perf/skip-command.exp
7272         * gdb.perf/skip-prologue.exp
7273         * gdb.perf/solib.exp
7274         * gdb.python/lib-types.exp
7275         * gdb.python/py-as-string.exp
7276         * gdb.python/py-bad-printers.exp
7277         * gdb.python/py-block.exp
7278         * gdb.python/py-breakpoint.exp
7279         * gdb.python/py-cmd.exp
7280         * gdb.python/py-events.exp
7281         * gdb.python/py-evthreads.exp
7282         * gdb.python/py-finish-breakpoint.exp
7283         * gdb.python/py-finish-breakpoint2.exp
7284         * gdb.python/py-frame-inline.exp
7285         * gdb.python/py-frame.exp
7286         * gdb.python/py-inferior.exp
7287         * gdb.python/py-infthread.exp
7288         * gdb.python/py-mi.exp
7289         * gdb.python/py-objfile.exp
7290         * gdb.python/py-pp-maint.exp
7291         * gdb.python/py-pp-registration.exp
7292         * gdb.python/py-prettyprint.exp
7293         * gdb.python/py-recurse-unwind.exp
7294         * gdb.python/py-shared.exp
7295         * gdb.python/py-symbol.exp
7296         * gdb.python/py-symtab.exp
7297         * gdb.python/py-template.exp
7298         * gdb.python/py-type.exp
7299         * gdb.python/py-unwind-maint.exp
7300         * gdb.python/py-unwind.exp
7301         * gdb.python/py-value.exp
7302         * gdb.python/python.exp
7303         * gdb.reverse/finish-reverse-bkpt.exp
7304         * gdb.reverse/insn-reverse.exp
7305         * gdb.reverse/next-reverse-bkpt-over-sr.exp
7306         * gdb.reverse/solib-precsave.exp
7307         * gdb.reverse/solib-reverse.exp
7308         * gdb.stabs/gdb11479.exp
7309         * gdb.stabs/weird.exp
7310         * gdb.threads/fork-child-threads.exp
7311         * gdb.threads/fork-plus-threads.exp
7312         * gdb.threads/fork-thread-pending.exp
7313         * gdb.threads/forking-threads-plus-breakpoint.exp
7314         * gdb.threads/hand-call-in-threads.exp
7315         * gdb.threads/interrupted-hand-call.exp
7316         * gdb.threads/linux-dp.exp
7317         * gdb.threads/local-watch-wrong-thread.exp
7318         * gdb.threads/next-while-other-thread-longjmps.exp
7319         * gdb.threads/non-ldr-exit.exp
7320         * gdb.threads/pending-step.exp
7321         * gdb.threads/print-threads.exp
7322         * gdb.threads/process-dies-while-detaching.exp
7323         * gdb.threads/process-dies-while-handling-bp.exp
7324         * gdb.threads/pthreads.exp
7325         * gdb.threads/queue-signal.exp
7326         * gdb.threads/reconnect-signal.exp
7327         * gdb.threads/signal-command-handle-nopass.exp
7328         * gdb.threads/signal-command-multiple-signals-pending.exp
7329         * gdb.threads/signal-delivered-right-thread.exp
7330         * gdb.threads/signal-sigtrap.exp
7331         * gdb.threads/sigthread.exp
7332         * gdb.threads/staticthreads.exp
7333         * gdb.threads/stepi-random-signal.exp
7334         * gdb.threads/thread-unwindonsignal.exp
7335         * gdb.threads/thread_check.exp
7336         * gdb.threads/thread_events.exp
7337         * gdb.threads/tid-reuse.exp
7338         * gdb.threads/tls-nodebug.exp
7339         * gdb.threads/tls-shared.exp
7340         * gdb.threads/tls-so_extern.exp
7341         * gdb.threads/tls.exp
7342         * gdb.threads/wp-replication.exp
7343         * gdb.trace/actions-changed.exp
7344         * gdb.trace/actions.exp
7345         * gdb.trace/backtrace.exp
7346         * gdb.trace/change-loc.exp
7347         * gdb.trace/collection.exp
7348         * gdb.trace/deltrace.exp
7349         * gdb.trace/disconnected-tracing.exp
7350         * gdb.trace/entry-values.exp
7351         * gdb.trace/ftrace-lock.exp
7352         * gdb.trace/ftrace.exp
7353         * gdb.trace/infotrace.exp
7354         * gdb.trace/mi-trace-frame-collected.exp
7355         * gdb.trace/mi-trace-unavailable.exp
7356         * gdb.trace/mi-traceframe-changed.exp
7357         * gdb.trace/mi-tracepoint-changed.exp
7358         * gdb.trace/mi-tsv-changed.exp
7359         * gdb.trace/no-attach-trace.exp
7360         * gdb.trace/packetlen.exp
7361         * gdb.trace/passc-dyn.exp
7362         * gdb.trace/passcount.exp
7363         * gdb.trace/pending.exp
7364         * gdb.trace/pr16508.exp
7365         * gdb.trace/qtro.exp
7366         * gdb.trace/range-stepping.exp
7367         * gdb.trace/read-memory.exp
7368         * gdb.trace/report.exp
7369         * gdb.trace/save-trace.exp
7370         * gdb.trace/signal.exp
7371         * gdb.trace/stap-trace.exp
7372         * gdb.trace/status-stop.exp
7373         * gdb.trace/strace.exp
7374         * gdb.trace/tfile.exp
7375         * gdb.trace/tfind.exp
7376         * gdb.trace/trace-break.exp
7377         * gdb.trace/trace-condition.exp
7378         * gdb.trace/trace-enable-disable.exp
7379         * gdb.trace/trace-mt.exp
7380         * gdb.trace/tracecmd.exp
7381         * gdb.trace/tracefile-pseudo-reg.exp
7382         * gdb.trace/tspeed.exp
7383         * gdb.trace/tstatus.exp
7384         * gdb.trace/tsv.exp
7385         * gdb.trace/unavailable.exp
7386         * gdb.trace/while-dyn.exp
7387         * gdb.trace/while-stepping.exp
7388         * lib/gdb-guile.exp
7389         * lib/gdb.exp
7390         * lib/mi-support.exp
7391         * lib/pascal.exp
7392         * lib/perftest.exp
7393         * lib/prelink-support.exp
7394         * lib/selftest-support.exp
7395
7396 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
7397
7398         * Makefile.in: Include disable-implicit-rules.mk.
7399
7400 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7401
7402         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7403         non-byte-aligned bit fields.
7404
7405 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7406
7407         PR gdb/12616
7408         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
7409         respects the DW_AT_data_bit_offset attribute.
7410
7411 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
7412
7413         * gdb.base/default.exp: Fix output of "set language".
7414
7415 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
7416
7417         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7418         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
7419         make.
7420         * configure.ac: Remove checks for the make program.
7421         * configure: Re-generate.
7422
7423 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
7424
7425         * gdb.python/py-recurse-unwind.c (main): Add loop.
7426         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7427         to read_register() and gdb.parse_and_eval().  Make each code
7428         call a separate case that can be individually tested.
7429         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7430         proc. Call cont_and_backtrace for each of the code paths that
7431         we want to test in the unwinder.
7432
7433 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7434
7435         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7436         the definition of struct S.
7437
7438 2016-11-11  Catherine Moore  <clm@codesourcery.com>
7439
7440         * gdb.base/dump.exp: Identify verilog format dump tests as such.
7441
7442 2016-11-09  Pedro Alves  <palves@redhat.com>
7443
7444         * gdb.base/commands.exp (runto_or_return): New procedure.
7445         (gdbvar_simple_if_test, gdbvar_simple_while_test)
7446         (gdbvar_complex_if_while_test, progvar_simple_if_test)
7447         (progvar_simple_while_test, progvar_complex_if_while_test)
7448         (if_while_breakpoint_command_test)
7449         (infrun_breakpoint_command_test, breakpoint_command_test)
7450         (user_defined_command_test, watchpoint_command_test)
7451         (test_command_prompt_position, redefine_hook_test)
7452         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7453         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7454         multi_line_input and multi_line.  Remove gdb_expect and
7455         gdb_stop_suppressing_tests uses.
7456         * lib/gdb.exp (valnum_re): New global.
7457         (multi_line_input): New procedure.
7458
7459 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
7460
7461         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7462         Remove.
7463         (test_setup): Define with proc_with_prefix.
7464         (test_cli_inferior): Likewise.
7465         (test_cli_thread): Likewise.
7466         (test_cli_frame): Likewise.
7467         (test_cli_select_frame): Likewise.
7468         (test_cli_up_down): Likewise.
7469         (test_mi_thread_select): Likewise.
7470         (test_mi_stack_select_frame): Likewise.
7471         (test_cli_in_mi_inferior): Likewise.
7472         (test_cli_in_mi_thread): Likewise.
7473         (test_cli_in_mi_frame): Likewise.
7474         (top level): Do not use with_test_prefix_procname.
7475
7476 2016-11-09  Pedro Alves  <palves@redhat.com>
7477
7478         * gdb.base/commands.exp (gdbvar_simple_if_test)
7479         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7480         (progvar_simple_if_test, progvar_simple_while_test)
7481         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7482         (infrun_breakpoint_command_test, breakpoint_command_test)
7483         (user_defined_command_test, watchpoint_command_test)
7484         (test_command_prompt_position, deprecated_command_test)
7485         (bp_deleted_in_command, temporary_breakpoint_commands)
7486         (stray_arg0_test, source_file_with_indented_comment)
7487         (recursive_source_test, if_commands_test)
7488         (error_clears_commands_left, redefine_hook_test)
7489         (redefine_backtrace_test): Use proc_with_prefix.
7490         * lib/gdb.exp (proc_with_prefix): New proc.
7491
7492 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7493
7494         * gdb.base/tui-layout.c: New file.
7495         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7496         disassembly window contains very long lines.
7497
7498 2016-11-08  Tom Tromey  <tom@tromey.com>
7499
7500         * gdb.python/py-value.exp (test_value_creation): Make "long" test
7501         depend on Python 2.
7502
7503 2016-11-08  Tom Tromey  <tom@tromey.com>
7504
7505         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7506         New method.
7507
7508 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
7509
7510         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7511
7512 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
7513
7514         * gdb.rust/simple.rs: Add test for univariant enums without
7515         discriminants and for encoded struct-like enums.
7516
7517 2016-10-28  Pedro Alves  <palves@redhat.com>
7518
7519         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7520         gdb_test_multiple, tighten regexps and match symtabs and line
7521         tables incrementally.
7522
7523 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
7524
7525         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7526         general.
7527
7528 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
7529
7530         * gdb.base/exec-invalid-sysroot.exp: New file.
7531
7532 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7533
7534         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7535
7536 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7537
7538         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7539
7540 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
7541
7542         * gdb.base/killed-outside.exp: Remove $options from a call to
7543         `prepare_for_testing'.
7544
7545 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7546
7547         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7548         Change test message.
7549
7550 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7551
7552         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7553         Update comment.
7554
7555 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7556
7557         * gdb.trace/mi-trace-save.exp: New file.
7558
7559 2016-10-13  Yao Qi  <yao.qi@linaro.org>
7560
7561         * gdb.base/code_elim.exp (get_var_address): Remove.
7562         * gdb.base/relocate.exp: Likewise.
7563         * gdb.base/shreloc.exp: Likewise.
7564         * lib/gdb.exp (get_var_address): New.
7565
7566 2016-10-13  Yao Qi  <yao.qi@linaro.org>
7567
7568         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7569         floating point tests if $skip_float_test is false.
7570
7571 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
7572
7573         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7574         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7575         argc values.
7576         Add 1 to argc so we guarantee distinct initial/modified argc values.
7577
7578 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7579
7580         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7581
7582 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7583
7584         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7585         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7586         * gdb.arch/vsx-regs.exp: Likewise.
7587
7588 2016-10-07  Yao Qi  <yao.qi@linaro.org>
7589
7590         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7591
7592 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
7593
7594         * gdb.python/python.exp: Test decode_line("*0").
7595
7596 2016-10-06  Doug Evans  <dje@google.com>
7597
7598         * gdb.python/py-value.exp (test_value_creation): Add test for large
7599         unsigned 64-bit value.
7600
7601 2016-10-06  Tom Tromey  <tom@tromey.com>
7602
7603         * gdb.compile/compile.exp: Change java tests to rust.
7604         * gdb.base/setshow.exp: Change java tests to rust.
7605         * gdb.base/default.exp: Remove java from language list.
7606         * README (Examples): Update language example.
7607         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7608         test.
7609         * lib/gdb.exp (skip_java_tests): Remove.
7610         * lib/java.exp: Remove.
7611         * gdb.java: Remove.
7612
7613 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
7614
7615         * gdb.arch/mips-fcr.exp: New test.
7616         * gdb.arch/mips-fcr.c: Source for the new test.
7617
7618 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
7619
7620         * gdb.base/solib-disc.exp: Use `standard_output_file'
7621         throughout.
7622
7623 2016-10-06  Pedro Alves  <palves@redhat.com>
7624
7625         * gdb.base/jit-simple-dl.c: New file.
7626         * gdb.base/jit-simple-jit.c: New file, factored out from ...
7627         * gdb.base/jit-simple.c: ... this.
7628         * gdb.base/jit-simple.exp (jit_run): Delete.
7629         (build_jit): New proc.
7630         (jit_test_reread): Recompile either the main program or the shared
7631         library, depending on what is being tested.  Skip changing address
7632         if caller wants to.  Compare before/after addresses.  If testing
7633         standalone, explicitly load the binary.  Test "maint info
7634         breakpoints".
7635         (top level): Add "standalone vs shared lib" and "change address"
7636         vs "same address" axes.
7637
7638 2016-10-06  Pedro Alves  <palves@redhat.com>
7639
7640         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7641         call.
7642         (jit_run): Delete.
7643         (jit_test_reread): Use with_test_prefix.  Reload the main binary
7644         explicitly.  Compare the before/after addresses of the JIT
7645         descriptor.
7646
7647 2016-08-15  Doug Evans  <dje@google.com>
7648
7649         * gdb.xml/extra-regs.xml: Update, end field now required, default type
7650         for single bitfields is bool.
7651         * gdb.xml/tdesc-regs.exp: Ditto.
7652
7653 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7654
7655         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7656
7657 2016-10-05  Yao Qi  <yao.qi@linaro.org>
7658
7659         * lib/gdb.exp (support_complex_tests): Return zero if
7660         gdb_skip_float_test return true.
7661
7662 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7663             Simon Marchi  <simon.marchi@ericsson.com>
7664
7665         PR gdb/20487
7666         * gdb.mi/user-selected-context-sync.exp: New file.
7667         * gdb.mi/user-selected-context-sync.c: New file.
7668
7669 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7670             Simon Marchi  <simon.marchi@ericsson.com>
7671
7672         PR gdb/20487
7673         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7674         =thread-select-event check.
7675
7676 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
7677
7678         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7679         the compulsory L operand changes.
7680         * gdb.arch/powerpc-power.s: Likewise.
7681
7682 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7683
7684         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7685         * gdb.base/jit-attach-pie.c: New file.
7686         * gdb.base/jit-attach-pie.exp: New file.
7687
7688 2016-09-28  Pedro Alves  <palves@redhat.com>
7689
7690         * gdb.base/infcall-input.c: New file.
7691         * gdb.base/infcall-input.exp: New file.
7692
7693 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7694
7695         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7696         (gdb_exit): Rename it to ...
7697         (gdbserver_gdb_exit): ...  Close GDBserver.
7698         (gdb_exit): New proc, call gdbserver_gdb_exit.
7699         (mi_gdb_exit): Likewise.
7700
7701 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7702
7703         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7704         path.
7705         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7706         Remove duplication.
7707
7708 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7709
7710         * lib/gdbserver-support.exp: Check the existence of
7711         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7712
7713 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
7714
7715         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7716
7717 2016-09-21  Tom Tromey  <tom@tromey.com>
7718
7719         PR gdb/20604:
7720         * gdb.base/quit.exp: New file.
7721
7722 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
7723
7724         * .gitignore: New file.
7725
7726 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
7727
7728         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7729         throughout.
7730
7731 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7732
7733         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7734
7735 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7736
7737         * gdb.cp/casts.cc (decltype): Move it ...
7738         (main): ... with its call to ...
7739         * gdb.cp/casts03.cc: ... a new file.
7740         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7741
7742 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7743
7744         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7745
7746 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
7747
7748         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7749         and sync up the test with tests in gas/testsuite/gas/ppc.
7750         * gdb.arch/powerpc-power.exp: Likewise.
7751
7752 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7753
7754         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7755
7756 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7757             Jan Kratochvil  <jan.kratochvil@redhat.com>
7758
7759         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7760         make m1's definition to be different from m2's.  Use 'dummy' as an
7761         argument for probe 'two'.
7762
7763 2016-09-10  Jon Beniston  <jon@beniston.com>
7764
7765         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7766         for sim target.
7767
7768 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7769
7770         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7771         variable declaration.
7772         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
7773         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7774         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7775         received HWCAP as its argument.
7776
7777 2016-09-06  Pedro Alves  <palves@redhat.com>
7778
7779         * gdb.base/new-ui-pending-input.c: New file.
7780         * gdb.base/new-ui-pending-input.exp: New file.
7781         * gdb.exp (clear_gdb_spawn_id): New procedure.
7782         (with_spawn_id): Check whether gdb_spawn_id exists before
7783         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
7784         on exit.
7785
7786 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
7787
7788         * gdb.base/float128.c: New file.
7789         * gdb.base/float128.exp: Likewise.
7790         * gdb.base/floatn.c: Likewise.
7791         * gdb.base/floatn.exp: Likewise.
7792
7793 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
7794
7795         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7796
7797 2016-09-05  Pedro Alves  <palves@redhat.com>
7798
7799         PR backtrace/19927
7800         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7801         unwinders are immediately called as side effect of "source" or
7802         "disable unwinder" commands.
7803         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7804
7805 2016-09-02  Yao Qi  <yao.qi@linaro.org>
7806
7807         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7808         is true and $type is "float" or "double".
7809
7810 2016-09-02  Yao Qi  <yao.qi@linaro.org>
7811
7812         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7813         true.
7814         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7815         * gdb.base/call-rt-st.exp: Likewise.
7816         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7817         return value instead of gdb,skip_float_test.
7818         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7819         (do_function_calls): Use its return value instead of
7820         gdb,skip_float_test.
7821         * gdb.base/finish.exp: Likewise.
7822         * gdb.base/funcargs.exp: Likewise.
7823         * gdb.base/return.exp: Likewise.
7824         * gdb.base/return2.exp: Likewise.
7825         * gdb.base/varargs.exp: Likewise.
7826         * lib/gdb.exp (gdb_skip_float_test): Change it to
7827         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
7828
7829 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7830
7831         * gdb.multi/tids.exp: Test "thread apply all".
7832
7833 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7834
7835         * gdb.base/default.exp (tty): Remove.
7836
7837 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
7838
7839         * gdb.python/py-recurse-unwind.c: New file.
7840         * gdb.python/py-recurse-unwind.py: New file.
7841         * gdb.python/py-recurse-unwind.exp: New file.
7842
7843 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
7844
7845         * gdb.base/set-inferior-tty.exp: New file.
7846         * gdb.base/set-inferior-tty.c: New file.
7847
7848 2016-08-23  Pedro Alves  <palves@redhat.com>
7849
7850         PR gdb/20494
7851         * gdb.base/new-ui-echo.c: New file.
7852         * gdb.base/new-ui-echo.exp: New file.
7853
7854 2016-08-23  Yao Qi  <yao.qi@linaro.org>
7855
7856         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7857         gdbserver_spawn.
7858         * gdb.server/connect-without-multi-process.exp (do_test):
7859         Likewise.
7860
7861 2016-08-23  Yao Qi  <yao.qi@linaro.org>
7862
7863         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7864         standalone_txt.  Delete gdb_txt and standalone_txt on host
7865         and target.  Spawn the binary on target.  Copy files from
7866         target to host.
7867
7868 2016-08-22  Pedro Alves  <palves@redhat.com>
7869
7870         PR gdb/20505
7871         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
7872         with_test_prefix.  Factor out bits to ...
7873         (test_no_vdso): ... this new procedure.
7874
7875 2016-08-19  Carl Love  <cel@us.ibm.com>
7876
7877         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7878         maintaining separate logic for constructing the output path.
7879         * gdb.arch/powerpc-d128-regs.exp: Likewise.
7880         * gdb.arch/ppc-dfp.exp: Likewise.
7881         * gdb.arch/ppc-fp.exp: Likewise.
7882         * gdb.arch/vsx-regs.exp: Likewise.
7883         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7884         binprefix for generating the additional binary files.
7885
7886 2016-08-19  Pedro Alves  <palves@redhat.com>
7887
7888         * gdb.trace/mi-trace-frame-collected.exp
7889         (test_trace_frame_collected): On x32, expect two registers.
7890
7891 2016-08-18  Carl Love  <cel@us.ibm.com>
7892
7893         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7894         and sync up the test with tests in gas/testsuite/gas/ppc.
7895         * gdb.arch/powerpc-power.exp: Likewise.
7896
7897 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
7898
7899         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7900         expected error message.
7901
7902 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
7903
7904         * gdb.multi/remove-inferiors.exp: New file.
7905         * gdb.multi/remove-inferiors.c: New file.
7906
7907 2016-08-12  Yao Qi  <yao.qi@linaro.org>
7908
7909         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7910         argument list.
7911
7912 2016-08-10  Pedro Alves  <palves@redhat.com>
7913
7914         PR gdb/19187
7915         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7916         setup_kfails.
7917
7918 2016-08-09  Pedro Alves  <palves@redhat.com>
7919             Simon Marchi  <simon.marchi@ericsson.com>
7920
7921         PR gdb/20418
7922         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7923         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7924
7925 2016-08-09  Pedro Alves  <palves@redhat.com>
7926
7927         PR mi/20431
7928         * gdb.mi/mi-cmd-error.exp: New file.
7929
7930 2016-08-09  Pedro Alves  <palves@redhat.com>
7931
7932         PR gdb/18653
7933         * gdb.base/signals-state-child.c: New file.
7934         * gdb.base/signals-state-child.exp: New file.
7935         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7936
7937 2016-08-09  Pedro Alves  <palves@redhat.com>
7938
7939         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7940
7941 2016-08-03  Tom Tromey  <tom@tromey.com>
7942
7943         PR python/18565:
7944         * gdb.python/py-frame-inline.exp: Add Frame.function test.
7945
7946 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7947
7948         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7949         variable mode to "multi-process" if $multi_process is 1, otherwise
7950         set it to "single-process".
7951
7952 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7953
7954         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7955         * gdb.cp/cpexprs.exp: Likewise.
7956         * gdb.cp/m-static.exp: Likewise.
7957
7958 2016-07-26  Tom Tromey  <tom@tromey.com>
7959
7960         PR python/20190:
7961         * gdb.threads/tls.exp (check_thread_local): Add python symbol
7962         test.
7963
7964 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
7965
7966         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7967         selecting assembly source files.
7968         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7969         assembly source files.
7970         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7971         assembly source files.
7972         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7973         selecting assembly source files.
7974
7975 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
7976
7977         * gdb.base/new-ui.exp (do_test_invalid_args): New
7978         procedure.
7979
7980 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
7981
7982         * gdb.btrace/reconnect.c: New file.
7983         * gdb.btrace/reconnect.exp: New file.
7984
7985 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
7986
7987         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7988         to test_catch_syscall_group.
7989         (test_catch_syscall_group): New.
7990
7991 2016-07-21  Tom Tromey  <tom@tromey.com>
7992
7993         * gdb.rust/simple.rs (main): Use empty struct expression.
7994         * gdb.rust/simple.exp: Add tests for empty struct expression.
7995
7996 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7997
7998         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7999         if gdb_skip_xml_test is true on some targets.
8000
8001 2016-07-21  Yao Qi  <yao.qi@linaro.org>
8002
8003         * gdb.server/solib-list.exp: Unset last_loaded_file.
8004
8005 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8006
8007         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8008         "step into captured_main (args)".
8009
8010 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8011
8012         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8013
8014 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8015
8016         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8017
8018 2016-07-19  Pedro Alves  <palves@redhat.com>
8019
8020         * gdb.opt/inline-break.exp: Remove optimize=-O2.
8021         * gdb.opt/inline-bt.exp: Likewise.
8022         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8023         additional_flags=-Winline.
8024         * gdb.opt/inline-locals.exp: Likewise.
8025         * gdb.opt/inline-markers.c (ATTR): Define.
8026         (inlined_fn): Use it.
8027
8028 2016-07-19  Yao Qi  <yao.qi@linaro.org>
8029
8030         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8031         (test_with_self): Remove some code.  Remove argument executable.
8032         (top-level): Use do_self_tests.
8033
8034 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
8035             Don Breazeal <donb@codesourcery.com>
8036
8037         * gdb.base/maint.exp: Escape paths used in regular expressions.
8038         * gdb.stabs/weird.exp: Likewise.
8039
8040 2016-07-13  Tom Tromey  <tom@tromey.com>
8041
8042         PR python/15620, PR python/18620:
8043         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8044         (test_bkpt_events): New procs.
8045
8046 2016-07-13  Tom Tromey  <tom@tromey.com>
8047
8048         PR python/17698:
8049         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8050         test.
8051         (test_watchpoints): Likewise.
8052         (test_bkpt_pending): New proc.
8053
8054 2016-07-13  Tom Tromey  <tom@tromey.com>
8055
8056         PR cli/18053:
8057         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8058         completion test.
8059
8060 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8061
8062         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8063         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8064         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8065         f_label.
8066         (g): Rename g_end_lbl to g_label.
8067         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8068         low_pc and high_pc.
8069         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8070
8071 2016-07-12  Tom Tromey  <tom@tromey.com>
8072
8073         PR python/19293:
8074         * gdb.python/py-unwind-maint.exp: Update tests.
8075
8076 2016-07-12  Yao Qi  <yao.qi@linaro.org>
8077
8078         * lib/selftest-support.exp (selftest_setup): Match the output
8079         when captured_main is inlined.
8080
8081 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8082
8083         * gdb.fortran/derived-types.exp (result_line, result_line_2):
8084         New variables.
8085         (print this%a, print this%b, print this): New tests.
8086         * gdb.fortran/derived-types.f90 (this): New object and
8087         initialization.
8088
8089 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
8090
8091         * gdb.ada/arraydim.exp: Remove extra directory level in build
8092         directory.
8093
8094 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
8095
8096         * lib/ada.exp: Remove extra directory level in build directory.
8097         * gdb.ada/cond_lang.exp: Likewise.
8098         * gdb.ada/exec_changed.exp: Likewise.
8099         * gdb.ada/lang_switch.exp: Likewise.
8100
8101 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
8102
8103         * simple.rs: Add test for raw pointer subscripting.
8104         * simple.exp: Add test expectations.
8105
8106 2016-07-05  Yao Qi  <yao.qi@linaro.org>
8107
8108         * gdb.mi/mi-reverse.exp: Match =record-started output.
8109
8110 2016-07-01  Pedro Alves  <palves@redhat.com>
8111
8112         * gdb.base/jit-reader.exp (info_registers_current_frame): New
8113         procedure.
8114         (jit_reader_test): Test the jit reader's unwinder.
8115         * gdb.base/jithost.c (jit_function_00_code): New global.
8116         (main): Use memcpy to fill in the mmapped code, instead of poking
8117         bytes manually here.
8118         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8119         value.
8120         (read_debug_info): Save the function's range.
8121         (read_sp): New function.
8122         (unwind_frame): Use it.  Also unwind RBP.
8123         (get_frame_id): Use read_sp.
8124         (gdb_init_reader): Use calloc instead of malloc.
8125         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8126         parameter.  Use gdb_test_multiple.
8127
8128 2016-07-01  Pedro Alves  <palves@redhat.com>
8129             Antoine Tremblay  <antoine.tremblay@ericsson.com>
8130
8131         * gdb.threads/process-dies-while-detaching.c: New file.
8132         * gdb.threads/process-dies-while-detaching.exp: New file.
8133
8134 2016-07-01  Pedro Alves  <palves@redhat.com>
8135
8136         * gdb.multi/watchpoint-multi-exit.c: New file.
8137         * gdb.multi/watchpoint-multi-exit.exp: New file.
8138
8139 2016-06-30  Pedro Alves  <palves@redhat.com>
8140
8141         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8142         unset inferior_spawn_id.
8143
8144 2016-06-30  Pedro Alves  <palves@redhat.com>
8145
8146         * lib/mi-support.exp (default_mi_gdb_start): Declare global
8147         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8148
8149 2016-06-29  Yao Qi  <yao.qi@linaro.org>
8150
8151         * gdb.base/return.c: Add copyright header.
8152
8153 2016-06-29  Tom Tromey  <tom@tromey.com>
8154
8155         PR python/20129:
8156         * gdb.python/py-framefilter.exp: Add tests for setting priority
8157         and disabling of non-existent frame filter.
8158
8159 2016-06-29  Yao Qi  <yao.qi@linaro.org>
8160
8161         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8162         0x0f07ff.
8163
8164 2016-06-28  Yao Qi  <yao.qi@linaro.org>
8165
8166         * gdb.base/catch-syscall.exp: Remove check on isnative and target
8167         triplets.  Start gdb, execute catch syscall, and continue.  Check
8168         gdb's output to determine catch syscall is supported.
8169
8170 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
8171
8172         * gdb.rust/simple.rs: Add test for returning unit in a function.
8173         * gdb.rust/simple.exp: Add expectation for functions returning
8174         unit.
8175
8176 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8177
8178         * gdb.python/py-breakpoint-create-fail.c,
8179         gdb.python/py-breakpoint-create-fail.exp,
8180         gdb.python/py-breakpoint-create-fail.py: New testcase.
8181
8182 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
8183
8184         PR gdb/20239
8185         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8186         * gdb.rust/simple.exp: Add test expectations for new NonZero
8187         tests.
8188
8189 2016-06-24  David Taylor  <dtaylor@emc.com>
8190
8191         * gdb.base/offsets.exp: New file.
8192         * gdb.base/offsets.c: New file.
8193
8194 2016-06-23  Tom Tromey  <tom@tromey.com>
8195
8196         PR gdb/16483:
8197         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8198         before any filters are loaded.
8199
8200 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8201
8202         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8203         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8204         structs.
8205         * gdb.fortran/derived-type-function.exp: New file.
8206         * gdb.fortran/derived-type-function.f90: New file.
8207
8208
8209 2016-06-21  Pedro Alves  <palves@redhat.com>
8210
8211         * gdb.base/new-ui.exp: New file.
8212         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8213         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8214         (with_spawn_id): New procedure.
8215
8216 2016-06-21  Pedro Alves  <palves@redhat.com>
8217
8218         * gdb.mi/mi-exec-run.exp: New file.
8219
8220 2016-06-21  Pedro Alves  <palves@redhat.com>
8221
8222         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8223         breakpoint command's output on the main UI.
8224         (test_break): New procedure, factored out from calls in the top
8225         level.
8226         (top level): Use foreach_with_prefix to test MI as main UI and as
8227         separate UI.
8228
8229 2016-06-21  Pedro Alves  <palves@redhat.com>
8230
8231         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8232         (test_awatch_creation_and_listing)
8233         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8234         Remove 'type' parameter.
8235         (test_watchpoint_all): New parameter mi_mode.  Remove
8236         with_test_prefix.
8237         (top level): Use foreach_with_prefix, and add main/separate UI MI
8238         testing axis.
8239
8240 2016-06-21  Pedro Alves  <palves@redhat.com>
8241
8242         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8243         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8244         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8245         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8246         (gdb_main_spawn_id, mi_spawn_id): Declare and
8247         comment.
8248         (mi_create_inferior_pty): New procedure,
8249         factored out from default_mi_gdb_start.
8250         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8251         procedures.
8252         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8253         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8254         Use mi_create_inferior_pty.
8255         (mi_gdb_start): Use eval to pass down args list.
8256
8257 2016-06-21  Pedro Alves  <palves@redhat.com>
8258
8259         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8260         * gdb.opt/inline-cmds.exp: Add MI tests.
8261
8262 2016-06-21  Pedro Alves  <palves@redhat.com>
8263
8264         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8265
8266 2016-06-21  Pedro Alves  <palves@redhat.com>
8267
8268         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8269         (top level): Use it instead of mi_execute_to.
8270
8271 2016-06-21  Pedro Alves  <palves@redhat.com>
8272
8273         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8274         (cont_handler_str): New.
8275         (signal_stop_handler): Set stop_handler_str instead of printing to
8276         stdout.
8277         (continue_handler): Set cont_handler_str instead of printing to
8278         stdout.
8279         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8280         mi_send_resuming_command.  Print stop_handler_str and
8281         cont_handler_str instead of expecting the python events print
8282         directly.
8283
8284 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
8285
8286         * gdb.base/jit-reader.exp: New file.
8287         * gdb.base/jithost.c: New file.
8288         * gdb.base/jithost.h: New file.
8289         * gdb.base/jitreader.c : New file.
8290         * gdb.base/jit-protocol.h: New file.
8291
8292 2016-06-17  Yao Qi  <yao.qi@linaro.org>
8293
8294         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8295         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
8296         and detach-on-fork.  Adjust tests.
8297         (top level): Invoke break_cond_on_syscall with combinations of
8298         syscall, follow-fork-mode and detach-on-fork.
8299
8300 2016-06-17  Yao Qi  <yao.qi@linaro.org>
8301
8302         * gdb.base/step-over-exit.c: New.
8303         * gdb.base/step-over-exit.exp: New.
8304
8305 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
8306
8307         * gdb.base/float.exp: Add target check for nds32*-*-*.
8308         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8309
8310 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
8311
8312         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8313         for unsupported target features.
8314         * gdb.base/call-rt-st.exp: Likewise.
8315         * gdb.base/call-sc.exp: Likewise.
8316         * gdb.base/call-signal-resume.exp: Likewise.
8317         * gdb.base/call-strs.exp: Likewise.
8318         * gdb.base/callexit.exp: Likewise.
8319         * gdb.base/callfuncs.exp: Likewise.
8320         * gdb.base/nodebug.exp: Likewise.
8321         * gdb.base/printcmds.exp: Likewise.
8322         * gdb.base/ptype.exp: Likewise.
8323         * gdb.base/structs.exp: Likewise.
8324         * gdb.base/unwindonsignal.exp: Likewise.
8325         * gdb.cp/gdb2495.exp: Likewise.
8326         * gdb.cp/templates.exp: Likewise.
8327         * gdb.cp/virtfunc.exp: Likewise.
8328         * gdb.threads/hand-call-in-threads.exp: Likewise.
8329         * gdb.threads/interrupted-hand-call.exp: Likewise.
8330         * gdb.threads/thread-unwindonsignal.exp: Likewise.
8331
8332 2016-06-10  Tom Tromey  <tom@tromey.com>
8333
8334         PR rust/20110:
8335         * gdb.rust/expr.exp: Add test for integer constant larger than
8336         i32.
8337
8338 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
8339
8340         * gdb.fortran/nested-funcs.exp: New.
8341         * gdb.fortran/nested-funcs.f90: New.
8342
8343 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
8344
8345         * gdb.base/examine-backward.c: New file.
8346         * gdb.base/examine-backward.exp: New file.
8347
8348 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
8349
8350         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8351         matching.
8352
8353 2016-06-02  Tom Tromey  <tom@tromey.com>
8354
8355         PR python/18984:
8356         * gdb.python/py-shared.exp: Add solib_name test.
8357
8358 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8359
8360         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8361
8362 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
8363
8364         PR c++/19893
8365         * gdb.dwarf2/implref.exp: Rename to...
8366         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
8367         * gdb.dwarf2/implref-array.c: New file.
8368         * gdb.dwarf2/implref-array.exp: Likewise.
8369         * gdb.dwarf2/implref-global.c: Likewise.
8370         * gdb.dwarf2/implref-global.exp: Likewise.
8371         * gdb.dwarf2/implref-struct.c: Likewise.
8372         * gdb.dwarf2/implref-struct.exp: Likewise.
8373
8374 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8375
8376         * gdb.trace/trace-condition.exp: Add 64bit tests.
8377
8378 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8379
8380         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8381         bits types.
8382         (main): Adapt to 8 to 64 bits types.
8383         * gdb.trace/trace-condition.exp: Add new tests.
8384
8385 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8386
8387         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8388
8389 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8390
8391         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8392         Move condition tests...
8393         * gdb.trace/trace-condition.exp: Here.
8394
8395 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8396
8397         * gdb.trace/trace-condition.exp: Add counter-case tests.
8398
8399 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8400
8401         PR c++/15231
8402         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8403         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8404
8405 2016-05-27  Pedro Alves  <palves@redhat.com>
8406
8407         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8408         New procedure.
8409         (top level): Call it, and bail out of DejaGnu is known to be bad.
8410
8411 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
8412
8413         * gdb.base/whatis.c: Extend the test case.
8414         * gdb.base/whatis.exp: Add additional tests.
8415
8416 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8417
8418 * gdb.fortran/type.f90: Add pointer variable.
8419 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8420
8421 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8422
8423         * gdb.fortran/vla-type.exp: Fix testcase name.
8424
8425 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8426
8427         * gdb.fortran/vla-type.exp: Access elements in nested structs.
8428
8429 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8430
8431         * gdb.fortran/type.f90: Add nested structures.
8432         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8433         * gdb.fortran/derived-type.exp: Adapt expected output.
8434         * gdb.fortran/vla-type.exp: Adapt expected output.
8435
8436 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8437
8438         * gdb.fortran/whatis_type.exp: Adapt expected output.
8439
8440 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8441
8442         * gdb.fortran/print_type.exp: Fix expected output.
8443         * gdb.fortran/whatis_type.exp: Fix expected output.
8444
8445 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8446
8447         * gdb.fortran/whatis_type.exp: Use multi_line.
8448
8449 2016-05-24  Tom Tromey  <tom@tromey.com>
8450
8451         PR python/17386:
8452         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8453         use value as an index.
8454
8455 2016-05-23  Tom Tromey  <tom@tromey.com>
8456
8457         PR python/17981:
8458         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8459         no-breakpoint case.
8460
8461 2016-05-24  Pedro Alves  <palves@redhat.com>
8462
8463         PR gdb/19828
8464         * gdb.threads/clone-attach-detach.c: New file.
8465         * gdb.threads/clone-attach-detach.exp: New file.
8466
8467 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
8468
8469         * gdb.base/annota-input-while-running.exp: Fix syntax error.
8470
8471 2016-05-23  Tom Tromey  <tom@tromey.com>
8472
8473         PR python/19438, PR python/18393:
8474         * gdb.python/py-progspace.exp: Add "dir" test.
8475         * gdb.python/py-objfile.exp: Add "dir" test.
8476
8477 2016-05-23  Yao Qi  <yao.qi@linaro.org>
8478
8479         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8480         * gdb.arch/thumb2-it.exp: Likewise.
8481
8482 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
8483
8484         * gdb.mi/mi-threads-interrupt.c: New file.
8485         * gdb.mi/mi-threads-interrupt.exp: New file.
8486
8487 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
8488
8489         PR gdb/18077
8490         * gdb.mi/mi-async-run.exp: New file.
8491         * gdb.mi/mi-async-run.c: New file.
8492
8493 2016-05-17  Tom Tromey  <tom@tromey.com>
8494             Manish Goregaokar <manishsmail@gmail.com>
8495
8496         * lib/rust-support.exp: New file.
8497         * lib/gdb.exp (skip_rust_tests): New proc.
8498         (build_executable_from_specs): Handle rust.
8499         * lib/future.exp (gdb_find_rustc): New proc.
8500         (gdb_default_target_compile): Handle rust.
8501         * gdb.rust/expr.exp: New file.
8502         * gdb.rust/generics.exp: New file.
8503         * gdb.rust/generics.rs: New file.
8504         * gdb.rust/methods.exp: New file.
8505         * gdb.rust/methods.rs: New file.
8506         * gdb.rust/modules.exp: New file.
8507         * gdb.rust/modules.rs: New file.
8508         * gdb.rust/simple.exp: New file.
8509         * gdb.rust/simple.rs: New file.
8510
8511 2016-05-17  Tom Tromey  <tom@tromey.com>
8512
8513         * gdb.base/default.exp (set language): Add rust.
8514
8515 2016-05-17  Tom Tromey  <tom@tromey.com>
8516
8517         * gdb.gdb/unittest.exp: New file.
8518
8519 2016-05-16  Yao Qi  <yao.qi@linaro.org>
8520
8521         * gdb.base/batch-preserve-term-settings.exp: Remove variable
8522         shell_prompt.  Update shell_prompt_re.
8523
8524 2016-05-12  Doug Evans  <dje@google.com>
8525
8526         PR symtab/19999
8527         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8528         $options when building executable.
8529         * gdb.dwarf2/fission-loclists-pie.S: New file.
8530         * gdb.dwarf2/fission-loclists-pie.exp: New file.
8531
8532 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
8533
8534         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8535         of [is_remote target],
8536
8537 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
8538
8539         * lib/gdb.exp (use_gdb_stub): New procedure.
8540
8541 2016-05-03  Yunlian Jiang <yunlian@google.com>
8542             Doug Evans  <dje@google.com>
8543
8544         PR symtab/19914
8545         * gdb.dwarf2/dwp-sepdebug.c: New file.
8546         * gdb.dwarf2/dwp-sepdebug.exp: New file.
8547
8548 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8549
8550         * gdb.base/detach.exp: Remove is_remote check.
8551
8552 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8553
8554         * gdb.base/annota-input-while-running.exp: Don't check for
8555         [is_remote target].  Enable annotations after running to main.
8556         Remove unused "set test..." line.
8557
8558 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8559
8560         * gdb.trace/trace-enable-disable.exp: New file.
8561         * gdb.trace/trace-enable-disable.c: New file.
8562
8563 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8564
8565         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8566         use it in info sharedlibrary test.
8567         * gdb.trace/ftrace-lock.exp: Likewise.
8568         * gdb.trace/ftrace.exp: Likewise.
8569         * gdb.trace/range-stepping.exp: Likewise.
8570         * gdb.trace/trace-break.exp: Likewise.
8571         * gdb.trace/trace-condition.exp: Likewise.
8572         * gdb.trace/trace-mt.exp: Likewise.
8573
8574 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8575
8576         * lib/gdb.exp (gdb_load_shlibs): Rename to...
8577         (gdb_load_shlib): ... this.
8578         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8579         gdb_load_shlib.
8580         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8581         * gdb.base/ctxobj.exp: Likewise.
8582         * gdb.base/dprintf-pending.exp: Likewise.
8583         * gdb.base/dso2dso.exp: Likewise.
8584         * gdb.base/fixsection.exp: Likewise.
8585         * gdb.base/gcore-relro.exp: Likewise.
8586         * gdb.base/gdb1555.exp: Likewise.
8587         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8588         * gdb.base/gnu-ifunc.exp: Likewise.
8589         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8590         * gdb.base/jit-so.exp (one_jit_test): Likewise.
8591         * gdb.base/pending.exp: Likewise.
8592         * gdb.base/print-file-var.exp: Likewise.
8593         * gdb.base/print-symbol-loading.exp: Likewise.
8594         * gdb.base/shlib-call.exp: Likewise.
8595         * gdb.base/shreloc.exp: Likewise.
8596         * gdb.base/so-impl-ld.exp: Likewise.
8597         * gdb.base/solib-disc.exp: Likewise.
8598         * gdb.base/solib-nodir.exp: Likewise.
8599         * gdb.base/solib-overlap.exp: Likewise.
8600         * gdb.base/solib-symbol.exp: Likewise.
8601         * gdb.base/solib-weak.exp (do_test): Likewise.
8602         * gdb.base/sym-file.exp: Likewise.
8603         * gdb.base/symtab-search-order.exp: Likewise.
8604         * gdb.base/type-opaque.exp: Likewise.
8605         * gdb.base/unload.exp: Likewise.
8606         * gdb.base/watchpoint-solib.exp: Likewise.
8607         * gdb.compile/compile.exp: Likewise.
8608         * gdb.cp/gdb2384.exp: Likewise.
8609         * gdb.cp/infcall-dlopen.exp: Likewise.
8610         * gdb.cp/re-set-overloaded.exp: Likewise.
8611         * gdb.fortran/library-module.exp: Likewise.
8612         * gdb.opt/solib-intra-step.exp: Likewise.
8613         * gdb.python/py-finish-breakpoint.exp: Likewise.
8614         * gdb.python/py-shared.exp: Likewise.
8615         * gdb.reverse/solib-precsave.exp: Likewise.
8616         * gdb.reverse/solib-reverse.exp: Likewise.
8617         * gdb.server/solib-list.exp: Likewise.
8618         * gdb.threads/dlopen-libpthread.exp: Likewise.
8619         * gdb.threads/tls-shared.exp: Likewise.
8620         * gdb.threads/tls-so_extern.exp: Likewise.
8621         * gdb.trace/change-loc.exp: Likewise.
8622         * gdb.trace/ftrace-lock.exp: Likewise.
8623         * gdb.trace/ftrace.exp: Likewise.
8624         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8625         * gdb.trace/pending.exp: Likewise.
8626         * gdb.trace/range-stepping.exp: Likewise.
8627         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8628         (strace_info_marker): Likewise.
8629         (strace_probe_marker): Likewise.
8630         (strace_trace_on_same_addr): Likewise.
8631         (strace_trace_on_diff_addr): Likewise.
8632         * gdb.trace/trace-break.exp: Likewise.
8633         * gdb.trace/trace-condition.exp: Likewise.
8634         * gdb.trace/trace-mt.exp: Likewise.
8635
8636 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8637
8638         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
8639         result of gdb_remote_download.
8640         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8641         * gdb.base/dso2dso.exp: Likewise.
8642         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8643         * gdb.base/print-file-var.exp: Likewise.
8644         * gdb.base/shlib-call.exp: Likewise.
8645         * gdb.base/shreloc.exp: Likewise.
8646         * gdb.base/solib-overlap.exp: Likewise.
8647         * gdb.base/solib-weak.exp (do_test): Likewise.
8648         * gdb.base/unload.exp: Likewise.
8649
8650 2016-04-27  Yao Qi  <yao.qi@linaro.org>
8651
8652         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8653         exists.
8654
8655 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8656
8657         * vla-type.exp: Print structure from toplevel.
8658
8659 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8660
8661         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8662         of dynamic types.
8663         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8664         of dynamic types.
8665
8666 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8667
8668         * gdb.fortran/vla-type.f90: New file.
8669         * gdb.fortran/vla-type.exp: New file.
8670
8671 2016-04-25  Yao Qi  <yao.qi@linaro.org>
8672
8673         * gdb.base/branch-to-self.c: New file.
8674         * gdb.base/branch-to-self.exp: New file.
8675
8676 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8677
8678         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8679         more after $hex.
8680
8681 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8682
8683         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8684         * gdb.base/annota3.exp: Likewise.
8685
8686 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8687
8688         * gdb.reverse/step-precsave.exp: Do one step and test program
8689         stops in "callee" and do multiple steps until program goes out
8690         of "callee".
8691         * gdb.reverse/step-reverse.exp: Likewise.
8692
8693 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8694
8695         * gdb.trace/signal.exp: Also pass if
8696         $tracepoint_hits($i) > $iterations.
8697
8698 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8699
8700         * gdb.trace/signal.c: New file.
8701         * gdb.trace/signal.exp: New file.
8702
8703 2016-04-19  Doug Evans  <xdje42@gmail.com>
8704
8705         * gdb.base/bad-file.exp: New file.
8706
8707 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
8708
8709         * gdb.dwarf2/implref.exp: New file.
8710
8711 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
8712
8713         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8714         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8715         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8716         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8717         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8718         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8719         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8720         * lib/fortran.exp (fortran_int4): New procedure.
8721         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8722         (fortran_logical4): Likewise.
8723
8724 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
8725
8726         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8727
8728 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
8729
8730         * lib/compiler.c: Add Intel specific preprocessor macros.
8731         * lib/compiler.cc: Likewise.
8732
8733 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
8734
8735         * gdb.server/connect-with-no-symbol-file.c: New file.
8736         * gdb.server/connect-with-no-symbol-file.exp: New file.
8737
8738 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
8739
8740         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8741
8742 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
8743
8744         * boards/gdbserver-base.exp (${board}_download): Copy source file to
8745         standard output directory.
8746
8747 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8748
8749         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8750
8751 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
8752
8753         * gdb.btrace/instruction_history.c (loop): Add declaration.
8754
8755 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8756
8757         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8758
8759 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
8760
8761         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8762         parentheses to print.
8763         (continue_handler): Likewise.
8764
8765 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
8766
8767         * gdb.server/solib-list.exp: Remove is_remote check.
8768         Pass shlib= to gdb_compile.  Don't link shared library with
8769         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
8770         Run binary filename through "readlink -f" on the target.
8771
8772 2016-04-08  Pedro Alves  <palves@redhat.com>
8773
8774         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
8775         interpreter filename as argument to gdbserver_spawn.
8776         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8777         Return empty if $last_loaded_file does not exist.
8778
8779 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8780
8781         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8782         * gdb.base/jit-main.c: Use exit after usage.
8783
8784 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8785
8786         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8787         GDBHISTSIZE prior to the tests.
8788         * gdb.base/gdbinit-history.exp: Likewise.
8789
8790 2016-04-07  Pedro Alves  <palves@redhat.com>
8791
8792         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8793         instead of build_executable.  Use gdb_load_shlibs.
8794
8795 2016-04-07  Yao Qi  <yao.qi@linaro.org>
8796
8797         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8798         Execute "si" command.
8799
8800 2016-04-07  Yao Qi  <yao.qi@linaro.org>
8801
8802         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8803         number instead of the comments on some line.
8804
8805 2016-04-06  Don Breazeal  <donb@codesourcery.com>
8806
8807         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8808         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8809
8810 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
8811
8812         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8813         standard_output_file.  Remove unused binfile variable.
8814
8815 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
8816
8817         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8818         * gdb.python/py-mi-objfile.exp: Match "list main" output
8819         in console format.
8820
8821 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
8822
8823         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8824         absolute.
8825
8826 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
8827
8828         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8829         absolute.
8830         * gdb.trace/ftrace.exp: Likewise.
8831         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8832         targets as well.
8833         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8834         (gdb_load_shlibs): Copy libraries to test directory when testing
8835         natively.  Only set solib-search-path if testing remotely.
8836         * lib/mi-support.exp (mi_load_shlibs): Likewise.
8837
8838 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
8839
8840         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8841         gdb_download.  Use it even if the target is not remote.
8842         * gdb.base/jit.exp (compile_jit_test): Likewise.
8843         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8844         output directory if the destination board is local, otherwise use
8845         the standard remote_download from DejaGnu.
8846         (gdb_download): Remove.
8847         (gdb_load_shlibs): Use gdb_remote_download instead of
8848         gdb_download.
8849         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8850         Use gdb_remote_download instead of gdb_download.  Use it even if
8851         the target is not remote.
8852         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8853         instead of gdb_download.
8854
8855 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
8856
8857         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8858         (test_insert_delete_modify): Call mi_load_shlibs before trying to
8859         run.
8860
8861 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
8862
8863         PR gdb/19820
8864         * gdb.base/printcmds.exp: Add artificial arrays tests.
8865
8866 2016-03-31  Pedro Alves  <palves@redhat.com>
8867
8868         PR gdb/19858
8869         * gdb.base/jit-main.c: Include unistd.h.
8870         (ATTACH): Define to 0 if not already defined.
8871         (wait_for_gdb, mypid): New globals.
8872         (WAIT_FOR_GDB): New macro.
8873         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
8874         some breakpoint locations.
8875         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8876         New procedures.
8877         (one_jit_test): Add REATTACH parameter, and handle it.  Use
8878         continue_to_test_location.
8879         (top level): Test attach, and adjusts calls to one_jit_test.
8880
8881 2016-03-31  Pedro Alves  <palves@redhat.com>
8882
8883         PR gdb/19858
8884         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
8885         BINSUFFIX parameter, and handle it.
8886         (top level): Adjust calls compile_jit_test.
8887
8888 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
8889
8890         PR python/19743
8891         * gdb.python/py-mi-events-gdb.py: New file.
8892         * gdb.python/py-mi-events.c: New file.
8893         * gdb.python/py-mi-events.exp: New file.
8894
8895 2016-03-30  Yao Qi  <yao.qi@linaro.org>
8896
8897         * gdb.reverse/until-precsave.exp: Match function name only.
8898         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8899         Move malloc to a condition block.
8900         * gdb.reverse/until-reverse.exp: Match function name only.
8901
8902 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8903
8904         * gdb.trace/ftrace.exp: Set arg0exp for s390.
8905         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8906         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8907         variable for GPR 0 instead of assuming it is register 0.
8908         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8909         * lib/trace-support.exp: Add s390 registers.
8910
8911 2016-03-29  Yao Qi  <yao.qi@linaro.org>
8912
8913         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8914
8915 2016-03-24  Yao Qi  <yao.qi@linaro.org>
8916
8917         * gdb.reverse/break-reverse.exp: Add quotation mark in the
8918         test message.
8919
8920 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8921
8922         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8923         maintaining separate logic for constructing the output path.
8924
8925 2016-03-16  Don Breazeal  <donb@codesourcery.com>
8926
8927         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8928         Retry fork and waitpid on interrupted system call errors.
8929         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8930         Use with_timeout_factor to increase timeout by factor of 10.
8931
8932 2016-03-15  Don Breazeal  <donb@codesourcery.com>
8933
8934         * gdb.cp/scope-err.cc: New test program.
8935         * gdb.cp/scope-err.exp: New test script.
8936         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8937         lines and "set breakpoint here" comment.
8938         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8939         Fixed some whitespace and format issues.
8940         * gdb.mi/mi-linespec-err-cp.cc: New test program.
8941         * gdb.mi/mi-linespec-err-cp.exp: New test script.
8942
8943 2016-03-15  Doug Evans  <dje@google.com>
8944
8945         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8946         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8947         All callers updated.  Add tests for enums, mixed flags register.
8948
8949 2016-03-15  Doug Evans  <dje@google.com>
8950
8951         * gdb.base/skip.c (main): Call test_skip_file_and_function.
8952         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8953
8954 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
8955
8956         * gdb.base/default.exp: Add $_as_string to the list of expected
8957         convenience functions.
8958
8959 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8960
8961         * gdb.base/maint.exp: New tests for 'maint info line-table'.
8962
8963 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
8964
8965         * gdb.python/py-as-string.exp: New file.
8966         * gdb.python/py-as-string.c: New file.
8967
8968 2016-03-09  Pedro Alves  <palves@redhat.com>
8969
8970         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8971         signal" -> "Thread NN received signal" output change.
8972         * gdb.threads/ia64-sigill.exp: Likewise.
8973         * gdb.threads/linux-dp.exp: Likewise.
8974         * gdb.threads/manythreads.exp: Likewise.
8975         * gdb.threads/pending-step.exp: Likewise.
8976         * gdb.threads/print-threads.exp: Likewise.
8977         * gdb.threads/sigstep-threads.exp: Likewise.
8978         * gdb.threads/staticthreads.exp: Likewise.
8979         * gdb.threads/tls.exp: Likewise.
8980
8981 2016-03-09  Pedro Alves  <palves@redhat.com>
8982
8983         * gdb.base/command-line-input.exp: New file.
8984
8985 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8986
8987         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8988         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8989         * gdb.trace/pending.exp: Accept leading dot before function name.
8990         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8991         * lib/trace-support.exp: Set registers for ppc.
8992
8993 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8994
8995         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8996         use it for disassembly; accept .main in addition to main in backtrace.
8997
8998 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
8999             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9000
9001         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9002         (gdb_recursion_test_ptr): New global variable.
9003         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9004         gdb_recursion_test.
9005         (gdb_c_test): Ditto.
9006
9007 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9008
9009         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9010         ordering.
9011
9012 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9013
9014         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9015         (bar): Add bar_start_lbl label.
9016         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9017         of foo/bar for emitting DWARF and tracing.
9018
9019 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
9020
9021         * analyze-racy-logs.py: Set executable bit.
9022
9023 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
9024
9025         * Makefile.in (DEFAULT_RACY_ITER): New variable.
9026         (CHECK_TARGET_TMP): Likewise.
9027         (check-single-racy): New rule.
9028         (check-parallel-racy): Likewise.
9029         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9030         (do-check-parallel-racy): New rule.
9031         (check-racy/%.exp): Likewise.
9032         * README (Racy testcases): New section.
9033         * analyze-racy-logs.py: New file.
9034
9035 2016-03-03  Doug Evans  <dje@google.com>
9036
9037         * gdb.base/skip.exp: Use with_test_prefix.
9038
9039 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9040
9041         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9042         Invoke step_over_syscall "clone" and break_cond_on_syscall
9043         "clone".
9044         * gdb.base/step-over-clone.c: New file.
9045
9046 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9047
9048         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9049         code format.
9050
9051 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9052
9053         * gdb.base/disp-step-fork.c: Rename to ...
9054         * gdb.base/step-over-fork.c: ... it.  New file.
9055         * gdb.base/disp-step-vfork.c: Rename to ...
9056         * gdb.base/step-over-vfork.c: ... it.  New file.
9057         * gdb.base/disp-step-syscall.exp: Rename to ...
9058         * gdb.base/step-over-syscall.exp: ... it.  New file.
9059         (disp_step_cross_syscall): Rename to ...
9060         (step_over_syscall): ... it.
9061
9062 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9063
9064         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9065         If target supports condition evaluation on target, invoke
9066         break_cond_on_syscall for fork and vfork.
9067
9068 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9069
9070         * gdb.base/disp-step-syscall.exp: Don't invoke
9071         support_displaced_stepping.
9072         (disp_step_cross_syscall): Test with displaced stepping off and
9073         on if supported.
9074
9075 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9076
9077         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9078         proc.
9079         (setup): New proc.
9080         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9081         and setup.
9082
9083 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9084
9085         * gdb.fortran/vla-history.exp: Remove breakpoint.
9086
9087 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9088
9089         * gdb.fortran/vla-history.exp: Lookup array elements and printing
9090         exceeds timeout.
9091
9092 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9093
9094         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9095         breakpoint.
9096
9097 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9098
9099         * gdb.mi/vla.f90: Nullify pointer after declaration.
9100
9101 2016-03-01  Pedro Alves  <palves@redhat.com>
9102
9103         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9104
9105 2016-03-01  Pedro Alves  <palves@redhat.com>
9106
9107         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9108         before anything else.
9109         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
9110         _GNU_SOURCE here.
9111         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9112         before anything else.
9113         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9114
9115 2016-03-01  Pedro Alves  <palves@redhat.com>
9116
9117         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9118
9119 2016-03-01  Yao Qi  <yao.qi@linaro.org>
9120
9121         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9122         prepare_for_testing.
9123
9124 2016-03-01  Yao Qi  <yao.qi@linaro.org>
9125
9126         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9127
9128 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9129
9130         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9131         manually constructing the output path.
9132
9133 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9134
9135         * gdb.arch/s390-stackless.S: New.
9136         * gdb.arch/s390-stackless.exp: New.
9137
9138 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
9139
9140         * gdb.dlang/circular.c: New file.
9141         * gdb.dlang/circular.exp: New file.
9142
9143 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9144
9145         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9146         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9147         (testcases): Update.
9148
9149 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9150
9151         * gdb.reverse/aarch64.c: Rename to ...
9152         * gdb.reverse/insn-reverse.c: ... it.
9153         * gdb.reverse/aarch64.exp: Rename to ...
9154         * gdb.reverse/insn-reverse.exp: ... it.
9155
9156 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9157
9158         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9159         (testcase_ftype): New.
9160         (testcases): New array.
9161         (n_testcases): New.
9162         (main): Call each element in testcases.
9163         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9164         (read_testcase): New.
9165         Do the tests in a loop.
9166
9167 2016-02-25  Yao Qi  <yao.qi@linaro.org>
9168
9169         * gdb.base/branches.c: Remove.
9170
9171 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9172
9173         PR gdb/13808
9174         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9175
9176 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9177
9178         * gdb.trace/ftrace.exp: Remove unnecessary target check.
9179
9180 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9181
9182         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9183         change x86_64 call_insn to 'callq'.
9184
9185 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9186
9187         * gdb.trace/tfile-avx.c: Move to...
9188         * gdb.trace/tracefile-pseudo-reg.c: Here.
9189         * gdb.trace/tfile-avx.exp: Move to...
9190         * gdb.trace/tracefile-pseudo-reg.exp: Here.
9191
9192 2016-02-24  Gary Benson <gbenson@redhat.com>
9193
9194         * gdb.base/attach-pie-noexec.exp: Do not expect an error
9195         message on attach.
9196
9197 2016-02-23  Doug Evans  <dje@google.com>
9198
9199         * gdb.base/skip.c (test_skip): New function.
9200         (end_test_skip_file_and_function): New function.
9201         (test_skip_file_and_function): New function.
9202         * gdb.base/skip1.c (test_skip): New function.
9203         (skip1_test_skip_file_and_function): New function.
9204         * gdb.base/skip.exp: Add tests for new skip options.
9205         * gdb.base/skip-solib.exp: Update expected output.
9206         * gdb.perf/skip-command.cc: New file.
9207         * gdb.perf/skip-command.exp: New file.
9208         * gdb.perf/skip-command.py: New file.
9209
9210 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9211
9212         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9213         info registers pattern.
9214
9215 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
9216
9217         * lib/future.exp: Add D support.
9218         (gdb_find_gdc): New proc.
9219         (gdb_default_target_compile): Add D support.
9220
9221 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
9222
9223         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9224         user+system time.
9225         (trace_speed_test): Determine the iteration count for a time
9226         between 15..30 seconds.
9227
9228 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9229
9230         * gdb.arch/i386-mpx-sigsegv.c: New file.
9231         * gdb.arch/i386-mpx-sigsegv.exp: New file.
9232         * gdb.arch/i386-mpx-simple_segv.c: New file.
9233         * gdb.arch/i386-mpx-simple_segv.exp: New file.
9234
9235 2016-02-18  Yao Qi  <yao.qi@linaro.org>
9236
9237         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9238         Don't call setup_kfail.
9239
9240 2016-02-18  Yao Qi  <yao.qi@linaro.org>
9241
9242         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9243         Set "set breakpoint condition-evaluation" per $cond_bp_target.
9244
9245 2016-02-16  Doug Evans  <dje@google.com>
9246
9247         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
9248         * gdb.base/skip1.c: Ditto.
9249         * gdb.base/skip.exp: Whitespace cleanup.
9250
9251 2016-02-16  Don Breazeal  <donb@codesourcery.com>
9252
9253         PR remote/19496
9254         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9255         Remove kfail for PR remote/19496.
9256
9257 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
9258
9259         * lib/gdb.exp (standard_temp_file): Return a path specific to
9260         the runtest invocation.
9261
9262 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
9263
9264         * gdb.trace/save-trace.exp: Change relative path to be in the
9265         standard output directory.
9266
9267 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9268
9269         * gdb.arch/i386-prologue.c: Add missing prototypes.
9270
9271 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9272
9273         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9274         * gdb.arch/i386-prologue.exp: Likewise.
9275         * gdb.arch/i386-size.exp: Likewise.
9276
9277 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
9278
9279         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9280         define object file path.
9281         * gdb.btrace/gcore.exp: Use standard_output_file to define core
9282         file path.
9283         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9284         standard_output_file to define binfile.
9285
9286 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9287
9288         Fix compatibility with recent gfortran-5.3.1.
9289         * gdb.fortran/vla-history.exp (print vla1 allocated)
9290         (print vla2 allocated, print $2, print $3): Remove
9291         (print $4): Rename to ...
9292         (print $2): ... here.
9293         (print $9): Rename to ...
9294         (print $5): ... here.
9295         (print $10): Rename to ...
9296         (print $6): ... here.
9297         * gdb.fortran/vla.f90: Add pvla initialization.
9298
9299 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9300
9301         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9302         New test.
9303         * gdb.fortran/vla-value-sub.exp: Likewise.
9304
9305 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9306
9307         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9308
9309 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
9310
9311         * i386-biarch-core.exp: Define corefile using
9312         standard_output_file.
9313
9314 2016-02-12  Yao Qi  <yao.qi@linaro.org>
9315
9316         * gdb.arch/arm-single-step-kernel-helper.c: New.
9317         * gdb.arch/arm-single-step-kernel-helper.exp: New.
9318
9319 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
9320
9321         * gdb.btrace/tailcall-only.exp: New.
9322         * gdb.btrace/tailcall-only.c: New.
9323         * gdb.btrace/x86_64-tailcall-only.S: New.
9324         * gdb.btrace/i686-tailcall-only.S: New.
9325
9326 2016-02-11  Pedro Alves  <palves@redhat.com>
9327
9328         * README (Parallel testing): Add missing double quotes.
9329
9330 2016-02-11  Pedro Alves  <palves@redhat.com>
9331
9332         * README (Parallel testing): New section.
9333         (GDB_PARALLEL): Rewrite.
9334         (FORCE_PARALLEL): Document.
9335
9336 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9337
9338         * gdb.trace/tfile-avx.c: New test.
9339         * gdb.trace/tfile-avx.exp: New test.
9340
9341 2016-02-09  Keith Seitz  <keiths@redhat.com>
9342
9343         PR breakpoints/19546
9344         * gdb.base/infcall-exec.c: New file.
9345         * gdb.base/infcall-exec2.c: New file.
9346         * gdb.base/infcall-exec.exp: New file.
9347
9348 2016-02-09  Keith Seitz  <keiths@redhat.com>
9349
9350         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9351         (toplevel): Call test_bkpt_address.
9352
9353 2016-02-09  Keith Seitz  <keiths@redhat.com>
9354
9355         PR python/19506
9356         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9357         (toplevel): Call test_bkpt_address.
9358
9359 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
9360
9361         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9362         to AC_OUTPUT.
9363         * configure: Regenerate.
9364
9365 2016-02-09  Pedro Alves  <palves@redhat.com>
9366
9367         PR breakpoints/19548
9368         * gdb.base/execl-update-breakpoints.c (some_function): New
9369         function.
9370         (main): Call it.
9371         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9372         Tighten expected GDB output.
9373
9374 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
9375
9376         * Makefile.in (ALL_SUBDIRS): Remove.
9377         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9378         (distclean maintainer-clean realclean): Likewise.
9379         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9380         * configure: Regenerate.
9381         * gdb.ada/Makefile.in: Delete.
9382         * gdb.arch/Makefile.in: Likewise.
9383         * gdb.asm/Makefile.in: Likewise.
9384         * gdb.base/Makefile.in: Likewise.
9385         * gdb.btrace/Makefile.in: Likewise.
9386         * gdb.cell/Makefile.in: Likewise.
9387         * gdb.compile/Makefile.in: Likewise.
9388         * gdb.cp/Makefile.in: Likewise.
9389         * gdb.disasm/Makefile.in: Likewise.
9390         * gdb.dlang/Makefile.in: Likewise.
9391         * gdb.dwarf2/Makefile.in: Likewise.
9392         * gdb.fortran/Makefile.in: Likewise.
9393         * gdb.gdb/Makefile.in: Likewise.
9394         * gdb.go/Makefile.in: Likewise.
9395         * gdb.guile/Makefile.in: Likewise.
9396         * gdb.java/Makefile.in: Likewise.
9397         * gdb.linespec/Makefile.in: Likewise.
9398         * gdb.mi/Makefile.in: Likewise.
9399         * gdb.modula2/Makefile.in: Likewise.
9400         * gdb.multi/Makefile.in: Likewise.
9401         * gdb.objc/Makefile.in: Likewise.
9402         * gdb.opencl/Makefile.in: Likewise.
9403         * gdb.opt/Makefile.in: Likewise.
9404         * gdb.pascal/Makefile.in: Likewise.
9405         * gdb.perf/Makefile.in: Likewise.
9406         * gdb.python/Makefile.in: Likewise.
9407         * gdb.reverse/Makefile.in: Likewise.
9408         * gdb.server/Makefile.in: Likewise.
9409         * gdb.stabs/Makefile.in: Likewise.
9410         * gdb.threads/Makefile.in: Likewise.
9411         * gdb.trace/Makefile.in: Likewise.
9412         * gdb.xml/Makefile.in: Likewise.
9413         * lib/gdb.exp (make_gdb_parallel_path): Add check for
9414         GDB_PARALLEL.
9415         (standard_output_file): Remove check for GDB_PARALLEL, always
9416         return path in outputs/$subdir/$testname.
9417
9418 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
9419
9420         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9421         (site.exp): Assign abs_srcdir to tcl's srcdir.
9422
9423 2016-02-04  Yao Qi  <yao.qi@linaro.org>
9424
9425         * gdb.base/foll-exec-mode.c: Include limits.h.
9426         (main): Add parameters argc and argv.  Get directory from
9427         argv[0].
9428         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9429         compilation.
9430         * gdb.base/foll-exec.c: Include limits.h.
9431         (main): Add parameters argc and argv.
9432         Get directory from argv[0].
9433         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9434         Adjust tests on the number of lines as source code changed.
9435         * gdb.base/foll-vfork-exit.c: Include limits.h.
9436         (main): Add one line of statement before vfork.
9437         * gdb.base/foll-vfork.c: Include limits.h and string.h.
9438         (main): Add parameters argc and argv.  Get directory from
9439         argv[0].
9440         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9441         (setup_gdb): Set tbreak to skip some source lines.
9442         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9443         (main): Add parameters argc and argv.  Get directory from
9444         argv[0].
9445         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9446         compilation.
9447         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9448         (main): Add parameters argc and argv.  Get directory from
9449         argv[0].
9450         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9451         compilation.
9452
9453 2016-02-01  Doug Evans  <dje@google.com>
9454
9455         * gdb.base/skip.exp: Clean up multiple references to same test name.
9456
9457 2016-02-01  Pedro Alves  <palves@redhat.com>
9458
9459         PR remote/19496
9460         * gdb.threads/forking-threads-plus-breakpoint.exp
9461         (displaced_stepping_supported): New global.
9462         (probe_displaced_stepping_support): New procedure.
9463         (do_test): Add 'displaced' parameter, and use it.
9464         (top level): Check for displaced stepping support.  Add displaced
9465         stepping on/off testing axis.
9466
9467 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
9468
9469         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9470         pointer.  Don't perform further tests on the unassociated pointer
9471         if the first test fails.
9472
9473 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
9474
9475         * gdb.base/max-value-size.c: New file.
9476         * gdb.base/max-value-size.exp: New file.
9477         * gdb.base/huge.exp: Disable max-value-size for this test.
9478
9479 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
9480
9481         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9482
9483 2016-01-28  Yao Qi  <yao.qi@linaro.org>
9484
9485         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9486
9487 2016-01-25  Pedro Alves  <palves@redhat.com>
9488
9489         PR threads/19461
9490         * gdb.base/fork-running-state.c: New file.
9491         * gdb.base/fork-running-state.exp: New file.
9492
9493 2016-01-25  Pedro Alves  <palves@redhat.com>
9494
9495         PR gdb/19494
9496         * gdb.base/catch-fork-kill.c: New file.
9497         * gdb.base/catch-fork-kill.exp: New file.
9498
9499 2016-01-25  Pedro Alves  <palves@redhat.com>
9500
9501         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9502         Delete, moved to lib/gdb.exp.
9503         * gdb.threads/forking-threads-plus-breakpoint.exp
9504         (foreach_with_prefix): Likewise.
9505         * gdb.threads/process-dies-while-handling-bp.exp
9506         (foreach_with_prefix): Likewise.
9507         * lib/gdb.exp (foreach_with_prefix): New procedure.
9508
9509 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9510
9511         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9512         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9513
9514 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9515
9516         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9517         endian targets.
9518
9519 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9520             Pedro Alves  <palves@redhat.com>
9521
9522         Fix testsuite compatibility with Guile.
9523         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9524         number.
9525
9526 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9527
9528         Fix testsuite compatibility with Guile.
9529         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9530         (thread 1): New test for backtrace through signal handler.
9531
9532 2016-01-22  Yao Qi  <yao.qi@linaro.org>
9533
9534         PR testsuite/19491
9535         * gdb.base/multi-forks.c: Include
9536         ../lib/unbuffer_output.c
9537         (main): Call gdb_unbuffer_output.
9538
9539 2016-01-21  Doug Evans  <dje@google.com>
9540
9541         * lib/ada.exp (gdb_compile_ada): Fix typo.
9542
9543 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
9544
9545         * gdb.base/break-fun-addr.exp: New file.
9546         * gdb.base/break-fun-addr1.c: New file.
9547         * gdb.base/break-fun-addr2.c: New file.
9548
9549 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
9550
9551         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9552         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9553         enum flag values.
9554
9555 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9556
9557         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9558         when GDB can not set the vector return value.  Add more comments
9559         for clarification.
9560
9561 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9562
9563         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
9564         command.
9565
9566 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9567
9568         * Makefile.in (DO_RUNTEST): Add --status and update usages.
9569
9570 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9571
9572         * Makefile.in (check-single): Pass --status to runtest.
9573         (check/%.exp): Likewise.
9574
9575 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9576
9577         * Makefile.in (check-parallel): Propagate return code from make
9578         do-check-parallel.
9579
9580 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9581
9582         * gdb.trace/ftrace.exp: Fix expected message on continue.
9583         * gdb.trace/pending.exp: Fix expected message on continue.
9584         * gdb.trace/trace-break.exp: Fix expected message on continue.
9585
9586 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
9587
9588         * lib/gdb.exp (gdb_test): Remove unused global references.
9589
9590 2016-01-18  Pedro Alves  <palves@redhat.com>
9591
9592         * gdb.base/async-shell.exp: Adjust expected output.
9593         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9594         * gdb.base/siginfo-thread.exp: Adjust expected output.
9595         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9596         * gdb.java/jnpe.exp: Adjust expected output.
9597         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9598         * gdb.threads/continue-pending-status.exp: Adjust expected output.
9599         * gdb.threads/leader-exit.exp: Adjust expected output.
9600         * gdb.threads/manythreads.exp: Adjust expected output.
9601         * gdb.threads/pthreads.exp: Adjust expected output.
9602         * gdb.threads/schedlock.exp: Adjust expected output.
9603         * gdb.threads/siginfo-threads.exp: Adjust expected output.
9604         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9605         expected output.
9606         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9607         output.
9608         * gdb.threads/sigthread.exp: Adjust expected output.
9609         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9610
9611 2016-01-18  Yao Qi  <yao.qi@linaro.org>
9612
9613         * gdb.guile/scm-section-script.c: Replace @progbits with
9614         %progbits.
9615         * gdb.python/py-section-script.c: Likewise.
9616
9617 2016-01-15  Pedro Alves  <palves@redhat.com>
9618
9619         * gdb.multi/tids.exp: Test star wildcard ranges.
9620
9621 2016-01-15  Pedro Alves  <palves@redhat.com>
9622
9623         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9624         command from "thread apply" invocation.
9625         (thr_apply_info_thr_invalid): Default the expected output to the
9626         input tid list.
9627         (top level): Add tests that use convenience variables.  Add tests
9628         for "thread apply" with a valid TID list, but missing the command.
9629
9630 2016-01-13  Pedro Alves  <palves@redhat.com>
9631
9632         * gdb.base/default.exp: Expect $_gthread as well.
9633         * gdb.multi/tids.exp: Test $_gthread.
9634         * gdb.threads/thread-specific.exp: Test $_gthread.
9635
9636 2016-01-13  Pedro Alves  <palves@redhat.com>
9637
9638         * gdb.multi/tids.exp: Test "info threads -gid".
9639
9640 2016-01-13  Pedro Alves  <palves@redhat.com>
9641
9642         * gdb.multi/tids.exp: Test InferiorThread.global_num and
9643         Breakpoint.thread.
9644         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9645
9646 2016-01-07  Pedro Alves  <palves@redhat.com>
9647
9648         * gdb.base/break.exp: Adjust to output changes.
9649         * gdb.base/hbreak2.exp: Likewise.
9650         * gdb.base/sepdebug.exp: Likewise.
9651         * gdb.base/watch_thread_num.exp: Likewise.
9652         * gdb.linespec/keywords.exp: Likewise.
9653         * gdb.multi/info-threads.exp: Likewise.
9654         * gdb.threads/thread-find.exp: Likewise.
9655         * gdb.multi/tids.c: New file.
9656         * gdb.multi/tids.exp: New file.
9657
9658 2016-01-13  Pedro Alves  <palves@redhat.com>
9659
9660         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9661
9662 2016-01-13  Pedro Alves  <palves@redhat.com>
9663
9664         * gdb.base/default.exp: Expect $_inferior as well.
9665         * gdb.multi/base.exp: Test $_inferior.
9666
9667 2016-01-13  Pedro Alves  <palves@redhat.com>
9668
9669         PR breakpoints/19388
9670         * gdb.base/catch-signal-siginfo-cond.c: New file.
9671         * gdb.base/catch-signal-siginfo-cond.exp: New file.
9672
9673 2016-01-12  Josh Stone  <jistone@redhat.com>
9674             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9675
9676         * gdb.base/catch-syscall.c (do_execve): New variable.
9677         (main): Conditionally trigger an execve.
9678         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9679         (test_catch_syscall_execve): New, check entry/return across execve.
9680         (do_syscall_tests): Call test_catch_syscall_execve.
9681
9682 2016-01-12  Pedro Alves  <palves@redhat.com>
9683
9684         * gdb.base/random-signal.exp (do_test): New procedure, with body
9685         of testcase moved in.
9686
9687 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9688             Pedro Alves  <palves@redhat.com>
9689
9690         * gdb.base/funcargs.exp (finish from indirectly called function):
9691         Reintroduce the case for 'First'.
9692
9693 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9694             Pedro Alves  <palves@redhat.com>
9695
9696         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9697         (tcatch_vfork_then_child_follow_exec)
9698         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9699         identification.
9700
9701 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9702
9703         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9704         and repeats to unlimited.
9705         * gdb.python/py-value.exp: Likewise.
9706         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9707         and repeats to unlimited.
9708
9709 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9710
9711         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9712         and reordering the functions.
9713         * gdb.multi/hangout.c: Likewise.
9714         * gdb.multi/hello.c: Likewise.
9715
9716 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
9717
9718         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9719         absolute.
9720         (SingleStatisticTestResult.report): Use dict.keys instead of
9721         dict.iterkeys.
9722
9723 2016-01-06  Pedro Alves  <palves@redhat.com>
9724
9725         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
9726
9727 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
9728
9729         * gdb.btrace/dlopen.exp: New.
9730         * gdb.btrace/dlopen.c: New.
9731         * gdb.btrace/dlopen-dso.c: New.
9732
9733 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
9734
9735         * lib/gdb.exp (gdb_test): Update comments to clarify that the
9736         PATTERN argument is optional.
9737
9738 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
9739
9740         * lib/ada.exp (target_compile_ada_from_dir): New function.
9741         (gdb_compile_ada): Reimplement avoiding the use of project files.
9742         * gdb.ada/gnat_ada.gpr: Delete.
9743         * gdb.ada/cond_lang.exp: Adjust test to make path before
9744         filename optional.
9745         * gdb.ada/small_reg_param.exp: Likewise.
9746
9747 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
9748
9749         * gdb.base/foll-vork.exp: Remove HP-UX special case.
9750
9751 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9752
9753         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9754         case.
9755
9756 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
9757
9758         * gdb.base/break.exp: Remove dead code.
9759         * gdb.base/sepdebug.exp: Likewise.
9760
9761 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
9762
9763         * gdb.asm/asm-source.exp: Remove HP-UX references.
9764         * gdb.base/annota1.exp: Likewise.
9765         * gdb.base/annota3.exp: Likewise.
9766         * gdb.base/attach.exp: Likewise.
9767         * gdb.base/bigcore.exp: Likewise.
9768         * gdb.base/break.exp: Likewise.
9769         * gdb.base/call-ar-st.exp: Likewise.
9770         * gdb.base/callfuncs.exp: Likewise.
9771         * gdb.base/catch-fork-static.exp: Likewise.
9772         * gdb.base/display.exp: Likewise.
9773         * gdb.base/foll-exec-mode.exp: Likewise.
9774         * gdb.base/foll-exec.exp: Likewise.
9775         * gdb.base/foll-fork.exp: Likewise.
9776         * gdb.base/foll-vfork.exp: Likewise.
9777         * gdb.base/funcargs.exp: Likewise.
9778         * gdb.base/hbreak2.exp: Likewise.
9779         * gdb.base/inferior-died.exp: Likewise.
9780         * gdb.base/interrupt.exp: Likewise.
9781         * gdb.base/multi-forks.exp: Likewise.
9782         * gdb.base/nodebug.exp: Likewise.
9783         * gdb.base/sepdebug.exp: Likewise.
9784         * gdb.base/solib1.c: Likewise.
9785         * gdb.base/step-test.exp: Likewise.
9786         * gdb.mi/non-stop.c: Likewise.
9787         * gdb.mi/pthreads.c: Likewise.
9788         * gdb.multi/bkpt-multi-exec.ex: Likewise.
9789         * gdb.threads/pthreads.c: Likewise.
9790         * gdb.threads/staticthreads.exp: Likewise.
9791         * lib/future.exp: Likewise.
9792         * lib/gdb.exp: Likewise.
9793         * gdb.base/so-indr-cl.c: Remove.
9794         * gdb.base/so-indr-cl.exp: Likewise.
9795         * gdb.base/solib.c: Likewise.
9796         * gdb.base/solib.exp: Likewise.
9797         * gdb.base/solib2.c: Likewise.
9798
9799 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
9800
9801         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9802         * gdb.base/call-ar-st.exp: Likewise.
9803         * gdb.base/callfuncs.exp: Likewise.
9804         * gdb.base/condbreak.exp: Likewise.
9805         * gdb.base/constvars.exp: Likewise.
9806         * gdb.base/hbreak2.exp: Likewise.
9807         * gdb.base/langs.exp: Likewise.
9808         * gdb.base/list.exp: Likewise.
9809         * gdb.base/long_long.exp: Likewise.
9810         * gdb.base/ptype.exp: Likewise.
9811         * gdb.base/scope.exp: Likewise.
9812         * gdb.base/signals.exp: Likewise.
9813         * gdb.base/so-impl-ld.exp: Likewise.
9814         * gdb.base/varargs.exp: Likewise.
9815         * gdb.base/volatile.exp: Likewise.
9816         * gdb.base/whatis.exp: Likewise.
9817         * gdb.cp/cplusfuncs.exp: Likewise.
9818         * gdb.cp/inherit.exp: Likewise.
9819         * gdb.cp/local.exp: Likewise.
9820         * gdb.cp/member-ptr.exp: Likewise.
9821         * gdb.cp/method.exp: Likewise.
9822         * gdb.cp/overload.exp: Likewise.
9823         * gdb.cp/templates.exp: Likewise.
9824         * gdb.stabs/weird.exp: Likewise.
9825         * lib/compiler.c: Likewise.
9826         * lib/compiler.cc: Likewise.
9827         * lib/cp-support.exp: Likewise.
9828         * lib/gdb.exp: Likewise.
9829
9830 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
9831
9832         * configure.ac: Remove HP-UX case.
9833         * configure: Regenerate.
9834
9835 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
9836
9837         * lib/gdb.exp (gdb_compile): Add function doc.
9838
9839 2015-12-17  Pedro Alves  <palves@redhat.com>
9840
9841         PR threads/19354
9842         * gdb.multi/info-threads.exp: New file.
9843
9844 2015-12-15  Yao Qi  <yao.qi@linaro.org>
9845
9846         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9847         is aarch64*-*-*.
9848
9849 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9850
9851         * gdb.base/history-duplicates.exp: Skip if no readline support.
9852
9853 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9854
9855         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9856
9857 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9858
9859         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9860
9861 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9862
9863         * gdb.base/completion.exp: Skip tests that interrupt GDB with
9864         ctrl-C if nointerrupts target property is set.
9865         * gdb.base/double-prompt-target-event-error.exp: Likewise.
9866         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9867         * gdb.base/paginate-bg-execution.exp: Likewise.
9868         * gdb.base/paginate-execution-startup.exp: Likewise.
9869         * gdb.base/random-signal.exp: Likewise.
9870         * gdb.base/range-stepping.exp: Likewise.
9871         * gdb.cp/annota2.exp: Likewise.
9872         * gdb.cp/annota3.exp: Likewise.
9873         * gdb.gdb/selftest.exp: Likewise.
9874         * gdb.threads/continue-pending-status.exp: Likewise.
9875         * gdb.threads/leader-exit.exp: Likewise.
9876         * gdb.threads/manythreads.exp: Likewise.
9877         * gdb.threads/pthreads.exp: Likewise.
9878         * gdb.threads/schedlock.exp: Likewise.
9879         * gdb.threads/sigthread.exp: Likewise.
9880
9881 2015-12-11  Don Breazeal  <donb@codesourcery.com>
9882
9883         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9884         remote.
9885         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9886         * gdb.base/foll-exec.exp (main): Enable for target remote.
9887         * gdb.base/foll-fork.exp (main): Likewise.
9888         * gdb.base/foll-vfork.exp (main): Likewise.
9889         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9890         (proc continue_to_exit_bp_loc): Use clean_restart.
9891         * gdb.base/pie-execl.exp (main): Disable for target remote.
9892         * gdb.base/watch-vfork.exp (main): Enable for target remote.
9893         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9894         * gdb.threads/execl.exp (main): Likewise.
9895         * gdb.threads/fork-child-threads.exp (main): Likewise.
9896         * gdb.threads/fork-plus-threads.exp (main): Disable for target
9897         remote.
9898         * gdb.threads/fork-thread-pending.exp (main): Enable for target
9899         remote.
9900         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9901         pid.tid style ptids, instead of just tid.
9902         * gdb.threads/thread-execl.exp (main): Enable for target remote.
9903         * gdb.threads/watchpoint-fork.exp (main): Likewise.
9904         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9905         ptids, instead of just tid.
9906
9907 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9908
9909         * gdb.base/list.exp (test_list_forward): Add end of file error
9910         test.
9911         (test_repeat_list_command): Add end of file error test.
9912         (test_list_backwards): Add beginning of file error test.
9913
9914 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9915
9916         * gdb.base/list.exp (test_list_invalid_args): New function,
9917         defined, and called.
9918
9919 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9920
9921         * gdb.base/list.exp (test_list): Make test names unique.
9922
9923 2015-12-11  Yao Qi  <yao.qi@linaro.org>
9924
9925         * gdb.base/coremaker2.c: Remove.
9926
9927 2015-12-10  Pedro Alves  <palves@redhat.com>
9928
9929         * gdb.multi/base.exp: Remove stale "spaces" references.
9930
9931 2015-12-10  Pedro Alves  <palves@redhat.com>
9932
9933         * gdb.multi/base.exp: Don't use nowarnings.
9934         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9935         * gdb.multi/hangout.c: Include stdio.h.
9936         * gdb.multi/hello.c: Include stdlib.h.
9937         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9938         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9939         * gdb.multi/multi-arch.exp: Don't use nowarnings.
9940
9941 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
9942
9943         * gdb.dwarf2/dw2-ranges-base.c: New file.
9944         * gdb.dwarf2/dw2-ranges-base.exp: New file.
9945         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9946         support additional line table, and debug ranges generation.
9947         (Dwarf::ranges): New function, generate .debug_ranges.
9948         (Dwarf::lines): Support generating simple line table programs.
9949         (Dwarf::assemble): Initialise new namespace variables.
9950
9951 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
9952
9953         * gdb.base/async.exp (proc test_background): Add case for
9954         asynchronous execution not supported.
9955
9956 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
9957
9958         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9959           format and change test names to make them unique.
9960
9961 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
9962             Pedro Alves  <pedro@redhat.com>
9963
9964         PR gdb/18702
9965         Add checking of floatformats setup on x86_64 hosts.
9966         * gdb.arch/i386-float.S (main): Load bigval and smallval.
9967         (smallval, bigval): New labels/constants.
9968         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9969         float" after loading bigval and smallval.
9970
9971 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
9972
9973         * gdb.ada/fun_overload_menu.exp: New testcase.
9974         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9975
9976 2015-12-04  Josh Stone  <jistone@redhat.com>
9977
9978         * gdb.base/catch-fork-static.exp: New.
9979
9980 2015-12-03  Yao Qi  <yao.qi@linaro.org>
9981
9982         * gdb.base/sizeof.c: Don't include stdio.h and
9983         ../lib/unbuffer_output.c.
9984         (main): New variable 'size' and 'value'.  Remove printf and
9985         gdb_unbuffer_output.  Assign return value to size and value.
9986         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9987         at the beginning.
9988         (check_sizeof): Check the result by printing variable 'size'.
9989         (check_valueof): Check the result by printing variable 'value'.
9990
9991 2015-12-01  Yao Qi  <yao.qi@linaro.org>
9992
9993         * gdb.base/disp-step-syscall.exp: Define syscall instruction
9994         for aarch64*-*-linux* target.
9995
9996 2015-11-30  Pedro Alves  <palves@redhat.com>
9997
9998         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9999
10000 2015-11-30  Pedro Alves  <palves@redhat.com>
10001
10002         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10003         Handle non-stop mode vCont replies.
10004
10005 2015-11-30  Pedro Alves  <palves@redhat.com>
10006
10007         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10008         prepare_for_testing.  Start gdb with "set non-stop on" appended to
10009         GDBFLAGS.  Lax expected stop output.
10010
10011 2015-11-27  Yao Qi  <yao.qi@linaro.org>
10012
10013         * gdb.arch/arm-neon.exp: New.
10014         * gdb.arch/arm-neon.c: New.
10015
10016 2015-11-27  Yao Qi  <yao.qi@linaro.org>
10017
10018         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10019
10020 2015-11-27  Yao Qi  <yao.qi@linaro.org>
10021
10022         * gdb.cp/annota2.exp: Allow multiple occurrences of the
10023         frames-invalid annotation.
10024
10025 2015-11-27  Yao Qi  <yao.qi@linaro.org>
10026
10027         * gdb.cp/annota2.exp: Use ${frames_invalid}.
10028
10029 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
10030
10031         * gdb.threads/names.exp: New file.
10032         * gdb.threads/names.c: New file.
10033         * README: Mention gdb,no_thread_names.
10034
10035 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
10036
10037         PR 19297
10038         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10039         support" error.
10040
10041 2015-11-24  Pedro Alves  <palves@redhat.com>
10042
10043         PR 17539
10044         * gdb.base/display.exp: Expect displays to be sorted in ascending
10045         order.  Use multi_line.
10046         * gdb.base/solib-display.exp: Likewise.
10047
10048 2015-11-24  Pedro Alves  <palves@redhat.com>
10049
10050         PR 17539
10051         * gdb.base/display.exp: Expect displays to be sorted in ascending
10052         order.  Use multi_line.
10053         * gdb.base/solib-display.exp: Likewise.
10054
10055 2015-11-24  Pedro Alves  <palves@redhat.com>
10056
10057         PR 17539
10058         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10059         threads in ascending order.
10060         * gdb.base/foll-fork.exp: Likewise.
10061         * gdb.base/foll-vfork.exp: Likewise.
10062         * gdb.base/multi-forks.exp: Likewise.
10063         * gdb.mi/mi-nonstop.exp: Likewise.
10064         * gdb.mi/mi-nsintrall.exp: Likewise.
10065         * gdb.multi/base.exp: Likewise.
10066         * gdb.multi/multi-arch.exp: Likewise.
10067         * gdb.python/py-inferior.exp: Likewise.
10068         * gdb.threads/break-while-running.exp: Likewise.
10069         * gdb.threads/execl.exp: Likewise.
10070         * gdb.threads/gcore-thread.exp: Likewise.
10071         * gdb.threads/info-threads-cur-sal.exp: Likewise.
10072         * gdb.threads/kill.exp: Likewise.
10073         * gdb.threads/linux-dp.exp: Likewise.
10074         * gdb.threads/multiple-step-overs.exp: Likewise.
10075         * gdb.threads/next-bp-other-thread.exp: Likewise.
10076         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10077         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10078         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10079         * gdb.threads/thread-find.exp: Likewise.
10080         * gdb.threads/tls.exp: Likewise.
10081         * lib/mi-support.exp (mi_reverse_list): Delete.
10082         (mi_check_thread_states): No longer reverse list.
10083
10084 2015-11-24  Pedro Alves  <palves@redhat.com>
10085
10086         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
10087         use lowercase.
10088
10089 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
10090
10091         * gdb.trace/actions.c: Include trace-common.h.
10092         (main): Add a location for a fast tracepoint.
10093         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10094         the normal tracepoints.
10095         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10096
10097 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
10098
10099         * save-trace.exp: Factor out code to these...
10100         (gdb_save_tracepoints): New.
10101         (gdb_load_tracepoints): New.
10102         (do_save_load_test): New.
10103
10104 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
10105
10106         * gdb.base/asmlabel.exp: New test.
10107         * gdb.base/asmlabel.c: New test case.
10108
10109 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
10110
10111         * gdb.base/wrong_frame_bt_full-main.c: New file.
10112         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10113         * gdb.base/wrong_frame_bt_full.exp: New file.
10114
10115 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
10116
10117         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10118
10119 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
10120
10121         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10122         pstate register when comparing registers values in
10123         sparc64-*-linux-gnu targets to avoid spurious differences.
10124
10125 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
10126
10127         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10128
10129 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
10130
10131         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10132         as type argument to gdb_compile.
10133         * gdb.base/nested-subp2.exp: Likewise.
10134         * gdb.base/nested-subp3.exp: Likewise.
10135
10136 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10137
10138         * lib/dwarf.exp (_note): Fix left shift of negative value.
10139         * gdb.trace/trace-condition.exp: Likewise.
10140
10141 2015-11-13  Yao Qi  <yao.qi@linaro.org>
10142
10143         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10144         comments about d10v.
10145         (test_scalar_returns): Likewise.
10146         * gdb.base/d10v.ld: Remove.
10147         * gdb.base/overlays.exp: Remove the target triplet checking for
10148         d10v-*-*.
10149         * gdb.base/structs.exp (test_struct_returns): Remove the
10150         comments about d10v.
10151         (test_struct_calls): Likewise.
10152
10153 2015-11-13  Yao Qi  <yao.qi@linaro.org>
10154
10155         * gdb.base/gnu_vector.exp: Check the return value by "p res".
10156         * gdb.base/gnu_vector.c: Don't include stdio.h.
10157         (main): Don't print res and call add_some_intvecs.
10158
10159 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10160
10161         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10162         macro.
10163         (func5): Removed.
10164         (func4): Use FAST_TRACEPOINT_LABEL.
10165         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10166         macro.
10167         (func): Removed.
10168         (thread_function): Use FAST_TRACEPOINT_LABEL.
10169         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10170         (func): Remove.
10171         (marker): Use FAST_TRACEPOINT_LABEL.
10172         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10173         (pendfunc1): Remove.
10174         (pendfunc): Use FAST_TRACEPOINT_LABEL.
10175         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10176         (foo): Remove.
10177         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10178         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10179         macro.
10180         (func): Remove.
10181         (marker): Use FAST_TRACEPOINT_LABEL.
10182         * gdb.trace/trace-common.h: New header.
10183         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10184         macro.
10185         (func): Remove.
10186         (marker): Use FAST_TRACEPOINT_LABEL.
10187         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10188         (func): Remove.
10189         (thread_function): Use FAST_TRACEPOINT_LABEL.
10190
10191 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10192
10193         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10194         in front.
10195         * gdb.trace/change-loc.exp: Use global pcreg definition.
10196         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10197         * gdb.trace/entry-values.exp: Use global spreg definition, add $
10198         in front.
10199         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10200         * gdb.trace/pending.exp: Likewise.
10201         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10202         * gdb.trace/trace-break.exp: Likewise.
10203         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10204         in front.
10205         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10206         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10207         in front.
10208         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10209
10210 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
10211
10212         * gdb.ada/fin_fun_out: New testcase.
10213
10214 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
10215
10216         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10217         value associated with DW_AT_byte_size.
10218         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10219         constants for DW_AT_byte_size, DW_AT_lower_bound, and
10220         DW_AT_upper_bound.
10221
10222 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
10223
10224         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10225         (gdb_target_symbol_prefix_flags): Define in terms of _asm
10226         version.
10227         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10228         gdb.dwarf2/dw2-canonicalize-type.exp,
10229         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10230         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10231         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10232         provided by gdb_target_symbol_prefix_flags_asm.
10233         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10234         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10235         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10236         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10237         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10238         macros where needed).  Use this macro for symbols which require
10239         the prefix provided by SYMBOL_PREFIX.
10240
10241 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
10242
10243         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10244         New procs.
10245         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10246         representing expressions, of more than one list element.
10247         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10248         to prepend linker symbol prefix to f.
10249         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10250         table_1 and table_2.
10251         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10252         Likewise, for f and g.
10253         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10254         for ptr.
10255         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10256         for main.
10257         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10258         table_1_ptr and table_2_ptr.
10259
10260 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10261             Joel Brobecker  <brobecker@adacore.com>
10262
10263         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10264
10265 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10266
10267         * gdb.reverse/s390-mvcle.c: New test.
10268         * gdb.reverse/s390-mvcle.exp: New file.
10269         * lib/gdb.exp: Enable reverse tests on s390*-linux.
10270
10271 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10272
10273         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10274
10275 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10276
10277         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10278         reaching marker2.
10279         * gdb.reverse/getresuid-reverse.exp: Likewise.
10280         * gdb.reverse/pipe-reverse.exp: Likewise.
10281         * gdb.reverse/readv-reverse.exp: Likewise.
10282         * gdb.reverse/recvmsg-reverse.exp: Likewise.
10283         * gdb.reverse/time-reverse.exp: Likewise.
10284         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10285
10286 2015-10-30  Yao Qi  <yao.qi@linaro.org>
10287
10288         * gdb.threads/wp-replication.c (watch_count_done): Remove.
10289         (empty_cycle): Remove.
10290         (main): Don't call empty_cycle.  Don't use watch_count_done.
10291         * gdb.threads/wp-replication.exp: Don't set breakpoint on
10292         empty_cycle.  Rewrite the code counting HW watchpoints.
10293
10294 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10295
10296         * gdb.reverse/fstatat-reverse.c: New test.
10297         * gdb.reverse/fstatat-reverse.exp: New file.
10298         * gdb.reverse/getresuid-reverse.c: New test.
10299         * gdb.reverse/getresuid-reverse.exp: New file.
10300         * gdb.reverse/pipe-reverse.c: New test.
10301         * gdb.reverse/pipe-reverse.exp: New file.
10302         * gdb.reverse/readv-reverse.c: New test.
10303         * gdb.reverse/readv-reverse.exp: New file.
10304         * gdb.reverse/recvmsg-reverse.c: New test.
10305         * gdb.reverse/recvmsg-reverse.exp: New file.
10306         * gdb.reverse/time-reverse.c: New test.
10307         * gdb.reverse/time-reverse.exp: New file.
10308         * gdb.reverse/waitpid-reverse.c: New test.
10309         * gdb.reverse/waitpid-reverse.exp: New file.
10310
10311 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10312
10313         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10314
10315 2015-10-26  Doug Evans  <dje@google.com>
10316
10317         PR symtab/17391
10318         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10319         * gdb.dwarf2/bad-regnum.c: New file.
10320         * gdb.dwarf2/bad-regnum.exp: New file.
10321
10322 2015-10-26  Doug Evans  <dje@google.com>
10323
10324         PR python/18938
10325         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10326         file.
10327
10328 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10329
10330         * gdb.compile/compile.exp (compile code globalvar): Update expectation
10331         for a change by "Mention language in compile error message".
10332
10333 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
10334
10335         PR python/18073
10336         * gdb.python/py-type.c (C::a_method): New.
10337         (C::a_const_method): New.
10338         (C::a_static_method): New.
10339         (a_function): New.
10340         * gdb.python/py-type.exp (test_fields): Test getting fields
10341         from function and method.
10342
10343 2015-10-21  Keven Boell  <keven.boell@intel.com>
10344
10345         * gdb.fortran/vla-alloc-assoc.exp: New file.
10346         * gdb.fortran/vla-datatypes.exp: New file.
10347         * gdb.fortran/vla-datatypes.f90: New file.
10348         * gdb.fortran/vla-history.exp: New file.
10349         * gdb.fortran/vla-ptype-sub.exp: New file.
10350         * gdb.fortran/vla-ptype.exp: New file.
10351         * gdb.fortran/vla-sizeof.exp: New file.
10352         * gdb.fortran/vla-sub.f90: New file.
10353         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10354         * gdb.fortran/vla-value-sub-finish.exp: New file.
10355         * gdb.fortran/vla-value-sub.exp: New file.
10356         * gdb.fortran/vla-value.exp: New file.
10357         * gdb.fortran/vla-ptr-info.exp: New file.
10358         * gdb.mi/mi-vla-fortran.exp: New file.
10359         * gdb.mi/vla.f90: New file.
10360
10361 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
10362
10363         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10364         of hardwired timeout value.
10365
10366 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10367             Pedro Alves  <palves@redhat.com>
10368
10369         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10370         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10371
10372 2015-10-19  Josh Stone  <jistone@redhat.com>
10373
10374         * gdb.base/catch-syscall.c: Include <sched.h>.
10375         (unknown_syscall): New variable.
10376         (main): Trigger a vfork and an unknown syscall.
10377         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10378         (unknown_syscall_number): Likewise.
10379         (check_call_to_syscall): Accept an optional syscall pattern.
10380         (check_return_from_syscall): Likewise.
10381         (check_continue): Likewise.
10382         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10383         (test_catch_syscall_skipping_return): New test toggling off 'catch
10384         syscall' to step over the syscall return, then toggling back on.
10385         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10386         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10387         (do_syscall_tests): Call test_catch_syscall_without_args and
10388         test_catch_syscall_mid_vfork.
10389         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10390         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10391
10392 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
10393
10394         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10395         print g_vE): Add new pass patterns.
10396         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10397         print various symbol names for vptr fields.
10398
10399 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
10400
10401         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10402         results.
10403
10404 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10405
10406         * gdb.arch/disp-step-insn-reloc.exp: New test case.
10407
10408 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10409
10410         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10411         is aarch64*-*-linux*.
10412
10413 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10414
10415         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10416         (can_relocate_bcond_true): ... it.
10417         (can_relocate_bcond_false): New function.
10418         (foo): Likewise.
10419         (can_relocate_bl): Likewise.
10420         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10421         can_relocate_bl.
10422
10423 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
10424
10425         * gdb.base/nested-addr.c: New file.
10426         * gdb.base/nested-addr.exp: New testcase.
10427
10428 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
10429
10430         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10431         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10432         its output.  Ignore the output of "record goto begin" and instead
10433         check that GDB is replaying.
10434
10435 2015-10-09  Pedro Alves  <palves@redhat.com>
10436
10437         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10438         (top level): Use it in the run with no args test.
10439
10440 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
10441
10442         * gdb.dlang/properties.exp: New file.
10443
10444 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
10445
10446         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10447         whether or not address 0x1000 is mapped on the target.
10448
10449 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
10450
10451         * gdb.python/py-type.exp: Do not run tests if binaries fail to
10452         build.
10453
10454 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
10455
10456         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10457         instruction-history test.
10458
10459 2015-09-28  Doug Evans  <dje@google.com>
10460
10461         * gdb.base/gcore.c (array_func): Add reference to static_array.
10462
10463 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
10464
10465         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10466         source line.
10467
10468 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10469
10470         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10471         short or char as base type.
10472
10473 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10474
10475         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10476         to allow any size enum.
10477
10478 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10479
10480         * gdb.ada/array_ptr_renaming.exp: New testcase.
10481         * gdb.ada/array_ptr_renaming/foo.adb: New file.
10482         * gdb.ada/array_ptr_renaming/pack.ads: New file.
10483
10484 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10485
10486         * gdb.trace/ftrace-lock.c: New file.
10487         * gdb.trace/ftrace-lock.exp: New file.
10488
10489 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10490
10491         * gdb.arch/insn-reloc.c: New file.
10492         * gdb.arch/ftrace-insn-reloc.exp: New file.
10493
10494 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10495
10496         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10497         instruction.
10498         * gdb.trace/pendshr1.c (pendfunc): Likewise.
10499         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10500         * gdb.trace/range-stepping.c: Likewise.
10501         * gdb.trace/trace-break.c: Likewise.
10502         * gdb.trace/trace-mt.c (thread_function): Likewise.
10503         * gdb.trace/ftrace.c (marker): Likewise.
10504         * gdb.trace/trace-condition.c (marker): Likewise.
10505         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10506         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10507         is_aarch64_target.
10508
10509 2015-09-18  Doug Evans  <xdje42@gmail.com>
10510
10511         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10512         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10513
10514 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10515
10516         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10517         the breakpoint.
10518
10519 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10520
10521         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10522         the pending breakpoint.  Remove timeout override for "Run till
10523         MI pending breakpoint on pendfunc3 on thread 2" test.
10524
10525 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10526
10527         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10528         filename pattern.
10529
10530 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10531
10532         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10533         in breakpoint filename pattern.
10534
10535 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10536
10537         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10538
10539 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10540
10541         * gdb.linespec/explicit.exp: Check for readline support for
10542         tab-completion tests.  Fix obvious typo.
10543
10544 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
10545
10546         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10547         and replay.
10548
10549 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
10550
10551         * gdb.btrace/non-stop.c: New.
10552         * gdb.btrace/non-stop.exp: New.
10553
10554 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
10555             Yao Qi  <yao.qi@linaro.org>
10556
10557         * gdb.trace/trace-condition.c: New file.
10558         * gdb.trace/trace-condition.exp: New file.
10559
10560 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
10561
10562         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10563         for testing bytecode compilation.
10564
10565 2015-09-16  Pedro Alves  <palves@redhat.com>
10566             Sandra Loosemore <sandra@codesourcery.com>
10567
10568         * gdb.threads/non-stop-fair-events.c (timeout): New global.
10569         (SECONDS): Redefine.
10570         (main): Call pthread_kill and alarm early.
10571         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10572         support.
10573         (test): If the target can't hardware step and doesn't support
10574         displaced stepping, increase the timeout.
10575
10576 2015-09-16  Pedro Alves  <palves@redhat.com>
10577
10578         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10579         (enable_debug): New procedures.
10580         (test): Use them.  Bail out if waiting for threads fails.
10581         (top level): Bail out if a test fails.
10582
10583 2015-09-16  Yao Qi  <yao.qi@linaro.org>
10584
10585         * gdb.asm/asm-source.exp: Set asm-arch for
10586         aarch64*-*-* target.
10587         * gdb.asm/aarch64.inc: New file.
10588
10589 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
10590
10591         * gdb.ada/array_of_variable_length.exp: New testcase.
10592         * gdb.ada/array_of_variable_length/foo.adb: New file.
10593         * gdb.ada/array_of_variable_length/pck.adb: New file.
10594         * gdb.ada/array_of_variable_length/pck.ads: New file.
10595
10596 2015-09-15  Doug Evans  <dje@google.com>
10597
10598         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10599         of function static local variable.
10600
10601 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10602
10603         * gdb.threads/tls-so_extern.exp: New test file.
10604         * gdb.threads/tls-so_extern.c: New test file.
10605         * gdb.threads/tls-so_extern_main.c: New test file.
10606
10607 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10608
10609         * gdb.opt/solib-intra-step-lib.c: New file.
10610         * gdb.opt/solib-intra-step-main.c: New file.
10611         * gdb.opt/solib-intra-step.exp: New file.
10612
10613 2015-09-15  Pedro Alves  <palves@redhat.com>
10614
10615         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10616         gdb_continue_to_breakpoint instead of gdb_test_multiple.
10617
10618 2015-09-14  Pedro Alves  <palves@redhat.com>
10619
10620         * gdb.base/hook-stop-continue.c: Delete.
10621         * gdb.base/hook-stop-continue.exp: Delete.
10622         * gdb.base/hook-stop-frame.c: Delete.
10623         * gdb.base/hook-stop-frame.exp: Delete.
10624         * gdb.base/hook-stop.c: New file.
10625         * gdb.base/hook-stop.exp: New file.
10626
10627 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
10628
10629         * gdb.ada/access_to_packed_array.exp: New testcase.
10630         * gdb.ada/access_to_packed_array/foo.adb: New file.
10631         * gdb.ada/access_to_packed_array/pack.adb: New file.
10632         * gdb.ada/access_to_packed_array/pack.ads: New file.
10633
10634 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
10635
10636         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10637         buffer size test.
10638
10639 2015-09-11  Don Breazeal  <donb@codesourcery.com>
10640
10641         * gdb.base/foll-exec.c: Add copyright header.  Fix
10642         formatting issues.
10643         * gdb.base/foll-exec.exp (zap_session): Delete proc.
10644         (do_exec_tests): Use clean_restart in place of zap_session,
10645         and for test initialization.  Fix formatting issues.  Use
10646         fail in place of perror.
10647         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10648         an expect statement to match an expression with output from
10649         the program under debug.
10650         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10651         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10652         * gdb.threads/non-ldr-exc-2.exp: Likewise.
10653         * gdb.threads/non-ldr-exc-3.exp: Likewise.
10654         * gdb.threads/non-ldr-exc-4.exp: Likewise.
10655
10656 2015-09-09  Doug Evans  <dje@google.com>
10657
10658         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10659
10660 2015-09-09  Doug Evans  <dje@google.com>
10661
10662         * gdb.base/pie-execl.exp: Fix result test of build_executable.
10663
10664 2015-09-09  Doug Evans  <dje@google.com>
10665
10666         * gdb.base/savedregs.exp: Fix typo.
10667
10668 2015-09-09  Pedro Alves  <palves@redhat.com>
10669
10670         * gdb.mi/mi-cli.exp: Add CLI finish tests.
10671
10672 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
10673
10674         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10675         command actually switches threads.  Give up on remaining
10676         tests if target fails to stop at breakpoint.
10677
10678 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10679
10680         * gdb.ada/funcall_char.exp: New testcase.
10681         * gdb.ada/funcall_char/foo.adb: New file.
10682
10683 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10684
10685         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10686         expected outputs.  Add two testcases for completing ambiguous
10687         functions.
10688         * gdb.ada/complete/aux_pck.adb: New file.
10689         * gdb.ada/complete/aux_pck.ads: New file.
10690         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10691         Ambiguous_Func functions.
10692         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10693         * gdb.ada/complete/pck.adb: Likewise.
10694
10695 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
10696
10697         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10698         failures to run the test program under GDB.
10699
10700 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
10701
10702         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10703         to C.
10704
10705 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
10706
10707         * gdb.base/run-after-attach.exp: New test file.
10708         * gdb.base/run-after-attach.c: New test file.
10709
10710 2015-08-26  Don Breazeal  <donb@codesourcery.com>
10711
10712         * gdb.base/foll-exec-2.c: New test program.
10713         * gdb.base/foll-exec-2.exp: New test.
10714
10715 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
10716
10717         * gdb.base/nested-subp1.exp: New file.
10718         * gdb.base/nested-subp1.c: New file.
10719         * gdb.base/nested-subp2.exp: New file.
10720         * gdb.base/nested-subp2.c: New file.
10721         * gdb.base/nested-subp3.exp: New file.
10722         * gdb.base/nested-subp3.c: New file.
10723
10724 2015-08-24  Pedro Alves  <palves@redhat.com>
10725
10726         * gdb.server/connect-without-multi-process.c: New file.
10727         * gdb.server/connect-without-multi-process.exp: New file.
10728
10729 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10730
10731         * gdb.opt/inline-markers.c: Make z int.
10732
10733 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10734
10735         * gdb.opt/inline-markers.c: Make z volatile.
10736
10737 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10738
10739         * gdb.opt/inline-bt.c: New volatile global z.
10740         * gdb.opt/inline-cmds.c: Likewise.
10741         * gdb.opt/inline-locals.c: Likewise.
10742         * gdb.opt/inline-markers.c: New extern global z.
10743         (marker): Use z.
10744         (inline_fn): Likewise.
10745
10746 2015-08-24  Pedro Alves  <palves@redhat.com>
10747
10748         * config/m32r-stub.exp: Remove file.
10749         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10750         * gdb.base/call-rt-st.exp: Likewise.
10751         * gdb.base/call-strs.exp: Likewise.
10752         * gdb.base/default.exp: Remove references to h8300-*-hms and
10753         *-*-udi*.
10754         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10755
10756 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10757
10758         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10759         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
10760         and "return" use KFAIL when GDB can not read/write the vector
10761         return value.
10762
10763 2015-08-21  Gary Benson <gbenson@redhat.com>
10764
10765         * gdb.trace/pending.exp: Cope with remote transfer warnings.
10766
10767 2015-08-20  Pedro Alves  <palves@redhat.com>
10768
10769         * gdb.server/solib-list.exp: No longer expect an interior stop in
10770         non-stop mode.
10771
10772 2015-08-20  Pedro Alves  <palves@redhat.com>
10773
10774         * gdb.server/connect-stopped-target.c: New file.
10775         * gdb.server/connect-stopped-target.exp: New file.
10776
10777 2015-08-20  Pedro Alves  <palves@redhat.com>
10778
10779         * gdb.dwarf2/comp-unit-lang.exp: New file.
10780         * gdb.dwarf2/comp-unit-lang.c: New file.
10781
10782 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
10783
10784         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10785         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10786
10787 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
10788
10789         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10790         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10791
10792 2015-08-18  Doug Evans  <dje@google.com>
10793             Adrian Sendroiu <adrian.sendroiu@freescale.com>
10794
10795         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10796         skip_python_tests.  New arg prompt_regexp.
10797         (skip_python_tests): New function.
10798         * lib/mi-support.exp (mi_skip_python_tests): New function.
10799         * gdb.python/py-mi-objfile-gdb.py: New file.
10800         * gdb.python/py-mi-objfile.c: New file.
10801         * gdb.python/py-mi-objfile.exp: New file.
10802
10803 2015-08-17  Keith Seitz  <keiths@redhat.com>
10804
10805         * gdb.linespec/explicit.exp: Move strace test from here ...
10806         * gdb.trace/strace.exp: ... to here.
10807
10808 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
10809
10810         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10811         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10812
10813 2015-08-14  Doug Evans  <xdje42@gmail.com>
10814
10815         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10816         inferior before selecting a new file.
10817
10818 2015-08-14  Doug Evans  <xdje42@gmail.com>
10819
10820         * gdb.mi/mi-disassemble.exp: Update.
10821         * gdb.base/disasm-optim.S: New file.
10822         * gdb.base/disasm-optim.c: New file.
10823         * gdb.base/disasm-optim.h: New file.
10824         * gdb.base/disasm-optim.exp: New file.
10825
10826 2015-08-14  Keith Seitz  <keiths@redhat.com>
10827
10828         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10829         "evaluated-by".
10830
10831 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
10832
10833         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10834
10835 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
10836
10837         * gdb.ada/fun_renaming.exp: New testcase.
10838         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10839         * gdb.ada/fun_renaming/pack.adb: New file.
10840         * gdb.ada/fun_renaming/pack.ads: New file.
10841
10842 2015-08-12  Keith Seitz  <keiths@redhat.com>
10843
10844         * gdb.base/dso2dso.exp: Pass basename of source file in call to
10845         gdb_get_line_number.
10846
10847 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
10848
10849         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10850         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10851         gdb.base/dso2dso.exp: New files.
10852
10853 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
10854             Pedro Alves  <palves@redhat.com>
10855             Keith Seitz  <keiths@redhat.com>
10856
10857         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10858         GDBFLAGS.
10859
10860 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
10861
10862         * gdb.base/gdbhistsize-history.exp
10863         (test_histsize_history_setting): Use save_vars.
10864         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10865         Use save_vars.
10866         (test_no_truncation_of_unlimited_history_file): Use save_vars.
10867         * gdb.base/readline.exp: Use save_vars.
10868
10869 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
10870
10871         * lib/gdb.exp (save_vars): New proc.
10872
10873 2015-08-11  Keith Seitz  <keiths@redhat.com>
10874
10875         * gdb.base/help.exp: Update help_breakpoint_text.
10876
10877 2015-08-11  Keith Seitz  <keiths@redhat.com>
10878
10879         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10880         (at toplevel): Call test_explicit_breakpoints.
10881         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10882         breakpoints.
10883         * lib/mi-support.exp (mi_make_breakpoint): Add support for
10884         breakpoint conditions, "-cond".
10885
10886 2015-08-11  Keith Seitz  <keiths@redhat.com>
10887
10888         * gdb.linespec/3explicit.c: New file.
10889         * gdb.linespec/cpexplicit.cc: New file.
10890         * gdb.linespec/cpexplicit.exp: New file.
10891         * gdb.linespec/explicit.c: New file.
10892         * gdb.linespec/explicit.exp: New file.
10893         * gdb.linespec/explicit2.c: New file.
10894         * gdb.linespec/ls-errs.exp: Add explicit location tests.
10895         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10896         before using in the matching pattern.
10897         Clarify that `prefix' is a regular expression.
10898
10899 2015-08-11  Keith Seitz  <keiths@redhat.com>
10900
10901         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10902         test.
10903         Add tests for missing ",FMT" and ",".
10904
10905 2015-08-10  Doug Evans  <dje@google.com>
10906             Keith Seitz  <keiths@redhat.com>
10907
10908         PR gdb/17960
10909         * gdb.base/completion.exp: Add location completer tests.
10910
10911 2015-08-07  Pedro Alves  <palves@redhat.com>
10912
10913         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10914         tests here.
10915         (top level): Run do_test with and without displaced stepping.
10916
10917 2015-08-07  Pedro Alves  <palves@redhat.com>
10918
10919         * gdb.base/valgrind-disp-step.c: New file.
10920         * gdb.base/valgrind-disp-step.exp: New file.
10921
10922 2015-08-07  Pedro Alves  <palves@redhat.com>
10923
10924         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10925         Delete function.
10926         (main): Add alarm.  Run an infinite loop instead of calling
10927         wait_threads.
10928         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10929         comment.
10930         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10931         Delete function.
10932         (main): Add alarm.  Run an infinite loop instead of calling
10933         wait_threads.
10934         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10935         comment.
10936
10937 2015-08-07  Pedro Alves  <palves@redhat.com>
10938
10939         * gdb.base/checkpoint-ns.exp: New file.
10940         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10941         standard_testfile.
10942
10943 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
10944
10945         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10946         * gdb.btrace/instruction_history.exp: Update.
10947         * gdb.btrace/tsx.exp: New.
10948         * gdb.btrace/tsx.c: New.
10949
10950 2015-08-06  Pedro Alves <palves@redhat.com>
10951
10952         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10953         increase timeout.
10954         * gdb.reverse/until-precsave.exp: Bump timeouts.
10955
10956 2015-08-06  Pedro Alves  <palves@redhat.com>
10957
10958         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10959
10960 2015-08-06  Pedro Alves  <palves@redhat.com>
10961
10962         PR gdb/18749
10963         * gdb.threads/process-dies-while-handling-bp.c: New file.
10964         * gdb.threads/process-dies-while-handling-bp.exp: New file.
10965
10966 2015-08-06  Pedro Alves  <palves@redhat.com>
10967
10968         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10969         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10970
10971 2015-08-05  Pedro Alves  <palves@redhat.com>
10972
10973         * gdb.threads/next-while-other-thread-longjmps.c: New file.
10974         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10975
10976 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
10977
10978         * gdb.base/bp-permanent.exp: Report test as unsupported if
10979         the target cannot stop at the permanent breakpoint.
10980
10981 2015-08-03  Doug Evans  <dje@google.com>
10982
10983         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10984         10000.
10985
10986 2015-08-03  Doug Evans  <dje@google.com>
10987
10988         * Makefile.in (workers/%.worker, build-perf): New rule.
10989         (GDB_PERFTEST_MODE): New variable.
10990         (check-perf): Use it.
10991         (clean): Clean up gdb.perf parallel build subdirs.
10992         * lib/build-piece.exp: New file.
10993         * lib/gdb.exp (make_gdb_parallel_path): New function
10994         (standard_output_file, standard_temp_file): Call it.
10995         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10996         of $GDB_PARALLEL.
10997         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10998
10999 2015-08-03  Doug Evans  <dje@google.com>
11000
11001         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11002         (LOG_FILE_NAME): New global.
11003         (TextReporter.__init__): Initialize self.txt_sum.
11004         (TextReporter.report): Add support for multiple data-points.
11005         Move report to perftest.sum, put raw data in perftest.log.
11006         (TextReporter.start): Open sum and log files.
11007         (TextReporter.end): Close sum and log files.
11008         * gdb.perf/lib/perftest/testresult.py
11009         (SingleStatisticTestResult.record): Handle multiple data-points.
11010
11011 2015-07-31  Pedro Alves  <palves@redhat.com>
11012
11013         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11014         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
11015         kill_wait_spawned_process instead of explicit "kill -9".
11016         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11017         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
11018         kill_wait_spawned_process.
11019         * gdb.base/attach-twice.exp: Likewise.
11020         * gdb.base/attach.exp: Likewise.
11021         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11022         gdb_test_multiple.
11023         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11024         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
11025         kill_wait_spawned_process.
11026         * gdb.base/valgrind-infcall.exp: Likewise.
11027         * gdb.multi/multi-attach.exp: Likewise.
11028         * gdb.python/py-prompt.exp: Likewise.
11029         * gdb.python/py-sync-interp.exp: Likewise.
11030         * gdb.server/ext-attach.exp: Likewise.
11031         * gdb.threads/attach-into-signal.exp (corefunc): Use
11032         spawn_wait_for_attach, spawn_id_get_pid and
11033         kill_wait_spawned_process.
11034         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11035         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
11036         spawn_id_get_pid and kill_wait_spawned_process.
11037         * gdb.threads/attach-stopped.exp (corefunc): Use
11038         spawn_wait_for_attach, spawn_id_get_pid and
11039         kill_wait_spawned_process.
11040         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11041         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
11042         kill_wait_spawned_process instead of explicit "kill -9".
11043         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11044         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11045         (spawn_wait_for_attach): Use spawn instead of exec to spawn
11046         processes.  Don't map cygwin/windows pids here.  Now returns a
11047         spawn id list.
11048
11049 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
11050
11051         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11052         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11053         correct patch.
11054
11055 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
11056
11057         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11058
11059 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
11060
11061         Reapply:
11062         2014-05-21  Mark Wielaard  <mjw@redhat.com>
11063
11064         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11065
11066 2015-07-30  Pedro Alves  <palves@redhat.com>
11067
11068         * linux-low.c (handle_extended_wait): Set the child's last
11069         reported status to TARGET_WAITKIND_STOPPED.
11070
11071 2015-07-30  Pedro Alves  <palves@redhat.com>
11072
11073         PR threads/18600
11074         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11075         only shows inferior 1.
11076
11077 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
11078             Pedro Alves  <palves@redhat.com>
11079
11080         PR threads/18600
11081         * gdb.threads/fork-plus-threads.c: New file.
11082         * gdb.threads/fork-plus-threads.exp: New file.
11083
11084 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11085
11086         * gdb.base/batch-preserve-term-settings.exp
11087         (test_terminal_settings_preserved_after_cli_exit): Use
11088         send_quit_command.
11089
11090 2015-07-29  Pedro Alves  <palves@redhat.com>
11091             Don Breazeal  <donb@codesourcery.com>
11092
11093         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11094         output from both inferior_spawn_id and gdb_spawn_id.
11095
11096 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
11097
11098         * gdb.threads/attach-into-signal.exp (corefunc): Use
11099         with_test_prefix on nested loops, uniquefying the test messages.
11100
11101 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
11102
11103         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11104         commit.
11105
11106 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11107
11108         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11109         New proc.
11110         (test_terminal_settings_preserved_after_sigterm): New test.
11111
11112 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11113
11114         * gdb.base/batch-preserve-term-settings.exp
11115         (test_terminal_settings_preserved_after_cli_exit): New test.
11116
11117 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11118
11119         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11120         manipulation of saved_gdbflags.
11121         (test_terminal_settings_preserved): Remove global declaration of
11122         the unused variable pagination_prompt.  Remove manipulation of
11123         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
11124         GDBFLAGS.
11125
11126 2015-07-29  Pedro Alves  <palves@redhat.com>
11127
11128         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11129
11130 2015-07-29  Pedro Alves  <palves@redhat.com>
11131
11132         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11133         at the top.
11134
11135 2015-07-29  Pedro Alves  <palves@redhat.com>
11136
11137         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11138         (main): Call gdb_unbuffer_output.
11139         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11140         (main): Call gdb_unbuffer_output.
11141         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11142         (main): Call gdb_unbuffer_output.
11143         * gdb.base/call-strs.exp: Adjust to step over the
11144         gdb_unbuffer_output call.
11145         * gdb.base/catch-gdb-caused-signals.c: Include
11146         "../lib/unbuffer_output.c".
11147         (main): Call gdb_unbuffer_output.
11148         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11149         (main): Call gdb_unbuffer_output.
11150         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11151         (main): Call gdb_unbuffer_output.
11152         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11153         (main): Call gdb_unbuffer_output.
11154         * gdb.base/shlib-call.exp: Adjust to step over the
11155         gdb_unbuffer_output call.
11156         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11157         (main): Call gdb_unbuffer_output.
11158         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11159         (main): Call gdb_unbuffer_output.
11160         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11161         (main): Rename to ...
11162         (test): ... this.
11163         (main): Reimplement.
11164         * gdb.base/varargs.exp: Run to test instead of to main.
11165         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11166         (main): Call gdb_unbuffer_output.
11167
11168 2015-07-29  Pedro Alves  <palves@redhat.com>
11169
11170         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11171         factore out from mi_continue_dprintf.  For call-style dprintfs,
11172         expect dprintf output out of $inferior_spawn_id.
11173         (mi_continue_dprintf): Use mi_expect_dprintf.
11174         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11175         (main): Call gdb_unbuffer_output.
11176
11177 2015-07-29  Pedro Alves  <palves@redhat.com>
11178
11179         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11180         (default_mi_gdb_start): Set inferior_spawn_id instead of
11181         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
11182         gdb_spawn_id.
11183         (mi_gdb_test): Always expect inferior output from both
11184         $inferior_spawn_id and $gdb_spawn_id.
11185
11186 2015-07-29  Pedro Alves  <palves@redhat.com>
11187
11188         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
11189         send_inferior and $inferior_spawn_id.
11190
11191 2015-07-29  Pedro Alves  <palves@redhat.com>
11192
11193         * gdb.gdb/complaints.exp (test_initial_complaints)
11194         (test_serial_complaints, test_short_complaints): Use
11195         gdb_test_stdio.
11196         (test_empty_complaint): Handle $inferior_spawn_id !=
11197         $gdb_spawn_id.
11198
11199 2015-07-29  Pedro Alves  <palves@redhat.com>
11200
11201         * gdb.base/varargs.exp: Use gdb_test_stdio.
11202
11203 2015-07-29  Pedro Alves  <palves@redhat.com>
11204
11205         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11206
11207 2015-07-29  Pedro Alves  <palves@redhat.com>
11208
11209         * gdb.base/ending-run.exp: Use gdb_test_stdio.
11210
11211 2015-07-29  Pedro Alves  <palves@redhat.com>
11212
11213         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11214         parameter into two new parameters, "inf_result" and "gdb_result".
11215         Expect inferior output and gdb output from $inferior_spawn_id and
11216         $gdb_spawn_id, respectively.  Adjust all callers.
11217
11218 2015-07-29  Pedro Alves  <palves@redhat.com>
11219
11220         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11221         of gdb_test_sequence.
11222
11223 2015-07-29  Pedro Alves  <palves@redhat.com>
11224
11225         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11226         (saw_spurious_output): Expect inferior output from
11227         $inferior_spawn_id.  Use gdb_test_stdio.
11228
11229 2015-07-29  Pedro Alves  <palves@redhat.com>
11230
11231         * gdb.base/dprintf.exp: Use standard_testfile.  Change
11232         prepare_for_testing call.
11233         (srcfile): Don't set.
11234         (restart): New procedure.
11235         (test_dprintf): New procecure, use to continue over dprintfs.
11236         (test_call, test_agent): New procedures, tests moved here.
11237         Restart gdb and recreate dprintfs.  Adjust expected output.
11238
11239 2015-07-29  Pedro Alves  <palves@redhat.com>
11240
11241         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11242
11243 2015-07-29  Pedro Alves  <palves@redhat.com>
11244
11245         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11246
11247 2015-07-29  Pedro Alves  <palves@redhat.com>
11248
11249         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11250         gdb_test_stdio.
11251
11252 2015-07-29  Pedro Alves  <palves@redhat.com>
11253
11254         * lib/gdb.exp (gdb_test_stdio): New procedure.
11255
11256 2015-07-29  Pedro Alves  <palves@redhat.com>
11257
11258         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11259
11260 2015-07-29  Pedro Alves  <palves@redhat.com>
11261
11262         * gdb.base/call-signal-resume.exp: Remove check for
11263         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
11264         * gdb.base/unwindonsignal.exp: Likewise.
11265         * gdb.base/call-signals.c (gen_signal): Remove printf call.
11266         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11267
11268 2015-07-29  Pedro Alves  <palves@redhat.com>
11269
11270         * gdb.base/siginfo-addr.c (pass): New function.
11271         (handler): Call it iff si_addr is correct.
11272         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11273         Set a breakpoint at "pass" and continue to it.
11274
11275 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
11276
11277         * gdb.python/py-objfile.exp: Make some tests have unique names.
11278         * gdb.python/py-pp-registration.exp: Likewise.
11279
11280 2015-07-28  Pedro Alves  <palves@redhat.com>
11281
11282         * gdb.server/server-exec-info.exp: Issue a "disconnect".
11283
11284 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
11285
11286         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11287
11288 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
11289
11290         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11291
11292 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
11293
11294         * gdb.base/gdb-sigterm-2.exp: New test.
11295
11296 2015-07-25  Doug Evans  <xdje42@gmail.com>
11297
11298         Revert:
11299         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11300         (workers/%.worker, build-perf): New rule.
11301         (GDB_PERFTEST_MODE): New variable.
11302         (check-perf): Use it.
11303         (clean): Clean up gdb.perf parallel build subdirs.
11304         * lib/build-piece.exp: New file.
11305         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11306         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11307         name.
11308         (standard_temp_file): Ditto.
11309         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11310         of $GDB_PARALLEL.
11311
11312 2015-07-24  Doug Evans  <dje@google.com>
11313
11314         * gdb.perf/lib/perftest/utils.py: New file.
11315         * gdb.perf/gm-hello.cc: New file.
11316         * gdb.perf/gm-pervasive-typedef.cc: New file.
11317         * gdb.perf/gm-pervasive-typedef.h: New file.
11318         * gdb.perf/gm-std.cc: New file.
11319         * gdb.perf/gm-std.h: New file.
11320         * gdb.perf/gm-use-cerr.cc: New file.
11321         * gdb.perf/gm-utils.h: New file.
11322         * gdb.perf/gmonster-null-lookup.py: New file.
11323         * gdb.perf/gmonster-pervasive-typedef.py: New file.
11324         * gdb.perf/gmonster-print-cerr.py: New file.
11325         * gdb.perf/gmonster-ptype-string.py: New file.
11326         * gdb.perf/gmonster-runto-main.py: New file.
11327         * gdb.perf/gmonster-select-file.py: New file.
11328         * gdb.perf/gmonster1-null-lookup.exp: New file.
11329         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11330         * gdb.perf/gmonster1-print-cerr.exp: New file.
11331         * gdb.perf/gmonster1-ptype-string.exp: New file.
11332         * gdb.perf/gmonster1-runto-main.exp: New file.
11333         * gdb.perf/gmonster1-select-file.exp: New file.
11334         * gdb.perf/gmonster1.cc: New file.
11335         * gdb.perf/gmonster1.exp: New file.
11336         * gdb.perf/gmonster2-null-lookup.exp: New file.
11337         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11338         * gdb.perf/gmonster2-print-cerr.exp: New file.
11339         * gdb.perf/gmonster2-ptype-string.exp: New file.
11340         * gdb.perf/gmonster2-runto-main.exp: New file.
11341         * gdb.perf/gmonster2-select-file.exp: New file.
11342         * gdb.perf/gmonster2.cc: New file.
11343         * gdb.perf/gmonster2.exp: New file.
11344
11345 2015-07-24  Doug Evans  <dje@google.com>
11346
11347         * gdb.perf/README: New file.
11348         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11349         * lib/gen-perf-test.exp: New file.
11350
11351 2015-07-24  Doug Evans  <dje@google.com>
11352
11353         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11354         (PerfTest::startup): New function.
11355         (PerfTest::run): Return result of calling body.
11356         (PerfTest::assemble): Rewrite.
11357         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11358         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11359         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11360         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11361         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11362
11363 2015-07-24  Doug Evans  <dje@google.com>
11364
11365         * lib/gdb.exp (clean_restart): Make executable optional.
11366
11367 2015-07-24  Doug Evans  <dje@google.com>
11368
11369         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11370         compiler_info references.
11371         * gdb.cp/temargs.exp: Ditto.
11372         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11373         (get_compiler_info): Early exit if already computed.  Set compiler_info
11374         to "unknown" if there was a problem.
11375         (test_compiler_info): Add function comment.  Call get_compiler_info.
11376
11377 2015-07-24  Doug Evans  <dje@google.com>
11378
11379         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11380         (workers/%.worker, build-perf): New rule.
11381         (GDB_PERFTEST_MODE): New variable.
11382         (check-perf): Use it.
11383         (clean): Clean up gdb.perf parallel build subdirs.
11384         * lib/build-piece.exp: New file.
11385         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11386         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11387         name.
11388         (standard_temp_file): Ditto.
11389         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11390         of $GDB_PARALLEL.
11391
11392 2015-07-24  Doug Evans  <dje@google.com>
11393
11394         * lib/future.exp (gdb_default_target_compile): New option
11395         "early_flags".
11396         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11397         --as-needed.
11398
11399 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
11400
11401         * gdb.base/catch-syscall.exp: Call gdb_exit before
11402         gdb_skip_xml_test.
11403
11404 2015-07-24  Pedro Alves  <palves@redhat.com>
11405
11406         * gdb.python/py-events.exp: Accept output between the stop event
11407         and the prompt.
11408         * gdb.python/py-evsignal.exp: Likewise.
11409         * gdb.python/py-evthreads.exp: Likewise.
11410
11411 2015-07-24  Pedro Alves  <palves@redhat.com>
11412
11413         PR gdb/18717
11414         * gdb.threads/non-ldr-exit.c: New file.
11415         * gdb.threads/non-ldr-exit.exp: New file.
11416
11417 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11418
11419         * gdb.server/ext-wrapper.exp: Test --wrapper option when
11420         restarting process.
11421
11422 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11423
11424         * gdb.server/ext-restart.exp: New file.
11425
11426 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11427
11428         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11429         argument options.
11430         * gdb.server/ext-wrapper.exp: New file.
11431
11432 2015-07-23  Doug Evans  <dje@google.com>
11433
11434         * gdb.dwarf2/dw2-dummy-cu.S: New file.
11435         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11436
11437 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
11438
11439         * gdb.ada/var_arr_typedef.exp: New testcase.
11440         * gdb.ada/var_arr_typedef/pack.adb: New file.
11441         * gdb.ada/var_arr_typedef/pack.ads: New file.
11442         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11443
11444 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
11445
11446         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11447
11448 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11449
11450         * gdb.arch/i386-biarch-core.exp: Replace istarget
11451         by "complete set gnutarget". Remove expectation for the "core-file"
11452         command.
11453
11454 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11455
11456         Revert the previous commit:
11457         Tests for validate symbol file using build-id.
11458
11459 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
11460
11461         Tests for validate symbol file using build-id.
11462         * gdb.base/solib-mismatch-lib.c: New file.
11463         * gdb.base/solib-mismatch-libmod.c: New file.
11464         * gdb.base/solib-mismatch.c: New file.
11465         * gdb.base/solib-mismatch.exp: New file.
11466
11467 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
11468
11469         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11470         nios2-*-linux*.
11471         * gdb.base/sigbpt.exp (stepi_out): Likewise.
11472         * gdb.base/siginfo.exp: Likewise.
11473         * gdb.base/sigstep.exp (advance, advancei): Likewise.
11474
11475 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
11476
11477         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11478         Move it to ...
11479         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11480         ... here.
11481         * gdb.trace/range-stepping.exp: Check that the target supports
11482         range stepping.
11483
11484 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11485
11486         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11487
11488 2015-07-14  Pedro Alves  <palves@redhat.com>
11489
11490         * gdb.base/killed-outside.exp: New file.
11491         * gdb.base/killed-outside.c: New file.
11492
11493 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11494
11495         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11496         (n at main): New.
11497         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11498
11499 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11500
11501         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11502         infcall tests instead of setting up for KFAIL.
11503
11504 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
11505
11506         * gdb.btrace/record_goto-step.exp: New.
11507
11508 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
11509
11510         PR compile/18484
11511         * gdb.compile/compile.c (struct struct_type): Add volatile to
11512         selffield's type.
11513         * gdb.compile/compile.exp
11514         (compile code struct_object.selffield = &struct_object): Skip further
11515         struct_object tests if this one xfails.
11516
11517 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
11518
11519         PR exp/18617
11520         * gdb.trace/ax.exp: Add test.
11521
11522 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11523
11524         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11525         instead of istarget "aarch64*-*-*".
11526         * gdb.arch/aarch64-fp.exp: Likewise.
11527         * gdb.base/float.exp: Likewise.
11528         * gdb.reverse/aarch64.exp: Likewise.
11529         * lib/gdb.exp (is_aarch64_target): New proc.
11530
11531 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11532
11533         * lib/gdb.exp (is_aarch32_target): New proc.
11534         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11535         instead of "istarget "arm*-*-*"".
11536         * gdb.arch/arm-disp-step.exp: Likewise.
11537         * gdb.arch/thumb-bx-pc.exp: Likewise.
11538         * gdb.arch/thumb-prologue.exp: Likewise.
11539         * gdb.arch/thumb-singlestep.exp: Likewise.
11540         * gdb.base/disp-step-syscall.exp: Likewise.
11541         * gdb.base/float.exp: Likewise.
11542
11543 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11544
11545         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11546         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11547
11548 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11549
11550         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11551         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11552         if it exists.
11553         * gdb.multi/multi-arch.exp: Likewise.
11554
11555 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
11556
11557         * gdb.python/py-lazy-string.exp: Add missing parentheses to
11558         print.
11559
11560 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11561
11562         * gdb.arch/thumb-singlestep.exp: Do one more single step.
11563
11564 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
11565
11566         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11567         '[' and ']' characters.
11568
11569 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
11570
11571         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11572
11573 2015-06-29  Pedro Alves  <palves@redhat.com>
11574
11575         PR threads/18127
11576         * gdb.threads/hand-call-new-thread.c: New file.
11577         * gdb.threads/hand-call-new-thread.c: New file.
11578
11579 2015-06-26  Keith Seitz  <keiths@redhat.com>
11580             Doug Evans  <dje@google.com>
11581
11582         PR 16253
11583         * gdb.cp/var-tag-2.cc: New file.
11584         * gdb.cp/var-tag-3.cc: New file.
11585         * gdb.cp/var-tag-4.cc: New file.
11586         * gdb.cp/var-tag.cc: New file.
11587         * gdb.cp/var-tag.exp: New file.
11588
11589 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
11590
11591         * gdb.base/history-duplicates.exp: New test.
11592
11593 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
11594
11595         * gdb.base/completion.exp: Test the completion of the "focus"
11596         command.
11597
11598 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11599
11600         * gdb.arch/amd64-prologue-skip.S: New file.
11601         * gdb.arch/amd64-prologue-skip.exp: New file.
11602
11603 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
11604
11605         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11606         is_address_zero_readable check.
11607
11608 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
11609
11610         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11611         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11612
11613 2015-06-24  Yao Qi  <yao.qi@linaro.org>
11614
11615         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11616         linux targets.
11617
11618 2015-06-24  Yao Qi  <yao.qi@linaro.org>
11619
11620         * lib/gdb.exp (supports_get_siginfo_type): New proc.
11621         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11622         * gdb.base/siginfo-thread.exp: Likewise.
11623
11624 2015-06-22  Yao Qi  <yao.qi@linaro.org>
11625
11626         * boards/remote-gdbserver-on-localhost.exp: Add comments.
11627
11628 2015-06-22  Yao Qi  <yao.qi@linaro.org>
11629
11630         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11631         aarch64*-*-*.
11632         (skip_hw_watchpoint_tests): Likewise.
11633
11634 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
11635
11636         * gdb.base/gdbinit-history.exp: Test the interaction between
11637         setting GDBHISTSIZE and setting the history size via .gdbinit.
11638
11639 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11640
11641         PR gdb/16999
11642         * gdb.base/gdbhistsize-history.exp: New test.
11643
11644 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11645
11646         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11647         with GDBHISTSIZE.
11648         * gdb.base/readline.exp: Likewise.
11649
11650 2015-06-17  Yao Qi  <yao.qi@linaro.org>
11651
11652         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11653         line.
11654
11655 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11656
11657         * gdb.base/gdbinit-history.exp: Add test case to check that
11658         an unlimited history file does not get truncated on exit.
11659
11660 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11661
11662         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11663         (VECTOR): New macro.  Use it...
11664         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11665         ...for these typedefs.
11666         (int8, char1, int1, double1): New typedefs.
11667         (struct just_int2, struct two_int2): New structures.
11668         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11669         (add_structvecs, add_singlevecs): New functions.
11670         (main): Call add_some_intvecs twice.
11671         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11672         the compile and exit upon failure.  Try compiling for the "native"
11673         architecture.  Test inferior function calls with vector arguments
11674         and vector return value handling with "finish" and "return".
11675
11676 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
11677
11678         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11679         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11680         PE file.
11681         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11682
11683 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11684
11685         PR breakpoints/16465
11686         * gdb.mi/mi-dprintf-pending.c: New file.
11687         * gdb.mi/mi-dprintf-pending.exp: New test.
11688         * gdb.mi/mi-dprintf-pendshr.c: New file.
11689
11690 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11691             Mircea Gherzan  <mircea.gherzan@intel.com>
11692
11693         * gdb.arch/i386-mpx-map.c: New file.
11694         * gdb.arch/i386-mpx-map.exp: New File.
11695
11696 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11697
11698         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11699         * gdb.arch/i386-mpx.exp: Indentation fixed.
11700
11701 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11702
11703         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11704         function and improved indentation.
11705         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11706         gdb_test_multiple. Added additional tests to skip the test.
11707
11708 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11709
11710         * gdb.arch/i386-avx512.c: Change path in include file.
11711         * gdb.arch/i386-avx512.exp: Change include dir path
11712         compilation flag.
11713         * gdb.arch/i386-mpx.c: Change path in include file.
11714         * gdb.arch/i386-mpx.exp: Change include dir path compilation
11715         flag.
11716
11717 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11718
11719         * gdb.compile/compile-print.exp (compile print *vararray@3)
11720         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11721
11722 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11723
11724         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11725         (do not keep jit in memory): ... this.
11726         (expect 5): Change it to ...
11727         (expect no 5): ... this.
11728
11729 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
11730
11731         PR gdb/15564
11732         * gdb.mi/mi-detach.exp: New file.
11733
11734 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11735
11736         PR symtab/18392
11737         * gdb.arch/amd64-tailcall-self.S: New file.
11738         * gdb.arch/amd64-tailcall-self.c: New file.
11739         * gdb.arch/amd64-tailcall-self.exp: New file.
11740
11741 2015-05-28  Don Breazeal  <donb@codesourcery.com>
11742
11743         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11744         tests for remote targets by checking is_target_gdbserver.
11745
11746 2015-05-27  Doug Evans  <dje@google.com>
11747
11748         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11749         * gdb.dwarf2/opaque-type-lookup.c: New file.
11750         * gdb.dwarf2/opaque-type-lookup.exp: New file.
11751
11752 2015-05-26  Doug Evans  <dje@google.com>
11753
11754         * gdb.cp/iostream.cc: New file.
11755         * gdb.cp/iostream.exp: New file.
11756
11757 2015-05-26  Doug Evans  <dje@google.com>
11758
11759         * gdb.dwarf2/dw2-op-call.exp: Update.
11760         * gdb.dwarf2/dw4-sig-types.exp: Update.
11761         * gdb.dwarf2/implptr.exp: Update.
11762         * gdb.mi/mi-cmd-param-changed.exp: Update.
11763
11764 2015-05-26  Doug Evans  <dje@google.com>
11765
11766         * gdb.python/py-lazy-string.c: New file.
11767         * gdb.python/py-lazy-string.exp: New file.
11768         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11769         (main): Update.  Add estring3.
11770         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11771         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11772
11773 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
11774             Yao Qi  <yao.qi@linaro.org>
11775
11776         * gdb.reverse/aarch64.c: New.
11777         * gdb.reverse/aarch64.exp: New.
11778
11779 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
11780
11781         * lib/gdb.exp (supports_process_record): Return true for
11782         aarch64*-linux*.
11783         (supports_reverse): Likewise.
11784
11785 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
11786
11787         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11788         Use with_test_prefix.
11789
11790 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
11791
11792         * gdb.base/completion.exp: Add test for completion of layout
11793         names.
11794
11795 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
11796
11797         * lib/gdb.exp (skip_tui_tests): New proc.
11798         * gdb.base/tui-layout.exp: Check skip_tui_tests.
11799
11800 2015-05-19  Pedro Alves  <palves@redhat.com>
11801
11802         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11803         Save the whole env array instead of just HOME.  Unset HISTSIZE in
11804         the environment while testing.  Restore whole environment
11805         afterwards.
11806
11807 2015-05-16  Doug Evans  <xdje42@gmail.com>
11808
11809         * gdb.guile/scm-ports.c: New file.
11810         * gdb.guile/scm-ports.exp: Add memory port tests.
11811
11812 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11813
11814         * gdb.compile/compile-print.c: New file.
11815         * gdb.compile/compile-print.exp: New file.
11816
11817 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11818
11819         * gdb.compile/compile-ops.exp: Cast param to void.
11820         * gdb.compile/compile.exp: Complete type for _gdb_expr.
11821         (compile code struct_object.selffield = &struct_object): Add xfail.
11822
11823 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11824
11825         * gdb.ada/arr_enum_with_gap: New testcase.
11826
11827 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11828
11829         * gdb.ada/byte_packed_arr: New testcase.
11830
11831 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11832
11833         * gdb.ada/pckd_neg: New testcase.
11834
11835 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
11836
11837         PR gdb/17820
11838         * gdb.base/gdbinit-history.exp: New test.
11839         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11840         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11841
11842 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
11843
11844         * gdb.python/py-xmethods.cc: Enhance test case.
11845         * gdb.python/py-xmethods.exp: New tests.
11846         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11847         function.
11848         (B_indexoper): Likewise.
11849         (global_dm_list) : Add new xmethod worker functions.
11850
11851 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
11852
11853         * gdb.base/coredump-filter.exp: Correctly unset
11854         "coredump_var_addr" array.
11855
11856 2015-05-08  Pedro Alves  <palves@redhat.com>
11857
11858         * gdb.server/non-existing-program.exp: Unset spawn_id.
11859
11860 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
11861
11862         PR python/18291
11863         * gdb.python/py-xmethods.exp: Add tests.
11864
11865 2015-05-08  Yao Qi  <yao.qi@linaro.org>
11866
11867         PR gdb/18208
11868         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11869         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11870         function set_coredump_filter, and remove remote_exec call.
11871         Remove argument ipid.  Callers update.
11872         (top level): Don't get inferior's PID.
11873
11874 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11875
11876         * gdb.base/watch_thread_num.exp: Skip test on targets without
11877         access watchpoints.
11878
11879 2015-05-06  Pedro Alves  <palves@redhat.com>
11880
11881         PR server/18081
11882         * gdb.server/non-existing-program.exp: New file.
11883
11884 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11885
11886         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11887
11888 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11889
11890         * gdb.ada/out_of_line_in_inlined: New testcase.
11891
11892 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11893
11894         * gdb.ada/var_rec_arr: New testcase.
11895
11896 2015-04-30  Yao Qi  <yao.qi@linaro.org>
11897
11898         * gdb.base/break-idempotent.exp: If
11899         skip_hw_watchpoint_multi_tests returns true, skip the tests
11900         on "rwatch" and "awatch".
11901
11902 2015-04-30  Yao Qi  <yao.qi@linaro.org>
11903
11904         * gdb.base/relativedebug.exp: Invoke gdb command
11905         "info sharedlibrary", and if libc.so doesn't have debug info,
11906         skip the test.
11907
11908 2015-04-29  Doug Evans  <dje@google.com>
11909
11910         * gdb.python/py-xmethods.exp: Add ptype tests.
11911         * gdb.python/py-xmethods.py (E_method_char_worker): Add
11912         get_result_type method.
11913
11914 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11915
11916         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11917         the target does not support hardware watchpoints.
11918
11919 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11920
11921         * gdb.base/break-always.exp: Abort testing if writing to memory
11922         causes an error.
11923
11924 2015-04-28  Doug Evans  <dje@google.com>
11925
11926         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11927         * gdb.python/py-pp-registration.exp: ... here.  New file.
11928         * gdb.python/py-pp-registration.c: New file.
11929         * gdb.python/py-pp-registration.py: New file.
11930
11931 2015-04-28  Doug Evans  <dje@google.com>
11932
11933         * gdb.python/py-bad-printers.c: New file.
11934         * gdb.python/py-bad-printers.py: New file.
11935         * gdb.python/py-bad-printers.exp: New file.
11936
11937 2015-04-28  Sasha Smundak  <asmundak@google.com>
11938
11939         * gdb.python/py-type.exp: New test.
11940
11941 2015-04-28  Andy Wingo  <wingo@igalia.com>
11942
11943         * gdb.python/py-parameter.exp:
11944         * gdb.guile/scm-parameter.exp: Escape the path that we are
11945         matching against, as it might contain characters that are special
11946         to regular expressions.
11947
11948 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
11949
11950         * gdb.ada/rec_comp: New testcase.
11951
11952 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
11953
11954         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11955         before using it.
11956
11957 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
11958
11959         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
11960         new tests for verilog output.
11961
11962 2015-04-24  Yao Qi  <yao.qi@linaro.org>
11963
11964         * boards/remote-gdbserver-on-localhost.exp: New file.
11965
11966 2015-04-23  Pedro Alves  <palves@redhat.com>
11967
11968         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11969         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
11970         "end of file", remove $inferior_spawn_id from the indirect list.
11971
11972 2015-04-23  Pedro Alves  <palves@redhat.com>
11973
11974         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11975
11976 2015-04-23  Pedro Alves  <palves@redhat.com>
11977
11978         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11979         on $any_spawn_id instead of only on $gdb_spawn_id.
11980
11981 2015-04-21  Pierre Muller  <muller@sourceware.org>
11982
11983         PR pascal/17815
11984         * lib/pascal.exp (gpc_compile): Add new option "class".
11985         (fpc_compile): Likewise.
11986         * gdb.pascal/case-insensitive-symbols.pas: New file.
11987         * gdb.pascal/case-insensitive-symbols.exp: New file.
11988
11989 2015-04-20  Gary Benson <gbenson@redhat.com>
11990
11991         * gdb.base/attach.exp: Fix three extended remote failures.
11992
11993 2015-04-17  Gary Benson <gbenson@redhat.com>
11994
11995         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11996         the main executable over the remote protocol.
11997
11998 2015-04-16  Pedro Alves  <palves@redhat.com>
11999
12000         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12001         a new gdbserver if gdbserver_reconnect_p is set.
12002
12003 2015-04-16  Pedro Alves  <palves@redhat.com>
12004
12005         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12006         is set, don't exit gdbserver.
12007
12008 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12009
12010         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12011         appropriate .insn, such that an older assembler can be used.
12012         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12013         the z/Architecture instruction set on 31-bit targets as well.
12014
12015 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12016
12017         * gdb.go/handcall.exp: Remove all logic related to the first
12018         breakpoint and rely on go_runto_main instead.
12019         * gdb.go/strings.exp: Likewise.
12020         * gdb.go/unsafe.exp: Likewise.
12021         * gdb.go/hello.exp: Likewise.  Also rename the remaining
12022         breakpoint marker to "breakpoint 1".
12023         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12024         * gdb.go/strings.go: Likewise.
12025         * gdb.go/unsafe.go: Likewise.
12026         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
12027         "set breakpoint 2 here" and rename the remaining breakpoint marker
12028         to "breakpoint 1".
12029
12030 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
12031
12032         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12033         if itertools.imap is not present.
12034         * gdb.python/py-objfile.exp: Add parentheses.
12035         * gdb.python/py-type.exp: Same.
12036         * gdb.python/py-unwind-maint.py: Same.
12037
12038 2015-04-15  Yao Qi  <yao.qi@linaro.org>
12039
12040         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12041         of ":$ptr_size" and set its form explicitly.
12042
12043 2015-04-15  Pedro Alves  <palves@redhat.com>
12044             Yao Qi  <yao.qi@linaro.org>
12045
12046         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12047         timeout by factor of 4.
12048         (test_regular_watch): Likewise.
12049         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12050         * gdb.reverse/sigall-reverse.exp: Likewise.
12051         * gdb.reverse/until-precsave.exp: Likewise.
12052         * lib/gdb.exp (with_timeout_factor): New proc.
12053         (gdb_expect): Move some code to ...
12054         (get_largest_timeout): ... here.  New procedure.
12055
12056 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
12057
12058         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12059
12060 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
12061
12062         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12063         to write to the .text section.
12064
12065 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
12066
12067         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12068         Handle the case of targets that do not provide PID information.
12069
12070 2015-04-13  Yao Qi  <yao.qi@linaro.org>
12071
12072         * lib/gdbserver-support.exp (gdb_exit): Catch exception
12073         and use expect instead of gdb_expect.
12074
12075 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
12076
12077         * gdb.base/coredump-filter.exp: Rename variable "addr" to
12078         "coredump_var_addr" to avoid naming conflict with other testcases.
12079
12080 2015-04-10  Pedro Alves  <palves@redhat.com>
12081
12082         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12083         gdb_test_sequence and gdb_assert.
12084
12085 2015-04-10  Pedro Alves  <palves@redhat.com>
12086
12087         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12088         test messages that don't include the breakpoint address.
12089
12090 2015-04-10  Yao Qi  <yao.qi@linaro.org>
12091
12092         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12093         false for some offset and width combinations which aren't
12094         supported by linux kernel.
12095
12096 2015-04-10  Pedro Alves  <palves@redhat.com>
12097
12098         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12099         procedure, factored out from ...
12100         (top level): ... here.  Add "set displaced-stepping" testing axis.
12101         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12102         parameter "displaced".  Use it.
12103         (top level): Use foreach and add "set displaced-stepping" testing
12104         axis.
12105
12106 2015-04-10  Pedro Alves  <palves@redhat.com>
12107
12108         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12109         Remove comment.
12110         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12111         both the address of the instruction that triggers the watchpoint
12112         and the address of the instruction immediately after, and use
12113         those addresses for the test.  Fix comment.
12114
12115 2015-04-10  Pedro Alves  <palves@redhat.com>
12116
12117         * gdb.base/sigstep.exp (breakpoint_to_handler)
12118         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
12119         Test "backtrace" in handler.
12120         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
12121         (top level): Add new "displaced" test axis to
12122         breakpoint_to_handler, breakpoint_to_handler_entry and
12123         breakpoint_over_handler.
12124
12125 2015-04-10  Pedro Alves  <palves@redhat.com>
12126
12127         PR gdb/18216
12128         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12129
12130 2015-04-10  Yao Qi  <yao.qi@linaro.org>
12131
12132         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12133         (test_add_rn_pc): New function.
12134         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12135         (top level): Invoke test_add_rn_pc.
12136
12137 2015-04-10  Pedro Alves  <palves@redhat.com>
12138
12139         PR gdb/13858
12140         * gdb.base/step-over-no-symbols.exp: New file.
12141
12142 2015-04-09  Andy Wingo  <wingo@igalia.com>
12143
12144         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12145         after the Python tests.
12146
12147 2015-04-08  Keith Seitz  <keiths@redhat.com>
12148
12149         PR python/16699
12150         * gdb.python/py-completion.exp: New tests for completion.
12151         * gdb.python/py-completion.py (CompleteLimit1): New class.
12152         (CompleteLimit2): Likewise.
12153         (CompleteLimit3): Likewise.
12154         (CompleteLimit4): Likewise.
12155         (CompleteLimit5): Likewise.
12156         (CompleteLimit6): Likewise.
12157         (CompleteLimit7): Likewise.
12158
12159 2015-04-08  Pedro Alves  <palves@redhat.com>
12160
12161         PR gdb/18214
12162         PR gdb/18216
12163         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12164         function.
12165         (main): Install it as SIGUSR1 handler.
12166         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12167         parameter.  Always use "setup" as prefix.  Toggle "set
12168         displaced-stepping" off/on depending on global.  Don't switch to
12169         thread 1 here.
12170         (top level): Add displaced stepping "off/on" test axis.  Update
12171         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
12172         continuing with a queued signal in each thread.
12173
12174 2015-04-08  Pedro Alves  <palves@redhat.com>
12175
12176         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12177         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
12178         gdb_breakpoint instead of gdb_test that doesn't expect anything.
12179         Return early if running to main fails.
12180         * gdb.trace/while-stepping.exp: Likewise.
12181
12182 2015-04-07  Pedro Alves  <palves@redhat.com>
12183
12184         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12185         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
12186         interact with inferior program.
12187
12188 2015-04-07  Pedro Alves  <palves@redhat.com>
12189
12190         * lib/gdb.exp (inferior_spawn_id): New global.
12191         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
12192         spawn id after processing the user code.
12193         (default_gdb_start): Set inferior_spawn_id.
12194         (send_inferior): New procedure.
12195         * lib/gdbserver-support.exp (gdbserver_start): Set
12196         inferior_spawn_id.
12197         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12198
12199 2015-04-07  Pedro Alves  <palves@redhat.com>
12200
12201         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12202         * lib/gdbserver-support.exp (gdbserver_start): Make
12203         $server_spawn_id global.
12204         (gdbserver_start): Don't wait for gdbserver's spawn id with
12205         expect_background.
12206         (close_gdbserver): New procedure.
12207         (gdb_exit): Rename the default version and reimplement.
12208
12209 2015-04-07  Pedro Alves  <palves@redhat.com>
12210
12211         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12212         append the substituted item, not the original item.
12213
12214 2015-04-07  Pedro Alves  <palves@redhat.com>
12215
12216         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12217         gdb_expect.
12218
12219 2015-04-07  Pedro Alves  <palves@redhat.com>
12220
12221         * gdb.base/interrupt.exp: Don't handle the case of the inferior
12222         output appearing once only.
12223
12224 2015-04-07  Pedro Alves  <palves@redhat.com>
12225
12226         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12227         that doesn't expect anything.  Return early if running to main
12228         fails.
12229
12230 2015-04-07  Yao Qi  <yao.qi@linaro.org>
12231
12232         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12233         (child_function): Call alarm.
12234         (main): Move call to alarm into the loop.
12235         * gdb.threads/non-stop-fair-events.exp: Build program with
12236         -DTIMEOUT=$timeout.
12237
12238 2015-04-06  Doug Evans  <xdje42@gmail.com>
12239
12240         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12241         Fix dest parameter to board_info.
12242         (fpc_compile): Ditto.
12243         (gdb_compile_pascal): Rename dest arg to destfile.
12244
12245 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
12246
12247         * gdb.ada/funcall_ref.exp: New file.
12248         * gdb.ada/funcall_ref/foo.adb: New file.
12249
12250 2015-04-02  Yao Qi  <yao.qi@linaro.org>
12251
12252         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12253         is remote.
12254
12255 2015-04-02  Gary Benson <gbenson@redhat.com>
12256
12257         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12258
12259 2015-04-01  Sasha Smundak  <asmundak@google.com>
12260
12261         * gdb.python/py-unwind-maint.c: New file.
12262         * gdb.python/py-unwind-maint.exp: New test.
12263         * gdb.python/py-unwind-maint.py: New file.
12264         * gdb.python/py-unwind.c: New file.
12265         * gdb.python/py-unwind.exp: New test.
12266         * gdb.python/py-unwind.py: New test.
12267
12268 2015-04-01  Pedro Alves  <palves@redhat.com>
12269
12270         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12271         to fail instead of non-existent $test.
12272
12273 2015-04-01  Pedro Alves  <palves@redhat.com>
12274
12275         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12276         GDBFLAGS if not empty.
12277
12278 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
12279
12280         * gdb.ada/complete.exp: Remove "multi_line".
12281         * gdb.ada/info_exc.exp: Remove "multi_line".
12282         * gdb.ada/packed_tagged.exp: Remove "multi_line".
12283         * gdb.ada/ptype_field.exp: Remove "multi_line".
12284         * gdb.ada/sym_print_name.exp: Remove "multi_line".
12285         * gdb.ada/tagged.exp: Remove "multi_line".
12286         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12287         [multi_line ...]
12288         * gdb.btrace/delta.exp: Likewise.
12289         * gdb.btrace/exception.exp: Likewise.
12290         * gdb.btrace/function_call_history.exp: Likewise.
12291         * gdb.btrace/instruction_history.exp: Likewise.
12292         * gdb.btrace/nohist.exp: Likewise.
12293         * gdb.btrace/record_goto.exp: Likewise.
12294         * gdb.btrace/segv.exp: Likewise.
12295         * gdb.btrace/stepi.exp: Likewise.
12296         * gdb.btrace/tailcall.exp: Likewise.
12297         * gdb.btrace/unknown_functions.exp: Likewise.
12298         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12299         * lib/gdb.exp: Add the "multi_line" helper.
12300
12301 2015-04-01  Pedro Alves  <palves@redhat.com>
12302
12303         * gdb.threads/tid-reuse.c: New file.
12304         * gdb.threads/tid-reuse.exp: New file.
12305
12306 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
12307
12308         PR corefiles/16092
12309         * gdb.base/coredump-filter.c: New file.
12310         * gdb.base/coredump-filter.exp: Likewise.
12311
12312 2015-03-27  Petr Machata  <pmachata@redhat.com>
12313
12314         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12315         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12316         (Dwarf::assemble): Initialize them.
12317         (Dwarf::lines): New function.
12318
12319 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
12320
12321         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12322         SYMBOL_PREFIX for x86_64-*-cygwin.
12323
12324 2015-03-26  Andy Wingo  <wingo@igalia.com>
12325
12326         PR symtab/18148
12327         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12328         const_value but not a location.
12329         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12330         location defined in non-main CUs are visible.
12331
12332 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12333
12334         PR testsuite/18139
12335         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12336         Add a line number entry for the same line.
12337         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12338         Add a line number entry for the same line.
12339
12340 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12341
12342         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12343         .int 0.
12344         (func): Likewise.  Add .Lfunc_1 label.
12345         Use .Lfunc_1 label.
12346         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12347         .int 0.
12348         (func): Likewise.
12349         Use .Lfunc_1 label.
12350
12351 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12352
12353         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12354         Call gdb_compile instead to compile each .s files without debug
12355         information.
12356
12357 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12358
12359         * gdb.base/savedregs.exp (process_saved_regs): Make
12360         "Saved registers:" optional in the pattern.
12361
12362 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
12363
12364         * gdb.btrace/next.exp: Merged into step.exp.
12365         * gdb.btrace/finish.exp: Merged into step.exp.
12366         * gdb.btrace/nexti.exp: Merged into stepi.exp.
12367         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
12368         "record goto" and checking the exact replay position.
12369         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
12370         check for "Recording format" in "info record" output.
12371         * gdb.btrace/record_goto.exp: Choose test file based on target.
12372         * gdb.btrace/x86-record_goto.S: Renamed into ...
12373         * gdb.btrace/x86_64-record_goto.S: ... this.
12374         * gdb.btrace/i686-record_goto.S: New.
12375         * gdb.btrace/x86-tailcall.S: Renamed into ...
12376         * gdb.btrace/x86_64-tailcall.S: ... this.
12377         * gdb.btrace/i686-tailcall.S: New.
12378         * gdb.btrace/x86-tailcall.c: Renamed into ...
12379         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
12380         separate statements.  Update test.
12381         * gdb.btrace/delta.exp: Use record_goto.c as test file.
12382         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12383         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12384         * gdb.btrace/tailcall.exp: Choose test file based on target.
12385         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12386
12387 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
12388
12389         * gdb.btrace/exception.exp: Increase BTS buffer size.
12390
12391 2015-03-24  Pedro Alves  <palves@redhat.com>
12392
12393         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12394
12395 2015-03-24  Pedro Alves  <palves@redhat.com>
12396
12397         * gdb.threads/schedlock.exp (test_step): No longer expect that
12398         "set scheduler-locking step" with "next" over a function call runs
12399         threads unlocked.
12400
12401 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12402
12403         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12404
12405 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12406
12407         PR breakpoints/16466
12408         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12409         * gdb.mi/mi-pending.c (thread_func): New function.
12410         (int main): Add threading support required.
12411         * gdb.mi/mi-pending.exp: Add tests for this issue.
12412         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12413         (pendfunc2): Remove stdio dependency.
12414         * gdb.mi/mi-pendshr2.c: New file.
12415
12416 2015-03-23  Keith Seitz  <keiths@redhat.com>
12417
12418         * gdb.linespec/keywords.c: New file.
12419         * gdb.linespec/keywords.exp: New file.
12420
12421 2015-03-23  Keith Seitz  <keiths@redhat.com>
12422
12423         PR gdb/18021
12424         * gdb.dwarf2/staticvirtual.exp: New test.
12425
12426 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12427
12428         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12429         * README: Remove HP-UX and gdb.hp.
12430         (configuration):
12431         * configure: Regenerate.
12432         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12433         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12434         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12435         gdb.hp/gdb.defects/Makefile.
12436         * gdb.hp/Makefile.in: File deleted.
12437         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12438         * gdb.hp/gdb.aCC/optimize.c: File deleted.
12439         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12440         * gdb.hp/gdb.aCC/run.c: File deleted.
12441         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12442         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12443         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12444         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12445         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12446         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12447         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12448         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12449         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12450         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12451         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12452         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12453         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12454         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12455         * gdb.hp/gdb.base-hp/reg.s: File deleted.
12456         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12457         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12458         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12459         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12460         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12461         * gdb.hp/gdb.compat/Makefile.in: File deleted.
12462         * gdb.hp/gdb.compat/average.c: File deleted.
12463         * gdb.hp/gdb.compat/sum.c: File deleted.
12464         * gdb.hp/gdb.compat/xdb.c: File deleted.
12465         * gdb.hp/gdb.compat/xdb0.c: File deleted.
12466         * gdb.hp/gdb.compat/xdb0.h: File deleted.
12467         * gdb.hp/gdb.compat/xdb1.c: File deleted.
12468         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12469         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12470         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12471         * gdb.hp/gdb.defects/Makefile.in: File deleted.
12472         * gdb.hp/gdb.defects/bs14602.c: File deleted.
12473         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12474         * gdb.hp/gdb.defects/solib-d.c: File deleted.
12475         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12476         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12477         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12478         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12479         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12480         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12481         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12482         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12483         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12484         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12485         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12486         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12487         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12488         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12489         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12490         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12491         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12492         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12493         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12494         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12495         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12496         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12497         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12498         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12499         * gdb.hp/tools/odump: File deleted.
12500
12501 2015-03-19  Pedro Alves  <palves@redhat.com>
12502
12503         * gdb.threads/continue-pending-status.exp (saw_thread_2)
12504         (saw_thread_3): New globals.
12505         (top level): Increment them when an event for the corresponding
12506         thread is seen.
12507         (no thread starvation): New test.
12508
12509 2015-03-19  Pedro Alves  <palves@redhat.com>
12510
12511         * gdb.threads/continue-pending-status.c: New file.
12512         * gdb.threads/continue-pending-status.exp: New file.
12513
12514 2015-03-18  Pedro Alves  <palves@redhat.com>
12515
12516         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12517         Use gdb_is_target_remote instead of is_remote.  Use
12518         gdb_test_multiple instead of gdb_expect.  Exit early if
12519         gdb_test_multiple hits its internal matches.  Tighten stepi tests
12520         expected output.  Fail on exit with any signal, instead of just
12521         SIGILL.
12522
12523 2015-03-18  Yao Qi  <yao.qi@linaro.org>
12524
12525         PR tdep/18107
12526         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12527         variable.
12528         * gdb.base/catch-syscall.exp: Don't skip it on
12529         aarch64*-*-linux* target.  Remove elements in all_syscalls.
12530         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12531         target.
12532         (setup_all_syscalls): New proc.
12533
12534 2015-03-16  Yao Qi  <yao.qi@linaro.org>
12535
12536         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12537         (top level): Skip tests if valid_addr_p returns false for
12538         $cmd1 or $cmd2.
12539
12540 2015-03-11  Andy Wingo  <wingo@igalia.com>
12541
12542         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12543
12544 2015-03-11  Yao Qi  <yao.qi@linaro.org>
12545
12546         * gdb.base/catch-syscall.exp: Fix typo in comments.
12547
12548 2015-03-11  Yao Qi  <yao.qi@linaro.org>
12549
12550         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12551
12552 2015-03-09  Pedro Alves  <palves@redhat.com>
12553
12554         * dg-extract-results.py: Delete.
12555
12556 2015-03-09  Pedro Alves  <palves@redhat.com>
12557
12558         Merge dg-extract-results.sh from GCC upstream (r218843).
12559
12560         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
12561                 * dg-extract-results.sh: Use --text with grep to avoid issues with
12562                 binary files.  Fall back to cat -v, if that doesn't work.
12563
12564 2015-03-05  Pedro Alves  <palves@redhat.com>
12565
12566         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12567
12568 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
12569
12570         * lib/mi-support.exp (mi_expect_interrupt): Accept
12571         alternative event for when in all-stop mode.
12572
12573 2015-03-04  Pedro Alves  <palves@redhat.com>
12574
12575         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12576
12577 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
12578
12579         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12580
12581 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12582
12583         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12584         regexps for GDB's current line display, accept a hex address
12585         preceding the line number.
12586
12587 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12588
12589         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12590         the 'arch1' variable for "s390*-linux*" targets.
12591
12592 2015-03-04  Pedro Alves  <palves@redhat.com>
12593
12594         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12595         (main): Pass missing retval argument to pthread_join call.
12596
12597 2015-03-02  Pedro Alves  <palves@redhat.com>
12598
12599         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12600         (top level): Call do_test with non-stop as well.
12601
12602 2015-03-02  Pedro Alves  <palves@redhat.com>
12603
12604         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12605         -1.
12606
12607 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12608
12609         * gdb.arch/s390-vregs.exp: New test.
12610         * gdb.arch/s390-vregs.S: New file.
12611
12612 2015-02-27  Pedro Alves  <palves@redhat.com>
12613
12614         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12615         call to catch_command_errors.
12616         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12617         catch_command_errors.
12618
12619 2015-02-27  Pedro Alves  <palves@redhat.com>
12620
12621         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12622         "true" for boolean result.
12623         * gdb.gdb/selftest.exp (test_with_self): Also accept full
12624         prototype of main.
12625
12626 2015-02-27  Pedro Alves  <palves@redhat.com>
12627
12628         * lib/unbuffer_output.c: New file.
12629         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12630         (main): Call gdb_unbuffer_output.
12631
12632 2015-02-27  Yao Qi  <yao.qi@linaro.org>
12633
12634         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12635         target.
12636
12637 2015-02-26  Doug Evans  <dje@google.com>
12638
12639         * gdb.cp/class2.cc (Dbase, D): New classes.
12640         (main): New local delta.
12641         * gdb.cp/class2.exp: Test printing delta.
12642         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12643         (dynbar): New global.
12644         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12645
12646 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12647
12648         * gdb.compile/compile-ifunc.c: New file.
12649         * gdb.compile/compile-ifunc.exp: New file.
12650
12651 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12652
12653         * gdb.base/structs.exp: Check for correct struct on finish.
12654
12655 2015-02-26  Yao Qi  <yao.qi@linaro.org>
12656
12657         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12658         is zero.
12659
12660 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12661
12662         * gdb.arch/cordic.ko.bz2: New file.
12663         * gdb.arch/cordic.ko.debug.bz2: New file.
12664         * gdb.arch/ppc64-symtab-cordic.exp: New file.
12665
12666 2015-02-25  Yao Qi  <yao.qi@linaro.org>
12667
12668         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12669         aarch64*-*-* target.
12670
12671 2015-02-23  Pedro Alves  <palves@redhat.com>
12672
12673         * lib/gdb.exp (delete_breakpoints): Rewrite using
12674         gdb_test_multiple.
12675
12676 2015-02-23  Pedro Alves  <palves@redhat.com>
12677
12678         * gdb.base/info-os.c: Include stdlib.h.
12679
12680 2015-02-22  Doug Evans  <xdje42@gmail.com>
12681
12682         PR symtab/17855
12683         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12684         is read after symbols have been re-read.
12685         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12686         * gdb.ada/exec_changed/second.adb (Second): Ditto.
12687
12688 2015-02-21  Doug Evans  <dje@google.com>
12689
12690         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12691
12692 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12693
12694         PR corefiles/17808
12695         * gdb.arch/i386-biarch-core.core.bz2: New file.
12696         * gdb.arch/i386-biarch-core.exp: New file.
12697
12698 2015-02-21  Pedro Alves  <palves@redhat.com>
12699
12700         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12701         runto_main fails.
12702
12703 2015-02-20  Pedro Alves  <palves@redhat.com>
12704
12705         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12706         info probes.
12707
12708 2015-02-20  Pedro Alves  <palves@redhat.com>
12709
12710         * gdb.threads/multi-create-ns-info-thr.exp: New file.
12711
12712 2015-02-20  Pedro Alves  <palves@redhat.com>
12713
12714         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
12715         clean_restart before gdb_target_supports_trace.
12716
12717 2015-02-20  Pedro Alves  <palves@redhat.com>
12718
12719         PR threads/18006
12720         * gdb.threads/clone-thread_db.c: New file.
12721         * gdb.threads/clone-thread_db.exp: New file.
12722
12723 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12724
12725         PR breakpoints/16812
12726         * gdb.base/catch-gdb-caused-signals.c: New file.
12727         * gdb.base/catch-gdb-caused-signals.exp: New file.
12728
12729 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
12730
12731         * configure: Regenerated.
12732         * configure.ac: Use GDB_AC_TRANSFORM.
12733         * aclocal.m4: sinclude ../transform.m4.
12734
12735 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12736
12737         * lib/dtrace.exp: New file.
12738         * gdb.base/dtrace-probe.exp: Likewise.
12739         * gdb.base/dtrace-probe.d: Likewise.
12740         * gdb.base/dtrace-probe.c: Likewise.
12741         * lib/pdtrace.in: Likewise.
12742         * configure.ac: Output variables with the transformed names of
12743         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
12744         * configure: Regenerated.
12745
12746 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12747
12748         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12749         expected message when trying to access $_probe_* convenience
12750         variables while not on a probe.
12751
12752 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12753
12754         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12755
12756 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
12757
12758         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12759         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12760
12761 2015-02-10  Doug Evans  <xdje42@gmail.com>
12762
12763         * lib/gdb.exp (gdb_load): Always return a result.
12764
12765 2015-02-10  Pedro Alves  <palves@redhat.com>
12766
12767         * gdb.threads/signal-sigtrap.c: New file.
12768         * gdb.threads/signal-sigtrap.exp: New file.
12769
12770 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
12771
12772         * gdb.trace/no-attach-trace.c: New file.
12773         * gdb.trace/no-attach-trace.exp: New file.
12774
12775 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12776
12777         * gdb.dwarf2/atomic.c: New file.
12778         * gdb.dwarf2/atomic-type.exp: Likewise.
12779
12780 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12781
12782         * gdb.btrace/buffer-size.exp: Update "info record" output.
12783         * gdb.btrace/delta.exp: Update "info record" output.
12784         * gdb.btrace/enable.exp: Update "info record" output.
12785         * gdb.btrace/finish.exp: Update "info record" output.
12786         * gdb.btrace/instruction_history.exp: Update "info record" output.
12787         * gdb.btrace/next.exp: Update "info record" output.
12788         * gdb.btrace/nexti.exp: Update "info record" output.
12789         * gdb.btrace/step.exp: Update "info record" output.
12790         * gdb.btrace/stepi.exp: Update "info record" output.
12791         * gdb.btrace/nohist.exp: Update "info record" output.
12792
12793 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12794
12795         * gdb.btrace/buffer-size: New.
12796
12797 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12798
12799         * gdb.btrace/delta.exp: Update "info record" output.
12800         * gdb.btrace/enable.exp: Update "info record" output.
12801         * gdb.btrace/finish.exp: Update "info record" output.
12802         * gdb.btrace/instruction_history.exp: Update "info record" output.
12803         * gdb.btrace/next.exp: Update "info record" output.
12804         * gdb.btrace/nexti.exp: Update "info record" output.
12805         * gdb.btrace/step.exp: Update "info record" output.
12806         * gdb.btrace/stepi.exp: Update "info record" output.
12807         * gdb.btrace/nohist.exp: Update "info record" output.
12808
12809 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12810
12811         PR gdb/15678
12812         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12813
12814 2015-02-06  Pedro Alves  <palves@redhat.com>
12815
12816         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12817         macro.
12818         (seconds_left, again): New globals.
12819         (main): Wait seconds_left in a 1-second sleep loop instead of
12820         sleeping 180 seconds.  If 'again' is set, reset the seconds
12821         counter.
12822         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12823         'again' in the inferior before detaching.  Print the seconds left.
12824         (options): New global.
12825         (top level): Build program with -DTIMEOUT=$timeout.
12826
12827 2015-02-06  Pedro Alves  <palves@redhat.com>
12828
12829         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12830         determine how many seconds to pass to 'alarm'.
12831         * gdb.base/gdb-sigterm.exp (top level): Build program with
12832         -DTIMEOUT=$timeout.
12833         (do_test): Return success/failure indication.  Add more verbose
12834         logging.  Don't fail if 200 single steps are seen.  Instead, fail
12835         when the test times out.
12836         (passes): New global.
12837         (top level): Break the testing loop if testing fails on any
12838         iteration.  Use gdb_assert.
12839
12840 2015-02-04  Don Breazeal  <donb@codesourcery.com>
12841
12842         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12843         and initialize them.
12844         (ipc_cleanup): New function.
12845         (main): Don't declare shmid, semid, and msqid.  Add a call to
12846         atexit so that we call ipc_cleanup on exit.
12847
12848 2015-02-04  Pedro Alves  <palves@redhat.com>
12849
12850         * boards/native-extended-gdbserver.exp: Remove any target variant
12851         specifications from the board name before clearing the isremote
12852         flag from board_info.
12853
12854 2015-01-31  Doug Evans  <xdje42@gmail.com>
12855
12856         * gdb.base/maint.exp <maint print type argc>: Update expected output.
12857
12858 2015-01-31  Gary Benson <gbenson@redhat.com>
12859
12860         * gdb.base/completion.exp: Disable completion limiting for
12861         existing tests.  Add new tests to check completion limiting.
12862         * gdb.linespec/ls-errs.exp: Disable completion limiting.
12863
12864 2015-01-31  Doug Evans  <xdje42@gmail.com>
12865
12866         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12867
12868 2015-01-31  Doug Evans  <xdje42@gmail.com>
12869
12870         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12871         entries.  Duplicate file section script entries.
12872         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12873         inlined entries.  Add test for safe-path rejection.
12874         * gdb.python/py-section-script.c: Add duplicate inlined section script
12875         entries.  Duplicate file section script entries.
12876         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12877         inlined entries.  Add test for safe-path rejection.
12878
12879 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12880
12881         * gdb.ada/disc_arr_bound: New testcase.
12882
12883 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12884
12885         * gdb.ada/mi_var_array: New testcase.
12886
12887 2015-01-27  Doug Evans  <dje@google.com>
12888
12889         * gdb.python/py-objfile.exp: Add tests for objfile.username.
12890         Add test for objfile.filename, objfile.username after objfile
12891         has been unloaded.
12892
12893 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
12894
12895         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12896         the second test to print the name attribute of value
12897         returned by the call to gdb.lookup_type, and adjust
12898         the expected output accordingly.
12899
12900 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12901
12902         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12903         * gdb.base/disp-step-fork.c: Include unistd.h.
12904         * gdb.base/siginfo-obj.c: Include stdio.h.
12905         * gdb.base/siginfo-thread.c: Likewise.
12906         * gdb.mi/non-stop.c: Include unistd.h.
12907         * gdb.mi/nsthrexec.c: Include stdio.h.
12908         * gdb.mi/pthreads.c: Include unistd.h.
12909         * gdb.modula2/unbounded1.c (main): Declare returns int.
12910         * gdb.reverse/consecutive-reverse.c: Likewise.
12911         * gdb.threads/create-fail.c: Include unistd.h.
12912         * gdb.threads/killed.c: Likewise.
12913         * gdb.threads/linux-dp.c: Likewise.
12914         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12915         * gdb.threads/non-ldr-exc-2.c: Likewise.
12916         * gdb.threads/non-ldr-exc-3.c: Likewise.
12917         * gdb.threads/non-ldr-exc-4.c: Likewise.
12918         * gdb.threads/pthreads.c: Include unistd.h.
12919         (main): Declare returns int.
12920         * gdb.threads/tls-main.c (foo): New declaration.
12921         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12922
12923 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12924
12925         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12926         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12927
12928 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12929
12930         * gdb.base/noreturn-return.c: New file.
12931         * gdb.base/noreturn-return.exp: New file.
12932         * gdb.base/noreturn-finish.c: New file.
12933         * gdb.base/noreturn-finish.exp: New file.
12934
12935 2015-01-23  Pedro Alves  <palves@redhat.com>
12936
12937         * gdb.threads/continue-pending-after-query.c: New file.
12938         * gdb.threads/continue-pending-after-query.exp: New file.
12939
12940 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
12941             Simon Marchi  <simon.marchi@ericsson.com>
12942
12943         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12944         * gdb.base/valgrind-db-attach.exp: Same.
12945         * gdb.base/valgrind-infcall.exp: Same.
12946         * lib/mi-support.exp (default_mi_gdb_start): Same.
12947         * lib/prompt.exp (default_prompt_gdb_start): Same.
12948         * lib/gdb.exp (default_gdb_spawn): Same.
12949         (gdb_interact): New.
12950
12951
12952 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12953
12954         * gdb.compile/compile.exp (pointer to jit function): New test.
12955
12956 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12957
12958         * lib/gdb.exp (supports_process_record): Return true for
12959         powerpc*-*-linux*.
12960         (supports_reverse): Likewise.
12961
12962 2015-01-15  Don Breazeal  <donb@codesourcery.com>
12963
12964         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12965         instead of checking whether the target board is remote and
12966         use spawn_wait_for_attach instead of exec/sleep.
12967         * gdb.base/attach-twice.exp: Likewise.
12968
12969 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12970
12971         * gdb.ada/var_arr_attrs: New testcase.
12972
12973 2015-01-14  Pedro Alves  <palves@redhat.com>
12974             Joel Brobecker  <brobecker@adacore.com>
12975
12976         PR gdb/17525
12977         * gdb.base/bp-cmds-execution-x-script.c: New file.
12978         * gdb.base/bp-cmds-execution-x-script.exp: New file.
12979         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12980
12981 2015-01-14  Pedro Alves  <palves@redhat.com>
12982
12983         PR cli/17828
12984         * gdb.base/batch-preserve-term-settings.c: New file.
12985         * gdb.base/batch-preserve-term-settings.exp: New file.
12986
12987 2015-01-13  Doug Evans  <dje@google.com>
12988
12989         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12990         binary.
12991
12992 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12993
12994         * Makefile.in (clean mostlyclean): Do not delete *.py.
12995
12996 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12997
12998         * gdb.python/py-lookup-type.exp: New file.
12999
13000 2015-01-12  Pedro Alves  <palves@redhat.com>
13001
13002         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13003         restore GDBFLAGS before returning.
13004
13005 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
13006
13007         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13008         is_amd64_regs_target and is_x86_like_target.
13009
13010 2015-01-11  Doug Evans  <xdje42@gmail.com>
13011
13012         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13013         is given without an explicit form.
13014         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13015         attributes.
13016         * gdb.dwarf/corrupt.exp: Ditto.
13017         * gdb.dwarf2/enum-type.exp: Ditto.
13018         * gdb.trace/entry-values.exp: Ditto.
13019         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13020
13021 2015-01-11  Doug Evans  <xdje42@gmail.com>
13022
13023         PR gdb/15830
13024         * gdb.base/maint.exp: Remove references to "maint demangle".
13025         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
13026         Add tests for explicitly specifying language to demangle.
13027         * gdb.dlang/demangle.exp: Ditto.
13028
13029 2015-01-09  Pedro Alves  <palves@redhat.com>
13030
13031         * gdb.threads/non-stop-fair-events.c: New file.
13032         * gdb.threads/non-stop-fair-events.exp: New file.
13033
13034 2015-01-09  Pedro Alves  <palves@redhat.com>
13035
13036         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13037         the global scope.  Set a breakpoint after all threads are started
13038         rather than stepping over two source lines.  Expect the prompt.
13039         * gdb.base/watch_thread_num.c (threads_started_barrier): New
13040         global.
13041         (NUM): Now 15.
13042         (main): Use threads_started_barrier to wait for all threads to
13043         start.  Main thread no longer calls thread_function.  Exit after
13044         180 seconds.
13045         (loop): New function.
13046         (thread_function): Wait on threads_started_barrier barrier.  Call
13047         'loop' at each iteration.
13048         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13049         threads have started, instead of hardcoding number of "next"
13050         steps.  Use an access watchpoint instead of a write watchpoint.
13051
13052 2015-01-09  Pedro Alves  <palves@redhat.com>
13053
13054         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13055         (thread_func): Wait on barrier.
13056         (main): Wait for all threads to start before stopping GDB.
13057         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13058         global.
13059         (thread1_func, thread2_func): Wait on barrier.
13060         (main): Wait for all threads to start before stopping GDB.
13061         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13062         New global.
13063         (thread1_func, thread2_func): Wait on barrier.
13064         (main): Wait for all threads to start before stopping GDB.
13065
13066 2015-01-09  Pedro Alves  <palves@redhat.com>
13067
13068         * gdb.threads/attach-many-short-lived-threads.c: New file.
13069         * gdb.threads/attach-many-short-lived-threads.exp: New file.
13070
13071 2014-01-09  Pedro Alves  <palves@redhat.com>
13072
13073         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13074         instead of to thread 2.
13075         * gdb.threads/signal-command-multiple-signals-pending.c (main):
13076         Add barrier around each pthread_create call instead of around all
13077         calls.
13078         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13079         Set a break on thread_function and have the child threads hit it
13080         one at at a time.
13081
13082 2015-01-09  Pedro Alves  <palves@redhat.com>
13083
13084         * lib/gdb.exp (can_spawn_for_attach): New procedure.
13085         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13086         false.
13087         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13088         checking whether the target board is remote.
13089         * gdb.multi/multi-attach.exp: Likewise.
13090         * gdb.python/py-sync-interp.exp: Likewise.
13091         * gdb.server/ext-attach.exp: Likewise.
13092         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13093         tests that need to attach, instead of checking whether the target
13094         board is remote at the top of the file.
13095
13096 2015-01-08  Yao Qi  <yao@codesourcery.com>
13097
13098         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13099
13100 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13101
13102         Fix testcase compilation.
13103         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13104
13105 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13106
13107         * gdb.python/py-type.exp: Add a couple test about empty
13108         array creation, and negative-length array creation.
13109
13110 2015-01-02  Doug Evans  <xdje42@gmail.com>
13111
13112         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13113
13114 2015-01-02  Doug Evans  <dje@google.com>
13115
13116         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13117
13118 2014-12-29  Yao Qi  <yao@codesourcery.com>
13119
13120         * gdb.trace/entry-values.exp: Update comments.  Rename variable
13121         bar_call_foo to returned_from_foo.
13122
13123 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
13124
13125         PR gdb/17394
13126         * gdb.linespec/break-asm-file.c: New file.
13127         * gdb.linespec/break-asm-file.exp: New file.
13128         * gdb.linespec/break-asm-file0.s: New file.
13129         * gdb.linespec/break-asm-file1.s: New file.
13130
13131 2014-12-18  Nigel Stephens  <nigel@mips.com>
13132             Maciej W. Rozycki  <macro@codesourcery.com>
13133
13134         * gdb.base/float.exp: Handle the new output from "info float" on
13135         MIPS targets.
13136
13137 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13138
13139         Fix MinGW compilation.
13140         * gdb.compile/compile-ops.exp: Update untested message if
13141         !skip_compile_feature_tests.
13142         * gdb.compile/compile-setjmp.exp: Likewise.
13143         * gdb.compile/compile-tls.exp: Likewise.
13144         * gdb.compile/compile.exp: Likewise.
13145         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13146         supported on this host".
13147
13148 2014-12-16  Doug Evans  <xdje42@gmail.com>
13149
13150         * boards/stabs.exp: New file.
13151
13152 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
13153
13154         * gdb.base/completion.exp: Adjust to format changes of "maint
13155         print user-registers".
13156
13157 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
13158
13159         PR server/17457
13160         * gdb.arch/aarch64-fp.c: New file.
13161         * gdb.arch/aarch64-fp.exp: New file.
13162
13163 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13164
13165         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13166         r210637, r210913, r211666, r215400, r215817).
13167
13168         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
13169                 * dg-extract-results.py: New file.
13170                 * dg-extract-results.sh: Use it if the environment seems
13171                 suitable.
13172
13173         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
13174
13175                 * dg-extract-results.py (parse_run): Handle warnings that
13176                 are printed before a test harness is run.
13177
13178         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
13179
13180                 * dg-extract-results.py (Named): Remove __cmp__ method.
13181                 (output_variation): Use a key to sort variation.harnesses.
13182
13183         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
13184
13185                 * dg-extract-results.py: For Python 3, force sys.stdout to
13186                 handle surrogate escape sequences.
13187                 (safe_open): New function.
13188                 (output_segment, main): Use it.
13189
13190         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
13191
13192                 * dg-extract-results.py (Prog.result_re): Include options
13193                 in test name.
13194
13195         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
13196
13197                 * dg-extract-results.py (output_variation): Always sort if
13198                 do_sum.
13199
13200 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
13201
13202         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13203         as long as we get pagination notifications.
13204
13205 2014-12-15  Jason Merrill  <jason@redhat.com>
13206
13207         * Makefile.in (check-gdb.%): Restore.
13208         * README: Mention it.
13209
13210 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
13211
13212         * gdb.ada/str_uninit: New testcase.
13213
13214 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13215
13216         PR symtab/17642
13217         * gdb.base/vla-stub-define.c: New file.
13218         * gdb.base/vla-stub.c: New file.
13219         * gdb.base/vla-stub.exp: New file.
13220
13221 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
13222             Jan Kratochvil  <jan.kratochvil@redhat.com>
13223             Tom Tromey  <tromey@redhat.com>
13224
13225         * configure.ac: Add gdb.compile/.
13226         * configure: Regenerate.
13227         * gdb.compile/Makefile.in: New file.
13228         * gdb.compile/compile-ops.exp: New file.
13229         * gdb.compile/compile-ops.c: New file.
13230         * gdb.compile/compile-tls.c: New file.
13231         * gdb.compile/compile-tls.exp: New file.
13232         * gdb.compile/compile-constvar.S: New file.
13233         * gdb.compile/compile-constvar.c: New file.
13234         * gdb.compile/compile-mod.c: New file.
13235         * gdb.compile/compile-nodebug.c: New file.
13236         * gdb.compile/compile-setjmp-mod.c: New file.
13237         * gdb.compile/compile-setjmp.c: New file.
13238         * gdb.compile/compile-setjmp.exp: New file.
13239         * gdb.compile/compile-shlib.c: New file.
13240         * gdb.compile/compile.c: New file.
13241         * gdb.compile/compile.exp: New file.
13242         * lib/gdb.exp (skip_compile_feature_tests): New proc.
13243
13244 2014-12-12  Tom Tromey  <tromey@redhat.com>
13245
13246         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
13247         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13248
13249 2014-12-12  Doug Evans  <dje@google.com>
13250
13251         * lib/gdb-python.exp (get_python_valueof): New function.
13252         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13253
13254 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13255
13256         * gdb.base/completion.exp: Add test for completion of "info
13257         registers ".
13258
13259 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
13260
13261         * gdb.base/func-ptrs.c: New file.
13262         * gdb.base/func-ptrs.exp: New file.
13263
13264 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
13265
13266         PR breakpoints/17012
13267         * gdb.base/dprintf-detach.c: New file.
13268         * gdb.base/dprintf-detach.exp: New file.
13269
13270 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
13271
13272         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13273         * lib/gdb.exp (target_is_gdbserver): New procedure.
13274
13275 2014-12-08  Doug Evans  <dje@google.com>
13276
13277         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13278
13279 2014-12-05  Yao Qi  <yao@codesourcery.com>
13280
13281         * gdb.guile/scm-error.exp: Remove the third argument to
13282         gdb_remote_download.
13283         * gdb.guile/scm-frame-args.exp: Likewise.
13284         * gdb.guile/scm-section-script.exp: Likewise.
13285
13286 2014-12-05  Yao Qi  <yao@codesourcery.com>
13287
13288         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13289
13290 2014-12-04  Doug Evans  <dje@google.com>
13291
13292         * gdb.python/py-objfile.exp: Add tests for
13293         objfile.add_separate_debug_file.
13294
13295 2014-12-04  Doug Evans  <dje@google.com>
13296
13297         * lib/gdb.exp (get_build_id): New function.
13298         (build_id_debug_filename_get): Rewrite to use it.
13299         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13300
13301 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
13302
13303         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13304         `method(long)', not just 0x0.
13305         * gdb.cp/nsalias.exp: Align code labels to 4.
13306         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13307         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13308         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13309         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13310         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13311         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13312
13313 2014-12-02  Doug Evans  <dje@google.com>
13314
13315         PR symtab/17602
13316         * gdb.cp/anon-ns.cc: Move guts of this file to ...
13317         * gdb.cp/anon-ns2.cc: ... here.  New file.
13318         * gdb.cp/anon-ns.exp: Update.
13319
13320 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
13321
13322         * gdb.python/py-events.py (inferior_call_handler): New.
13323         (register_changed_handler, memory_changed_handler): New.
13324         (test_events.invoke): Register new handlers.
13325         * gdb.python/py-events.exp: Add tests for inferior call,
13326         memory_changed and register_changed events.
13327
13328 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13329
13330         * gdb.base/execl-update-breakpoints.exp: Specify the link address
13331         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
13332         if the linker doesn't understand this.
13333
13334 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
13335
13336         * gdb.python/python.exp: Change expected reply to help().
13337
13338 2014-12-01  Yao Qi  <yao@codesourcery.com>
13339
13340         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
13341         AC_CONFIG_SUBDIRS(gdb.gdbtk).
13342         * configure: Re-generated.
13343
13344 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
13345
13346         * gdb.cp/chained-calls.cc: New file.
13347         * gdb.cp/chained-calls.exp: New file.
13348         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13349
13350 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
13351
13352         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13353         * gdb.dwarf2/symtab-producer.exp: Same.
13354         * gdb.gdb/python-interrupts.exp: Same.
13355         * gdb.gdb/python-selftest.exp: Same.
13356         * gdb.python/py-linetable.exp: Same.
13357         * gdb.python/py-type.exp: Same.
13358         * gdb.python/py-value-cc.exp: Same.
13359         * gdb.python/py-value.exp: Same.
13360
13361 2014-11-28  Yao Qi  <yao@codesourcery.com>
13362
13363         * gdb.base/break-probes.exp: Match library name prefixed with
13364         sysroot.
13365
13366 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
13367
13368         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13369         test expected output.  Add parentheses for the call to print.
13370         Remove L suffix from integers.
13371
13372 2014-11-26  Doug Evans  <dje@google.com>
13373
13374         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13375
13376 2014-11-22  Yao Qi  <yao@codesourcery.com>
13377
13378         * gdb.trace/entry-values.c: Remove asms.
13379         (foo): Add foo_label.
13380         (bar): Add bar_label.
13381         * gdb.trace/entry-values.exp: Remove code computing  foo's
13382         length and bar's length.
13383         (Dwarf::assemble): Invoke function_range for bar and use
13384         MACRO_AT_func for foo.
13385
13386 2014-11-22  Yao Qi  <yao@codesourcery.com>
13387
13388         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13389         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
13390         Use .Lgcc43_procstart instead of gcc43.
13391
13392 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
13393
13394         * gdb.ada/n_arr_bound: New testcase.
13395
13396 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
13397
13398         PR breakpoints/10737
13399         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13400         test_catch_syscall_multi_arch.
13401         (test_catch_syscall_multi_arch): New function.
13402
13403 2014-11-20  Doug Evans  <xdje42@gmail.com>
13404
13405         * gdb.base/maint.exp: Update expected output.
13406
13407 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13408
13409         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13410         4-byte instruction on S390.
13411
13412 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
13413
13414         * gdb.ada/arr_arr: New testcase.
13415
13416 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
13417
13418         * gdb.ada/pkd_arr_elem: New Testcase.
13419
13420 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
13421
13422         * gdb.reverse/break-precsave: Expect completion message for
13423         core file reads.
13424         * gdb.reverse/consecutive-precsave.exp: Likewise.
13425         * gdb.reverse/finish-precsave.exp: Likewise.
13426         * gdb.reverse/i386-precsave.exp: Likewise.
13427         * gdb.reverse/machinestate-precsave.exp: Likewise.
13428         * gdb.reverse/sigall-precsave.exp: Likewise.
13429         * gdb.reverse/solib-precsave.exp: Likewise.
13430         * gdb.reverse/step-precsave.exp: Likewise.
13431         * gdb.reverse/until-precsave.exp: Likewise.
13432         * gdb.reverse/watch-precsave.exp: Likewise.
13433
13434 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13435
13436         * gdb.base/bp-permanent.c: Include unistd.h.
13437         * gdb.python/py-framefilter-mi.c (main): Add return type.
13438         * gdb.python/py-framefilter.c (main): Likewise.
13439         * gdb.trace/actions-changed.c (main): Likewise.
13440
13441 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13442
13443         * gdb.mi/until.c: Add eye-catchers.
13444         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13445         line numbers.
13446
13447 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13448
13449         * gdb.base/condbreak.exp: Drop references to removed non-prototype
13450         function header variants in break1.c.
13451         * gdb.base/ena-dis-br.exp: Likewise.
13452         * gdb.base/hbreak2.exp: Likewise.
13453         * gdb.reverse/until-precsave.exp: Drop references to removed
13454         non-prototype function header variants in ur1.c.
13455         * gdb.reverse/until-reverse.exp: Likewise.
13456
13457 2014-11-17  Petr Machata  <pmachata@redhat.com>
13458
13459         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
13460         ${_cu_offset_size} bytes abbrev offset.
13461
13462 2014-11-15  Doug Evans  <xdje42@gmail.com>
13463
13464         PR symtab/17559
13465         * gdb.base/line-symtabs.exp: New file.
13466         * gdb.base/line-symtabs.c: New file.
13467         * gdb.base/line-symtabs.h: New file.
13468
13469 2014-11-14  Yao Qi  <yao@codesourcery.com>
13470
13471         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13472         (func): Add label func_label.
13473         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13474         Replace low_pc and high_pc with MACRO_AT_range.
13475         Replace name, low_pc and high_pc with MACRO_AT_func.
13476
13477 2014-11-14  Yao Qi  <yao@codesourcery.com>
13478
13479         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13480         Replace name, low_pc and high_pc with MACRO_AT_func.
13481
13482 2014-11-14  Yao Qi  <yao@codesourcery.com>
13483
13484         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13485         produce debug information.
13486         * gdb.dwarf2/implptr-optimized-out.S: Removed.
13487
13488 2014-11-14  Yao Qi  <yao@codesourcery.com>
13489
13490         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13491         object and get function length.
13492         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13493         with MACRO_AT_func.
13494         (top-level): Replace gdb_compile and clean_restart with
13495         prepare_for_testing.
13496         * gdb.dwarf2/main.c (main): Add label main_label.
13497
13498 2014-11-14  Yao Qi  <yao@codesourcery.com>
13499
13500         * lib/dwarf.exp (function_range): New procedure.
13501         (Dwarf::_handle_macro_at_func): New procedure.
13502         (Dwarf::_handle_macro_at_range): New procedure.
13503         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13504
13505 2014-11-14  Yao Qi  <yao@codesourcery.com>
13506
13507         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13508         (_handle_attribute): New procedure.
13509
13510 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13511
13512         * gdb.ada/cond_lang/foo.c (callme): Add return type.
13513         * gdb.base/call-sc.c (zed): Likewise.
13514         * gdb.base/checkpoint.c (main): Likewise.
13515         * gdb.base/dump.c (main): Likewise.
13516         * gdb.base/gcore.c (main): Likewise.
13517         * gdb.base/huge.c (main): Likewise.
13518         * gdb.base/multi-forks.c (main): Likewise.
13519         * gdb.base/pr10179-a.c (main): Likewise.
13520         * gdb.base/savedregs.c (main): Likewise.
13521         * gdb.base/sigaltstack.c (main): Likewise.
13522         * gdb.base/siginfo.c (main): Likewise.
13523         * gdb.base/structs.c (zed): Likewise.
13524         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13525         * gdb.mi/mi-syn-frame.c (main): Likewise.
13526         * gdb.mi/until.c (foo, main): Likewise.
13527         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13528         * gdb.base/solib-weak.c (foo): Declare.
13529         * gdb.base/attach-twice.c: Include stdio.h.
13530         * gdb.base/weaklib1.c: Likewise.
13531         * gdb.base/weaklib2.c: Likewise.
13532         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13533         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13534         unistd.h.
13535         * gdb.base/attach-pie-misread.c: Include stdlib.h.
13536         * gdb.mi/mi-exit-code.c: Likewise.
13537         * gdb.base/break-interp-lib.c: Include string.h.
13538         * gdb.base/coremaker.c: Likewise.
13539         * gdb.base/testenv.c: Likewise.
13540         * gdb.python/py-finish-breakpoint.c: Likewise.
13541         * gdb.base/inferior-died.c: Include sys/wait.h.
13542         * gdb.base/fileio.c: Include time.h.
13543         * gdb.base/async-shell.c: Include unistd.h.
13544         * gdb.base/dprintf-non-stop.c: Likewise.
13545         * gdb.base/info-os.c: Likewise.
13546         * gdb.mi/mi-console.c: Likewise.
13547         * gdb.mi/watch-nonstop.c: Likewise.
13548         * gdb.python/py-events.c: Likewise.
13549         * gdb.base/async.c (baz): Move up before its invocation.
13550         * gdb.base/code_elim2.c (my_global_func): Likewise.
13551         * gdb.base/skip-solib-lib.c (multiply): Likewise.
13552         * gdb.base/advance.c (func2): Likewise.
13553
13554 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13555
13556         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13557         variant.
13558         * gdb.base/annota3.c: Likewise.
13559         * gdb.base/async.c: Likewise.
13560         * gdb.base/average.c: Likewise.
13561         * gdb.base/call-ar-st.c: Likewise.
13562         * gdb.base/call-rt-st.c: Likewise.
13563         * gdb.base/call-sc.c: Likewise.
13564         * gdb.base/call-strs.c: Likewise.
13565         * gdb.base/ending-run.c: Likewise.
13566         * gdb.base/execd-prog.c: Likewise.
13567         * gdb.base/exprs.c: Likewise.
13568         * gdb.base/foll-exec.c: Likewise.
13569         * gdb.base/foll-fork.c: Likewise.
13570         * gdb.base/foll-vfork.c: Likewise.
13571         * gdb.base/funcargs.c: Likewise.
13572         * gdb.base/gcore.c: Likewise.
13573         * gdb.base/jump.c: Likewise.
13574         * gdb.base/langs0.c: Likewise.
13575         * gdb.base/langs1.c: Likewise.
13576         * gdb.base/langs2.c: Likewise.
13577         * gdb.base/mips_pro.c: Likewise.
13578         * gdb.base/nodebug.c: Likewise.
13579         * gdb.base/opaque0.c: Likewise.
13580         * gdb.base/opaque1.c: Likewise.
13581         * gdb.base/recurse.c: Likewise.
13582         * gdb.base/run.c: Likewise.
13583         * gdb.base/scope0.c: Likewise.
13584         * gdb.base/scope1.c: Likewise.
13585         * gdb.base/setshow.c: Likewise.
13586         * gdb.base/setvar.c: Likewise.
13587         * gdb.base/shmain.c: Likewise.
13588         * gdb.base/shr1.c: Likewise.
13589         * gdb.base/shr2.c: Likewise.
13590         * gdb.base/sigall.c: Likewise.
13591         * gdb.base/signals.c: Likewise.
13592         * gdb.base/so-indr-cl.c: Likewise.
13593         * gdb.base/solib2.c: Likewise.
13594         * gdb.base/structs.c: Likewise.
13595         * gdb.base/sum.c: Likewise.
13596         * gdb.base/vforked-prog.c: Likewise.
13597         * gdb.base/watchpoint.c: Likewise.
13598         * gdb.reverse/shr2.c: Likewise.
13599         * gdb.reverse/until-reverse.c: Likewise.
13600         * gdb.reverse/ur1.c: Likewise.
13601         * gdb.reverse/watch-reverse.c: Likewise.
13602
13603 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13604
13605         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13606         variant.
13607         * gdb.base/sepdebug.exp: Drop references to removed code.
13608
13609 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13610
13611         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13612         variant.  Preserve original line numbering.
13613         * gdb.base/list1.c: Likewise.
13614
13615 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13616
13617         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13618         variant.
13619         * gdb.base/break1.c: Likewise.
13620         * gdb.base/break.exp: Drop references to removed code.
13621
13622 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13623
13624         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13625         variant.
13626
13627 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13628
13629         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13630
13631 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13632
13633         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
13634         logic into perform_all_tests() and invoke it with and without
13635         function header prototypes.
13636         (do_function_calls): Remove conditional XFAIL for PR 5318.
13637         (rerun_and_prepare): Remove duplicate code.
13638         (perform_all_tests): New.  Main logic moved here.
13639
13640 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13641
13642         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13643         code guarded by #ifdef NO_PROTOTYPES.
13644         (t_double_many_args): Likewise.
13645         (DEF_FUNC_MANY_ARGS_1): Likewise.
13646         (DEF_FUNC_VALUES_1): Likewise.
13647         (t_structs_ldc): Renamed from t_structs_fc in conditional code
13648         guarded by #ifdef PROTOTYPES.
13649
13650 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13651
13652         * gdb.mi/mi-console.c: Add eye-catcher.
13653         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13654         instead of literal line number.
13655
13656 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13657
13658         * gdb.base/shr2.c: Add eye-catcher.
13659         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13660         line number.
13661
13662 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13663
13664         * gdb.base/jump.c: Add eye-catchers.
13665         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13666         numbers.
13667
13668 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13669
13670         * gdb.base/execd-prog.c: Add eye-catchers.
13671         * gdb.base/foll-exec.c: Likewise.
13672         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13673         line numbers.
13674
13675 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13676
13677         * gdb.base/ending-run.c: Add eye-catchers.
13678         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13679         literal line numbers.
13680
13681 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13682
13683         * gdb.base/call-rt-st.c: Add eye-catchers.
13684         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13685         literal line numbers.
13686
13687 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13688
13689         * gdb.base/call-ar-st.c: Add eye-catchers.
13690         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13691         literal line numbers.
13692
13693 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13694
13695         * gdb.base/average.c: Add eye-catchers.
13696         * gdb.base/sum.c: Likewise.
13697         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13698         regexps dynamically.
13699
13700 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13701
13702         * gdb.base/solib1.c: Add eye-catchers.
13703         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13704         literal line numbers.
13705
13706 2014-11-12  Pedro Alves  <palves@redhat.com>
13707
13708         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13709         leader has exited.
13710
13711 2014-11-12  Pedro Alves  <palves@redhat.com>
13712
13713         * gdb.arch/i386-bp_permanent.c: New file.
13714         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13715         (srcfile): Set to i386-bp_permanent.c.
13716         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
13717         that stepi does not execute the 'leave' instruction, instead of
13718         testing it does execute.
13719         * gdb.base/bp-permanent.c: New file.
13720         * gdb.base/bp-permanent.exp: New file.
13721
13722 2014-11-10  Doug Evans  <xdje42@gmail.com>
13723
13724         PR symtab/17564
13725         * gdb.base/symtab-search-order.exp: New file.
13726         * gdb.base/symtab-search-order.c: New file.
13727         * gdb.base/symtab-search-order-1.c: New file.
13728         * gdb.base/symtab-search-order-shlib-1.c: New file.
13729
13730 2014-11-07  Pedro Alves  <palves@redhat.com>
13731
13732         PR gdb/17511
13733         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13734         i?86-*-linux*.
13735
13736 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
13737
13738         PR c++/17494
13739         * gdb.cp/pr17494.cc: New file.
13740         * gdb.cp/pr17494.exp: New file.
13741
13742 2014-11-02  Yao Qi  <yao@codesourcery.com>
13743
13744         * gdb.python/python.exp: Get working directory and match the
13745         output of "set extended-prompt \\w " with it.
13746
13747 2014-10-30  Doug Evans  <dje@google.com>
13748
13749         * gdb.python/py-objfile.exp: Add tests for setting random attributes
13750         in objfiles.
13751         * gdb.python/py-progspace.exp: Add tests for setting random attributes
13752         in progspaces.
13753
13754 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
13755
13756         * gdb.base/fullpath-expand.exp: Skip for a remote host.
13757         * gdb.base/realname-expand.exp: Likewise.
13758         * gdb.linespec/macro-relative.exp: Likewise.
13759
13760 2014-10-29  Pedro Alves  <palves@redhat.com>
13761
13762         PR gdb/17408
13763         * gdb.threads/schedlock.c (some_function): New function.
13764         (call_function): New global.
13765         (MAYBE_CALL_SOME_FUNCTION): New macro.
13766         (thread_function): Call it.
13767         * gdb.threads/schedlock.exp (get_args): Add description parameter,
13768         and use it instead of a global counter.  Adjust all callers.
13769         (get_current_thread): Use "find current thread" for test message
13770         here rather than having all callers pass down the same string.
13771         (goto_loop): New procedure, factored out from ...
13772         (my_continue): ... this.
13773         (step_ten_loops): Change parameter from test message to command to
13774         use.  Adjust.
13775         (list_count): Delete global.
13776         (check_result): New procedure, factored out from duplicate top
13777         level code.
13778         (continue tests): Wrap in with_test_prefix.
13779         (test_step): New procedure, factored out from duplicate top level
13780         code.
13781         (top level): Test "step" in combination with all scheduler-locking
13782         modes.  Test "next" in combination with all scheduler-locking
13783         modes, and in combination with stepping over a function call or
13784         not.
13785         * gdb.threads/next-bp-other-thread.c: New file.
13786         * gdb.threads/next-bp-other-thread.exp: New file.
13787
13788 2014-10-29  Pedro Alves  <palves@redhat.com>
13789
13790         PR python/17372
13791         * gdb.python/python.exp: Test a multi-line command that spawns
13792         interactive Python.
13793         * gdb.base/multi-line-starts-subshell.exp: New file.
13794
13795 2014-10-29  Yao Qi  <yao@codesourcery.com>
13796
13797         * gdb.base/fileio.exp: Make directories on host.
13798
13799 2014-10-29  Yao Qi  <yao@codesourcery.com>
13800
13801         * gdb.base/fileio.c (test_write): Close the file.
13802
13803 2014-10-28  Pedro Alves  <palves@redhat.com>
13804
13805         PR gdb/12623
13806         * gdb.base/sigstep.c (no_handler): New global.
13807         (main): If 'no_handler is true, set the signal handlers to
13808         SIG_IGN.
13809         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13810         with_sw_watch and no_handler parameters.  Handle them.
13811         (top level) <stepping over handler when stopped at a breakpoint
13812         test>: Add a test axis for testing with a software watchpoint, and
13813         another for testing with the signal handler set to SIG_IGN.
13814         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13815         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13816
13817 2014-10-28  Pedro Alves  <palves@redhat.com>
13818
13819         PR gdb/17511
13820         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13821         * gdb.base/sigstep.exp (other_handler_location): New global.
13822         (advance): Support stepping into the signal handler, and running
13823         commands while in the handler.
13824         (in_handler_map): New global.
13825         (top level): In the advance test, add combinations for getting
13826         into the handler with stepping commands, and for running commands
13827         in the handler.  Add comment descripting the advancei tests.
13828
13829 2014-10-28  Pedro Alves  <palves@redhat.com>
13830
13831         * gdb.base/sigstep.exp: Use build_executable instead of
13832         prepare_for_testing.
13833         (top level): Move code that starts GDB, runs to main and creates a
13834         display to ...
13835         (restart): ... this new procedure.
13836         (top level): Move backtrace from signal handler test to ...
13837         (validate_backtrace): ... this new procedure.
13838         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
13839         with_test_prefix.  Always restart GDB.
13840         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
13841         with_test_prefix.  Always restart GDB.  No need to delete
13842         breakpoints after the test.
13843         (test_skip_handler): Remove prefix parameter.
13844         (skip_over_handler, breakpoint_to_handler)
13845         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13846         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
13847         restart GDB.  No need to delete breakpoints after the test.
13848         (top level): Use foreach to call the test procedures with
13849         different commands.
13850
13851 2014-10-28  Pedro Alves  <palves@redhat.com>
13852
13853         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13854         instead of GNATS numbers.
13855         * gdb.base/sigbpt.exp: Likewise.
13856         * gdb.base/siginfo.exp: Likewise.
13857         * gdb.base/sigstep.exp: Likewise.
13858
13859 2014-10-27  Pedro Alves  <palves@redhat.com>
13860
13861         * gdb.base/sigstep.c (dummy): New global.
13862         (main): Issue a couple writes to the new global.
13863         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13864         procedures.
13865         (skip_over_handler): Use test_skip_handler.
13866         (top level): Call skip_over_handler for stepi and nexti too.
13867         (breakpoint_over_handler): Use test_skip_handler.
13868         (top level): Call breakpoint_over_handler for stepi and nexti too.
13869
13870 2014-10-27  Yao Qi  <yao@codesourcery.com>
13871
13872         * gdb.trace/tfile.c (adjust_function_address)
13873         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13874         function descriptor.
13875
13876 2014-10-24  Don Breazeal  <donb@codesourcery.com>
13877
13878         * gdb.base/foll-fork.exp (test_follow_fork,
13879         catch_fork_child_follow): Check for updated fork messages emitted
13880         from infrun.c.
13881         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13882         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13883         vfork_and_exec_child_follow_through_step): Check for updated vfork
13884         messages emitted from infrun.c.
13885
13886 2014-10-24  Pedro Alves  <palves@redhat.com>
13887
13888         * gdb.base/corefile.exp: Remove references to ultrix.
13889         * gdb.base/interrupt.exp: Likewise.
13890         * gdb.base/whatis.exp: Likewise.
13891         * gdb.gdb/selftest.exp: Likewise.
13892         * gdb.threads/manythreads.exp: Likewise.
13893         * gdb.threads/print-threads.exp: Likewise.
13894         * gdb.threads/pthreads.exp:: Likewise.
13895         * gdb.threads/schedlock.exp: Likewise.
13896
13897 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
13898
13899         * gdb.cp/non-trivial-retval.cc: Add a test case.
13900         * gdb.cp/non-trivial-retval.exp: Add a test.
13901
13902 2014-10-20  Yao Qi  <yao@codesourcery.com>
13903
13904         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13905         * gdb.python/py-objfile-script-gdb.py: New file.
13906         * gdb.python/py-objfile-script.exp: Update reference to
13907         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
13908         of remote_download.  Remove the dest file.
13909
13910 2014-10-20  Yao Qi  <yao@codesourcery.com>
13911
13912         * gdb.base/checkpoint.exp: Don't remove file copied on host.
13913         * gdb.base/step-line.exp: Likewise.
13914         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13915         * gdb.dwarf2/dw2-basic.exp: Likewise.
13916         * gdb.dwarf2/dw2-compressed.exp: Likewise.
13917         * gdb.dwarf2/dw2-filename.exp: Likewise.
13918         * gdb.dwarf2/dw2-intercu.exp: Likewise.
13919         * gdb.dwarf2/dw2-intermix.exp: Likewise.
13920         * gdb.dwarf2/dw2-producer.exp: Likewise.
13921         * gdb.dwarf2/mac-fileno.exp: Likewise.
13922         * gdb.python/py-frame-args.exp: Likewise.
13923         * gdb.python/py-framefilter.exp: Likewise.
13924         * gdb.python/py-mi.exp: Likewise.
13925         * gdb.python/py-objfile-script.exp: Likewise
13926         * gdb.python/py-pp-integral.exp: Likewise.
13927         * gdb.python/py-pp-re-notag.exp: Likewise.
13928         * gdb.python/py-prettyprint.exp: Likewise.
13929         * gdb.python/py-section-script.exp: Likewise.
13930         * gdb.python/py-typeprint.exp: Likewise.
13931         * gdb.python/py-xmethods.exp: Likewise.
13932         * gdb.stabs/weird.exp: Likewise.
13933         * gdb.xml/tdesc-regs.exp: Likewise.
13934
13935 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
13936
13937         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13938         (out_cu): Use addr_len for the size of addresses.
13939         (out_line): Likewise.  Size DW_LNE_set_address instruction
13940         according to addr_len.
13941         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13942         (FUNC): Add START_INSNS to definition.
13943
13944 2014-10-18  Yao Qi  <yao@codesourcery.com>
13945
13946         * gdb.base/argv0-symlink.exp: Check argv[0] value if
13947         gdb_has_argv0 return true.
13948         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13949         check [target_info exists noargs], check [gdb_has_argv0]
13950         instead.
13951         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13952         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13953         procedures.
13954
13955 2014-10-17  Doug Evans  <dje@google.com>
13956
13957         * gdb.python/py-events.exp: Update expected output for clear_objfiles
13958         event.
13959         * gdb.python/py-events.py: Add clear_objfiles event.
13960
13961 2014-10-17  Doug Evans  <dje@google.com>
13962
13963         * gdb.python/py-objfile.exp: Test progspace attribute.
13964
13965 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
13966
13967         * gdb.guile/scm-breakpoint.exp: Do not assume any
13968         directory separators when matching source file paths.
13969         * gdb.python/py-breakpoint.exp: Likewise.
13970         * gdb.reverse/break-precsave.exp: Likewise.
13971         * gdb.reverse/break-reverse.exp: Likewise.
13972         * gdb.reverse/consecutive-precsave.exp: Likewise.
13973         * gdb.reverse/finish-precsave.exp: Likewise.
13974         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13975         * gdb.reverse/finish-reverse.exp: Likewise.
13976         * gdb.reverse/i386-precsave.exp: Likewise.
13977         * gdb.reverse/i387-env-reverse.exp: Likewise.
13978         * gdb.reverse/i387-stack-reverse.exp: Likewise.
13979         * gdb.reverse/machinestate-precsave.exp: Likewise.
13980         * gdb.reverse/machinestate.exp: Likewise.
13981         * gdb.reverse/sigall-precsave.exp: Likewise.
13982         * gdb.reverse/solib-precsave.exp: Likewise.
13983         * gdb.reverse/step-precsave.exp: Likewise.
13984         * gdb.reverse/until-precsave.exp: Likewise.
13985         * gdb.reverse/watch-precsave.exp: Likewise.
13986         * gdb.reverse/watch-reverse.exp: Likewise.
13987
13988 2014-10-17  Yao Qi  <yao@codesourcery.com>
13989
13990         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13991         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13992
13993 2014-10-17  Pedro Alves  <palves@redhat.com>
13994
13995         PR gdb/17471
13996         * gdb.base/bg-execution-repeat.c: New file.
13997         * gdb.base/bg-execution-repeat.exp: New file.
13998
13999 2014-10-17  Pedro Alves  <palves@redhat.com>
14000
14001         PR gdb/17300
14002         * gdb.base/continue-all-already-running.c: New file.
14003         * gdb.base/continue-all-already-running.exp: New file.
14004
14005 2014-10-17  Pedro Alves  <palves@redhat.com>
14006
14007         PR gdb/17472
14008         * gdb.base/annota-input-while-running.c: New file.
14009         * gdb.base/annota-input-while-running.exp: New file.
14010
14011 2014-10-17  Pedro Alves  <palves@redhat.com>
14012
14013         * gdb.base/callfuncs.exp: emove references to osf.
14014         * gdb.base/sigall.exp: Likewise.
14015         * gdb.gdb/selftest.exp: Likewise.
14016         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14017         * gdb.mi/non-stop.c: Likewise.
14018         * gdb.mi/pthreads.c: Likewise.
14019         * gdb.reverse/sigall-precsave.exp: Likewise.
14020         * gdb.reverse/sigall-reverse.exp: Likewise.
14021         * gdb.threads/pthreads.c: Likewise.
14022         * gdb.threads/pthreads.exp: Likewise.
14023
14024 2014-10-17  Yao Qi  <yao@codesourcery.com>
14025
14026         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14027         check 'target_info exists noargs'.
14028         (test_command_prompt_position): Likewise.
14029         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14030         Remove "set args".
14031         (progvar_simple_while_test): Likewise.
14032         (progvar_complex_if_while_test): Likewise.
14033         (if_while_breakpoint_command_test): Likewise.
14034         (infrun_breakpoint_command_test): Likewise.
14035         (breakpoint_command_test): Likewise.
14036         (watchpoint_command_test): Likewise.
14037         (bp_deleted_in_command_test): Likewise.
14038         (temporary_breakpoint_commands): Likewise.
14039
14040 2014-10-16  Yao Qi  <yao@codesourcery.com>
14041
14042         * gdb.base/remotetimeout.exp: Remove noargs checking.
14043
14044 2014-10-15  Pedro Alves  <palves@redhat.com>
14045
14046         PR breakpoints/9649
14047         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14048         * gdb.base/breakpoint-in-ro-region.exp
14049         (probe_target_hardware_step): New procedure.
14050         (top level): Probe hardware stepping and hardware breakpoint
14051         support.  Test stepping through a read-only region, with both
14052         "breakpoint auto-hw" on and off and both "always-inserted" on and
14053         off.
14054
14055 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
14056
14057         * gdb.dlang/demangle.exp: Update for demangling changes.
14058
14059 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
14060
14061         * gdb.cp/non-trivial-retval.cc: Add new test cases.
14062         * gdb.cp/non-trivial-retval.exp: Add new tests.
14063
14064 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
14065
14066         PR c++/13403
14067         PR c++/15154
14068         * gdb.cp/non-trivial-retval.cc: New file.
14069         * gdb.cp/non-trivial-retval.exp: New file.
14070
14071 2014-10-15  Yao Qi  <yao@codesourcery.com>
14072
14073         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14074         remote host.
14075
14076 2014-10-15  Yao Qi  <yao@codesourcery.com>
14077
14078         * gdb.python/py-symbol.exp: Match file base name if host is
14079         remote, otherwise match file name with dir name.
14080         * gdb.python/py-symtab.exp: Likewise.
14081         * gdb.python/python.exp: Likewise.
14082
14083 2014-10-15  Yao Qi  <yao@codesourcery.com>
14084
14085         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14086         pattern.
14087         * gdb.python/py-symtab.exp: Likewise.
14088         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
14089         locationn.
14090
14091 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
14092
14093         * gdb.ada/addr_arith: New testcase.
14094
14095 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
14096
14097         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14098         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14099         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14100         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14101
14102 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
14103
14104         * gdb.arch/stap-eval-lang-ada.S: Likewise.
14105         * gdb.arch/stap-eval-lang-ada.c: Likewise.
14106         * gdb.arch/stap-eval-lang-ada.exp: New file.
14107
14108 2014-10-14  Yao Qi  <yao@codesourcery.com>
14109
14110         * gdb.mi/mi-var-child.c (nothing1): New function.
14111         (nothing2): New function.
14112         (do_children_tests): Set function pointers by nothing1 and
14113         nothing2.
14114         * gdb.mi/mi-var-child.exp: Step over new added statements.
14115         Update test to match the new output.
14116         * gdb.mi/var-cmd.c (nothing1): New function.
14117         (nothing2): New function.
14118         (do_children_tests): Set function pointers by  nothing1 and
14119         nothing2.
14120         * gdb.mi/mi-var-display.exp: Update test to match output.
14121         Step to the line specified by $line_dct_nothing.
14122         Increase the number of lines to step.
14123
14124 2014-10-14  Yao Qi  <yao@codesourcery.com>
14125
14126         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14127         tests.
14128         * gdb.mi/mi2-var-child.exp: Likewise.
14129
14130 2014-10-13  Doug Evans  <dje@google.com>
14131
14132         * gdb.python/py-objfile.exp: Change name of file name test.
14133
14134 2014-10-13  Doug Evans  <dje@google.com>
14135
14136         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14137         from the start of the CU.
14138
14139 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
14140             Yao Qi  <yao@codesourcery.com>
14141
14142         Fix "save breakpoints" for "catch" command.
14143         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14144         Remove -nonewline.  Match also the added "main" line.
14145
14146 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14147
14148         Fix "save breakpoints" for "disable $bpnum" command.
14149         * gdb.base/save-bp.c (main): Add label.
14150         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
14151
14152 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14153
14154         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14155
14156 2014-10-11  Yao Qi  <yao@codesourcery.com>
14157
14158         * gdb.server/server-kill.exp: Execute command
14159         "set remote trace-status-packet on" before "tstatus".
14160
14161 2014-10-11  Yao Qi  <yao@codesourcery.com>
14162
14163         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14164         (main): Call getppid.
14165         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14166         and continue to it.  Read variable "server_pid".
14167
14168 2014-10-11  Yao Qi  <yao@codesourcery.com>
14169
14170         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14171
14172 2014-10-11  Yao Qi  <yao@codesourcery.com>
14173
14174         * gdb.threads/thread-find.exp: Don't execute command
14175         "info threads".
14176         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14177         * gdb.threads/linux-dp.exp: Don't check the condition
14178         $threads_created equals to zero.
14179
14180 2014-10-10  Pedro Alves  <palves@redhat.com>
14181
14182         * gdb.base/bigcore.exp: Remove references to IRIX.
14183         * gdb.base/funcargs.exp: Likewise.
14184         * gdb.base/interrupt.exp: Likewise.
14185         * gdb.base/mips_pro.exp: Likewise.
14186         * gdb.base/nodebug.exp: Likewise.
14187         * gdb.base/setvar.exp: Likewise.
14188         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14189
14190 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
14191             Pedro Alves  <palves@redhat.com>
14192
14193         PR symtab/14466
14194         * gdb.base/vdso-warning.c: New file.
14195         * gdb.base/vdso-warning.exp: New file.
14196
14197 2014-10-02  Doug Evans  <dje@google.com>
14198
14199         * gdb.base/structs.c (main): Don't run forever.
14200
14201 2014-10-02  Pedro Alves  <palves@redhat.com>
14202
14203         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14204         (top level) <stop threads 1, stop threads 2>: Use it.
14205
14206 2014-10-02  Pedro Alves  <palves@redhat.com>
14207
14208         * gdb.threads/break-while-running.exp (test): Add new
14209         'update_thread_list' argument.  Skip "info threads" if false.
14210         (top level): Add new 'update_thread_list' axis.
14211
14212 2014-10-02  Pedro Alves  <palves@redhat.com>
14213
14214         PR breakpoints/17431
14215         * gdb.base/execl-update-breakpoints.c: New file.
14216         * gdb.base/execl-update-breakpoints.exp: New file.
14217
14218 2014-10-01  Pedro Alves  <palves@redhat.com>
14219
14220         * gdb.base/breakpoint-in-ro-region.c: New file.
14221         * gdb.base/breakpoint-in-ro-region.exp: New file.
14222
14223 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
14224
14225         * gdb.mi/mi-exit-code.exp: New file.
14226         * gdb.mi/mi-exit-code.c: New file.
14227
14228 2014-09-30  Yao Qi  <yao@codesourcery.com>
14229
14230         * lib/prelink-support.exp (build_executable_own_libs): Error if
14231         the target isn't native.
14232
14233 2014-09-30  Yao Qi  <yao@codesourcery.com>
14234
14235         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14236         false.
14237
14238 2014-09-22  Pedro Alves  <palves@redhat.com>
14239
14240         * gdb.threads/break-while-running.exp: New file.
14241         * gdb.threads/break-while-running.c: New file.
14242
14243 2014-09-19  Yao Qi  <yao@codesourcery.com>
14244
14245         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14246         Invoke test.  Restart GDB with --readnow and invoke test again.
14247
14248 2014-09-19  Yao Qi  <yao@codesourcery.com>
14249
14250         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14251         proc set_breakpoint_on_gcd_function.  Invoke
14252         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
14253         invoke set_breakpoint_on_gcd_function again.
14254
14255 2014-09-18  Doug Evans  <dje@google.com>
14256
14257         * gdb.dwarf2/symtab-producer.exp: New file.
14258
14259 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
14260
14261         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14262         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14263         * gdb.base/global-var-nested-by-dso.c: Likewise.
14264         * gdb.base/global-var-nested-by-dso.exp: Likewise.
14265
14266 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
14267             Pedro Alves  <palves@redhat.com>
14268
14269         * gdb.base/watch-bitfields.exp: Pass string other than test file
14270         name to prepare_for_testing.
14271         (watch): New procedure.
14272         (expect_watchpoint): Use with_test_prefix.
14273         (top level): Factor out tests to ...
14274         (test_watch_location, test_regular_watch): ... these new
14275         procedures, and use with_test_prefix and gdb_continue_to_end.
14276
14277 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
14278
14279         PR breakpoints/12526
14280         * gdb.base/watch-bitfields.exp: New file.
14281         * gdb.base/watch-bitfields.c: New file.
14282
14283 2014-09-16  Pedro Alves  <palves@redhat.com>
14284
14285         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14286         software and hardware addresses, not software address against
14287         itself.
14288
14289 2014-09-16  Pedro Alves  <palves@redhat.com>
14290
14291         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14292         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14293
14294 2014-09-16  Pedro Alves  <palves@redhat.com>
14295
14296         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14297         files.
14298         * gdb.base/a2-run.exp: Remove all code guarded by istarget
14299         "*-*-vxworks*" throughout.
14300         * gdb.base/break.exp: Likewise.
14301         * gdb.base/default.exp: Likewise.
14302         * gdb.base/scope.exp: Likewise.
14303         * gdb.base/sepdebug.exp: Likewise.
14304         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14305         throughout.
14306         * gdb.base/run.c: Likewise.
14307         * gdb.base/sepdebug.c: Likewise.
14308         * gdb.hp/gdb.aCC/run.c: Likewise.
14309         * gdb.reverse/until-reverse.c: Likewise.
14310         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14311
14312 2014-09-16  Yao Qi  <yao@codesourcery.com>
14313
14314         * boards/local-remote-host-native.exp: New file.
14315
14316 2014-09-14  Doug Evans  <xdje42@gmail.com>
14317
14318         * gdb.threads/queue-signal.c (thread_count): New variable.
14319         (thread_count_mutex, thread_count_condvar): New variables.
14320         (incr_thread_count, wait_all_threads_running): New functions.
14321         (main): Wait for all threads to be in their thread functions.
14322
14323 2014-09-13  Doug Evans  <xdje42@gmail.com>
14324
14325         * gdb.threads/queue-signal.c: New file.
14326         * gdb.threads/queue-signal.exp: New file.
14327
14328 2014-09-13  Doug Evans  <xdje42@gmail.com>
14329
14330         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14331         be consistent with what default_gdb_init uses.
14332         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14333         the plain text of the prompt.  Add some logging printfs.
14334         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14335
14336 2014-09-12  Pedro Alves  <palves@redhat.com>
14337
14338         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14339         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14340         * gdb.arch/i386-size-overlap.exp: Likewise.
14341         * gdb.arch/i386-size.exp: Likewise.
14342         * gdb.arch/i386-unwind.exp: Likewise.
14343         * gdb.base/a2-run.exp: Likewise.
14344         * gdb.base/break.exp: Likewise.
14345         * gdb.base/charset.exp: Likewise.
14346         * gdb.base/chng-syms.exp: Likewise.
14347         * gdb.base/commands.exp: Likewise.
14348         * gdb.base/dbx.exp: Likewise.
14349         * gdb.base/find.exp: Likewise.
14350         * gdb.base/funcargs.exp: Likewise.
14351         * gdb.base/jit-simple.exp: Likewise.
14352         * gdb.base/reread.exp: Likewise.
14353         * gdb.base/sepdebug.exp: Likewise.
14354         * gdb.base/step-bt.exp: Likewise.
14355         * gdb.cp/mb-inline.exp: Likewise.
14356         * gdb.cp/mb-templates.exp: Likewise.
14357         * gdb.objc/basicclass.exp: Likewise.
14358         * gdb.threads/killed.exp: Likewise.
14359
14360 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14361
14362         PR tdep/17379
14363         * gdb.arch/powerpc-stackless.S: New file.
14364         * gdb.arch/powerpc-stackless.exp: New file.
14365
14366 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14367
14368         * gdb.base/attach.c: Include unistd.h.
14369         (main): Call alarm.  Add label postloop.
14370         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14371         gdb_breakpoint, gdb_continue_to_breakpoint.
14372         (test_command_line_attach_run): Kill ${testpid} in one exit path.
14373
14374 2014-09-11  Pedro Alves  <palves@redhat.com>
14375
14376         PR gdb/17347
14377         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14378         * gdb.base/attach.exp (test_command_line_attach_run): New
14379         procedure.
14380         (top level): Call it.
14381
14382 2014-09-11  Pedro Alves  <palves@redhat.com>
14383
14384         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14385         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14386         (do_command_attach_tests): Use spawn_wait_for_attach.
14387         * gdb.base/solib-overlap.exp: Likewise.
14388         * gdb.multi/multi-attach.exp: Likewise.
14389         * gdb.python/py-prompt.exp: Likewise.
14390         * gdb.python/py-sync-interp.exp: Likewise.
14391         * gdb.server/ext-attach.exp: Likewise.
14392
14393 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
14394
14395         * gdb.fortran/array-element.exp: Remove unexpected "continue"
14396         command in testcase.  Simplify testcase.
14397
14398 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14399
14400         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14401
14402 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14403
14404         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14405
14406 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14407
14408         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14409
14410 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14411
14412         * gdb.dwarf2/dynarr-ptr.c: New file.
14413         * gdb.dwarf2/dynarr-ptr.exp: New file.
14414
14415 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14416
14417         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14418         of 30 rather than hardcoding 120 for a slow test case.  Take the
14419         `gdb,timeout' target setting into account for this calculation.
14420         Don't extend the timeout for the test cases that don't need it.
14421
14422 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14423
14424         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14425         a factor of 2 for a slow test case.  Take the `gdb,timeout'
14426         target setting into account for this calculation.
14427         * gdb.reverse/until-precsave.exp: Increase the timeout by
14428         a factor of 15 and 3 respectively rather than adding 120
14429         for a pair of slow test cases.  Take the `gdb,timeout'
14430         target setting into account for this calculation.
14431
14432 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14433
14434         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14435         timeout, don't pass one down to gdb_expect.
14436         (gdb_expect): Rework timeout selection.
14437
14438 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14439
14440         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14441         exception on timeout.
14442         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14443         (gdbserver_start_extended): Catch any `gdbserver_start' error
14444         exceptions.
14445         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14446         * lib/mi-support.exp (mi_gdb_target_load): Catch any
14447         `gdbserver_gdb_load' error exceptions.
14448
14449 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14450
14451         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14452         120 on waiting for the TCP socket to open.
14453
14454 2014-09-09  Doug Evans  <xdje42@gmail.com>
14455
14456         * gdb.base/default.exp (show_conv_list): Add _caller_is,
14457         _caller_matches, _any_caller_is, _any_caller_matches.
14458
14459 2014-09-09  Doug Evans  <xdje42@gmail.com>
14460
14461         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14462
14463 2014-09-09  Yao Qi  <yao@codesourcery.com>
14464
14465         * gdb.mi/mi-var-display.exp: Set print symbol off.
14466
14467 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
14468
14469         PR gdb/17035
14470         * gdb.base/commands.exp: Add tests to verify user-defined
14471         commands with empty bodies.
14472         * gdb.python/py-cmd.exp: Test that we don't show user-defined
14473         python commands in `show user command`.
14474         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14475         scheme commands in `show user command`.
14476
14477 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
14478
14479         PR python/17355
14480         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14481         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14482         * gdb.python/py-framefilter-invalidarg.exp: New file.
14483         * gdb.python/py-framefilter-invalidarg.py: New file.
14484
14485 2014-09-06  Doug Evans  <xdje42@gmail.com>
14486
14487         PR 15276
14488         * gdb.python/py-caller-is.c: New file.
14489         * gdb.python/py-caller-is.exp: New file.
14490
14491 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
14492
14493         PR gdb/17235
14494         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14495         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14496
14497 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
14498
14499         PR fortran/17237
14500         * gdb.fortran/print-formatted.exp: New file.
14501         * gdb.fortran/print-formatted.f90: Likewise.
14502
14503 2014-09-03  Sasha Smundak  <asmundak@google.com>
14504
14505         * gdb.python/py-frame.exp: Test Frame.read_register.
14506
14507 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
14508
14509         PR python/16699
14510         * gdb.python/py-completion.exp: New file.
14511         * gdb.python/py-completion.py: Likewise.
14512
14513 2014-08-28  Doug Evans  <dje@google.com>
14514
14515         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14516         eax,etc. are live with values set by gdb and thus the compiler can't
14517         use them.
14518         * gdb.arch/i386-pseudo.c (main): Ditto.
14519
14520 2014-08-27  Doug Evans  <dje@google.com>
14521
14522         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14523
14524 2014-08-25  Doug Evans  <dje@google.com>
14525
14526         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14527         (main): Ditto.
14528
14529 2014-08-25  Doug Evans  <dje@google.com>
14530
14531         * gdb.threads/thread-execl.exp: #include <stdio.h>.
14532
14533 2014-08-24  Yao Qi  <yao@codesourcery.com>
14534
14535         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14536         symbol off.
14537         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14538
14539 2014-08-22  Doug Evans  <dje@google.com>
14540
14541         PR 17276
14542         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14543         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14544         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14545
14546 2014-08-22  Yao Qi  <yao@codesourcery.com>
14547
14548         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14549         * gdb.python/py-finish-breakpoint2.exp: Likewise.
14550         * gdb.python/python.exp: Likewise.  Use .py file on the host
14551         instead of the build.
14552
14553 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14554
14555         * gdb.threads/gcore-stale-thread.c: New file.
14556         * gdb.threads/gcore-stale-thread.exp: New file.
14557
14558 2014-08-21  Pedro Alves  <palves@redhat.com>
14559
14560         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14561         * gdb.base/gcore-relro-pie.exp: Likewise.
14562         * gdb.base/gcore-relro.exp: Likewise.
14563         * gdb.base/gcore.exp: Likewise.
14564         * gdb.base/print-symbol-loading.exp: Likewise.
14565         * gdb.threads/gcore-thread.exp: Likewise.
14566         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14567
14568 2014-08-20  Pedro Alves  <palves@redhat.com>
14569             Jan Kratochvil  <jan.kratochvil@redhat.com>
14570
14571         * Makefile.in (EXTRA_RULES, CC): New variables, get from
14572         configure.
14573         (EXPECT): Handle READ1 being set.
14574         (all): Depend on EXTRA_RULES.
14575         (check-read1, expect-read1, read1.so, read1): New rules.
14576         * README (Testsuite Parameters): Document the READ1 make variable.
14577         (Race detection): New section.
14578         * configure: Regenerate.
14579         * configure.ac: If build==host==target, and running under a
14580         GNU/glibc system, add read1 to the extra Makefile rules.
14581         (EXTRA_RULES): AC_SUBST it.
14582         * lib/read1.c: New file.
14583
14584 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
14585
14586         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14587         the handling of variables declared as a typedef to an array
14588         which a DW_AT_data_location attribute.
14589
14590 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
14591             Pedro Alves  <palves@redhat.com>
14592
14593         PR symtab/14604
14594         PR symtab/14605
14595         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14596         gdb_test.
14597
14598 2014-08-19  Pedro Alves  <palves@redhat.com>
14599
14600         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14601
14602 2014-08-19  Yao Qi  <yao@codesourcery.com>
14603
14604         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14605         right line.
14606
14607 2014-08-18  David Blaikie  <dblaikie@gmail.com>
14608
14609         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14610
14611 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
14612
14613         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14614         attribute in array range.
14615
14616 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
14617
14618         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14619
14620 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
14621
14622         PR c++/17132
14623         * gdb.cp/pr17132.cc: New file.
14624         * gdb.cp/pr17132.exp: New file.
14625
14626 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
14627
14628         * gdb.python/py-xmethods.py (A_getarrayind)
14629         (E_method_char_worker.__call__, E_method_int_worker.__call__):
14630         Use 'print' with function call syntax.
14631         (E_method_matcher.match): Fix tab vs space indentation mixup.
14632
14633 2014-08-15  Yao Qi  <yao@codesourcery.com>
14634
14635         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14636         false.
14637
14638 2014-08-15  Yao Qi  <yao@codesourcery.com>
14639
14640         * gdb.cp/casts.exp: Set print symbol off.
14641         * gdb.cp/class2.exp: Likewise.
14642         * gdb.cp/overload.exp: Likewise.
14643         * gdb.cp/templates.exp: Likewise.
14644
14645 2014-08-11  Doug Evans  <dje@google.com>
14646
14647         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14648         (test_load_shlib): Update.
14649
14650 2014-08-09  Yao Qi  <yao@codesourcery.com>
14651
14652         * gdb.base/display.exp: Invoke is_address_zero_readable.
14653         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14654         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14655         * gdb.base/hbreak-unmapped.exp: Return if
14656         is_address_zero_readable returns true.
14657         * gdb.base/signest.exp: Likewise.
14658         * gdb.base/signull.exp: Likewise.
14659         * gdb.base/sigbpt.exp: Likewise.
14660         * gdb.guile/scm-disasm.exp: Do the test if
14661         is_address_zero_readable returns false.
14662         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14663         * gdb.python/py-arch.exp: Likewise.
14664         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14665         * lib/gdb.exp (is_address_zero_readable): New proc.
14666
14667 2014-08-09  Yao Qi  <yao@codesourcery.com>
14668
14669         PR testsuite/13443
14670         * gdb.mi/mi-var-display.exp: Make test messages unique.
14671
14672 2014-08-04  Tom Tromey  <tromey@redhat.com>
14673
14674         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14675         target 0".
14676
14677 2014-08-04  Tom Tromey  <tromey@redhat.com>
14678
14679         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14680         "target_resume".
14681
14682 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
14683
14684         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14685         inner_vla_struct_object_size.
14686         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14687         as xfail.
14688
14689 2014-07-30  Pedro Alves  <palves@redhat.com>
14690
14691         * gdb.threads/signal-command-handle-nopass.exp (test): Add
14692         comment.
14693
14694 2014-07-29  Yao Qi  <yao@codesourcery.com>
14695
14696         PR gdb/17206
14697         * gdb.base/until-nodebug.exp: New.
14698
14699 2014-07-28  Doug Evans  <xdje42@gmail.com>
14700
14701         PR guile/17203
14702         * gdb.guile/scm-parameter.exp: Add tests for trying to create
14703         previously existing parameter, and previously ambiguously spelled
14704         parameter.
14705
14706 2014-07-28  Will Newton  <will.newton@linaro.org>
14707
14708         * gdb.base/varargs.exp: Remove KFAILs for ARM.
14709
14710 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
14711             Doug Evans  <xdje42@gmail.com>
14712
14713         PR guile/17146
14714         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14715
14716 2014-07-25  Pedro Alves  <palves@redhat.com>
14717
14718         * gdb.threads/signal-command-handle-nopass.c: New file.
14719         * gdb.threads/signal-command-handle-nopass.exp: New file.
14720         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14721         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14722         * gdb.threads/signal-delivered-right-thread.c: New file.
14723         * gdb.threads/signal-delivered-right-thread.exp: New file.
14724
14725 2014-07-25  Pedro Alves  <palves@redhat.com>
14726
14727         * gdb.base/double-prompt-target-event-error.exp
14728         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14729         match.
14730         (cancel_pagination_in_target_event): Rework double prompt
14731         detection.
14732         * gdb.base/paginate-after-ctrl-c-running.exp
14733         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14734         <return>' match.
14735         * gdb.base/paginate-bg-execution.exp
14736         (test_bg_execution_pagination_return)
14737         (test_bg_execution_pagination_cancel): Remove '-notransfer
14738         <return>' matches.
14739         * gdb.base/paginate-execution-startup.exp
14740         (test_fg_execution_pagination_return)
14741         (test_fg_execution_pagination_cancel): Remove '-notransfer
14742         <return>' matches.
14743         * gdb.base/paginate-inferior-exit.exp
14744         (test_paginate_inferior_exited): Remove '-notransfer <return>'
14745         match.
14746         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14747         * lib/gdb.exp (pagination_prompt): Run text through
14748         string_to_regexp.
14749         (gdb_test_multiple): Match $pagination_prompt instead of
14750         "<return>".
14751         (string_to_regexp): Move to lib/gdb-utils.exp.
14752
14753 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
14754
14755         * gdb.arch/amd64-entry-value-paramref.S: New file.
14756         * gdb.arch/amd64-entry-value-paramref.cc: New file.
14757         * gdb.arch/amd64-entry-value-paramref.exp: New file.
14758         * gdb.arch/amd64-optimout-repeat.S: New file.
14759         * gdb.arch/amd64-optimout-repeat.c: New file.
14760         * gdb.arch/amd64-optimout-repeat.exp: New file.
14761
14762 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
14763
14764         PR gdb/17170
14765         * gdb.base/statistics.exp: New file.
14766
14767 2014-07-17  Doug Evans  <dje@google.com>
14768
14769         PR gdb/17170
14770         * gdb.base/maint.exp: Update testing of per-command stats.
14771
14772 2014-07-16  Pedro Alves  <palves@redhat.com>
14773
14774         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14775         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14776         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14777         (tfile_write_buf): New functions.
14778         (add_memory_block): Rewrite using the above.
14779         (adjust_function_address): New function.
14780         (FUNCTION_ADDRESS): New macro.
14781         (write_basic_trace_file): Remove short_x local, and use
14782         tfile_write_16. Change type of func_addr local to unsigned long
14783         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
14784         here.  Cast argument of add_memory_block to char pointer.
14785         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
14786         (main): Remove parameters.
14787         * gdb.trace/tfile.exp: Remove nowarnings.
14788
14789 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
14790
14791         * gdb.base/debug-expr.exp: Test string evaluation with
14792         "debug expression" on.
14793
14794 2014-07-15  Pedro Alves  <palves@redhat.com>
14795
14796         * gdb.base/reread.exp: Use clean_restart.
14797
14798 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
14799
14800         * gdb.arch/avr-flash-qualifer.c: New.
14801         * gdb.arch/avr-flash-qualifer.exp: New.
14802
14803 2014-07-14  Pedro Alves  <palves@redhat.com>
14804
14805         * gdb.base/paginate-after-ctrl-c-running.c: New file.
14806         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14807
14808 2014-07-14  Pedro Alves  <palves@redhat.com>
14809
14810         * gdb.base/double-prompt-target-event-error.c: New file.
14811         * gdb.base/double-prompt-target-event-error.exp: New file.
14812
14813 2014-07-14  Pedro Alves  <palves@redhat.com>
14814
14815         PR gdb/17072
14816         * gdb.base/paginate-inferior-exit.c: New file.
14817         * gdb.base/paginate-inferior-exit.exp: New file.
14818
14819 2014-07-14  Pedro Alves  <palves@redhat.com>
14820
14821         PR gdb/17072
14822         * gdb.base/paginate-bg-execution.c: New file.
14823         * gdb.base/paginate-bg-execution.exp: New file.
14824
14825 2014-07-14  Pedro Alves  <palves@redhat.com>
14826
14827         PR gdb/17072
14828         * gdb.base/paginate-execution-startup.c: New file.
14829         * gdb.base/paginate-execution-startup.exp: New file.
14830         * lib/gdb.exp (pagination_prompt): New global.
14831         (default_gdb_spawn): New procedure, factored out from
14832         default_gdb_spawn.
14833         (default_gdb_start): Adjust to call default_gdb_spawn.
14834         (gdb_spawn): New procedure.
14835
14836 2014-07-14  Pedro Alves  <palves@redhat.com>
14837
14838         * lib/gdb.exp (gdb_assert): New procedure.
14839         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14840
14841 2014-07-14  Pedro Alves  <palves@redhat.com>
14842
14843         * gdb.base/execution-termios.c: New file.
14844         * gdb.base/execution-termios.exp: New file.
14845
14846 2014-07-14  Tom Tromey  <tromey@redhat.com>
14847
14848         * gdb.cp/vla-cxx.cc: New file.
14849         * gdb.cp/vla-cxx.exp: New file.
14850
14851 2014-07-14  Tom Tromey  <tromey@redhat.com>
14852
14853         * gdb.reverse/rerun-prec.c: New file.
14854         * gdb.reverse/rerun-prec.exp: New file.
14855
14856 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
14857             Maciej W. Rozycki  <macro@codesourcery.com>
14858
14859         * lib/gdb-utils.exp: New file.
14860         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14861         inline `gdb_init_command' processing.
14862         (gdb_start_cmd): Likewise.
14863         * lib/mi-support.exp (mi_run_cmd): Likewise.
14864         * README: Document `gdb_init_command' and `gdb_init_commands'.
14865
14866 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14867
14868         Fix false FAIL running under a very long directory name.
14869         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14870         and "set print elements 10000".  Twice.
14871
14872 2014-07-11  Yao Qi  <yao@codesourcery.com>
14873
14874         * gdb.base/exprs.exp: "set print symbol off".
14875
14876 2014-07-11  Pedro Alves  <palves@redhat.com>
14877
14878         * gdb.threads/kill.c: New file.
14879         * gdb.threads/kill.exp: New file.
14880
14881 2014-07-10  Yao Qi  <yao@codesourcery.com>
14882
14883         * gdb.trace/tfile.c (write_basic_trace_file)
14884         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14885         address written to trace file.
14886
14887 2014-07-09  Pedro Alves  <palves@redhat.com>
14888
14889         * gdb.base/attach-wait-input.exp: New file.
14890         * gdb.base/attach-wait-input.c: New file.
14891
14892 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
14893
14894         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14895         setting up test structures.
14896         (main): Call new test function.
14897         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14898         test function, continue into test function and walk test
14899         structures.
14900
14901 2014-07-02  Yao Qi  <yao@codesourcery.com>
14902
14903         * gdb.trace/entry-values.c: Define labels 'foo_start' and
14904         'bar_start' at the beginning of functions 'foo' and 'bar'
14905         respectively.
14906         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14907         instead of 'foo' and 'bar'.
14908
14909 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
14910
14911         * gdb.btrace/segv.exp: New.
14912         * gdb.btrace/segv.c: New.
14913
14914 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
14915
14916         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14917         instruction.
14918
14919 2014-06-30  Mark Wielaard  <mjw@redhat.com>
14920
14921         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14922         vulture, vilify, villar): New volatile array constants.
14923         (vindictive, vegetation): New const volatile array constants.
14924         * gdb.base/volatile.exp: Test volatile and const volatile array
14925         types.
14926
14927 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14928
14929         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14930         target lacks support for awatch, rwatch, or hbreak.
14931
14932 2014-06-27  Yao Qi  <yao@codesourcery.com>
14933
14934         * gdb.multi/dummy-frame-restore.exp: New.
14935         * gdb.multi/dummy-frame-restore.c: New.
14936
14937 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
14938
14939         * gdb.btrace/gcore.exp: New.
14940
14941 2014-06-23  Pedro Alves  <palves@redhat.com>
14942
14943         * gdb.base/watchpoint-reuse-slot.c: New file.
14944         * gdb.base/watchpoint-reuse-slot.exp: New file.
14945
14946 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
14947
14948         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14949         progspace's filename in 'info', 'enable' and 'disable' command
14950         tests.
14951
14952 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14953
14954         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14955         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14956         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14957
14958 2014-06-20  Gary Benson  <gbenson@redhat.com>
14959
14960         * gdb.arch/i386-avx.exp: Fix include file location.
14961         * gdb.arch/i386-sse.exp: Likewise.
14962
14963 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
14964
14965         * gdb.dlang/expression.exp: New file.
14966
14967 2014-06-19  Pedro Alves  <palves@redhat.com>
14968
14969         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14970         out from ...
14971         (top level): ... here.  Iterate running tests under different
14972         scheduler-locking settings.
14973
14974 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
14975
14976         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14977         to DW_FORM_addr and use non-zero addresses.
14978
14979 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
14980
14981         PR gdb/17017
14982         * gdb.python/py-xmethods.cc: Add global function call counters and
14983         increment them in their respective functions.  Remove "cout"
14984         statements.
14985         * gdb.python/py-xmethods.exp: Make tests check the global function
14986         call counters instead of depending on inferior IO.
14987
14988 2014-06-18  Don Breazeal  <donb@codesourcery.com>
14989
14990         * gdb.base/foll-fork.exp (default_fork_parent_follow):
14991         Deleted procedure.
14992         (explicit_fork_parent_follow): Deleted procedure.
14993         (explicit_fork_child_follow): Deleted procedure.
14994         (test_follow_fork): New procedure.
14995         (do_fork_tests): Replace calls to deleted procedures with
14996         calls to test_follow_fork and reset GDB for subsequent
14997         procedure calls.
14998
14999 2014-06-17  Yao Qi  <yao@codesourcery.com>
15000
15001         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15002         CP1252.
15003
15004 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
15005
15006         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15007         Initialize ptr and S explicitly.
15008         (skip_type_update_when_not_use_rtti_test): Likewise.
15009
15010 2014-06-16  Keith Seitz  <keiths@redhat.com>
15011
15012         PR mi/15863
15013         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15014         the inferior is started.
15015
15016 2014-06-16  Pedro Alves  <palves@redhat.com>
15017
15018         * gdb.base/break-main-file-remove-fail.c: New file.
15019         * gdb.base/break-main-file-remove-fail.exp: New file.
15020         * gdb.base/break-unload-file.exp: Use build_executable instead of
15021         prepare_for_testing.
15022         (test_break): New parameter "initial_load".  Handle it.
15023         (top level): Add initial_load cmdline/file axis.
15024
15025 2014-06-12  Tom Tromey  <tromey@redhat.com>
15026
15027         * gdb.base/completion.exp: Don't use directory name in test.
15028
15029 2014-06-09  Gary Benson  <gbenson@redhat.com>
15030
15031         * gdb.base/sigall.c [Functions to send signals]: Reorder to
15032         separate the always-available ANSI-standard signals from the
15033         signals that require checking.
15034         (main): Likewise.
15035         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15036         Likewise.
15037         (main): Likewise.
15038
15039 2014-06-07  Keith Seitz  <keiths@redhat.com>
15040
15041         Revert:
15042         PR c++/16253
15043         * gdb.cp/var-tag.cc: New file.
15044         * gdb.cp/var-tag.exp: New file.
15045         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15046         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15047         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15048         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15049
15050 2014-06-06  Doug Evans  <xdje42@gmail.com>
15051
15052         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15053
15054 2014-06-06  Pedro Alves  <palves@redhat.com>
15055
15056         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15057         in target debug output instead of looking at RSP packets,
15058         disabling the test on any target that uses hardware stepping.
15059         Update comments.
15060
15061 2014-06-06  Pedro Alves  <palves@redhat.com>
15062
15063         * gdb.base/break-unload-file.exp: Fix typo.
15064
15065 2014-06-06  Yao Qi  <yao@codesourcery.com>
15066
15067         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15068         from "jit_function" to "^jit_function".
15069
15070 2014-06-06  Yao Qi  <yao@codesourcery.com>
15071
15072         * gdb.base/async.c (foo): Add one statement.
15073         * gdb.base/async.exp: Get the next instruction address and
15074         match the output of "nexti" by instruction address.  Match
15075         the hex address in the output of "finish".
15076
15077 2014-06-06  Gary Benson  <gbenson@redhat.com>
15078
15079         * gdb.base/call-signals.c: Remove preprocessor conditionals
15080         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15081         SIGSEGV and SIGTERM.
15082         * gdb.base/sigall.c: Likewise.
15083         * gdb.base/unwindonsignal.c: Likewise.
15084         * gdb.reverse/sigall-reverse.c: Likewise.
15085
15086 2014-06-06  Yao Qi  <yao@codesourcery.com>
15087
15088         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
15089         readable, skip the test.
15090
15091 2014-06-06  Yao Qi  <yao@codesourcery.com>
15092
15093         * gdb.threads/staticthreads.c (thread_function): Move the line
15094         setting breakpoint on forward.
15095         * gdb.threads/staticthreads.exp: Update comments.
15096
15097 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
15098
15099         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15100         "history-append! type error".
15101
15102 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
15103
15104         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15105         erroneous dprintf expected input.
15106
15107 2014-06-04  Doug Evans  <xdje42@gmail.com>
15108
15109         * gdb.guile/scm-generics.exp: Delete.
15110
15111 2014-06-04  Doug Evans  <xdje42@gmail.com>
15112
15113         * gdb.guile/scm-breakpoint.exp: Update.
15114         Add tests for breakpoint registration.
15115
15116 2014-06-04  Tom Tromey  <tromey@redhat.com>
15117
15118         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15119         VLA-in-union.
15120         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15121         inner_vla_struct, vla_union types.  Initialize objects of those
15122         types and compute their sizes.
15123
15124 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
15125             Hui Zhu  <hui@codesourcery.com>
15126
15127         * gdb.base/fileio.exp: Add test for shell not available as well as
15128         available.
15129         * gdb.base/fileio.c (test_system): Check for shell twice.
15130
15131 2014-06-04  Yao Qi  <yao@codesourcery.com>
15132
15133         * gdb.base/auto-connect-native-target.exp: Remove redundant
15134         space from the regexp pattern.
15135
15136 2014-06-04  Yao Qi  <yao@codesourcery.com>
15137
15138         * gdb.base/default.exp: Replace "child" with "native" in
15139         regexp pattern.
15140
15141 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
15142
15143         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15144         * gdb.python/py-xmethods.exp: New tests to test xmethods.
15145         * gdb.python/py-xmethods.py: Python script supporting the
15146         new testcase and tests.
15147
15148 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
15149             Pedro Alves  <palves@redhat.com>
15150
15151         PR breakpoints/17000
15152         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15153         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15154
15155 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
15156
15157         * gdb.base/subst.exp: Add tests to verify partial path matching
15158         output.
15159
15160 2014-06-03  Pedro Alves  <palves@redhat.com>
15161
15162         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15163         target that doesn't use software single-stepping.
15164
15165 2014-06-03  Pedro Alves  <palves@redhat.com>
15166
15167         PR breakpoints/17000
15168         * gdb.base/sss-bp-on-user-bp-2.c: New file.
15169         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15170
15171 2014-06-02  Doug Evans  <xdje42@gmail.com>
15172
15173         * gdb.guile/scm-parameter.exp: New file.
15174
15175 2014-06-02  Doug Evans  <xdje42@gmail.com>
15176
15177         * gdb.guile/scm-cmd.c: New file.
15178         * gdb.guile/scm-cmd.exp: New file.
15179
15180 2014-06-02  Doug Evans  <xdje42@gmail.com>
15181
15182         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15183         pretty-printer lookup.
15184         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15185         (make-pp_s-printer): Call it.
15186         (make-pretty-printer-from-dict): New function.
15187         (lookup-pretty-printer-maker-from-dict): New function.
15188         (*pretty-printer*): Simplify.
15189         (make-objfile-pp_s-printer): New function.
15190         (install-objfile-pretty-printers!): New function.
15191         (make-progspace-pp_s-printer): New function.
15192         (install-progspace-pretty-printers!): New function.
15193         * gdb.guile/scm-progspace.c: New file.
15194         * gdb.guile/scm-progspace.exp: New file.
15195
15196 2014-06-02  Pedro Alves  <palves@redhat.com>
15197
15198         * gdb.base/dprintf-bp-same-addr.c: New file.
15199         * gdb.base/dprintf-bp-same-addr.exp: New file.
15200
15201 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15202
15203         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15204         * gdb.arch/powerpc-power.s: Likewise.
15205
15206 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
15207
15208         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15209
15210 2014-06-01  Yao Qi  <yao@codesourcery.com>
15211
15212         * gdb.base/watchpoint.exp (test_watch_location): Check null
15213         pointer can be dereferenced.  If not, do the test, otherwise
15214         skip it.
15215
15216 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
15217
15218         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15219         results.
15220         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15221
15222 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
15223
15224         * gdb.arch/amd64-invalid-stack-middle.S: New file.
15225         * gdb.arch/amd64-invalid-stack-middle.c: New file.
15226         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15227         * gdb.arch/amd64-invalid-stack-top.c: New file.
15228         * gdb.arch/amd64-invalid-stack-top.exp: New file.
15229
15230 2014-05-30  Pedro Alves  <palves@redhat.com>
15231
15232         PR breakpoints/17000
15233         * gdb.base/sss-bp-on-user-bp.c: New file.
15234         * gdb.base/sss-bp-on-user-bp.exp: New file.
15235
15236 2014-05-30  David Blaikie  <dblaikie@gmail.com>
15237
15238         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15239         gnu_inline semantics via attribute.
15240         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15241         source explicitly specifies the required semantics.
15242
15243 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
15244
15245         * gdb.reverse/sigall-reverse.exp: Fix a typo.
15246
15247 2014-05-29  Pedro Alves  <palves@redhat.com>
15248             Tom Tromey  <tromey@redhat.com>
15249
15250         * gdb.base/async-shell.exp: Don't enable target-async.
15251         * gdb.base/async.exp
15252         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15253         parameter.  Adjust.
15254         (top level): Don't test with "target-async".
15255         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15256         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15257         * gdb.base/inferior-died.exp: Don't enable target-async.
15258         * gdb.base/interrupt-noterm.exp: Likewise.
15259         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15260         * gdb.mi/mi-nonstop-exit.exp: Likewise.
15261         * gdb.mi/mi-nonstop.exp: Likewise.
15262         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15263         * gdb.mi/mi-nsintrall.exp: Likewise.
15264         * gdb.mi/mi-nsmoribund.exp: Likewise.
15265         * gdb.mi/mi-nsthrexec.exp: Likewise.
15266         * gdb.mi/mi-watch-nonstop.exp: Likewise.
15267         * gdb.multi/watchpoint-multi.exp: Adjust comment.
15268         * gdb.python/py-evsignal.exp: Don't enable target-async.
15269         * gdb.python/py-evthreads.exp: Likewise.
15270         * gdb.python/py-prompt.exp: Likewise.
15271         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15272         * gdb.server/solib-list.exp: Don't enable target-async.
15273         * gdb.threads/thread-specific-bp.exp: Likewise.
15274         * lib/mi-support.exp: Adjust to use mi-async.
15275
15276 2014-05-29  Pedro Alves  <palves@redhat.com>
15277
15278         PR gdb/13860
15279         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15280         reason, even in sync mode.
15281
15282 2014-05-29  Pedro Alves  <palves@redhat.com>
15283             Hui Zhu  <hui@codesourcery.com>
15284
15285         PR PR15693
15286         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15287         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15288         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15289         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15290
15291 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
15292
15293         * config/monitor.exp (gdb_target_monitor): Replace use of
15294         "set remotebaud" by "set serial baud".
15295
15296 2014-05-26  Andy Wingo  <wingo@igalia.com>
15297
15298         * gdb.guile/scm-breakpoint.exp:
15299         * gdb.guile/scm-gsmob.exp: Update to use plain old object
15300         properties instead of gdb-object-properties.
15301
15302 2014-05-26  Yao Qi  <yao@codesourcery.com>
15303
15304         * gdb.server/no-thread-db.exp: Specify source file name
15305         explicitly when setting a breakpoint.
15306
15307 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15308
15309         * gdb.btrace/vdso.c: New.
15310         * gdb.btrace/vdso.exp: New.
15311
15312 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15313
15314         * gdb.base/gcore.exp (capture_command_output): Move ...
15315         * lib/gdb.exp (capture_command_output): ... here.
15316
15317 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15318
15319         * gdb.btrace/data.exp: Test memory access during btrace replay.
15320
15321 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
15322
15323         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15324
15325 2014-05-21  Pedro Alves  <palves@redhat.com>
15326
15327         PR gdb/13860
15328         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15329         (top level): Test that output related to execution commands is
15330         sent to the console with CLI commands, but not with MI commands.
15331         Test that breakpoint events are always mirrored to the console.
15332         Also expect the new source line to be output after a "next" in
15333         async mode too.  Make it a pass/fail test.
15334         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15335         output.
15336         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15337
15338 2014-05-21  Pedro Alves  <palves@redhat.com>
15339
15340         * gdb.base/list.exp (build_pattern, test_list): New procedures.
15341         Use them to test variations of "list" after reaching a breakpoint.
15342         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15343         Test "list" with listsize 10 after reaching a breakpoint.
15344         * gdb.python/python.exp (decode_line current location line
15345         number): Adjust expected line number.
15346
15347 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
15348
15349         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15350         behavior for $args, pass it directly to "run".
15351
15352 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
15353
15354         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15355         30000 to 65536.
15356
15357 2014-05-21  Pedro Alves  <palves@redhat.com>
15358
15359         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15360         auto-connect-native-target off".
15361         * gdb.base/auto-connect-native-target.c: New file.
15362         * gdb.base/auto-connect-native-target.exp: New file.
15363
15364 2014-05-21  Pedro Alves  <palves@redhat.com>
15365
15366         * gdb.base/default.exp: Test "target native" instead of "target
15367         child".
15368
15369 2014-05-21  Mark Wielaard  <mjw@redhat.com>
15370
15371         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15372
15373 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
15374
15375         Fix TLS access for -static -pthread.
15376         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15377         <HAVE_TLS> (thread_function, main): Initialize it.
15378         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15379         Add clean_restart.
15380         <$have_tls != "">: Check TLSVAR.
15381
15382 2014-05-21  Pedro Alves  <palves@redhat.com>
15383
15384         * gdb.base/dcache-line-read-error.c: New.
15385         * gdb.base/dcache-line-read-error.exp: New.
15386
15387 2014-05-20  Pedro Alves  <palves@redhat.com>
15388
15389         * gdb.base/compare-sections.c: New file.
15390         * gdb.base/compare-sections.exp: New file.
15391
15392 2014-05-20  Pedro Alves  <palves@redhat.com>
15393
15394         * gdb.base/break-idempotent.c: New file.
15395         * gdb.base/break-idempotent.exp: New file.
15396
15397 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
15398
15399         * gdb.btrace/nohist.exp: New.
15400
15401 2014-05-20  Yao Qi  <yao@codesourcery.com>
15402
15403         * lib/gdb.exp (gdb_init): Set timeout if test file is under
15404         gdb.reverse directory and gdb_reverse_timeout exists in board
15405         setting.
15406         * README: Document gdb_reverse_timeout.
15407
15408 2014-05-20  Yao Qi  <yao@codesourcery.com>
15409
15410         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15411         'test_file_name'.  Treat args as a string instead of a list.
15412         (gdb_init): Rename argument 'args' by 'test_file_name'.
15413
15414 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
15415
15416         * gdb.arch/powerpc-power.exp: New file.
15417         * gdb.arch/powerpc-power.s: New file.
15418
15419 2014-05-16  Doug Evans  <dje@google.com>
15420
15421         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15422         * gdb.base/completion.exp: Check that all expected files exist
15423         before doing file completion.
15424
15425 2014-05-16  Doug Evans  <dje@google.com>
15426
15427         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15428         Update.
15429         (do_syscall_tests_without_xml): Update.
15430
15431 2014-05-16  Pedro Alves  <palves@redhat.com>
15432
15433         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15434         instead of "unknown output after running".
15435
15436 2014-05-16  Yao Qi  <yao@codesourcery.com>
15437
15438         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
15439         file1.txt from host at the end.
15440         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15441
15442 2014-05-15  Doug Evans  <dje@google.com>
15443
15444         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15445         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15446         loading file.  Add test for TU lookup.
15447
15448 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
15449
15450         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15451         calling "-exec-arguments" or "set args" before running the
15452         inferior.
15453
15454 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
15455
15456         * lib/mi-support.exp (mi_expect_stop): Expect message for
15457         inferiors that exit with non-zero exit code.
15458
15459 2014-05-14  Yao Qi  <yao@codesourcery.com>
15460
15461         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15462         match absolute path on remote host.
15463         (test_file_list_exec_source_files): Remove "/" from the
15464         pattern.
15465
15466 2014-05-14  Yao Qi  <yao@codesourcery.com>
15467
15468         * boards/local-remote-host-notty.exp (${board}_file): New
15469         proc.
15470
15471 2014-05-07  Kyle McMartin  <kyle@redhat.com>
15472
15473         Pushed by Joel Brobecker  <brobecker@adacore.com>.
15474         * gdb.arch/aarch64-atomic-inst.c: New file.
15475         * gdb.arch/aarch64-atomic-inst.exp: New file.
15476
15477 2014-05-07  Yao Qi  <yao@codesourcery.com>
15478
15479         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15480         in current context" too.
15481
15482 2014-05-05  Keith Seitz  <keiths@redhat.com>
15483
15484         * gdb.linespec/ls-dollar.exp: Add test for linespec
15485         file:convenience_variable.
15486
15487 2014-05-05  Yao Qi  <yao@codesourcery.com>
15488
15489         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15490         traceframes into tfile and ctf trace files.  Read data from
15491         trace file and test collected data.
15492         (gdb_collect_locals_test): Likewise.
15493         (gdb_unavailable_registers_test): Likewise.
15494         (gdb_unavailable_floats): Likewise.
15495         (gdb_collect_globals_test): Likewise.
15496         (top-level): Append "ctf" to trace_file_targets if GDB
15497         supports.
15498
15499 2014-05-05  Yao Qi  <yao@codesourcery.com>
15500
15501         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15502         code to ...
15503         (gdb_collect_args_test_1): ... it.  New proc.
15504         (gdb_collect_locals_test): Move some code to ...
15505         (gdb_collect_locals_test_1): ... it.  New proc.
15506         (gdb_unavailable_registers_test): Move some code to ...
15507         (gdb_unavailable_registers_test_1): ... it.  New proc.
15508         (gdb_unavailable_floats): Move some code to ...
15509         (gdb_unavailable_floats_1): ... it.  New proc.
15510
15511 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
15512
15513         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15514         probes to test for bitness recognition.
15515         * gdb.arch/amd64-stap-optional-prefix.exp
15516         (test_probe_value_without_reg): New procedure.
15517         Add code to test for different kinds of bitness.
15518
15519 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
15520
15521         PR breakpoints/16889
15522         * gdb.arch/amd64-stap-optional-prefix.S: New file.
15523         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15524
15525 2014-05-01  Pedro Alves  <palves@redhat.com>
15526
15527         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
15528         gdb_file_cmd if no file is specified.
15529         * boards/native-extended-gdbserver.exp (gdb_load): Use the
15530         last_loaded_file to set the remote exec-file.
15531
15532 2014-05-01  Pedro Alves  <palves@redhat.com>
15533
15534         * boards/local-remote-host.exp: New file.
15535
15536 2014-05-01  Pedro Alves  <palves@redhat.com>
15537
15538         * boards/local-remote-host.exp: Rename to ...
15539         * boards/local-remote-host-notty.exp: ... this.
15540
15541 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
15542
15543         * gdb.ada/dyn_arrayidx: New testcase.
15544
15545 2014-04-26  Yao Qi  <yao@codesourcery.com>
15546
15547         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
15548         and compute the length of function main.  Save it in
15549         $main_length.
15550         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15551         (top-level): Use gdb_compile to compile objects into
15552         executable and restart GDB.  Remove invocation to
15553         prepare_for_testing.
15554
15555 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
15556             Pedro Alves  <palves@redhat.com>
15557
15558         PR server/16255
15559         * gdb.multi/multi-attach.c: New file.
15560         * gdb.multi/multi-attach.exp: New file.
15561
15562 2014-04-25  Pedro Alves  <palves@redhat.com>
15563
15564         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15565         user.
15566         (top level): Test that "set remote conditional-breakpoints-packet
15567         off" works as intended.
15568         * gdb.base/dprintf.exp: Test that "set remote
15569         breakpoint-commands-packet off" works as intended.
15570         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15571         New function.
15572         (top level): Call it.
15573         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15574         remote fast-tracepoints-packet off" works as intended.
15575         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15576         * lib/gdb.exp (gdb_is_target_remote): ... here.
15577
15578 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15579
15580         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15581         ensure clang would not discard them.
15582         * gdb.base/gdbvars.c: Ditto.
15583         * gdb.base/memattr.c: Ditto.
15584         * gdb.base/whatis.c: Ditto.
15585         * gdb.python/py-prettyprint.c: Ditto.
15586         * gdb.trace/actions.c: Ditto.
15587         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15588         ensure clang would not discard it.
15589
15590 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15591
15592         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15593         clang to emit the full definition of type required by the test
15594         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15595
15596 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15597
15598         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15599         coax Clang into emitting the definition of the type.
15600         * gdb.cp/pr10728-x.h (y): Ditto.
15601         * gdb.cp/pr10728-y.cc (y): Ditto.
15602
15603 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15604
15605         * gdb.base/label.exp: XFAIL label related tests under Clang.
15606         * gdb.cp/cplabel.exp: Ditto.
15607         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15608         under Clang those using labels.
15609
15610 2014-04-25  Yao Qi  <yao@codesourcery.com>
15611
15612         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15613         double_label.
15614         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15615         partial_label and double_label.
15616
15617 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15618
15619         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15620
15621 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15622
15623         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15624         of the function to work across GCC and Clang.
15625         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15626         pointer types (const void ** const V void **).
15627
15628 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
15629             Walfred Tedeschi  <walfred.tedeschi@intel.com>
15630
15631         * Makefile.in (EXECUTABLES): Added i386-avx512.
15632         * gdb.arch/i386-avx512.c: New file.
15633         * gdb.arch/i386-avx512.exp: Likewise.
15634
15635 2014-04-23  Keith Seitz  <keiths@redhat.com>
15636
15637         * lib/mi-support.exp (mi_list_breakpoints): Delete.
15638         (mi_make_breakpoint_table): New procedure.
15639         (mi_create_breakpoint): Use mi_make_breakpoint
15640         and return the result.
15641         (mi_make_breakpoint): New procedure.
15642         (mi_build_kv_pairs): New procedure.
15643
15644         * gdb.mi/mi-break.exp: Remove unused globals,
15645         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15646         All callers updated.
15647         * gdb.mi/mi-dprintf.exp: Use variable to track command
15648         number.
15649         Update all callers of mi_create_breakpoint and use
15650         mi_make_breakpoint_table.
15651         Remove any unused global variables.
15652         * gdb.mi/mi-nonstop.exp: Likewise.
15653         * gdb.mi/mi-nsintrall.exp: Likewise.
15654         * gdb.mi/mi-nsmoribund.exp: Likewise.
15655         * gdb.mi/mi-nsthrexec.exp: Likewise.
15656         * gdb.mi/mi-reverse.exp: Likewise.
15657         * gdb.mi/mi-simplerun.exp: Likewise.
15658         * gdb.mi/mi-stepn.exp: Likewise.
15659         * gdb.mi/mi-syn-frame.exp: Likewise.
15660         * gdb.mi/mi-until.exp: Likewise.
15661         * gdb.mi/mi-var-cp.exp: Likewise.
15662         * gdb.mi/mi-var-display.exp: Likewise.
15663         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15664         * gdb.mi/mi2-var-child.exp: Likewise.
15665         * gdb.mi/mi-vla-c99.exp: Likewise.
15666         * lib/mi-support.exp: Likewise.
15667
15668         From Ian Lance Taylor  <iant@cygnus.com>:
15669         * lib/gdb.exp (parse_args): New procedure.
15670
15671 2014-04-23  Pedro Alves  <palves@redhat.com>
15672
15673         * gdb.base/break-unload-file.c: New file.
15674         * gdb.base/break-unload-file.exp: New file.
15675         * gdb.base/sym-file-lib.c (baz): New function.
15676         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15677         field.
15678         (load): Store the segment's mapped size.
15679         (unload): New function.
15680         (unload_shlib): New function.
15681         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15682         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15683         set a breakpoint at baz, and call it.
15684         * gdb.base/sym-file.exp: New tests for stale breakpoint
15685         instructions.
15686
15687 2014-04-23  Pedro Alves  <palves@redhat.com>
15688
15689         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15690         * gdb.base/hbreak-in-shr-unsupported.c: New file.
15691         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15692         * gdb.base/hbreak-unmapped.c: New file.
15693         * gdb.base/hbreak-unmapped.exp: New file.
15694         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15695         * lib/gdb.exp (gdb_is_target_remote): ... here.
15696
15697 2014-04-22  Pedro Alves  <palves@redhat.com>
15698
15699         * gdb.base/consecutive-step-over.c: New file.
15700         * gdb.base/consecutive-step-over.exp: New file.
15701
15702 2014-04-22  Pedro Alves  <palves@redhat.com>
15703
15704         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15705         instead of send_gdb/gdb_expect.
15706
15707 2014-04-22  Yao Qi  <yao@codesourcery.com>
15708
15709         * lib/trace-support.exp (generate_tracefile): New procedure.
15710         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15711         return 0.
15712         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15713         if generate_tracefile returns 1.
15714
15715 2014-04-18  Tom Tromey  <palves@redhat.com>
15716             Pedro alves  <tromey@redhat.com>
15717
15718         PR backtrace/15558
15719         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15720         with a backtrace limit.
15721         * gdb.python/py-frame-inline.exp: Test running to an inline
15722         function with a backtrace limit, and printing the newest frame.
15723         * gdb.python/py-frame-inline.c (main): Call f.
15724
15725 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15726
15727         * gdb.java/jnpe.exp: Drop srcdir from untested path.
15728
15729 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15730
15731         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15732         Drop prefix from unsupported source file path.
15733
15734 2014-04-17  Yao Qi  <yao@codesourcery.com>
15735
15736         * lib/gdb.exp (with_target_charset): New proc.
15737         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15738         with_target_charset.
15739         (test_print_strings): Likewise.
15740         (test_repeat_bytes): Likewise.
15741         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15742         for some tests.
15743
15744 2014-04-16  Keith Seitz  <keiths@redhat.com>
15745
15746         PR gdb/15827
15747         * gdb.dwarf2/corrupt.c: New file.
15748         * gdb.dwarf2/corrupt.exp: New file.
15749
15750 2014-04-16  Keith Seitz  <keiths@redhat.com>
15751
15752         PR c++/16597
15753         * gdb.cp/namelessclass.cc: New file.
15754         * gdb.cp/namelessclass.exp: New file.
15755         * gdb.cp/namelessclass.S: New file.
15756
15757 2014-04-16  Doug Evans  <dje@google.com>
15758
15759         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15760         Add comment.
15761         (gdbserver_default_get_comm_port): New function.
15762         (gdbserver_start): Check if board file provided
15763         "gdbserver,get_comm_port" and use it if so.
15764         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15765         (gdb,socketport): Set to "stdio".
15766         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15767         (stdio_gdbserver_template): Delete.
15768         (${board}_get_remote_address): Update.
15769         (${board}_build_remote_cmd): Delete.
15770         (${board}_get_comm_port): New function.
15771         (${board}_spawn): Update.
15772         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15773         Delete.
15774         (${board}_get_remote_address): Update.
15775         (${board}_get_comm_port): New function.
15776
15777 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
15778
15779         * gdb.base/memattr.exp: Improve regexps to handle memory regions
15780         appearing in any order.
15781
15782 2014-04-15  Doug Evans  <dje@google.com>
15783
15784         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15785         uninitialized value of "description".
15786
15787 2014-04-15  Keith Seitz  <keiths@redhat.com>
15788
15789         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15790         Remove unused globals.
15791         (test_running_the_program): Likewise.
15792         (test_controlled_execution): Likewise.
15793         (test_controlling_breakpoints): Likewise.
15794         (test_program_termination): Likewise.
15795
15796 2014-04-15  Keith Seitz  <keiths@redhat.com>
15797
15798         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15799         unused globals.
15800         (test_rbreak_creation_and_listing): Likewise.
15801         (test_ignore_count): Likewise.
15802         (test_error): Likewise.
15803
15804 2014-04-15  Pedro Alves  <palves@redhat.com>
15805
15806         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15807         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15808         sym-file-loader.c.
15809         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15810         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15811         to sym-file-loader.c.
15812         (struct library): Forward declare.
15813         (load_shlib, lookup_function): Change prototypes.
15814         (find_shstrtab, find_strtab, find_shdr, find_symtab)
15815         (translate_offset): Remove declarations.
15816         (get_text_addr): New declaration.
15817         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15818         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15819         sym-file-loader.h.
15820         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15821         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15822         here from sym-file-loader.h.
15823         (struct library): New structure.
15824         (load_shlib, lookup_function): Change prototypes and adjust to
15825         work with a struct library.
15826         (find_shstrtab, find_strtab, find_shdr, find_symtab)
15827         (translate_offset): Make static.
15828         (get_text_addr): New function.
15829         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15830
15831 2014-04-15  Pedro Alves  <palves@redhat.com>
15832
15833         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
15834
15835 2014-04-15  Pedro Alves  <palves@redhat.com>
15836
15837         * gdb.base/sym-file-loader.c: Include <limits.h>.
15838         (SELF_LINK): New define.
15839         (get_origin): New function.
15840         (load_shlib): Use it.
15841         * gdb.base/sym-file.exp: Don't early return if the target is
15842         remote.  Use runto_main, and issue fail is that fails.  Use
15843         gdb_load_shlibs.
15844         (shlib_name): Delete.
15845         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
15846
15847 2014-04-15  Pedro Alves <palves@redhat.com>
15848
15849         * gdb.base/sym-file.exp: Remove regex characters from test
15850         message.  Don't refer to breakpoint numbers in test messages.
15851
15852 2014-04-14  Keith Seitz  <keiths@redhat.com>
15853
15854         PR c++/16253
15855         * gdb.cp/var-tag.cc: New file.
15856         * gdb.cp/var-tag.exp: New file.
15857         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15858         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15859         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15860         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15861
15862 2014-04-14  Tom Tromey  <tromey@redhat.com>
15863
15864         * gdb.cp/classes.exp (test_enums): Handle underlying type.
15865         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15866         type.
15867         * gdb.cp/enum-class.exp: New file.
15868         * gdb.cp/enum-class.cc: New file.
15869
15870 2014-04-14  Tom Tromey  <tromey@redhat.com>
15871
15872         * gdb.dwarf2/enum-type.exp: New file.
15873
15874 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15875
15876         * gdb.mi/mi-vla-c99.exp: New file.
15877         * gdb.mi/vla.c: New file.
15878
15879 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15880
15881         * gdb.base/vla-datatypes.c: New file.
15882         * gdb.base/vla-datatypes.exp: New file.
15883
15884 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15885
15886         * gdb.base/vla-ptr.c: New file.
15887         * gdb.base/vla-ptr.exp: New file.
15888
15889 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15890
15891         * gdb.dwarf2/count.exp: New file.
15892
15893 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15894
15895         * gdb.base/vla-sideeffect.c: New file.
15896         * gdb.base/vla-sideeffect.exp: New file.
15897
15898 2014-04-14  David Blaikie <dblaikie@gmail.com>
15899
15900         * gdb.mi/non-stop.c: Add return value for non-void function return
15901         statement.
15902         * gdb.threads/staticthreads.c: Ditto.
15903
15904 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
15905             Doug Evans  <xdje42@gmail.com>
15906
15907         * gdb.guile/scm-value.c: Improve test case.
15908         * gdb.guile/scm-value.exp: Add new test.
15909
15910 2014-04-11  David Blaikie  <dblaikie@gmail.com>
15911
15912         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15913         override Clang's default.
15914
15915 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
15916
15917         Revert the following changes (regressions):
15918
15919         * gdb.base/vla-sideeffect.c: New file.
15920         * gdb.base/vla-sideeffect.exp: New file.
15921
15922         * gdb.dwarf2/count.exp: New file.
15923
15924         * gdb.base/vla-multi.c: New file.
15925         * gdb.base/vla-multi.exp: New file.
15926
15927         * gdb.base/vla-ptr.c: New file.
15928         * gdb.base/vla-ptr.exp: New file.
15929
15930         * gdb.base/vla-datatypes.c: New file.
15931         * gdb.base/vla-datatypes.exp: New file.
15932
15933         * gdb.mi/mi-vla-c99.exp: New file.
15934         * gdb.mi/vla.c: New file.
15935
15936 2014-04-11  Keith Seitz  <keiths@redhat.com>
15937
15938         PR c++/16675
15939         * gdb.cp/cpsizeof.exp: New file.
15940         * gdb.cp/cpsizeof.cc: New file.
15941
15942 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15943
15944         * gdb.mi/mi-vla-c99.exp: New file.
15945         * gdb.mi/vla.c: New file.
15946
15947 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15948
15949         * gdb.base/vla-datatypes.c: New file.
15950         * gdb.base/vla-datatypes.exp: New file.
15951
15952 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15953
15954         * gdb.base/vla-ptr.c: New file.
15955         * gdb.base/vla-ptr.exp: New file.
15956
15957 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15958
15959         * gdb.base/vla-multi.c: New file.
15960         * gdb.base/vla-multi.exp: New file.
15961
15962 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15963
15964         * gdb.dwarf2/count.exp: New file.
15965
15966 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15967
15968         * gdb.base/vla-sideeffect.c: New file.
15969         * gdb.base/vla-sideeffect.exp: New file.
15970
15971 2014-04-11  Yao Qi  <yao@codesourcery.com>
15972
15973         * gdb.base/completion.exp: Check file exists before running tests
15974         on file completion.
15975
15976 2014-04-10  Pedro Alves  <palves@redhat.com>
15977
15978         * gdb.base/cond-eval-mode.c: New file.
15979         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
15980         prepare_for_testing to build the new file.  Check result of
15981         runto_main.
15982         (test_break, test_watch): New procedures.
15983         (top level): Use them.
15984
15985 2014-04-08  Pierre Muller  <muller@sourceware.org>
15986
15987         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15988         Ctrl-V use for mingw hosts.
15989
15990 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
15991
15992         * gdb.python/py-value.c: Improve test case.
15993         * gdb.python/py-value.exp: Add new test.
15994
15995 2014-04-07  David Blaikie  <dblaikie@gmail.com>
15996
15997         * lib/compiler.c: Identify the clang compiler.
15998         * lib/compiler.cc: Ditto.
15999
16000 2014-04-03  Yao Qi  <yao@codesourcery.com>
16001
16002         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16003
16004 2014-04-01  Anton Blanchard  <anton@samba.org>
16005
16006         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
16007         messages unique.
16008
16009 2014-04-01  Anton Blanchard  <anton@samba.org>
16010
16011         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16012         prepare_for_testing.
16013
16014 2014-04-01  Anton Blanchard  <anton@samba.org>
16015
16016         * gdb.arch/ppc64-atomic-inst.c: Remove.
16017         * gdb.arch/ppc64-atomic-inst.S: New file.
16018         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16019
16020 2014-03-31  Doug Evans  <dje@google.com>
16021
16022         * gdb.base/print-symbol-loading-lib.c: New file.
16023         * gdb.base/print-symbol-loading-main.c: New file.
16024         * gdb.base/print-symbol-loading.exp: New file.
16025
16026 2014-03-31  Yao Qi  <yao@codesourcery.com>
16027
16028         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16029
16030 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
16031
16032         * gdb.ada/mi_dyn_arr: New testcase.
16033
16034 2014-03-27  Doug Evans  <dje@google.com>
16035
16036         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16037
16038 2014-03-27  Yao Qi  <yao@codesourcery.com>
16039
16040         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16041         if target is nios2-*-*.
16042
16043 2014-03-26  Yao Qi  <yao@codesourcery.com>
16044
16045         * lib/gdb.exp (readline_is_used): New proc.
16046         * gdb.base/completion.exp: Move tests on command complete up.
16047         Skip the rest of tests if readline is not used.
16048         * gdb.ada/complete.exp: Skp the test if readline is not
16049         used.
16050         * gdb.base/filesym.exp: Likewise.
16051         * gdb.base/macscp.exp: Likewise.
16052         * gdb.base/readline-ask.exp: Likewise.
16053         * gdb.base/readline.exp: Likewise.
16054         * gdb.python/py-cmd.exp: Likewise.
16055         * gdb.trace/tfile.exp: Likewise.
16056
16057 2014-03-26  Yao Qi  <yao@codesourcery.com>
16058
16059         * gdb.base/macscp.exp: Fix code format issues.
16060
16061 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
16062
16063         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16064         * gdb.asm/powerpc64le.inc: New file.
16065
16066 2014-03-25  Pedro Alves  <palves@redhat.com>
16067             Doug Evans  <dje@google.com>
16068
16069         * gdb.base/source-execution.c: New file.
16070         * gdb.base/source-execution.exp: New file.
16071         * gdb.base/source-execution.gdb: New file.
16072
16073 2014-03-24  Doug Evans  <dje@google.com>
16074
16075         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16076         using fission.
16077
16078 2014-03-24  Hui Zhu  <hui@codesourcery.com>
16079             Pedro Alves  <palves@redhat.com>
16080
16081         PR breakpoints/16101
16082         * gdb.base/dprintf.exp: Use unsupported rather than changing the
16083         test pass/fail messages.  Detect missing support for dprintf when
16084         breakpoints are actually inserted.
16085         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16086         breakpoints are actually inserted.
16087         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16088         fails.
16089
16090 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
16091
16092         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16093
16094 2014-03-22  Doug Evans  <xdje42@gmail.com>
16095
16096         * gdb.python/python.exp (python not supported): Verify multi-line
16097         python command issues an error.
16098         * gdb.guile/guile.exp (guile not supported): Verify multi-line
16099         guile command issues an error.
16100
16101 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
16102
16103         * gdb.threads/thread-specific.exp: Handle the lack of usable
16104         $this_breakpoint and $this_thread.
16105
16106 2014-03-21  Hui Zhu  <hui@codesourcery.com>
16107
16108         * gdb.base/attach.exp (do_command_attach_tests): New.
16109
16110 2014-03-20  Tom Tromey  <tromey@redhat.com>
16111             Pedro Alves  <palves@redhat.com>
16112
16113         PR cli/15718
16114         * gdb.base/condbreak-call-false.c: New file.
16115         * gdb.base/condbreak-call-false.exp: New file.
16116
16117 2014-03-20  Pedro Alves  <palves@redhat.com>
16118
16119         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16120         Delete.
16121         (block_signals, unblock_signals): Delete.
16122         (child_function_2, main): Remove references to deleted variable
16123         and functions.
16124
16125 2014-03-20  Pedro Alves  <palves@redhat.com>
16126
16127         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16128         Use pthread_kill to signal thread 2.
16129         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16130         Adjust to make the test send itself a signal rather than using the
16131         host's "kill" command.
16132
16133 2014-03-20  Pedro Alves  <palves@redhat.com>
16134
16135         * gdb.threads/multiple-step-overs.c: New file.
16136         * gdb.threads/multiple-step-overs.exp: New file.
16137         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16138         Adjust expected infrun debug output.
16139
16140 2014-03-20  Pedro Alves  <palves@redhat.com>
16141
16142         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16143         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16144
16145 2014-03-20  Pedro Alves  <palves@redhat.com>
16146
16147         PR breakpoints/7143
16148         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16149         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
16150         of gdb_test_multiple.
16151         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16152         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16153
16154 2014-03-20  Pedro Alves  <palves@redhat.com>
16155
16156         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16157         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16158
16159 2014-03-19  Pedro Alves  <palves@redhat.com>
16160
16161         * gdb.base/async.exp: Remove early return.
16162
16163 2014-03-19  Pedro Alves  <palves@redhat.com>
16164
16165         * gdb.base/async.exp (step& tests): Pass explicit test messages.
16166
16167 2014-03-19  Pedro Alves  <palves@redhat.com>
16168
16169         * gdb.base/async.exp (test_background): Expect \r\n after
16170         "completed." in the fail pattern.
16171
16172 2014-03-19  Pedro Alves  <palves@redhat.com>
16173
16174         * gdb.base/async.exp (test_background): New procedure.
16175         Use it for all background execution command tests.
16176
16177 2014-03-19  Pedro Alves  <palves@redhat.com>
16178
16179         * gdb.base/async.exp: Use prepare_for_testing.
16180
16181 2014-03-19  Pedro Alves  <palves@redhat.com>
16182
16183         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
16184         the same line.
16185
16186 2014-03-19  Pedro Alves  <palves@redhat.com>
16187
16188         * gdb.base/async.c (main): Add "jump here" and "until here" line
16189         marker comments.
16190         * gdb.base/async.exp (jump_here): New global.
16191         (jump& test): Use it.
16192         (until_here): New global.
16193         (until& test): Use it.
16194
16195 2014-03-19  Pedro Alves  <palves@redhat.com>
16196
16197         * gdb.base/async.exp: Don't frob gdb_protocol.
16198
16199 2014-03-18  Doug Evans  <xdje42@gmail.com>
16200
16201         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
16202         Fix spelling of exec-done-display.
16203
16204 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
16205
16206         PR gdb/15358
16207         * gdb.base/gdb-sigterm.c: New file.
16208         * gdb.base/gdb-sigterm.exp: New file.
16209
16210 2014-03-18  Pedro Alves  <palves@redhat.com>
16211
16212         PR gdb/13860
16213         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16214         * lib/mi-support.exp (mi_expect_stop): Add special handling for
16215         solib-event.
16216
16217 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
16218
16219         * gdb.ada/pckd_arr_ren: New testcase.
16220
16221 2014-03-13  Doug Evans  <xdje42@gmail.com>
16222
16223         PR guile/16612
16224         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16225         collect after discarding symbols.
16226
16227 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
16228             Doug Evans  <xdje42@gmail.com>
16229
16230         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16231         to history survives a gc.
16232
16233 2014-03-13  Pedro Alves  <palves@redhat.com>
16234
16235         * gdb.base/default.exp: Don't test "target procfs".
16236
16237 2014-03-13  Pedro Alves  <palves@redhat.com>
16238
16239         * gdb.base/default.exp: Update "target child" and "target procfs"
16240         tests to not expect "Unix".
16241
16242 2014-03-12  Tom Tromey  <tromey@redhat.com>
16243
16244         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16245         New procs.  Add target-async tests.
16246         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16247         Add target-async tests.
16248
16249 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16250
16251         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16252         'func_start' and 'func_end' for the beginning and end of the
16253         function code, respectively.
16254         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16255         'func_end' instead of 'func' and 'main'.
16256
16257 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16258
16259         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16260         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16261         generate the debug info assembler source.
16262
16263 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16264
16265         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16266         * gdb.dwarf2/arr-subrange.exp: Likewise.
16267         * gdb.dwarf2/dwz.exp: Likewise.
16268         * gdb.dwarf2/method-ptr.exp: Likewise.
16269         * gdb.dwarf2/missing-sig-type.exp: Likewise.
16270         * gdb.dwarf2/subrange.exp: Likewise.
16271         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16272         * gdb.dwarf2/implptrpiece.exp: Likewise.
16273         * gdb.dwarf2/nostaticblock.exp: Likewise.
16274
16275 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16276
16277         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16278         directory to absolute path name arguments.
16279
16280 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
16281
16282         * gdb.ada/tagged_access: New testcase.
16283
16284 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
16285
16286         * gdb.btrace/data.exp: Update expected output.
16287
16288 2014-03-06  Yao Qi  <yao@codesourcery.com>
16289
16290         * gdb.trace/pr16508.exp: New file.
16291
16292 2014-03-05  Pedro Alves  <palves@redhat.com>
16293
16294         PR gdb/16575
16295         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16296         procedure.
16297         (top level): Adjust to use it.  Add tests that exercise breakpoint
16298         interaction with the code-cache.
16299
16300 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
16301
16302         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16303         test for 'history-append!'.
16304
16305 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16306
16307         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16308         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16309         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16310         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16311         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16312         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16313
16314 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16315
16316         * testsuite/gdb.python/py-pp-re-notag.c: New file.
16317         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16318         * testsuite/gdb.python/py-pp-re-notag.p: New file.
16319
16320 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16321
16322         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16323
16324 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16325
16326         * gdb.dwarf2/arr-stride.c: New file.
16327         * gdb.dwarf2/arr-stride.exp: New file.
16328
16329 2014-02-26  Pedro Alves  <palves@redhat.com>
16330
16331         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16332         that won't ever trigger.  Make sure that GDB reports the correct
16333         breakpoint that caused the stop.
16334
16335 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16336
16337         PR gdb/16626
16338         * gdb.base/auto-load-script: New file.
16339         * gdb.base/auto-load.c: New file.
16340         * gdb.base/auto-load.exp: New file.
16341
16342         PR gdb/16626
16343         * gdb.base/auto-load.exp: Fix out-of-srctree run.
16344
16345 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16346
16347         Fix dw2-icycle.exp -fsanitize=address GDB crash.
16348         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16349
16350 2014-02-24  Doug Evans  <dje@google.com>
16351
16352         * lib/gdb.exp (run_on_host): Log error output if program fails.
16353
16354 2014-02-21  Pedro Alves  <palves@redhat.com>
16355
16356         * gdb.threads/step-after-sr-lock.c: Rename to ...
16357         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16358         * gdb.threads/step-after-sr-lock.exp: Rename to ...
16359         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16360         ... this.
16361
16362 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
16363
16364         PR tdep/16397
16365         * gdb.arch/amd64-stap-special-operands.exp: New file.
16366         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16367         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16368         * gdb.arch/amd64-stap-triplet.S: Likewise.
16369         * gdb.arch/amd64-stap-triplet.c: Likewise.
16370
16371 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
16372
16373         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16374         in .section pseudo-op.
16375
16376 2014-02-20  lin zuojian  <manjian2006@gmail.com>
16377             Joel Brobecker  <brobecker@adacore.com>
16378             Doug Evans  <xdje42@gmail.com>
16379
16380         PR symtab/16581
16381         * gdb.dwarf2/dw2-icycle.S: New file.
16382         * gdb.dwarf2/dw2-icycle.c: New file.
16383         * gdb.dwarf2/dw2-icycle.exp: New file.
16384
16385 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
16386
16387         * gdb.python/py-value-cc.cc: Improve test case to enable testing
16388         operations on gdb.Value objects.
16389         * gdb.python/py-value-cc.exp: Add new test to test operations on
16390         gdb.Value objects.
16391
16392 2014-02-18  Doug Evans  <dje@google.com>
16393
16394         * Makefile.in (TESTS): New variable.
16395         (expanded_tests, expanded_tests_or_none): New variables
16396         (check-single): Pass $(expanded_tests_or_none) to runtest.
16397         (check-parallel): Only run tests in $(TESTS) if non-empty.
16398         (check/no-matching-tests-found): New rule.
16399         * README: Document TESTS makefile variable.
16400
16401 2014-02-18  Doug Evans  <dje@google.com>
16402
16403         * Makefile.in (check-parallel): rm -rf outputs temp.
16404
16405 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
16406
16407         Fix "ERROR: no fileid for" in the testsuite.
16408         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16409
16410 2014-02-12  Doug Evans  <dje@google.com>
16411
16412         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16413         (MISCELLANEOUS): New variable.
16414         (clean): rm -rf $(MISCELLANEOUS).
16415         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16416         dwp live in the same directory as symlinks, with each symlink pointed
16417         to a differently named file in a different directory.
16418
16419 2014-02-11  Doug Evans  <dje@google.com>
16420
16421         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16422         of Tcl file commands.
16423
16424 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
16425
16426         * gdb.threads/step-after-sr-lock.exp: Avoid executing
16427         "kill -SIGUSR1 -1".
16428
16429 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
16430
16431         * gdb.ada/tick_length_array_enum_idx: New testcase.
16432
16433 2014-02-10  Doug Evans  <xdje42@gmail.com>
16434
16435         * configure.ac (AC_OUTPUT): Add gdb.guile.
16436         * configure: Regenerate.
16437         * lib/gdb-guile.exp: New file.
16438         * lib/gdb.exp (get_target_charset): New function.
16439         * gdb.base/help.exp: Update expected output from "apropos apropos".
16440         * gdb.guile/Makefile.in: New file.
16441         * gdb.guile/guile.exp: New file.
16442         * gdb.guile/scm-arch.c: New file.
16443         * gdb.guile/scm-arch.exp: New file.
16444         * gdb.guile/scm-block.c: New file.
16445         * gdb.guile/scm-block.exp: New file.
16446         * gdb.guile/scm-breakpoint.c: New file.
16447         * gdb.guile/scm-breakpoint.exp: New file.
16448         * gdb.guile/scm-disasm.c: New file.
16449         * gdb.guile/scm-disasm.exp: New file.
16450         * gdb.guile/scm-equal.c: New file.
16451         * gdb.guile/scm-equal.exp: New file.
16452         * gdb.guile/scm-error.exp: New file.
16453         * gdb.guile/scm-error.scm: New file.
16454         * gdb.guile/scm-frame-args.c: New file.
16455         * gdb.guile/scm-frame-args.exp: New file.
16456         * gdb.guile/scm-frame-args.scm: New file.
16457         * gdb.guile/scm-frame-inline.c: New file.
16458         * gdb.guile/scm-frame-inline.exp: New file.
16459         * gdb.guile/scm-frame.c: New file.
16460         * gdb.guile/scm-frame.exp: New file.
16461         * gdb.guile/scm-generics.exp: New file.
16462         * gdb.guile/scm-gsmob.exp: New file.
16463         * gdb.guile/scm-iterator.c: New file.
16464         * gdb.guile/scm-iterator.exp: New file.
16465         * gdb.guile/scm-math.c: New file.
16466         * gdb.guile/scm-math.exp: New file.
16467         * gdb.guile/scm-objfile-script-gdb.in: New file.
16468         * gdb.guile/scm-objfile-script.c: New file.
16469         * gdb.guile/scm-objfile-script.exp: New file.
16470         * gdb.guile/scm-objfile.c: New file.
16471         * gdb.guile/scm-objfile.exp: New file.
16472         * gdb.guile/scm-ports.exp: New file.
16473         * gdb.guile/scm-pretty-print.c: New file.
16474         * gdb.guile/scm-pretty-print.exp: New file.
16475         * gdb.guile/scm-pretty-print.scm: New file.
16476         * gdb.guile/scm-section-script.c: New file.
16477         * gdb.guile/scm-section-script.exp: New file.
16478         * gdb.guile/scm-section-script.scm: New file.
16479         * gdb.guile/scm-symbol.c: New file.
16480         * gdb.guile/scm-symbol.exp: New file.
16481         * gdb.guile/scm-symtab-2.c: New file.
16482         * gdb.guile/scm-symtab.c: New file.
16483         * gdb.guile/scm-symtab.exp: New file.
16484         * gdb.guile/scm-type.c: New file.
16485         * gdb.guile/scm-type.exp: New file.
16486         * gdb.guile/scm-value-cc.cc: New file.
16487         * gdb.guile/scm-value-cc.exp: New file.
16488         * gdb.guile/scm-value.c: New file.
16489         * gdb.guile/scm-value.exp: New file.
16490         * gdb.guile/source2.scm: New file.
16491         * gdb.guile/types-module.cc: New file.
16492         * gdb.guile/types-module.exp: New file.
16493
16494 2014-02-10  Yao Qi  <yao@codesourcery.com>
16495
16496         PR testsuite/16543
16497         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16498         * configure: Regenerated.
16499         * Makefile.in: New file.
16500
16501 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
16502
16503         * gdb.python/py-framefilter.exp: Fix typo.
16504
16505 2014-02-08  Yao Qi  <yao@codesourcery.com>
16506
16507         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16508         that no =breakpoint-modified is emitted when breakpoints are
16509         modified through MI commands.
16510
16511 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
16512             Pedro Alves  <palves@redhat.com>
16513
16514         * gdb.threads/step-after-sr-lock.c: New file.
16515         * gdb.threads/step-after-sr-lock.exp: New file.
16516
16517 2014-02-07  Pedro Alves  <palves@redhat.com>
16518
16519         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16520
16521 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
16522
16523         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16524         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16525
16526 2014-02-06  Doug Evans  <xdje42@gmail.com>
16527
16528         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16529         output.
16530
16531         * gdb.gdb/python-interrupts.exp: New file.
16532
16533 2014-02-05  Yao Qi  <yao@codesourcery.com>
16534
16535         * gdb.trace/report.exp (use_collected_data): Test the output
16536         of "info threads" and "info inferiors".
16537
16538 2014-02-05  Yao Qi  <yao@codesourcery.com>
16539
16540         Revert this patch:
16541
16542         2013-05-24  Yao Qi  <yao@codesourcery.com>
16543
16544         * gdb.trace/tfile.exp: Test inferior and thread.
16545
16546 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16547
16548         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16549         on a function.
16550         * gdb.base/step-bt.c: Call hello via function pointer to make
16551         sure its first instruction is executed on powerpc64le-linux.
16552
16553 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16554
16555         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16556
16557 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16558
16559         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
16560         of the test patterns for use on little-endian systems.
16561
16562 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16563
16564         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16565         (decimal_vector): Fix for little-endian.
16566
16567 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
16568
16569         * gdb.arch/sparc-sysstep.exp: New file.
16570         * gdb.arch/sparc-sysstep.c: Likewise.
16571
16572         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16573
16574 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
16575
16576         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16577
16578 2014-01-23  Tom Tromey  <tromey@redhat.com>
16579
16580         * gdb.ada/array_char_idx: New testcase.
16581
16582 2014-01-23  Tom Tromey  <tromey@redhat.com>
16583
16584         PR python/16487:
16585         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16586         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16587         classes.
16588
16589 2014-01-23  Tom Tromey  <tromey@redhat.com>
16590
16591         PR python/16491:
16592         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16593         string from an inferior frame.
16594         * gdb.python/py-framefilter-mi.exp: Update.
16595
16596 2014-01-22  Doug Evans  <dje@google.com>
16597
16598         * gdb.server/server-mon.exp: Add tests for "set debug-format".
16599
16600 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16601
16602         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16603
16604 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16605
16606         * gdb.trace/entry-values.exp: Remove excess space character from
16607         regex patterns.  Handle s390 call instruction.
16608
16609 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16610
16611         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16612         define "*_start" label.  Make "name" static.
16613         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16614         ${name} by references to ${name}_start.
16615
16616 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16617
16618         * gdb.base/info-macros.exp: Remove "debug" from the compile
16619         options.
16620
16621 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16622
16623         * gdb.dlang/demangle.exp: New file.
16624
16625 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16626
16627         * gdb.dlang/primitive-types.exp: New file.
16628
16629 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16630
16631         * configure.ac: Create gdb.dlang/Makefile.
16632         * configure: Regenerate.
16633         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16634         * gdb.dlang/Makefile.in: New file.
16635         * lib/d-support.exp: New file.
16636         * lib/gdb.exp (skip_d_tests): New proc.
16637
16638 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16639
16640         * gdb.btrace/delta.exp: Check reverse stepi.
16641         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
16642         * gdb.btrace/finish.exp: New.
16643         * gdb.btrace/next.exp: New.
16644         * gdb.btrace/nexti.exp: New.
16645         * gdb.btrace/record_goto.c: Add comments.
16646         * gdb.btrace/step.exp: New.
16647         * gdb.btrace/stepi.exp: New.
16648         * gdb.btrace/multi-thread-step.c: New.
16649         * gdb.btrace/multi-thread-step.exp: New.
16650         * gdb.btrace/rn-dl-bind.c: New.
16651         * gdb.btrace/rn-dl-bind.exp: New.
16652         * gdb.btrace/data.c: New.
16653         * gdb.btrace/data.exp: New.
16654         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16655
16656 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16657
16658         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16659         * gdb.btrace/exception.exp: Update.
16660         * gdb.btrace/instruction_history.exp: Update.
16661         * gdb.btrace/record_goto.exp: Update.
16662         * gdb.btrace/tailcall.exp: Update.
16663         * gdb.btrace/unknown_functions.exp: Update.
16664         * gdb.btrace/delta.exp: New.
16665
16666 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16667
16668         * gdb.btrace/record_goto.exp: Add backtrace test.
16669         * gdb.btrace/tailcall.exp: Add backtrace test.
16670
16671 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16672
16673         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16674         * gdb.btrace/record_goto.c: New.
16675         * gdb.btrace/record_goto.exp: New.
16676         * gdb.btrace/x86-record_goto.S: New.
16677
16678 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16679
16680         * gdb.btrace/function_call_history.exp: Update tests.
16681         * gdb.btrace/instruction_history.exp: Update tests.
16682
16683 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16684
16685         * gdb.btrace/function_call_history.exp: Fix expected field
16686         order for "record function-call-history".
16687         Add new tests for "record function-call-history /c".
16688         * gdb.btrace/exception.cc: New.
16689         * gdb.btrace/exception.exp: New.
16690         * gdb.btrace/tailcall.exp: New.
16691         * gdb.btrace/x86-tailcall.S: New.
16692         * gdb.btrace/x86-tailcall.c: New.
16693         * gdb.btrace/unknown_functions.c: New.
16694         * gdb.btrace/unknown_functions.exp: New.
16695         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16696
16697 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16698
16699         * gdb.btrace/instruction_history.exp: Update.
16700         * gdb.btrace/function_call_history.exp: Update.
16701
16702 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16703
16704         * gdb.btrace/function_call_history.exp: Fix expected function
16705         trace.
16706         * gdb.btrace/instruction_history.exp: Initialize traced.
16707         Remove traced_functions.
16708
16709 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16710
16711         * gdb.btrace/function_call_history.exp: Update
16712         * gdb.btrace/instruction_history.exp: Update.
16713
16714 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16715
16716         * gdb.btrace/enable.exp: Update expected text.
16717
16718 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
16719
16720         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16721         bytes.
16722
16723 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
16724
16725         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16726
16727 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
16728
16729         * lib/gdb.exp (supports_process_record): Return true for
16730         arm*-linux*.  (supports_reverse): Likewise.
16731
16732 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
16733
16734         PR python/15464
16735         PR python/16113
16736         * gdb.python/py-type.c: Enhance test case.
16737         * gdb.python/py-value-cc.cc: Likewise
16738         * gdb.python/py-type.exp: Add new tests.
16739         * gdb.python/py-value-cc.exp: Likewise
16740
16741 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16742             Pedro Alves <palves@redhat.com>
16743
16744         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16745         Make "name" extern.
16746         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16747         references to ${name}_start by references to ${name}.
16748
16749 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
16750
16751         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16752
16753 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
16754
16755         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16756
16757 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
16758             Pedro Alves  <palves@redhat.com>
16759
16760         * gdb.mi/mi-info-os.exp: Connect to the target with
16761         mi_gdb_target_load.
16762
16763 2014-01-08  Pedro Alves  <palves@redhat.com>
16764
16765         * gdb.threads/reconnect-signal.c: New file.
16766         * gdb.threads/reconnect-signal.exp: New file.
16767
16768 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
16769
16770         * gdb.base/source-dir.exp: New file.
16771
16772 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16773
16774         * gdb.ada/mi_interface: New testcase.
16775
16776 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16777
16778         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16779         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16780         gdb.ada/pp-rec-component/pck.ads: New files.
16781
16782 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16783
16784         * gdb.python/py-pp-integral.c: New file.
16785         * gdb.python/py-pp-integral.py: New file.
16786         * gdb.python/py-pp-integral.exp: New file.
16787
16788 For older changes see ChangeLog-1993-2013.
16789 \f
16790 ;; Local Variables:
16791 ;; mode: change-log
16792 ;; left-margin: 8
16793 ;; fill-column: 74
16794 ;; version-control: never
16795 ;; End:
16796
16797     Copyright 2014-2019 Free Software Foundation, Inc.
16798   Copying and distribution of this file, with or without modification,
16799   are permitted provided the copyright notice and this notice are preserved.