Add Objfile.lookup_{global,static}_symbol functions
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2019-07-29  Christian Biesinger  <cbiesinger@google.com>
2
3         * gdb.python/py-objfile.c: Add global and static vars.
4         * gdb.python/py-objfile.exp: Test new functions Objfile.
5           lookup_global_symbol and lookup_static_symbol.
6
7 2019-07-29  Tom Tromey  <tom@tromey.com>
8
9         * lib/tuiterm.exp (Term::_csi_@): New proc.
10         (Term::_csi_X): Don't move cursor.
11
12 2019-07-29  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
13
14         * gdb.base/options.exp: Update backtrace - completion to
15         new option -frame-info.
16         * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
17         Test new 'set print frame-info'.  Test backtrace -frame-info
18         overriding 'set print frame-info'.
19         * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
20         Test new 'set print frame-info'.
21         Verify consistency of backtrace with and without filters, with and
22         without -no-filters.
23         * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
24         default.
25
26 2019-07-29  Tom de Vries  <tdevries@suse.de>
27
28         * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
29         no arguments".
30
31 2019-07-29  Tom de Vries  <tdevries@suse.de>
32
33         * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
34         is a substring of the first for "complete non-unique file name".
35
36 2019-07-29  Tom de Vries  <tdevries@suse.de>
37
38         * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
39         with ".*".
40
41 2019-07-29  Tom de Vries  <tdevries@suse.de>
42
43         * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
44         Pass prompt_regexp parameter to gdb_test_multiple calls.
45
46 2019-07-29  Tom de Vries  <tdevries@suse.de>
47
48         * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
49           print registers" regexps.
50
51 2019-07-29  Tom de Vries  <tdevries@suse.de>
52
53         * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
54
55 2019-07-29  Tom de Vries  <tdevries@suse.de>
56
57         PR gdb/24855
58         * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
59         (skip_python_tests_prompt): Add prompt_regexp argument to
60         gdb_test_multiple calls.
61
62 2019-07-27  Tom Tromey  <tom@tromey.com>
63
64         * gdb.tui/main.exp: New file.
65
66 2019-07-27  Tom Tromey  <tom@tromey.com>
67
68         * lib/tuiterm.exp (Term::clean_restart): Make "executable"
69         optional.
70         * gdb.tui/empty.exp: New file.
71
72 2019-07-27  Tom Tromey  <tom@tromey.com>
73
74         * lib/tuiterm.exp (spawn): New proc.
75         (Term::resize): New proc.
76         * gdb.tui/resize.exp: New file.
77
78 2019-07-27  Tom Tromey  <tom@tromey.com>
79
80         * gdb.tui/list.exp: New file.
81
82 2019-07-27  Tom Tromey  <tom@tromey.com>
83
84         * gdb.tui/regs.exp: New file.
85
86 2019-07-27  Tom Tromey  <tom@tromey.com>
87
88         * gdb.tui/basic.exp: Add "layout split" test.
89
90 2019-07-27  Tom Tromey  <tom@tromey.com>
91
92         * gdb.tui/basic.exp: Add "layout asm" test.
93
94 2019-07-27  Tom Tromey  <tom@tromey.com>
95
96         * lib/tuiterm.exp: New file.
97         * gdb.tui/basic.exp: New file.
98
99 2019-07-27  Kevin Buettner  <kevinb@redhat.com>
100
101         * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
102         Enable tests associated with this flag.  Adjust regex
103         referencing "foo_low" to now refer to "foo_cold" instead.
104
105 2019-07-27  Kevin Buettner  <kevinb@redhat.com>
106
107         * gdb.dwarf2/dw2-ranges-func.c: Rename to...
108         * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
109         * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
110         foo_cold.  Revise comments to match.
111         * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
112         * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
113         were wrapped into this proc; Call do_test in loop from outermost
114         level.
115         (foo_low): Rename all occurrences to "foo_cold".
116         (backtrace from baz): New test.
117         (x2/i foo_cold): New test.
118         (info line *foo_cold): New test.
119
120 2019-07-26  Tom de Vries  <tdevries@suse.de>
121
122         * gdb.arch/i386-pkru.exp: Fix unterminated string.
123
124 2019-07-25  Tom de Vries  <tdevries@suse.de>
125
126         PR testsuite/24830
127         * gdb.mi/mi-catch-cpp-exceptions.exp: Call
128         mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
129         * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
130         (skip_libstdcxx_probe_tests): ... here.
131         * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
132
133 2019-07-24  Tom de Vries  <tdevries@suse.de>
134
135         PR testsuite/24807
136         * gdb.objc/basicclass.m: Include stdio.h.
137         * gdb.objc/nondebug.m: Same.
138         * gdb.objc/objcdecode.m: Same.
139
140 2019-07-24  Tom de Vries  <tdevries@suse.de>
141
142         PR testsuite/24612
143         * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
144         additional_flags.
145
146 2019-07-24  Tom de Vries  <tdevries@suse.de>
147
148         PR testsuite/24831
149         * gdb.multi/tids.exp: Update error messages for info threads.
150
151 2019-07-24  Tom de Vries  <tdevries@suse.de>
152
153         * gdb.base/info-types.exp: Allow info types to print info for more than
154         one file.
155
156 2019-07-23  Tom de Vries  <tdevries@suse.de>
157
158         PR testsuite/24842
159         * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
160         gdb_spawn_with_cmdline_opts.
161
162 2019-07-23  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
163
164         * gdb.arch/arm-cmse-sgstubs.c: New test.
165         * gdb.arch/arm-cmse-sgstubs.exp: New file.
166
167 2019-07-23  Tom de Vries  <tdevries@suse.de>
168
169         PR testsuite/24711
170         * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
171         issuing next command.
172
173 2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
174
175         * gdb.ada/info_auto_lang.exp: Update expected results.
176         * gdb.base/info-types.c: Add additional types to check.
177         * gdb.base/info-types.exp: Update expected results.
178
179 2019-07-22  Andrew Burgess  <andrew.burgess@embecosm.com>
180
181         * gdb.base/info-types.c: New file.
182         * gdb.base/info-types.exp: New file.
183
184 2019-07-19  Andrew Burgess  <andrew.burgess@embecosm.com>
185
186         * gdb.arch/riscv-bp-infcall.c: New file.
187         * gdb.arch/riscv-bp-infcall.exp: New file.
188
189 2019-07-17  Andrew Burgess  <andrew.burgess@embecosm.com>
190
191         PR breakpoints/24541
192         * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
193
194 2019-07-14  Tom de Vries  <tdevries@suse.de>
195
196         PR testsuite/24760
197         * gdb.objc/basicclass.exp: Fix unterminated string.
198
199 2019-07-12  Bernhard Heckel  <bernhard.heckel@intel.com>
200             Andrew Burgess  <andrew.burgess@embecosm.com>
201
202         * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
203         * gdb.fortran/vla-sizeof.exp: Print the size of an array with
204         negative bounds.
205         * gdb.fortran/vla-value.exp: Print elements of an array with
206         negative bounds.
207         * gdb.fortran/vla.f90: Setup an array with negative bounds for
208         testing.
209
210 2019-07-11  Andrew Burgess  <andrew.burgess@embecosm.com>
211
212         * gdb.base/options.exp (expect_string): Dequote strings in
213         results.
214         (test-string): Test strings with different quoting and reindent.
215
216 2019-07-10  Tom Tromey  <tromey@adacore.com>
217
218         * gdb.ada/mi_ex_cond.exp: Update expected results.
219         * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
220         * gdb.ada/mi_catch_ex.exp: Update expected results.
221         * gdb.ada/mi_catch_assert.exp: Update expected results.
222         * gdb.ada/catch_ex.exp (catch_exception_info)
223         (catch_exception_entry, catch_assert_entry)
224         (catch_unhandled_entry): Update.
225         * gdb.ada/catch_assert_if.exp: Update expected results.
226
227 2019-07-10  Richard Bunt  <richard.bunt@arm.com>
228         Stephen Roberts  <stephen.roberts@arm.com>
229
230         * gdb.base/define.exp: Restore original prompt.
231
232 2019-07-09  Pedro Alves  <palves@redhat.com>
233
234         * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
235         breakpoints" output.
236         * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
237         * gdb.python/py-breakpoint.exp: No longer expect that "catch
238         throw" creates breakpoint.
239         * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
240         'type="catchpoint"'.
241
242 2019-07-09  Pedro Alves  <palves@redhat.com>
243
244         PR c++/15468
245         * gdb.cp/except-multi-location-lib.cc: New.
246         * gdb.cp/except-multi-location-main.cc: New.
247         * gdb.cp/except-multi-location.exp: New.
248
249 2019-07-09  Sergio Durigan Junior  <sergiodj@redhat.com>
250
251         * gdb.base/printcmds.exp (test_printf_convenience_var): Set
252         language to "c++" before dealing with wchar_t.  Remove DO_WSTRING
253         argument and update callers.
254
255 2019-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
256
257         * gdb.arch/amd64-break-on-asm-line.S: New file.
258         * gdb.arch/amd64-break-on-asm-line.exp: New file.
259
260 2019-07-08  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
261
262         * gdb.base/printcmds.exp: Test printing C string and
263         C wide string convenience vars without transiting via the inferior.
264         Also make test names unique.
265
266 2019-07-08  Alan Hayward  <alan.hayward@arm.com>
267
268         * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
269
270 2019-07-04  Pedro Alves  <palves@redhat.com>
271
272         * lib/gdb.exp (foreach_with_prefix): Don't return early if
273         body returned ok(0), break(3) or continue(4).
274         * gdb.testsuite/foreach_with_prefix.exp: New file.
275
276 2019-07-04  Alan Hayward  <alan.hayward@arm.com>
277
278         * gdb.server/unittest.exp: Allow 0 unit tests to run.
279
280 2019-07-03  Pedro Alves  <palves@redhat.com>
281
282         * lib/gdb.exp (foreach_with_prefix): Use "catch" and
283         "return -code".
284
285 2019-07-03  Pedro Alves  <palves@redhat.com>
286
287         PR cli/24732
288         * gdb.base/shell.exp: Load completion-support.exp.
289         Adjust expected error output.  Add completion tests.
290
291 2019-07-03  Pedro Alves  <palves@redhat.com>
292
293         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
294         string_to_regexp.
295
296 2019-07-03  Pedro Alves  <palves@redhat.com>
297
298         * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
299         (expect_integer): Adjust to expect "-string".
300         (expect_string): New.
301         (all_options): Expect "-string".
302         (test-flag, test-boolean): Adjust to expect "-string".
303         (test-string): New proc.
304         (top level): Call it.
305
306 2019-07-03  Pedro Alves  <palves@redhat.com>
307
308         * gdb.base/options.exp (test-misc, test-flag, test-boolean)
309         (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
310         the expected output in the success.
311
312 2019-07-03  Pedro Alves  <palves@redhat.com>
313
314         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
315         Split one gdb_test_multiple call in two to avoid a race.
316
317 2019-07-03  Pedro Alves  <palves@redhat.com>
318
319         * gdb.base/with.c: New file.
320         * gdb.base/with.exp: New file.
321
322 2019-07-03  Pedro Alves  <palves@redhat.com>
323
324         * gdb.base/settings.exp: Replace all references to "maint
325         test-settings set" with references to "maint set test-settings",
326         and all references to "maint test-settings show" with references
327         to "maint show test-settings".
328
329 2019-07-03  Pedro Alves  <palves@redhat.com>
330
331         * gdb.base/settings.exp (test-string): Adjust expected out when
332         testing "maint test-settings show filename"
333
334 2019-07-02  Pedro Alves  <palves@redhat.com>
335
336         * gdb.base/options.exp (test-info-threads): New procedure.
337         (top level): Call it.
338
339 2019-06-28  Tom Tromey  <tromey@adacore.com>
340
341         * gdb.dwarf2/ada-linkage-name.c: New file.
342         * gdb.dwarf2/ada-linkage-name.exp: New file.
343
344 2019-06-27  Tom Tromey  <tromey@adacore.com>
345
346         * gdb.cp/constexpr-field.exp: Use setup_xfail.
347
348 2019-06-26  Tom de Vries  <tdevries@suse.de>
349
350         * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
351
352 2019-06-26  Tom de Vries  <tdevries@suse.de>
353
354         * gdb.base/index-cache.exp: Add back missing debug option.
355
356 2019-06-23  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
357
358         * gdb.base/alias.exp: Test non matching/non existing prefixes.
359
360 2019-06-25  Tom de Vries  <tdevries@suse.de>
361
362         PR testsuite/24727
363         * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
364
365 2019-06-24  Tom de Vries  <tdevries@suse.de>
366
367         * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
368
369 2019-06-24  Tom de Vries  <tdevries@suse.de>
370
371         * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
372         DW_FOR_sdata for DW_AT_decl_file.  Use 0 for DW_AT_decl_file.
373         * gdb.trace/unavailable-dwarf-piece.exp: Same.
374
375 2019-06-24  Tom de Vries  <tdevries@suse.de>
376
377         * gdb.dwarf2/inlined_subroutine-inheritance.exp:
378
379 2019-06-21  Tom de Vries  <tdevries@suse.de>
380
381         * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
382
383 2019-06-21  Tom de Vries  <tdevries@suse.de>
384
385         PR testsuite/24518
386         PR ada/24713
387         * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
388         index.
389
390 2019-06-19  Tom Tromey  <tromey@adacore.com>
391
392         * gdb.ada/length_cond.exp: Add intro comment.
393
394 2019-06-19  Tom Tromey  <tromey@adacore.com>
395
396         * gdb.ada/length_cond.exp: New file.
397         * gdb.ada/length_cond/length_cond.adb: New file.
398         * gdb.ada/length_cond/pck.adb: New file.
399         * gdb.ada/length_cond/pck.ads: New file.
400
401 2019-06-18  Tom de Vries  <tdevries@suse.de>
402
403         * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
404
405 2019-06-18  Tom Tromey  <tromey@adacore.com>
406
407         * gdb.base/list0.h: Add comment explaining control character.
408
409 2019-06-18  Tom de Vries  <tdevries@suse.de>
410
411         * boards/fission.exp: Break up long debug_flags line.
412
413 2019-06-16  Tom de Vries  <tdevries@suse.de>
414
415         PR gdb/24445
416         * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
417         generated index.
418
419 2019-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
420
421         PR gdb/24686
422         * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
423         improve detection of bug gdb/24541.
424
425 2019-06-16  Simon Marchi  <simon.marchi@polymtl.ca>
426
427         PR gdb/24669
428         * gdb.base/index-cache.exp (uses_readnow,
429         expecting_index_cache_use): Define global variable.
430         (test_cache_enabled_miss, test_cache_enabled_hit): Use
431         expecting_index_cache_use.
432
433 2019-06-16  Bernhard Heckel  <bernhard.heckel@intel.com>
434             Andrew Burgess  <andrew.burgess@embecosm.com>
435
436         * gdb.fortran/pointers.f90: New file.
437         * gdb.fortran/print_type.exp: New file.
438         * gdb.fortran/vla-ptype.exp: Adapt expected results.
439         * gdb.fortran/vla-type.exp: Likewise.
440         * gdb.fortran/vla-value.exp: Likewise.
441         * gdb.mi/mi-vla-fortran.exp: Likewise.
442
443 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
444
445         * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
446         * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
447         * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
448         as a stop reason.
449
450 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
451
452         * gdb.base/annota1.exp: Update expected results.
453         * gdb.cp/annota2.exp: Likewise.
454         * gdb.cp/annota3.exp: Likewise.
455
456 2019-06-15  Andrew Burgess  <andrew.burgess@embecosm.com>
457
458         * gdb.base/style-logging.exp: Remove path from test name.
459
460 2019-06-14  Tom Tromey  <tromey@adacore.com>
461
462         PR gdb/24502:
463         * gdb.base/style-logging.exp: New file.
464
465 2019-06-14  Tom Tromey  <tromey@adacore.com>
466
467         * gdb.base/symfile-warn.exp: New file.
468         * gdb.base/symfile-warn.c: New file.
469
470 2019-06-14  Tom Tromey  <tromey@adacore.com>
471
472         * gdb.base/annotate-symlink.exp: New file.
473
474 2019-06-14  Tom Tromey  <tromey@adacore.com>
475
476         * gdb.ada/set_wstr.exp: Add reassignment test.
477
478 2019-06-14  Tom Tromey  <tromey@adacore.com>
479
480         * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
481         'unchecked_access and 'unrestricted_access as well.
482
483 2019-06-14  Tom Tromey  <tromey@adacore.com>
484
485         PR ada/24539:
486         * gdb.ada/vla.exp: Update tests.
487         * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
488         pragma.
489
490 2019-06-13  Pedro Alves  <palves@redhat.com>
491
492         * gdb.base/settings.exp (test-integer): Test junk after
493         "unlimited".
494
495 2019-06-13  Pedro Alves  <palves@redhat.com>
496
497         * gdb.base/options.exp (test-thread-apply): New.
498         (top level): Call it.
499
500 2019-06-13  Pedro Alves  <palves@redhat.com>
501
502         * gdb.base/options.exp (test-frame-apply): New.
503         (top level): Test print commands with different "frame apply"
504         prefixes.
505
506 2019-06-13  Pedro Alves  <palves@redhat.com>
507
508         * lib/completion-support.exp (test_gdb_complete_tab_multiple)
509         (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
510         'max_completions' parameter and handle it.
511         (test_gdb_completion_offers_commands): New.
512
513 2019-06-13  Pedro Alves  <palves@redhat.com>
514
515         * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
516
517 2019-06-13  Pedro Alves  <palves@redhat.com>
518
519         * gdb.base/options.exp (test-backtrace): New.
520         (top level): Call it.
521
522 2019-06-13  Pedro Alves  <palves@redhat.com>
523
524         * gdb.guile/scm-frame-args.exp: Use "set print
525         raw-frame-arguments" instead of "set print raw frame-arguments".
526         * gdb.python/py-frame-args.exp: Likewise.
527
528 2019-06-13  Pedro Alves  <palves@redhat.com>
529
530         * gdb.compile/compile.exp: Adjust expected output to option
531         processing changes.
532
533 2019-06-13  Pedro Alves  <palves@redhat.com>
534
535         * gdb.base/options.exp: Build executable.
536         (test-print): New procedure.
537         (top level): Call it, once for "print" and another for "compile
538         print".
539
540 2019-06-13  Pedro Alves  <palves@redhat.com>
541
542         * gdb.base/options.c: New file.
543         * gdb.base/options.exp: New file.
544
545 2019-06-13  Pedro Alves  <palves@redhat.com>
546
547         * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
548         that "o" is ambiguous.
549
550 2019-06-13  Pedro Alves  <palves@redhat.com>
551
552         * gdb.base/settings.c: New file.
553         * gdb.base/settings.exp: New file.
554
555 2019-06-13  Pedro Alves  <palves@redhat.com>
556
557         * gdb.base/completion.exp: Fix comment typo.
558
559 2019-06-13  Pedro Alves  <palves@redhat.com>
560
561         * gdb.multi/tids.exp: Adjust expected output.  Add "thread apply 1
562         foo --1" test.
563
564 2019-06-11  Bernhard Heckel  <bernhard.heckel@intel.com>
565
566         * gdb.fortran/block-data.f: New.
567         * gdb.fortran/block-data.exp: New.
568
569 2019-06-11  Tom de Vries  <tdevries@suse.de>
570
571         PR testsuite/24521
572         * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
573         message.
574
575 2019-06-11  Tom de Vries  <tdevries@suse.de>
576
577         PR testsuite/24521
578         * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
579
580 2019-06-11  Tom de Vries  <tdevries@suse.de>
581
582         * boards/readnow.exp: New file.
583
584 2019-06-10  Andrew Burgess  <andrew.burgess@embecosm.com>
585
586         * gdb.fortran/vla-sizeof.exp: Update expected results.
587
588 2019-06-06  Amos Bird  <amosbird@gmail.com>
589
590         * gdb.base/annota1.exp (thread_switch): Add test for
591         thread-exited annotation.
592
593 2019-06-06  Tom Tromey  <tromey@adacore.com>
594
595         * gdb.base/maint.exp: Expect command started/finished output.
596
597 2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
598
599         * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
600         comment.
601         * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
602
603 2019-06-05  Andrew Burgess  <andrew.burgess@embecosm.com>
604
605         * gdb.arch/riscv-unwind-long-insn-6.s: New file.
606         * gdb.arch/riscv-unwind-long-insn-8.s: New file.
607         * gdb.arch/riscv-unwind-long-insn.c: New file.
608         * gdb.arch/riscv-unwind-long-insn.exp: New file.
609
610 2019-06-04  Christian Biesinger  <cbiesinger@google.com>
611
612         * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
613
614 2019-06-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
615
616         * lib/gdb.exp (help_list_trailer): New regexp variable
617         factorizing the help trailer message.
618         (test_class_help): Use help_list_trailer.  Add LIST_OF_COMMANDS
619         arg to allow to better factorize various tests.
620         (test_user_defined_class_help): Factorizes testing 'help user-defined'.
621         (test_prefix_command_help): Use help_list_trailer.
622         * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
623         * gdb.guile/scm-cmd.exp: Likewise.
624         * gdb.trace/tracecmd.exp: Update caller of test_class_help.
625         * gdb.base/help.exp: Use test_user_defined_class_help.
626         * gdb.base/style.exp: Add tests for styling of help and apropos.
627         * lib/gdb-utils.exp (style): Add title and highlight styles.
628
629 2019-05-31  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
630
631         * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
632         $_shell_exitsignal.
633         * gdb.base/default.exp: Update for new convenience variables.
634
635 2019-05-29  Tom Tromey  <tromey@adacore.com>
636
637         * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
638         to "break complete ada" test case's regexp.
639
640 2019-05-29  Tom Tromey  <tromey@adacore.com>
641
642         PR c++/20020:
643         * gdb.cp/constexpr-field.exp: New file.
644         * gdb.cp/constexpr-field.cc: New file.
645
646 2019-05-29  Tom Tromey  <tromey@adacore.com>
647
648         * gdb.base/finish.exp (finish_no_print): New proc.
649         (finish_tests): Call it.
650
651 2019-05-24  Tom de Vries  <tdevries@suse.de>
652
653         * gdb.dwarf2/gdb-add-index.exp: New file.
654
655 2019-05-22  Tom Tromey  <tromey@adacore.com>
656
657         * gdb.base/info-shared.exp (check_info_shared): Use "style".
658         * gdb.base/style.exp: Use "style".
659         * lib/gdb-utils.exp (style): New proc.
660
661 2019-05-22  Tom de Vries  <tdevries@suse.de>
662
663         * gdb.base/align.exp: Require c++11.
664
665 2019-05-22  Tom de Vries  <tdevries@suse.de>
666
667         PR testsuite/24586
668         * gdb.python/py-mi-var-info-path-expression.exp: Call
669         mi_skip_python_tests to check if python is supported.
670
671 2019-05-22  Alan Hayward  <alan.hayward@arm.com>
672
673         * gdb.arch/aarch64-pauth.c: New test.
674         * gdb.arch/aarch64-pauth.exp: New file.
675
676 2019-05-22  Alan Hayward  <alan.hayward@arm.com>
677
678         * README (Re-running Tests Outside The Testsuite): New section.
679
680 2019-05-21  Tom de Vries  <tdevries@suse.de>
681
682         * gdb.arch/amd64-eval.exp: Require c++11.
683         * gdb.base/max-depth.exp: Same.
684         * gdb.compile/compile-cplus-array-decay.exp: Same.
685         * gdb.cp/meth-typedefs.exp: Same.
686         * gdb.cp/subtypes.exp: Same.
687         * gdb.cp/temargs.exp: Same.
688
689 2019-05-21  Alan Hayward  <alan.hayward@arm.com>
690
691         * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
692
693 2019-05-18  Andrew Burgess  <andrew.burgess@embecosm.com>
694
695         PR gdb/18644
696         * gdb.fortran/complex.exp: Remove setup_kfail calls.
697         * gdb.fortran/printing-types.exp: Add new test.
698         * gdb.fortran/printing-types.f90: Add 16-byte real variable for
699         testing.
700         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
701         setup_kfail call.
702
703 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
704
705         * README (Running the Testsuite): Change example.
706         (Testsuite Parameters): Remove TRANSCRIPT.
707         * lib/gdb.exp: Remove TRANSCRIPT check.
708
709 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
710
711         * README (Testsuite Parameters): Add replay logging to
712         GDBSERVER_DEBUG.
713         (gdbserver,debug): Refer to GDBSERVER_DEBUG.
714         * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
715         as a comma separated list.
716         (gdb_debug_init): Override procedure.
717
718 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
719
720         * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
721         (gdb_write_cmd_file): New procedure.
722         * lib/gdbserver-support.exp (gdbserver_start): Call
723         gdbserver_write_cmd_file.
724         (gdbserver_write_cmd_file): New procedure.
725
726 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
727
728         * lib/gdb.exp (gdb_unload): Mark Y as an answer.
729         (delete_breakpoints): Likewise.
730         (gdb_run_cmd): Likewise.
731         (gdb_start_cmd): Likewise.
732         (gdb_starti_cmd): Likewise.
733         (gdb_internal_error_resync): Likewise.
734         (gdb_test_multiple): Likewise.
735         (gdb_reinitialize_dir): Likewise.
736         (default_gdb_exit): Likewise.
737         (gdb_file_cmd): Mark kill as optional.
738         (default_gdb_start): Call gdb_stdin_log_init.
739         (send_gdb): Call gdb_stdin_log_write.
740         (rerun_to_main): Mark Y as an answer.
741         (gdb_stdin_log_init): New function.
742         (gdb_stdin_log_write): Likewise.
743
744 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
745
746         * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
747         * gdb.base/debug-expr.exp: Likewise.
748         * gdb.base/foll-fork.exp: Likewise.
749         * gdb.base/foll-vfork.exp: Likewise.
750         * gdb.base/fork-print-inferior-events.exp: Likewise.
751         * gdb.base/gdb-sigterm.exp: Likewise.
752         * gdb.base/gdbinit-history.exp: Likewise.
753         * gdb.base/osabi.exp: Likewise.
754         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
755         * gdb.base/ui-redirect.exp: Likewise.
756         * gdb.gdb/unittest.exp: Likewise.
757         * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
758         * gdb.mi/mi-watch.exp: Likewise.
759         * gdb.mi/new-ui-mi-sync.exp: Likewise.
760         * gdb.mi/user-selected-context-sync.exp: Likewise.
761         * gdb.python/python.exp: Disable debug test when debugging.
762         * gdb.threads/check-libthread-db.exp: Disable when debugging.
763         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
764         Likewise.
765         * gdb.threads/stepi-random-signal.exp: Likewise.
766
767 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
768
769         * Makefile.in: Pass through GDB_DEBUG.
770         * README (Testsuite Parameters): Add GDB_DEBUG.
771         (gdb,debug): Add board setting.
772         * lib/gdb.exp (default_gdb_start): Start debugging.
773         (gdb_debug_enabled): New procedure.
774         (gdb_debug_init): Likewise.
775
776 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
777
778         * Makefile.in: Pass through GDB_DEBUG.
779         * README (Testsuite Parameters): Add GDB_DEBUG.
780         (gdb,debug): Add board setting.
781         * lib/gdb.exp (default_gdb_start): Start debugging.
782         (gdb_debug_enabled): New procedure.
783         (gdb_debug_init): Likewise.
784
785 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
786
787         * gdb.base/ui-redirect.exp: Add debug redirect tests.
788
789 2019-05-17  Alan Hayward  <alan.hayward@arm.com>
790
791         * gdb.base/ui-redirect.exp: Test redirection.
792
793 2019-01-28  Jan Vrany  <jan.vrany@fit.cvut.cz>
794
795         * gdb.mi/mi-complete.exp: New file.
796         * gdb.mi/mi-complete.cc: Likewise.
797
798 2019-05-15  Bernhard Heckel  <bernhard.heckel@intel.com>
799
800         * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
801         indexed and sliced arrays, and pointers to arrays.
802
803 2019-05-14  Tom Tromey  <tromey@adacore.com>
804
805         * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
806         styling test.
807
808 2019-05-14  Tom de Vries  <tdevries@suse.de>
809
810         * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
811         selection entry encoding.
812
813 2019-05-10  Tom Tromey  <tromey@adacore.com>
814
815         * gdb.ada/info_exc.exp: Add "complete" test.
816
817 2019-05-09  Tom de Vries  <tdevries@suse.de>
818
819         * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
820         CU-relative.
821
822 2019-05-09  Tom de Vries  <tdevries@suse.de>
823
824         * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
825         CU-relative.
826
827 2019-05-08  Joel Brobecker  <brobecker@adacore.com>
828
829         * gdb.ada/frame_arg_lang.exp: New testcase.
830         * gdb.ada/frame_arg_lang/bla.adb: New file.
831         * gdb.ada/frame_arg_lang/pck.ads: New file.
832         * gdb.ada/frame_arg_lang/pck.adb: New file.
833         * gdb.ada/frame_arg_lang/foo.c: New file.
834
835 2019-05-08  Tom Tromey  <tromey@adacore.com>
836
837         * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
838
839 2019-05-08  Tom Tromey  <tromey@adacore.com>
840
841         * gdb.base/ptype-offsets.exp: Update tests.
842
843 2019-05-08  Tom Tromey  <tromey@adacore.com>
844
845         * gdb.base/ptype-offsets.exp: Use string_to_regexp.  Fix test
846         cases.
847         * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
848         "short".
849
850 2019-05-08  Tom Tromey  <tromey@adacore.com>
851
852         * gdb.ada/vla.exp: New file.
853         * gdb.ada/vla/vla.adb: New file.
854
855 2019-05-07  Tom de Vries  <tdevries@suse.de>
856
857         * gdb.base/index-cache.exp (ls_host): Fix return statement.
858
859 2019-05-07  Tom de Vries  <tdevries@suse.de>
860
861         PR testsuite/24522
862         * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
863         section.
864
865 2019-05-07  Tom de Vries  <tdevries@suse.de>
866
867         PR testsuite/24522
868         * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
869         .debug_aranges section.
870
871 2019-05-07  Tom de Vries  <tdevries@suse.de>
872
873         PR testsuite/24159
874         * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
875
876 2019-05-06  Tom de Vries  <tdevries@suse.de>
877
878         * lib/gdb.exp (exec_has_index_section): New proc.
879         * gdb.base/index-cache.exp: Handle case that binfile contains an index
880         section.
881
882 2019-05-04  Tom de Vries  <tdevries@suse.de>
883
884         * boards/cc-with-debug-names.exp: New file.
885
886 2019-05-03  Tom Tromey  <tromey@adacore.com>
887
888         * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
889         * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
890         * gdb.ada/char_enum.exp: Add test.
891
892 2019-05-03  Tom de Vries  <tdevries@suse.de>
893
894         * boards/cc-with-gdb-index.exp: New file.
895
896 2019-05-02  Andrew Burgess  <andrew.burgess@embecosm.com>
897
898         * gdb.rust/simple.exp: Add new test case.
899         * gdb.rust/simple.rs (struct StringAtOffset): New struct.
900         (main): Initialise an instance of the new struct.
901
902 2019-05-01  Tom Tromey  <tromey@adacore.com>
903
904         * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
905         record.
906         (NPR): New variable.
907         * gdb.ada/packed_array_assign.exp: Add nested packed assignment
908         test.
909
910 2019-05-01  Tom Tromey  <tromey@adacore.com>
911
912         * gdb.ada/packed_array_assign.exp: Add packed assignment
913         regression test.
914
915 2019-05-01  Tom de Vries  <tdevries@suse.de>
916
917         * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
918
919 2019-05-01  Tom de Vries  <tdevries@suse.de>
920
921         * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
922
923 2019-04-30  Ali Tamur  <tamur@google.com>
924
925         * lib/dwarf.exp(): Added DW_FORM_strx1-4.
926
927 2019-04-30  Tom Tromey  <tromey@adacore.com>
928
929         * lib/ada.exp (find_ada_tool): New proc.
930         * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
931         * gdb.ada/catch_ex_std.exp: New file.
932         * gdb.ada/catch_ex_std/foo.adb: New file.
933         * gdb.ada/catch_ex_std/some_package.adb: New file.
934         * gdb.ada/catch_ex_std/some_package.ads: New file.
935
936 2019-04-30  Tom Tromey  <tromey@adacore.com>
937
938         PR c++/24470:
939         * gdb.cp/temargs.cc: Add test code from PR.
940
941 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
942
943         * gdb.fortran/vla-datatypes.exp: Update expected results.
944         * gdb.fortran/vla-ptype.exp: Likewise.
945         * gdb.fortran/vla-type.exp: Likewise.
946         * gdb.fortran/vla-value.exp: Likewise.
947
948 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
949
950         * gdb.fortran/ptr-indentation.exp: Update expected results.
951         * gdb.fortran/ptype-on-functions.exp: Likewise.
952         * gdb.fortran/vla-ptr-info.exp: Likewise.
953         * gdb.fortran/vla-value.exp: Likewise.
954
955 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
956
957         * gdb.fortran/ptype-on-functions.exp: New file.
958         * gdb.fortran/ptype-on-functions.f90: New file.
959
960 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
961
962         * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
963         case void string.
964
965 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
966
967         * gdb.fortran/complex.exp: Expand.
968         * gdb.fortran/complex.f: Renamed to...
969         * gdb.fortran/complex.f90: ...this, and extended to add more
970         complex values.
971
972 2019-04-30  Andrew Burgess  <andrew.burgess@embecosm.com>
973
974         * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
975         MODULO, CMPLX.
976
977 2019-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
978             Richard Bunt  <richard.bunt@arm.com>
979
980         * gdb.base/max-depth.c: New file.
981         * gdb.base/max-depth.exp: New file.
982         * gdb.python/py-nested-maps.c: New file.
983         * gdb.python/py-nested-maps.exp: New file.
984         * gdb.python/py-nested-maps.py: New file.
985         * gdb.python/py-format-string.exp (test_max_depth): New proc.
986         (test_all_common): Call test_max_depth.
987         * gdb.fortran/max-depth.exp: New file.
988         * gdb.fortran/max-depth.f90: New file.
989         * gdb.go/max-depth.exp: New file.
990         * gdb.go/max-depth.go: New file.
991         * gdb.modula2/max-depth.exp: New file.
992         * gdb.modula2/max-depth.c: New file.
993         * lib/gdb.exp (get_print_expr_at_depths): New proc.
994
995 2019-04-29  Tom de Vries  <tdevries@suse.de>
996
997         * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
998
999 2019-04-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1000
1001         * gdb.base/callexit.exp: Test may-call-functions off.
1002
1003 2019-04-25  Keith Seitz  <keiths@redhat.com>
1004
1005         PR c++/24367
1006         * gdb.cp/meth-typedefs.cc (incomplete_struct)
1007         (another_incomplete_struct, test_incomplete): New definitions.
1008         (main): Use new definitions.
1009         * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1010         functions.
1011
1012 2019-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
1013
1014         PR corefiles/11608
1015         PR corefiles/18187
1016         * gdb.base/coredump-filter-build-id.exp: New file.
1017
1018 2019-04-25  Alan Hayward  <alan.hayward@arm.com>
1019
1020         * Makefile.in: Pass through GDBSERVER_DEBUG.
1021         * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1022         (gdbserver,debug): Add board setting.
1023         * gdb.trace/tspeed.exp: Skip when debugging.
1024         * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1025         * lib/gdbserver-support.exp: Likewise
1026
1027 2019-04-24  Tom Tromey  <tromey@adacore.com>
1028
1029         * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1030         Rust.
1031
1032 2019-04-24  Tom Tromey  <tromey@adacore.com>
1033
1034         * gdb.arch/amd64-eval.exp: Test bitfield return.
1035         * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1036         (class Foo) <return_bitfields>: New method.
1037         (main): Call it.
1038
1039 2019-04-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1040
1041         * gdb.cp/many-args.cc: New file.
1042         * gdb.cp/many-args.exp: New file.
1043
1044 2019-04-23  Tom de Vries  <tdevries@suse.de>
1045
1046         PR gdb/24433
1047         * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1048
1049 2019-04-23  Alan Hayward  <alan.hayward@arm.com>
1050
1051         * gdb.trace/backtrace.exp: Use nopie flag.
1052         * gdb.trace/circ.exp: Likewise.
1053         * gdb.trace/collection.exp: Likewise.
1054         * gdb.trace/ftrace.exp: Likewise.
1055         * gdb.trace/mi-trace-unavailable.exp: Likewise.
1056         * gdb.trace/mi-traceframe-changed.exp: Likewise.
1057         * gdb.trace/qtro.exp: Likewise.
1058         * gdb.trace/read-memory.exp: Likewise.
1059         * gdb.trace/report.exp: Likewise.
1060         * gdb.trace/tfile.exp: Likewise.
1061         * gdb.trace/tfind.exp: Likewise.
1062         * gdb.trace/unavailable.exp: Likewise.
1063
1064 2019-04-22  Pedro Alves  <palves@redhat.com>
1065
1066         * gdb.base/solib-probes-nosharedlibrary.c,
1067         gdb.base/solib-probes-nosharedlibrary.exp: New files.
1068
1069 2019-04-19  Tom Tromey  <tromey@adacore.com>
1070
1071         * gdb.ada/ptype_union.c: New file.
1072         * gdb.ada/ptype_union.exp: New file.
1073
1074 2019-04-19  Tom Tromey  <tromey@adacore.com>
1075
1076         PR symtab/24423:
1077         * gdb.base/list0.h (foo): Add a control-l character.
1078
1079 2019-04-18  Tom de Vries  <tdevries@suse.de>
1080
1081         PR gdb/24433
1082         * boards/local-board.exp: Set sysroot to "".
1083
1084 2019-04-18  Tom de Vries  <tdevries@suse.de>
1085             Pedro Alves  <palves@redhat.com>
1086
1087         PR gdb/24454
1088         * gdb.threads/vfork-follow-child-exec.c: New file.
1089         * gdb.threads/vfork-follow-child-exec.exp: New file.
1090         * gdb.threads/vfork-follow-child-exit.c: New file.
1091         * gdb.threads/vfork-follow-child-exit.exp: New file.
1092
1093 2019-04-15  Leszek Swirski  <leszeks@google.com>
1094
1095         * gdb.arch/amd64-eval.cc: New file.
1096         * gdb.arch/amd64-eval.exp: New file.
1097
1098 2019-04-11  Alan Hayward  <alan.hayward@arm.com>
1099
1100         * gdb.server/sysroot.c: New test.
1101         * gdb.server/sysroot.exp: New file.
1102         * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1103         matching param.
1104
1105 2019-04-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1106
1107         * gdb.base/align.exp: Extend test to cover structures containing
1108         only static fields.
1109
1110 2019-04-11  Tom de Vries  <tdevries@suse.de>
1111
1112         * boards/cc-with-dwz-m.exp: New file.
1113         * boards/cc-with-dwz.exp: New file.
1114         * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1115
1116 2019-04-09  Simon Marchi  <simon.marchi@efficios.com>
1117
1118         * gdb.base/start-cpp.exp: New file.
1119         * gdb.base/start-cpp.cc: New file.
1120
1121 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
1122
1123         * gdb.python/py-thrhandle.exp: Adjust tests to call
1124         thread_from_handle instead of thread_from_thread_handle.
1125
1126 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
1127
1128         * gdb.python/py-thrhandle.exp: Add tests for
1129         gdb.InferiorThread.handle.
1130
1131 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1132
1133         * gdb.python/py-function.exp: Check calling helper function from
1134         all languages.
1135         * lib/gdb.exp (gdb_supported_languages): New proc.
1136
1137 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1138
1139         * gdb.base/complex-parts.c: New file.
1140         * gdb.base/complex-parts.exp: New file.
1141
1142 2019-04-01  Tom Tromey  <tromey@adacore.com>
1143
1144         PR symtab/23331:
1145         * gdb.dwarf2/dw2-ranges-main.c: New file.
1146         * gdb.dwarf2/dw2-ranges-psym.c: New file.
1147         * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1148
1149 2019-03-30  Simon Marchi <simark@simark.ca>
1150
1151         * gdb.base/default.exp: Add values for $_gdb_major and
1152         $_gdb_minor.
1153
1154 2019-03-29  Tom Tromey  <tromey@adacore.com>
1155
1156         * gdb.base/help.exp: Tighten apropos regexp.
1157
1158 2019-03-29  Keith Seitz  <keiths@redhat.com>
1159
1160         * gdb.fortran/array-bounds.exp: New file.
1161         * gdb.fortran/array-bounds.f90: New file.
1162
1163 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1164
1165         * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1166
1167 2019-03-28  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1168
1169         * gdb.multi/hello.c (main): Increase alarm timer.
1170
1171 2019-03-28  Sandra Loosemore  <sandra@codesourcery.com>
1172
1173         * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1174         factor when no hardware watchpoint support.
1175
1176 2019-03-28  Alan Hayward  <alan.hayward@arm.com>
1177             Pedro Alves  <palves@redhat.com>
1178
1179         * boards/local-board.exp: set sysroot to /.
1180
1181 2019-03-27  Alan Hayward  <alan.hayward@arm.com>
1182
1183         * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1184         in child.
1185
1186 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1187
1188         * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1189         field.
1190         (make_container): Initialise new field.
1191         * gdb.python/py-prettyprint.exp: Add new tests.
1192         * gdb.python/py-prettyprint.py (class ContainerPrinter)
1193         <display_hint>: New method.
1194
1195 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1196
1197         * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1198         gdb_continue_to_breakpoint more throughout this test.
1199         (run_lang_tests) Supply unique test names, and use
1200         gdb_test_no_output.
1201
1202 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1203
1204         * gdb.base/finish-pretty.exp: Update expected results.
1205         * gdb.base/pretty-print.c: New file.
1206         * gdb.base/pretty-print.exp: New file.
1207
1208 2019-03-25  Pedro Alves  <palves@redhat.com>
1209
1210         * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1211         move comments outside list.  Append '-i "" eof' section.
1212
1213 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
1214
1215         * README: Add pie options.
1216         * gdb.base/break-interp.exp: Ensure pie is disabled.
1217         * gdb.base/dump.exp: Likewise.
1218         * lib/gdb.exp (gdb_compile): Add pie option.
1219
1220 2019-03-19  Tom Tromey  <tromey@adacore.com>
1221
1222         * gdb.mi/mi2-cli-display.c: New file.
1223         * gdb.mi/mi2-cli-display.exp: New file.
1224
1225 2019-03-18  Joel Brobecker  <brobecker@adacore.com>
1226             Tom Tromey  <tromey@adacore.com>
1227
1228         * gdb.ada/ptype_array/pck.adb: New file.
1229         * gdb.ada/ptype_array/pck.ads: New file.
1230         * gdb.ada/ptype_array/foo.adb: New file.
1231         * gdb.ada/ptype_array.exp: New file.
1232
1233 2019-03-14  Tom Tromey  <tromey@adacore.com>
1234
1235         * gdb.base/style.exp: Add "set style sources" test.
1236
1237 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
1238
1239         * mi-breakpoint-location-ena-dis.exp: Rename to ...
1240         * mi-breakpoint-multiple-locations.exp: ... this.
1241         (make_breakpoints_pattern): New proc.
1242         (do_test): Add mi_version parameter, test -break-insert,
1243         -break-info and =breakpoint-created.
1244
1245 2019-03-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1246
1247         * config/default.exp: Remove 'load_lib gdb.exp'.
1248         * config/monitor.exp: Likewise.
1249         * config/sid.exp: Likewise.
1250         * config/sim.exp: Likewise.
1251         * config/slite.exp: Likewise.
1252         * config/unix.exp: Likewise.
1253         * gdb.base/default.exp: Remove unhelpful comment.
1254
1255 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1256
1257         * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1258
1259 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1260
1261         * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1262
1263 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1264
1265         * gdb.fortran/type-kinds.exp: Update expected results.
1266
1267 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1268
1269         * gdb.fortran/type-kinds.exp: Test new integer type kind.
1270
1271 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1272
1273         * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1274         function.
1275         (test_basic_parsing_of_type_kinds): Expand types tested.
1276         (test_parsing_invalid_type_kinds): New function.
1277
1278 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1279
1280         * gdb.fortran/intrinsics.exp: New file.
1281         * gdb.fortran/intrinsics.f90: New file.
1282         * gdb.fortran/type-kinds.exp: New file.
1283
1284 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1285
1286         * gdb.fortran/dot-ops.exp: New file.
1287
1288 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1289
1290         * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1291         Check upper and lower case logical literals.
1292
1293 2019-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1294
1295         * gdb.fortran/types.exp (test_float_literal_types_accepted):
1296         Remove duplicate tests.
1297
1298 2019-03-06  Alan Hayward  <alan.hayward@arm.com>
1299
1300         * lib/gdb.exp (builtin_cd): rename of cd.
1301         (cd): Override builtin.
1302
1303 2019-03-06  Richard Bunt  <richard.bunt@arm.com>
1304
1305         * gdb.fortran/function-calls.exp: New file.
1306         * gdb.fortran/function-calls.f90: New test.
1307
1308 2019-03-04  Richard Bunt  <richard.bunt@arm.com>
1309
1310         * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1311         on user program standard output.
1312         * gdb.fortran/short-circuit-argument-list.f90: Record function
1313         calls.
1314
1315 2019-02-28  Alan Hayward  <alan.hayward@arm.com>
1316
1317         * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1318         failure.
1319
1320 2019-02-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1321
1322         PR gdb/8527
1323         * gdb.base/interrupt-daemon-attach.c,
1324         gdb.base/interrupt-daemon-attach.exp: New test.
1325
1326 2019-02-27  Pedro Alves  <palves@redhat.com>
1327
1328         * gdb.base/page.exp: Add tests for "set width/height -1".
1329
1330 2019-02-27  Pedro Alves  <palves@redhat.com>
1331
1332         * gdb.base/page.exp: Add tests for "set/show width/height" with
1333         "infinite" values.
1334
1335 2019-02-27  Tom Tromey  <tromey@adacore.com>
1336
1337         * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1338         2.4.
1339         * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1340         workaround.
1341
1342 2019-02-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1343
1344         * gdb.base/align.exp: Extend to compile in both C and C++, and add
1345         tests for structs with static members.
1346
1347 2019-02-26  Tom Tromey  <tromey@adacore.com>
1348
1349         * gdb.python/py-value.exp (test_value_from_buffer): Check for
1350         ValueError, not TypeError.
1351
1352 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
1353
1354         * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1355         call from main program.
1356
1357 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
1358
1359         * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1360         * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1361         * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1362         * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1363         * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1364
1365 2019-02-22  Keith Seitz  <keiths@redhat.com>
1366
1367         PR symtab/23853
1368         * gdb.base/symlink-sourcefile.c: New file.
1369         * gdb.base/symlink-sourcefile.exp: New file.
1370
1371 2019-02-20  Tom Tromey  <tom@tromey.com>
1372
1373         * gdb.base/info_qt.exp: Update.
1374
1375 2019-02-19  Simon Marchi  <simon.marchi@polymtl.ca>
1376
1377         * gdb.base/source.exp: Move "error in sourced script" code to
1378         the end.
1379         * gdb.base/source-error.gdb: Move contents to
1380         source-error-1.gdb.  Add new code to source source-error-1.gdb.
1381         * gdb.base/source-error-1.gdb: New file, from previous
1382         source-error.gdb.
1383
1384 2019-02-17  Tom Tromey  <tom@tromey.com>
1385
1386         * gdb.base/style.exp: Use -g3 to compile when possible.  Add test
1387         for macro styling.
1388         * gdb.base/style.c (SOME_MACRO): New macro.
1389
1390 2019-02-17  Tom Tromey  <tom@tromey.com>
1391
1392         * gdb.base/style.exp: Add line-wrapping tests.
1393         * gdb.base/page.exp: Add test for quitting during pagination.
1394
1395 2019-02-17  Joel Brobecker  <brobecker@adacore.com>
1396
1397         * gdb.ada/big_packed_array: New testcase.
1398         * gdb.ada/homonym.exp: Fix incorrect expected output for
1399         "break <homonym__get_value>" test.
1400
1401 2019-02-13  Weimin Pan  <weimin.pan@oracle.com>
1402
1403         PR breakpoints/21870
1404         * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1405         and prepare_for_testing.  Add comment.
1406         * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1407         redundant cleanup call.  Clean up comment.
1408
1409 2019-02-12  Weimin Pan  <weimin.pan@oracle.com>
1410
1411         PR breakpoints/21870
1412         * gdb.arch/aarch64-dbreg-contents.exp: New file.
1413         * gdb.arch/aarch64-dbreg-contents.c: New file.
1414
1415 2019-02-10  Joel Brobecker  <brobecker@adacore.com>
1416
1417         * gdb.ada/mi_ref_changeable: New testcase.
1418
1419 2019-02-07  Alan Hayward  <alan.hayward@arm.com>
1420
1421         * gdb.base/attach.exp: Add double attach test.
1422
1423 2019-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
1424
1425         * lib/gdb.exp (default_gdb_start): Don't match pagination
1426         prompt.
1427         (gdb_init): Set stty_init.
1428
1429 2019-01-27  Tom Tromey  <tom@tromey.com>
1430
1431         * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1432         skip_python_tests.
1433
1434 2019-01-24  Alan Hayward  <alan.hayward@arm.com>
1435
1436         * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1437         New structure.
1438         (struct struct_static_02_02): Likewise.
1439         (struct struct_static_02_03): Likewise.
1440         (struct struct_static_02_04): Likewise.
1441         (struct struct_static_04_01): Likewise.
1442         (struct struct_static_04_02): Likewise.
1443         (struct struct_static_04_03): Likewise.
1444         (struct struct_static_04_04): Likewise.
1445         (struct struct_static_06_01): Likewise.
1446         (struct struct_static_06_02): Likewise.
1447         (struct struct_static_06_03): Likewise.
1448         (struct struct_static_06_04): Likewise.
1449         (cmp_struct_static_02_01): Likewise.
1450         (cmp_struct_static_02_02): Likewise.
1451         (cmp_struct_static_02_03): Likewise.
1452         (cmp_struct_static_02_04): Likewise.
1453         (cmp_struct_static_04_01): Likewise.
1454         (cmp_struct_static_04_02): Likewise.
1455         (cmp_struct_static_04_03): Likewise.
1456         (cmp_struct_static_04_04): Likewise.
1457         (cmp_struct_static_06_01): Likewise.
1458         (cmp_struct_static_06_02): Likewise.
1459         (cmp_struct_static_06_03): Likewise.
1460         (cmp_struct_static_06_04): Likewise.
1461         (call_all): Test new structs.
1462         * gdb.base/infcall-nested-structs.exp: Likewise.
1463
1464 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1465         * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1466
1467 2019-01-21  Alan Hayward  <alan.hayward@arm.com>
1468         * gdb.base/stack-protector.c: New test.
1469         * gdb.base/stack-protector.exp: New file.
1470         * gdb.cp/ovldbreak.exp: Only allow a single break line.
1471         * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1472         option.
1473         (gdb_compile): Remove stack protector for GCC and prevent
1474         recursion.
1475
1476 2019-01-16  Keith Seitz  <keiths@redhat.com>
1477
1478         PR gdb/23773
1479         * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1480
1481 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1482
1483         * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1484         aliases.
1485         * gdb.arch/altivec-regs.exp: Likewise.  Fix indentation of two
1486         tests.
1487         * gdb.arch/powerpc-vector-regs.c: New file.
1488         * gdb.arch/powerpc-vector-regs.exp: New file.
1489
1490 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1491
1492         * gdb.arch/altivec-regs.exp: Fix the list passed to
1493         gdb_expect_list when testing "info vector".
1494
1495 2019-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1496
1497         * gdb.base/style.exp: Don't include path in testname.
1498
1499 2019-01-10  Keith Seitz  <keiths@redhat.com>
1500
1501         PR gdb/23712
1502         PR symtab/23010
1503         * gdb.dwarf2/multidictionary.exp: New file.
1504
1505 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
1506
1507         * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
1508         (test_gnuv3_style_demangling): ... this.
1509         (test_lucid_style_demangling): Remove.
1510         (test_arm_style_demangling): Remove.
1511         (test_hp_style_demangling): Remove.
1512         (do_tests): Remove calls to the above.
1513
1514 2019-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
1515
1516         * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
1517         case.
1518
1519 2019-01-06  Tom Tromey  <tom@tromey.com>
1520
1521         PR gdb/28155:
1522         * gdb.dwarf2/typedef-void-finish.exp: New file.
1523
1524 2018-12-28  Tom Tromey  <tom@tromey.com>
1525             Simon Marchi <simark@simark.ca>
1526
1527         * gdb.base/jit-exec.exp: New file.
1528         * gdb.base/jit-exec.c: New file.
1529         * gdb.base/jit-execd.c: New file.
1530
1531 2018-12-28  Tom Tromey  <tom@tromey.com>
1532
1533         * gdb.base/style.exp: Update test to check for address styling.
1534
1535 2018-12-28  Tom Tromey  <tom@tromey.com>
1536
1537         * gdb.base/style.exp: Add test for styling of "Reading symbols"
1538         message.
1539
1540 2018-12-28  Tom Tromey  <tom@tromey.com>
1541
1542         * gdb.base/style.exp: Add test for version number styling.
1543
1544 2018-12-28  Tom Tromey  <tom@tromey.com>
1545
1546         * gdb.base/style.exp: Add test for print_address_symbolic.
1547
1548 2018-12-28  Tom Tromey  <tom@tromey.com>
1549
1550         * gdb.base/style.exp: Add test for breakpoint setting.
1551
1552 2018-12-28  Tom Tromey  <tom@tromey.com>
1553
1554         * gdb.base/style.exp: Add test for variable names.
1555
1556 2018-12-28  Tom Tromey  <tom@tromey.com>
1557
1558         * gdb.base/style.exp: New file.
1559         * gdb.base/style.c: New file.
1560
1561 2018-12-28  Tom Tromey  <tom@tromey.com>
1562
1563         * lib/gdb.exp (gdb_init): Set the TERM environment variable to
1564         "dumb".
1565         * gdb.base/readline.exp (operate_and_get_next): Save and restore
1566         the TERM environment variable.
1567
1568 2018-12-27  Tom Tromey  <tom@tromey.com>
1569
1570         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
1571         pagination test.
1572
1573 2018-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1574
1575         * gdb.dwarf2/dw2-unusual-field-names.c: New file.
1576         * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
1577
1578 2018-12-24  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1579
1580         * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
1581         Filename a.adb changed to bp_fun_addr.adb.
1582         gdb.ada/bp_fun_addr.exp: Update test accordingly.
1583
1584 2018-12-21  Jan Vrany  <jan.vrany@fit.cvut.cz>
1585
1586         * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
1587         non-PIE executables.
1588         * README: Mention the gdb,nopie_flag board setting.
1589         * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
1590         non-PIE executable.
1591         * gdb.arch/amd64-entry-value.exp: Likewise.
1592         * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
1593         * gdb.arch/i386-float.exp: Likewise.
1594         * gdb.arch/i386-signal.exp: Likewise.
1595         * gdb.mi/mi-reg-undefined.exp: Likewise.
1596
1597 2018-12-21  Paul Marechal  <paul.marechal@ericsson.com>
1598
1599         PR gdb/23974
1600         * gdb.base/info-os.exp: Check return for unknown "info os" type.
1601
1602 2018-12-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1603
1604         * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
1605         Update order of results accordingly.
1606
1607 2018-12-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1608
1609         * gdb.base/annota1.exp: Update a test regexp.
1610
1611 2018-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1612
1613         * gdb.base/float.exp: Handle RISC-V targets without an FPU.
1614
1615 2018-12-09  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1616
1617         * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
1618         (reuse_time): Initialize to REUSE_TIME_CAP.
1619         (check_rc): New function.
1620         (main): Use REUSE_TIME_CAP instead of hardcoded 60.
1621         Check pthread_create rc.
1622         (spawner_thread_func): Check pthread_create and pthread_join rc.
1623
1624 2018-12-08  Pedro Alves  <palves@redhat.com>
1625
1626         * gdb.base/list.exp (test_forward_search): Rename to ...
1627         (test_forward_reverse_search): ... this.  Also test reverse-search
1628         and the forward-search alias.
1629
1630 2018-12-05  Andrew Burgess  <andrew.burgess@embecosm.com>
1631
1632         * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
1633         local timeout variable before return, and remove all local timeout
1634         variable entirely.
1635         (gdb_load): Likewise.
1636
1637 2018-12-01  Tom de Vries  <tdevries@suse.de>
1638
1639         * gdb.base/gdb-caching-proc.exp: New file.
1640
1641 2018-11-25  Sergio Durigan Junior  <sergiodj@redhat.com>
1642
1643         * Makefile.in (TIMESTAMP): New variable.
1644         (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
1645         command.
1646         (check-single-racy): Likewise.
1647         (check/%.exp): Likewise.
1648         (check-racy/%.exp): Likewise.
1649         (workers/%.worker): Likewise.
1650         (build-perf): Likewise.
1651         (check-perf): Likewise.
1652         * README: Describe new "TS" and "TS_FORMAT" variables.
1653         * print-ts.py: New file.
1654
1655 2018-11-21  Benno Fünfstück  <benno.fuenfstueck@gmail.com>
1656
1657         PR python/23714
1658         * gdb.python/python.exp: Test command repetition after
1659         gdb.execute.
1660
1661 2018-11-20  Andrew Burgess  <andrew.burgess@embecosm.com>
1662
1663         * gdb.opt/inline-break.exp: Add test that info breakpoint output
1664         is correctly aligned.
1665
1666 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1667
1668         * gdb.ada/info_auto_lang.exp: New testcase.
1669         * gdb.ada/info_auto_lang/global_pack.ads: New file.
1670         * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
1671         * gdb.ada/info_auto_lang/some_c.c: New file.
1672
1673 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1674
1675         * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
1676         FUNC_lang language syntax.
1677
1678 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1679
1680         * gdb.base/info_minsym.c: New file.
1681         * gdb.base/info_minsym.exp: New file.
1682
1683 2018-11-19  Tom Tromey  <tom@tromey.com>
1684
1685         PR rust/23625:
1686         * gdb.rust/simple.exp: Add ptype test.  Update expected output.
1687         * gdb.rust/expr.exp: Update expected output.  Change one test.
1688
1689 2018-11-19  Tom Tromey  <tom@tromey.com>
1690
1691         * gdb.rust/simple.rs: Don't initialize empty_enum_value.
1692
1693 2018-11-19  Pedro Alves  <palves@redhat.com>
1694
1695         * gdb.base/warning.exp: Don't override INTERNAL_FLAGS.  Use
1696         gdb_spawn_with_cmdline_opts instead of gdb_start.  Check that we
1697         see the expected warning.
1698
1699 2018-11-16  Alan Hayward  <alan.hayward@arm.com>
1700
1701         PR gdb/22736:
1702         * gdb.cp/infcall-nodebug-lib.c: New test.
1703         * gdb.cp/infcall-nodebug-main.c: New test.
1704         * gdb.cp/infcall-nodebug.exp: New file.
1705
1706 2018-11-12  Simon Marchi  <simon.marchi@polymtl.ca>
1707
1708         * gdb.base/skip.exp: Add standard_testfile.  Add "skip delete"
1709         completer tests.
1710
1711 2018-11-09  Tom de Vries  <tdevries@suse.de>
1712
1713         * gdb.base/msym-lang.c: New test.
1714         * gdb.base/msym-lang.exp: New file.
1715         * gdb.base/msym-lang-main.c: New test.
1716
1717 2018-11-08  Tom Tromey  <tom@tromey.com>
1718
1719         PR gdb/23555:
1720         PR gdb/23838:
1721         * gdb.base/warning.exp: New file.
1722
1723 2018-11-08  Jan Beulich  <jbeulich@suse.com>
1724
1725         * testsuite/gdb.arch/i386-avx512.c,
1726         testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
1727
1728 2018-11-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1729
1730         * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
1731         point hardware.
1732
1733 2018-11-07  Andrew Burgess  <andrew.burgess@embecosm.com>
1734
1735         * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
1736         * gdb.dwarf2/missing-type-name.exp: New file.
1737
1738 2018-11-06  Tom de Vries  <tdevries@suse.de>
1739
1740         * gdb.base/many-headers.c: New test.
1741         * gdb.base/many-headers.exp: New file.
1742
1743 2018-11-06  Jim Wilson  <jimw@sifive.com>
1744
1745         * gdb.base/code_elim.exp: For riscv, set additional_flags
1746         to include -msmall-data-limit=0.
1747
1748 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
1749
1750         * gdb.ada/watch_minus_l: New testcase.
1751
1752 2018-11-01  Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
1753
1754         * gdb.arch/aix-sighandle.c: New file.
1755         * gdb.arch/aix-sighandle.exp: New file.
1756
1757 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1758
1759         * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
1760         registers being unions.
1761
1762 2018-10-31  Tom de Vries  <tdevries@suse.de>
1763
1764         * lib/valgrind.exp: New file.
1765          (vgdb_start, vgdb_stop): New procs, factored out of ...
1766         * gdb.base/valgrind-bt.exp: ... here, ...
1767         * gdb.base/valgrind-disp-step.exp: ... here and ...
1768         * gdb.base/valgrind-infcall.exp: ... here.
1769
1770 2018-10-31  Tom de Vries  <tdevries@suse.de>
1771
1772         * lib/gdb.exp (get_valueof): Don't output read value in test name.
1773
1774 2018-10-31  Andrew Burgess  <andrew.burgess@embecosm.com>
1775
1776         * gdb.dwarf2/void-type.c: New file.
1777         * gdb.dwarf2/void-type.exp: New file.
1778
1779 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1780
1781         * gdb.base/info_qt.c: New file.
1782         * gdb.base/info_qt.exp: New file.
1783
1784 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1785
1786         * gdb.arch/powerpc-htm-regs.c: New file.
1787         * gdb.arch/powerpc-htm-regs.exp: New file.
1788
1789 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1790
1791         * gdb.arch/powerpc-tar.c: New file.
1792         * gdb.arch/powerpc-tar.exp: New file.
1793
1794 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
1795
1796         * gdb.arch/powerpc-ppr-dscr.c: New file.
1797         * gdb.arch/powerpc-ppr-dscr.exp: New file.
1798
1799 2018-10-25  Tom de Vries  <tdevries@suse.de>
1800
1801         * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
1802
1803 2018-10-24  Tom de Vries  <tdevries@suse.de>
1804
1805         * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
1806         longer exists error.
1807
1808 2018-10-24  Tom de Vries  <tdevries@suse.de>
1809
1810         * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
1811
1812 2018-10-24  Tom de Vries  <tdevries@suse.de>
1813
1814         * gdb.base/valgrind-db-attach.exp: Handle removed support for
1815         --db-attach in valgrind.
1816
1817 2018-10-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1818
1819         * gdb.arch/riscv-reg-aliases.c: New file.
1820         * gdb.arch/riscv-reg-aliases.exp: New file.
1821
1822 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1823
1824         * gdb.python/py-cmd.exp: Check for gdb_prompt.
1825
1826 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1827
1828         * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
1829
1830 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1831
1832         * gdb.cp/ovldbreak.exp: Fix regexps.
1833
1834 2018-10-19  Alan Hayward  <alan.hayward@arm.com>
1835
1836         * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
1837
1838 2018-10-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1839
1840         PR cli/23785
1841         * gdb.base/restore.exp: New test to check if "restore" with an
1842         invalid file doesn't segfault.
1843
1844 2018-10-18  Tom de Vries  <tdevries@suse.de>
1845
1846         * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
1847         * gdb.ada/excep_handle.exp: Same.
1848         * gdb.ada/mi_string_access.exp: Same.
1849         * gdb.ada/mi_var_union.exp: Same.
1850         * gdb.arch/arc-analyze-prologue.exp: Same.
1851         * gdb.arch/arc-decode-insn.exp: Same.
1852         * gdb.base/readnever.exp: Same.
1853         * gdb.fortran/printing-types.exp: Same.
1854         * gdb.guile/scm-lazy-string.exp: Same.
1855
1856 2018-10-16  Tom de Vries  <tdevries@suse.de>
1857
1858         PR gdb/23730
1859         * gdb.base/catch-follow-exec.c: Add copyright notice.
1860         * gdb.base/catch-follow-exec.exp: Rewrite to use
1861         gdb_spawn_with_cmdline_opts.  Require gdb-native.
1862
1863 2018-10-12  Sandra Loosemore  <sandra@codesourcery.com>
1864
1865         * gdb.trace/actions-changed.exp: Check for arch support.
1866         * gdb.trace/actions.exp: Likewise.
1867         * gdb.trace/ax.exp: Likewise.
1868         * gdb.trace/backtrace.exp: Likewise.
1869         * gdb.trace/change-loc.exp: Likewise.
1870         * gdb.trace/deltrace.exp: Likewise.
1871         * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
1872         * gdb.trace/ftrace.exp: Likewise.
1873         * gdb.trace/infotrace.exp: Check for arch support.
1874         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
1875         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1876         * gdb.trace/mi-tsv-changed.exp: Likewise.
1877         * gdb.trace/packetlen.exp: Likewise.
1878         * gdb.trace/passc-dyn.exp: Likewise.
1879         * gdb.trace/passcount.exp: Likewise.
1880         * gdb.trace/pending.exp: Likewise.
1881         * gdb.trace/range-stepping.exp: Check for shlib support.
1882         * gdb.trace/report.exp: Check for arch support.
1883         * gdb.trace/save-trace.exp: Likewise.
1884         * gdb.trace/signal.exp: Check for signal support.
1885         * gdb.trace/tfind.exp: Check for arch support.
1886         * gdb.trace/trace-break.exp: Check for arch and shlib support.
1887         * gdb.trace/trace-common.h: Add comment.
1888         * gdb.trace/trace-condition.exp: Check for shlib and arch support.
1889         * gdb.trace/trace-enable-disable.exp: Likewise.
1890         * gdb.trace/trace-mt.exp: Likewise.  Remove redundant untested call.
1891         * gdb.trace/tracecmd.exp: Check for arch support.
1892         * gdb.trace/tspeed.exp: Check for shlib and target support.
1893         * gdb.trace/tstatus.exp: Check for arch support.
1894         * gdb.trace/tsv.exp: Likewise.
1895         * gdb.trace/while-dyn.exp: Likewise.
1896         * gdb.trace/while-stepping.exp: Likewise.
1897         * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
1898
1899 2018-10-12  Simon Marchi  <simon.marchi@ericsson.com>
1900
1901         * gdb.trace/tspeed.exp: Remove nowarnings.
1902         (prepare_for_trace_test): Declare "global ipalib".
1903         * gdb.trace/tspeed.c: Include unistd.h.
1904         (main): Remove superfluous printf argument.
1905
1906 2018-10-11  Sandra Loosemore  <sandra@codesourcery.com>
1907
1908         * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
1909         directory prefix on the filename.
1910
1911 2018-10-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1912
1913         * gdb.gdb/unittest.exp: Update expected message informing that
1914         selftests have been disabled.
1915         * gdb.server/unittest.exp: Likewise.
1916
1917 2018-10-09  Tom de Vries  <tdevries@suse.de>
1918
1919         * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
1920         with runto_main.
1921
1922 2018-10-08  Weimin Pan  <weimin.pan@oracle.com>
1923
1924         PR c++/16841
1925         * gdb.cp/virtbase2.cc: New file.
1926         * gdb.cp/virtbase2.exp: New file.
1927
1928 2018-10-06  Tom Tromey  <tom@tromey.com>
1929
1930         PR python/19399:
1931         * gdb.python/py-inferior.exp: Add architecture test.
1932
1933 2018-10-06  Tom Tromey  <tom@tromey.com>
1934
1935         * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
1936         * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
1937
1938 2018-10-06  Tom Tromey  <tom@tromey.com>
1939
1940         * gdb.python/py-breakpoint.exp (check_last_event): Check location
1941         of a "throw" catchpoint.
1942
1943 2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1944
1945         * gdb.base/info-proc.exp: Update string expected from "help info
1946         proc".
1947
1948 2018-10-04  Tom Tromey  <tom@tromey.com>
1949
1950         * gdb.cp/maint.exp (test_invalid_name): Update expected output.
1951         * gdb.gdb/complaints.exp (test_short_complaints): Remove.
1952         (test_initial_complaints, test_empty_complaints): Update.
1953         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1954
1955 2018-10-04  Tom Tromey  <tom@tromey.com>
1956
1957         PR cli/19551:
1958         * lib/mi-support.exp (mi_gdb_file_cmd): Update.
1959         * lib/gdb.exp (gdb_file_cmd): Update.
1960         * gdb.stabs/weird.exp (print_weird_var): Update.
1961         * gdb.server/solib-list.exp: Update.
1962         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
1963         * gdb.mi/mi-cli.exp: Update.
1964         * gdb.linespec/linespec.exp: Update.
1965         * gdb.dwarf2/dw2-stack-boundary.exp: Update.
1966         * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
1967         * gdb.cp/cp-relocate.exp: Update.
1968         * gdb.base/sym-file.exp: Update.
1969         * gdb.base/relocate.exp: Update.
1970         * gdb.base/readnever.exp: Update.
1971         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
1972         * gdb.base/kill-detach-inferiors-cmd.exp: Update.
1973         * gdb.base/dbx.exp (gdb_file_cmd): Update.
1974         * gdb.base/code_elim.exp: Update.
1975         * gdb.base/break-unload-file.exp (test_break): Update.
1976         * gdb.base/break-interp.exp (test_attach_gdb): Update.
1977         * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
1978         Update.
1979         * gdb.base/attach.exp (do_attach_tests): Update.
1980         * gdb.base/sepdebug.exp: Update.
1981         * gdb.python/py-section-script.exp: Update.
1982
1983 2018-10-04  Tom Tromey  <tom@tromey.com>
1984
1985         PR cli/22234:
1986         * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
1987         * gdb.gdb/complaints.exp (test_short_complaints): Update expected
1988         output.
1989
1990 2018-10-04  Tom Tromey  <tom@tromey.com>
1991
1992         * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
1993         set width and height to 0.
1994         (test_command_line_attach_run): Use -quiet.
1995
1996 2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
1997
1998         * lib/gdb.exp (skip_ifunc_tests): New.
1999         * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
2000         other compile failures.
2001         * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2002
2003 2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
2004
2005         * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2006         is_amd64_regs_target.
2007
2008 2018-10-01  Alan Hayward  <alan.hayward@arm.com>
2009
2010         * gdb.arch/aarch64-sighandler-regs.c: New test.
2011         * gdb.arch/aarch64-sighandler-regs.exp: New file.
2012         * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2013
2014 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
2015
2016         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2017         assembly.
2018
2019 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2020
2021         * gdb.base/frame-selection.exp: New file.
2022         * gdb.base/frame-selection.c: New file.
2023
2024 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
2025
2026         * gdb.threads/check-libthread-db.c (thread_routine): Use a
2027         pthread barrier.
2028         (main): Likewise.
2029
2030 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2031
2032         * gdb.base/large-frame-1.c: New file.
2033         * gdb.base/large-frame-2.c: New file.
2034         * gdb.base/large-frame.exp: New file.
2035         * gdb.base/large-frame.h: New file.
2036
2037 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
2038
2039         PR gdb/20948
2040         * gdb.base/write_mem.exp: New test.
2041         * gdb.base/write_mem.c: Likewise.
2042
2043 2018-09-23  Tom Tromey  <tom@tromey.com>
2044
2045         PR python/18852:
2046         * gdb.python/py-parameter.exp: Add test for parameter that throws
2047         on "set".
2048
2049 2018-09-23  Tom Tromey  <tom@tromey.com>
2050
2051         PR python/17284:
2052         * gdb.python/py-template.exp (test_template_arg): Add test for
2053         negative template argument number.
2054
2055 2018-09-23  Tom Tromey  <tom@tromey.com>
2056
2057         PR python/14062:
2058         * gdb.python/python.exp: Add test for post_event error.
2059
2060 2018-09-23  Tom Tromey  <tom@tromey.com>
2061
2062         PR python/18170:
2063         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2064         convert pointers to int and long.
2065
2066 2018-09-23  Tom Tromey  <tom@tromey.com>
2067
2068         PR python/20126:
2069         * gdb.python/py-value.exp (test_value_numeric_ops): Add
2070         signed-ness conversion tests.
2071
2072 2018-09-23  Tom Tromey  <tom@tromey.com>
2073
2074         PR python/18352;
2075         * gdb.python/py-value.exp (test_float_conversion): New proc.
2076         Use it.
2077
2078 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2079
2080         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2081
2082 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
2083
2084         * gdb.base/complete-empty.exp: Skip tab-completion tests if
2085         no readline.
2086         * gdb.base/utf8-identifiers.exp: Likewise.
2087         * gdb.cp/cpcompletion.exp: Likewise.
2088         * gdb.linespec/cpcompletion.exp: Likewise.
2089         * gdb.linespec/cpls-abi-tag.exp: Likewise.
2090         * gdb.linespec/cpls-ops.exp: Likewise.
2091
2092 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
2093             Chris January  <chris.january@arm.com>
2094
2095         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2096         * gdb.fortran/short-circuit-argument-list.exp: New file.
2097         * gdb.fortran/short-circuit-argument-list.f90: New test.
2098
2099 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2100
2101         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2102         "arch=" keyword when executing "-stack-list-frames".
2103
2104 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2105
2106         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2107         "arch=" keyword when executing "-stack-list-frames".
2108
2109 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2110
2111         * gdb.ada/complete.exp: Expect for "@" when doing "complete
2112         break ada".
2113
2114 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
2115
2116         PR python/23669
2117         * gdb.python/python.exp: Test gdb.execute("show commands").
2118
2119 2018-09-16  Tom Tromey  <tom@tromey.com>
2120
2121         * gdb.base/new-ui.exp (do_execution_tests): Update.
2122         * gdb.base/dbx.exp (test_breakpoints): Update.
2123
2124 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
2125
2126         * lib/gdb.exp (gdb_simple_compile): Add proc.
2127         (is_elf_target): Use gdb_simple_compile.
2128         (skip_altivec_tests): Likewise.
2129         (skip_vsx_tests): Likewise.
2130         (skip_tsx_tests): Likewise.
2131         (skip_btrace_tests): Likewise.
2132         (skip_btrace_pt_tests): Likewise.
2133         (gdb_can_simple_compile): Likewise.
2134         (gdb_has_argv0): Likewise.
2135         (gdb_target_symbol_prefix): Likewise.
2136         (target_supports_scheduler_locking): Likewise.
2137
2138 2018-09-13  Tom Tromey  <tom@tromey.com>
2139
2140         * Makefile.in (TAGS): Recognize proc_with_prefix and
2141         gdb_caching_proc.
2142
2143 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2144
2145         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2146         method.
2147
2148 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2149
2150         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2151         and a few other Inferior properties when the Inferior is no
2152         longer valid.
2153
2154 2018-09-13  Tom Tromey  <tom@tromey.com>
2155
2156         PR rust/23650:
2157         * gdb.rust/simple.exp: Add test for enum field access error.
2158
2159 2018-09-13  Tom Tromey  <tom@tromey.com>
2160
2161         PR rust/23626:
2162         * gdb.rust/simple.rs (EmptyEnum): New type.
2163         (main): Use it.
2164         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2165
2166 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
2167
2168         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2169         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2170         * gdb.python/py-symtab.exp: Update test printing an objfile.
2171
2172 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
2173
2174         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2175         object.
2176
2177 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
2178
2179         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2180         (support_complex_tests): Use gdb_can_simple_compile.
2181         (is_ilp32_target): Likewise.
2182         (is_lp64_target): Likewise.
2183         (is_64_target): Likewise.
2184         (is_amd64_regs_target): Likewise.
2185         (is_aarch32_target): Likewise.
2186         (gdb_int128_helper): Likewise.
2187
2188 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2189
2190         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2191
2192 2018-09-10  Jerome Guitton  <guitton@adacore.com>
2193
2194         * gdb.ada/same_component_name: Add test for case of tagged record
2195         with variable-length fields.
2196
2197 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2198
2199         * gdb.ada/access_to_unbounded_array.exp: New testcase.
2200         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2201         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2202         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2203
2204 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2205
2206         * gdb.ada/mi_string_access.exp: New testcase.
2207         * gdb.ada/mi_string_access/bar.adb: New file.
2208         * gdb.ada/mi_string_access/pck.adb: New file.
2209         * gdb.ada/mi_string_access/pck.asd: New file.
2210
2211 2018-09-10  Xavier Roirand  <roirand@adacore.com>
2212
2213         * gdb.ada/mi_var_union.exp: New testcase.
2214         * gdb.ada/mi_var_union/bar.adb: New file.
2215         * gdb.ada/mi_var_union/pck.adb: New file.
2216         * gdb.ada/mi_var_union/pck.asd: New file.
2217
2218 2018-09-08  Tom Tromey  <tom@tromey.com>
2219
2220         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2221
2222 2018-09-08  Tom Tromey  <tom@tromey.com>
2223
2224         PR python/16047:
2225         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2226         (register_pretty_printers): Register new printer.
2227         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2228         test.
2229         * gdb.python/py-prettyprint.c (int_type3): New typedef.
2230         (an_int_type3): New global.
2231
2232 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2233
2234         * gdb.ada/expr_with_funcall: New testcase.
2235
2236 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
2237
2238         * gdb.ada/packed_array_assign: New testcase.
2239
2240 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
2241
2242         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2243         names, and add test prefixes to make test names unique.
2244
2245 2018-09-05  Tom de Vries  <tdevries@suse.de>
2246
2247         * gdb.dwarf2/varval.exp: Add test.
2248
2249 2018-09-04  Gary Benson <gbenson@redhat.com>
2250
2251         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2252         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
2253
2254 2018-08-31  Tom Tromey  <tom@tromey.com>
2255
2256         * gdb.rust/simple.rs: Rename second variable "v".
2257
2258 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
2259
2260         * gdb.base/funcargs.c (use_a): New function.
2261         (recurse): Call use_a.
2262
2263 2018-08-29  Keith Seitz  <keiths@redhat.com>
2264
2265         * gdb.compile/compile-cplus-anonymous.cc: New file.
2266         * gdb.compile/compile-cplus-anonymous.exp: New file.
2267         * gdb.compile/compile-cplus-array-decay.cc: New file.
2268         * gdb.compile/compile-cplus-array-decay.exp: New file.
2269         * gdb.compile/compile-cplus-inherit.cc: New file.
2270         * gdb.compile/compile-cplus-inherit.exp: New file.
2271         * gdb.compile/compile-cplus-member.cc: New file.
2272         * gdb.compile/compile-cplus-member.exp: New file.
2273         * gdb.compile/compile-cplus-method.cc: New file.
2274         * gdb.compile/compile-cplus-method.exp: New file.
2275         * gdb.compile/compile-cplus-mod.c: "New" file.
2276         * gdb.compile/compile-cplus-namespace.cc: New file.
2277         * gdb.compile/compile-cplus-namespace.exp: New file.
2278         * gdb.compile/compile-cplus-nested.cc: New file.
2279         * gdb.compile/compile-cplus-nested.exp: New file.
2280         * gdb.compile/compile-cplus-print.c: "New" file.
2281         * gdb.compile/compile-cplus-print.exp: "New" file.
2282         * gdb.compile/compile-cplus-virtual.cc: New file.
2283         * gdb.compile/compile-cplus-virtual.exp: New file.
2284         * gdb.compile/compile-cplus.c: "New" file.
2285         * gdb.compile/compile-cplus.exp: "New" file.
2286         * lib/compile-support.exp: New file.
2287
2288 2018-08-16  Gary Benson <gbenson@redhat.com>
2289
2290         PR gdb/13000:
2291         * gdb.base/batch-exit-status.exp: New file.
2292         * gdb.base/batch-exit-status.good-commands: Likewise.
2293         * gdb.base/batch-exit-status.bad-commands: Likewise.
2294
2295 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
2296
2297         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2298         (struct struct02): Likewise.
2299         (struct struct03): Likewise.
2300         (struct struct04): Likewise.
2301         (struct struct_01_01): New struct.
2302         (struct struct_01_02): Likewise.
2303         (struct struct_01_03): Likewise.
2304         (struct struct_01_04): Likewise.
2305         (struct struct_02_01): Likewise.
2306         (struct struct_02_02): Likewise.
2307         (struct struct_02_03): Likewise.
2308         (struct struct_02_04): Likewise.
2309         (struct struct_04_01): Likewise.
2310         (struct struct_04_02): Likewise.
2311         (struct struct_04_03): Likewise.
2312         (struct struct_04_04): Likewise.
2313         (struct struct_05_01): Likewise.
2314         (struct struct_05_02): Likewise.
2315         (struct struct_05_03): Likewise.
2316         (struct struct_05_04): Likewise.
2317         (cmp_struct01): Remove function.
2318         (cmp_struct02): Likewise.
2319         (cmp_struct03): Likewise.
2320         (cmp_struct04): Likewise.
2321         (cmp_struct_01_01): Add Function.
2322         (cmp_struct_01_02): Likewise.
2323         (cmp_struct_01_03): Likewise.
2324         (cmp_struct_01_04): Likewise.
2325         (cmp_struct_02_01): Likewise.
2326         (cmp_struct_02_02): Likewise.
2327         (cmp_struct_02_03): Likewise.
2328         (cmp_struct_02_04): Likewise.
2329         (cmp_struct_04_01): Likewise.
2330         (cmp_struct_04_02): Likewise.
2331         (cmp_struct_04_03): Likewise.
2332         (cmp_struct_04_04): Likewise.
2333         (cmp_struct_05_01): Likewise.
2334         (cmp_struct_05_02): Likewise.
2335         (cmp_struct_05_03): Likewise.
2336         (cmp_struct_05_04): Likewise.
2337         (call_all): Add new structs.
2338         * gdb.base/infcall-nested-structs.exp: Likewise.
2339
2340 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
2341
2342         * gdb.python/py-framefilter-mi.exp: Update regexp to
2343         check for "arch" field in frame output.
2344
2345 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
2346
2347         * gdb.dwarf2/dw2-ranges-func.c: New file.
2348         * gdb.dwarf2/dw2-ranges-func.exp: New file.
2349
2350 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
2351
2352         * gdb.base/term.exp: Compare terminal settings with values from
2353         the inferior.
2354         * gdb.base/term.c: Get and set terminal settings.
2355
2356 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
2357
2358         * lib/mi-support.exp (mi_expect_stop): Update regexp to
2359         accommodate new "arch" field in frame output.
2360         * gdb.mi/mi-return.exp: Likewise.
2361         * gdb.mi/mi-stack.exp: Likewise.
2362         * gdb.mi/mi-syn-frame.exp: Likewise.
2363         * gdb.mi/user-selected-context-sync.exp: Likewise.
2364
2365 2018-08-19  Michael Spang  <spang@google.com>
2366
2367         PR gdb/11786
2368         * gdb.base/gcore-tls-pie.c: New file.
2369         * gdb.base/gcore-tls-pie.exp: New file.
2370
2371 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
2372
2373         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2374         * gdb.dwarf2/varval.c: New file.
2375         * gdb.dwarf2/varval.exp: New file.
2376
2377 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
2378
2379         PR gdb/18931
2380         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2381
2382 2018-08-16  Keith Seitz  <keiths@redhat.com>
2383
2384         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2385         tests expected to pass.
2386
2387 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
2388
2389         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2390         -data-disassemble -a.
2391         (test_disassembly_bogus_args): Likewise.
2392
2393 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
2394
2395         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2396
2397 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2398
2399         * gdb.base/vla-optimized-out.exp: Add new test.
2400
2401 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2402
2403         * gdb.base/vla-optimized-out-o3.exp: Delete.
2404         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2405         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2406         deleted tests.
2407
2408 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2409
2410         PR gdb/18050:
2411         * gdb.server/extended-remote-restart.c: New file.
2412         * gdb.server/extended-remote-restart.exp: New file.
2413
2414 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
2415
2416         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2417         "set variable index = 42".
2418
2419 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
2420
2421         * boards/index-cache-gdb.exp: New file.
2422         * gdb.dwarf2/index-cache.exp: New file.
2423         * gdb.dwarf2/index-cache.c: New file.
2424         * gdb.base/maint.exp: Check if we are using the index cache.
2425
2426 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2427
2428         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2429         MAKEFLAGS.
2430
2431 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2432
2433         * dg-extract-results.sh: Move to toplevel contrib.
2434         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2435         * Makefile.in (check-parallel-racy): Likewise.
2436
2437 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2438
2439         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2440         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2441         tests if the target supports scheduler locking.
2442
2443 2018-08-04  Tom de Vries  <tdevries@suse.de>
2444
2445         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2446
2447 2018-08-02  Tom Tromey  <tom@tromey.com>
2448
2449         PR symtab/16842.
2450         * gdb.cp/temargs.exp: Test "info address" of a template
2451         parameter.
2452
2453 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
2454
2455         * gdb.python/py-mi-var-info-path-expression.c: New file.
2456         * gdb.python/py-mi-var-info-path-expression.py: New file.
2457         * gdb.python/py-mi-var-info-path-expression.exp: New file.
2458
2459 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2460
2461         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2462         error after "cannot resolve name" string.
2463
2464 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
2465
2466         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2467         started.
2468         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2469
2470 2018-07-28  Tom de Vries  <tdevries@suse.de>
2471
2472         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2473
2474 2018-07-26  Tom de Vries  <tdevries@suse.de>
2475
2476         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2477
2478 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
2479
2480         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2481         is visible.
2482
2483 2018-07-26  Tom de Vries  <tdevries@suse.de>
2484
2485         PR breakpoints/23366
2486         * gdb.base/catch-follow-exec.c: New test.
2487         * gdb.base/catch-follow-exec.exp: New file.
2488
2489 2018-07-25  Tom de Vries  <tdevries@suse.de>
2490
2491         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
2492         vla-optimized-out.c.
2493
2494 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
2495
2496         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
2497         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
2498
2499 2018-07-20  Tom de Vries  <tdevries@suse.de>
2500
2501         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
2502         NOCLONE macro.
2503         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
2504
2505 2018-07-19  Tom de Vries  <tdevries@suse.de>
2506
2507         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
2508         regular expression.
2509
2510 2018-07-18  Tom de Vries  <tdevries@suse.de>
2511
2512         * gdb.base/vla-optimized-out.c: New test.
2513         * gdb.base/vla-optimized-out.exp: New file.
2514
2515 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2516
2517         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
2518         message "No address associated with hostname" when gdbserver
2519         cannot resolve the hostname.
2520
2521 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2522
2523         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
2524         Add some test prefixes to make tests unique.
2525
2526 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2527
2528         * gdb.base/frameapply.c: New file.
2529         * gdb.base/frameapply.exp: New file.
2530
2531 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2532
2533         * gdb.base/skip.exp: Update expected error message.
2534
2535 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2536             Jan Kratochvil  <jan.kratochvil@redhat.com>
2537             Paul Fertser  <fercerpav@gmail.com>
2538             Tsutomu Seki  <sekiriki@gmail.com>
2539
2540         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
2541         parameter.
2542         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
2543         by default.
2544         * boards/native-gdbserver.exp: Likewise.
2545         * gdb.server/run-without-local-binary.exp: Improve regexp used
2546         for detecting when a remote debugging connection succeeds.
2547         * gdb.server/server-connect.exp: New file.
2548         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
2549         Do not prefix the port number with ":".
2550         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
2551         support for detecting and using it.  Add '$debughost_gdbserver'
2552         to the list of arguments used to start gdbserver.  Handle case
2553         when gdbserver cannot resolve a network name.
2554
2555 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2556
2557         PR c++/23373
2558         * gdb.base/ptype-offsets.cc (struct static_member): New
2559         struct.
2560         (main) <stmember>: New variable.
2561         * gdb.base/ptype-offsets.exp: Add test for printing a struct
2562         with a static member in it.
2563
2564 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
2565
2566         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
2567         watchpoints enabled and disabled.
2568
2569 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
2570
2571         * gdb.base/examine-backward.exp: Still run tests around address
2572         0x0, even if address 0x0 is not readable.  Update the pattern for
2573         matching address 0x0 in expected output.
2574
2575 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
2576
2577         * gdb.base/share-env-with-gdbserver.c (main): Add call to
2578         malloc/free.
2579
2580 2018-07-04  Tom de Vries  <tdevries@suse.de>
2581
2582         * gdb.dwarf2/dw2-error.exp: Update expected error message.
2583
2584 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
2585
2586         PR tdep/8282
2587         * gdb.arch/mips-disassembler-options.exp: New test.
2588         * gdb.arch/mips-disassembler-options.s: New test source.
2589
2590 2018-06-29  Pedro Alves  <palves@redhat.com>
2591
2592         * gdb.threads/names.exp: Adjust expected "info threads" output.
2593
2594 2018-06-29  Pedro Alves  <palves@redhat.com>
2595
2596         * gdb.opt/inline-break.exp (line number, address): Add "info
2597         break" tests.
2598
2599 2018-06-29  Pedro Alves  <palves@redhat.com>
2600
2601         * gdb.opt/inline-break.c (func1): Add "break here" marker.
2602         * gdb.opt/inline-break.exp: Test setting breakpoints by line
2603         number and address and running to them.
2604
2605 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
2606
2607         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
2608
2609 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
2610
2611         * lib/compiler.c: Remove executable permission flag.
2612
2613 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
2614
2615         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
2616         code.
2617         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
2618
2619 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2620
2621         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
2622
2623 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2624
2625         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
2626         address argument is omitted.
2627
2628 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
2629
2630         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
2631
2632 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
2633
2634         PR gdb/21695
2635         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
2636         * gdb.base/infoline-reloc-main-from-zero.c: New file.
2637
2638 2018-06-26  Tom Tromey  <tom@tromey.com>
2639
2640         PR rust/22574:
2641         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
2642         * gdb.rust/simple.rs (struct SimpleLayout): New.
2643
2644 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
2645
2646         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
2647         "info registers" output.
2648
2649 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
2650
2651         * gdb.base/watchpoint-hw-attach.c: New test.
2652         * gdb.base/watchpoint-hw-attach.exp: New file.
2653
2654 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
2655
2656         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
2657         through /bin/sh.
2658         * boards/dwarf4-gdb-index.exp: Likewise.
2659         * boards/fission-dwp.exp: Likewise.
2660
2661 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
2662
2663         * gdb.base/float128.exp: Add comment and improved fail message
2664         to the failure case of "print large128" test.
2665
2666 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
2667
2668         * configure.ac: Remove AC_PREREQ.
2669         * configure: Re-generate.
2670
2671 2018-06-19  Pedro Alves  <palves@redhat.com>
2672
2673         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
2674         (func_extern_caller): New.
2675         (main): Call func_extern_caller.
2676         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
2677         logic change.
2678
2679 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
2680
2681         PR gdb/16841
2682         * gdb.cp/typedef-base.cc: New file.
2683         * gdb.cp/typedef-base.exp: New file.
2684
2685 2018-06-18  Tom de Vries  <tdevries@suse.de>
2686
2687         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
2688
2689 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
2690             Richard Bunt <Richard.Bunt@arm.com>
2691
2692         * gdb.threads/attach-slow-waitpid.c: New file.
2693         * gdb.threads/attach-slow-waitpid.exp: New file.
2694         * gdb.threads/slow-waitpid.c: New file.
2695
2696 2018-06-14  Pedro Alves  <palves@redhat.com>
2697
2698         * gdb.base/fork-running-state.c: Include <errno.h>.
2699         (exit_if_relative_exits): New.
2700         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
2701         exits.
2702         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
2703         child exits.
2704
2705 2018-06-14  Tom de Vries  <tdevries@suse.de>
2706
2707         PR cli/22573
2708         * gdb.base/finish-pretty.c: New test.
2709         * gdb.base/finish-pretty.exp: New file.
2710
2711 2018-06-14  Pedro Alves  <palves@redhat.com>
2712
2713         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
2714         gdb's expected startup output.
2715
2716 2018-06-14  Pedro Alves  <palves@redhat.com>
2717
2718         * lib/selftest-support.exp (selftest_setup): Remove inlined
2719         function handling.
2720
2721 2018-06-14  Tom de Vries  <tdevries@suse.de>
2722
2723         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
2724         matching of breakpoint printing.
2725
2726 2018-06-13  Tom de Vries  <tdevries@suse.de>
2727
2728         PR testsuite/23269
2729         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
2730         (fork_child): ... here, and ...
2731         (fork_parent): ... here.
2732
2733 2018-06-12  Tom de Vries  <tdevries@suse.de>
2734
2735         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
2736
2737 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
2738             Stephen Roberts  <stephen.roberts@arm.com>
2739
2740         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
2741         rewrite test to describe action performed, rather than possible
2742         failure.
2743
2744 2018-06-08  Gary Benson <gbenson@redhat.com>
2745
2746         * gdb.threads/check-libthread-db.exp: New file.
2747         * gdb.threads/check-libthread-db.c: Likewise.
2748
2749 2018-06-05  Tom Tromey  <tom@tromey.com>
2750
2751         * gdb.base/default.exp: Update expected "show version" output.
2752
2753 2018-06-05  Tom Tromey  <tom@tromey.com>
2754
2755         PR cli/12326:
2756         * gdb.cp/static-print-quit.exp: Update.
2757         * lib/gdb.exp (pagination_prompt): Update.
2758         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
2759         * gdb.python/python.exp: Update.
2760
2761 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
2762
2763         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
2764
2765 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
2766
2767         * gdb.ada/bp_fun_addr: New testcase.
2768
2769 2018-06-01  Tom Tromey  <tom@tromey.com>
2770
2771         * gdb.xml/tdesc-regs.exp (load_description): Update expected
2772         results.
2773         * gdb.dwarf2/method-ptr.exp: Set language to C++.
2774         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
2775         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
2776         * gdb.base/maint.exp (maint_pass_if): Update.
2777
2778 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
2779
2780         * gdb.base/endian.exp: New test.
2781         * gdb.base/endian.c: New test source.
2782
2783 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
2784
2785         PR gdb/23203
2786         * gdb.base/bt-selected-frame.c: New file.
2787         * gdb.base/bt-selected-frame.exp: New file.
2788         * lib/gdb.exp (get_current_frame_number): New function.
2789
2790 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
2791             Pedro Alves  <palves@redhat.com>
2792
2793         * gdb.threads/tls-core.c: Include <stdlib.h>
2794         (thread_proc): Call `abort'.
2795         * gdb.threads/tls-core.exp: Generate a core with core_find too.
2796         (tls_core_test): New procedure, bits factored out from ...
2797         (top level): ... here.  Test both native cores and gcore cores.
2798
2799 2018-05-23  Tom Tromey  <tom@tromey.com>
2800
2801         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
2802
2803 2018-05-23  Tom Tromey  <tom@tromey.com>
2804
2805         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
2806         symfile_complaints.
2807         (test_short_complaints): Likewise.
2808         (test_empty_complaints): Likewise.
2809         (test_initial_complaints): Update.
2810
2811 2018-05-23  Tom Tromey  <tom@tromey.com>
2812
2813         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
2814
2815 2018-05-23  Tom Tromey  <tom@tromey.com>
2816
2817         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
2818         (test_short_complaints): Update.
2819
2820 2018-05-22  Pedro Alves  <palves@redhat.com>
2821
2822         * gdb.base/remote.exp: Only gdb_start after compiling the
2823         testcase.  Issue "disconnect" before testing "set remote" command
2824         defaults.  Issue clean_restart before running to main.
2825
2826 2018-05-22  Pedro Alves  <palves@redhat.com>
2827
2828         * gdb.base/remote.exp: Adjust expected output of "show remote
2829         memory-write-packet-size".  Add tests for "set remote
2830         memory-write-packet-size 0" and "set remote
2831         memory-write-packet-size fixed/limit".
2832
2833 2018-05-22  Pedro Alves  <palves@redhat.com>
2834
2835         PR gdb/22973
2836         * gdb.base/utf8-identifiers.c: New file.
2837         * gdb.base/utf8-identifiers.exp: New file.
2838
2839 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
2840
2841         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
2842
2843 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
2844
2845         * gdb.arch/powerpc-vsx-gcore.exp: New file.
2846
2847 2018-05-18  Tom Tromey  <tom@tromey.com>
2848
2849         * gdb.base/ptype-offsets.exp: Update.
2850
2851 2018-05-17  Keith Seitz  <keiths@redhat.com>
2852
2853         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
2854         in expected breakpoint stop locations.
2855         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
2856         move to proper scope to test variable values.
2857         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
2858         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
2859         New functions.
2860         (main): Call not_inline_func3.
2861         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
2862         inline_func1, inline_func2, and inline_func3.  Test that when each
2863         breakpoint is hit, GDB properly reports both the stop location
2864         and the backtrace. Repeat tests for temporary breakpoints.
2865
2866 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
2867
2868         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
2869         rather then trying to access it in determining whether the PID
2870         of `gdbserver' could have been retrieved.
2871
2872 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
2873
2874         * gdb.arch/amd64-init-x87-values.S: New file.
2875         * gdb.arch/amd64-init-x87-values.exp: New file.
2876
2877 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2878
2879         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
2880
2881 2018-05-04  Tom Tromey  <tom@tromey.com>
2882
2883         PR python/22730:
2884         * gdb.python/python.exp: Test multi-line execute.
2885
2886 2018-05-04  Tom Tromey  <tom@tromey.com>
2887
2888         PR python/22731:
2889         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
2890
2891 2018-05-04  Tom Tromey  <tom@tromey.com>
2892
2893         PR gdb/11750:
2894         * gdb.base/define.exp: Test defining a user command inside a user
2895         command.
2896         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
2897
2898 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2899             Pedro Alves <palves@redhat.com>
2900
2901         PR breakpoints/19806 and support for PR external/20207.
2902         * gdb.base/watchpoint-unaligned.c: New file.
2903         * gdb.base/watchpoint-unaligned.exp: New file.
2904
2905 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2906
2907         * gdb.base/maint.exp: Make test names unique, use
2908         test_prefix_command_help to test 'help maint info', and remove
2909         repeated test of 'help maint'.
2910
2911 2018-05-04  Tom Tromey  <tom@tromey.com>
2912
2913         PR gdb/22619:
2914         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
2915         behavior.
2916
2917 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2918
2919         * gdb.base/maint.exp: Process output from 'maint print registers'
2920         line at a time.
2921
2922 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
2923
2924         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
2925         timeout.
2926
2927 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
2928
2929         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
2930         filter pattern.
2931
2932 2018-05-02  Pedro Alves  <palves@redhat.com>
2933
2934         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
2935         to_log_command renames.
2936         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2937
2938 2018-05-02  Tom Tromey  <tom@tromey.com>
2939
2940         * gdb.python/py-parameter.exp: Set test message.
2941
2942 2018-05-02  Tom Tromey  <tom@tromey.com>
2943
2944         PR python/20084:
2945         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
2946         PARAM_ZUINTEGER_UNLIMITED tests.
2947
2948 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
2949
2950         PR rust/23124
2951         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
2952         when casting.
2953
2954 2018-04-30  Tom Tromey  <tom@tromey.com>
2955
2956         * gdb.python/py-type.exp: Check align attribute.
2957         * gdb.python/py-type.c: New "aligncheck" global.
2958
2959 2018-04-30  Tom Tromey  <tom@tromey.com>
2960
2961         PR exp/17095:
2962         * gdb.dwarf2/dw2-align.exp: New file.
2963         * gdb.cp/align.exp: New file.
2964         * gdb.base/align.exp: New file.
2965         * lib/gdb.exp (gdb_int128_helper): New proc.
2966         (has_int128_c, has_int128_cxx): New caching procs.
2967
2968 2018-04-27  Tom Tromey  <tom@tromey.com>
2969
2970         PR rust/22545:
2971         * gdb.rust/simple.exp: Add inclusive range tests.
2972
2973 2018-04-26  Pedro Alves  <palves@redhat.com>
2974
2975         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
2976         ifunc breakpoint locations correctly of ifunc breakpoints set
2977         while the program resolves the ifunc.
2978
2979 2018-04-26  Pedro Alves  <palves@redhat.com>
2980
2981         * gdb.base/gnu-ifunc-final.c: New file.
2982         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
2983         * gdb.base/gnu-ifunc.exp (executable): Delete.
2984         (staticexecutable): Adjust.
2985         (lib_opts, exec_opts): Delete.
2986         (make_binsuffix, build, set-break): New procedures.
2987         (misc_tests): New, with tests factored out from the top level.
2988         (top level): Test different combinations of ifunc resolver name,
2989         resolver with and with debug info, and ifunc target with and
2990         without debug info.  Wrap static tests with with_target_prefix.
2991
2992 2018-04-26  Pedro Alves  <palves@redhat.com>
2993
2994         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
2995         return type" warnings.
2996
2997 2018-04-25  Pedro Alves  <palves@redhat.com>
2998
2999         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3000         killed".
3001         * gdb.base/kill-after-signal.exp: Likewise.
3002         * gdb.threads/kill.exp: Likewise.
3003
3004 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3005             Sergio Durigan Junior  <sergiodj@redhat.com>
3006             Pedro Alves  <palves@redhat.com>
3007
3008         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3009         regexps to expect for '[Inferior ... detached]' as well.
3010         * gdb.base/attach.exp: Likewise.
3011         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3012         "gdb_continue_to_end".
3013         (test_catch_syscall_with_wrong_args): Likewise.
3014         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3015         ']'.  Don't set 'verbose' on.
3016         * gdb.base/foll-vfork.exp: Likewise.
3017         * gdb.base/fork-print-inferior-events.c: New file.
3018         * gdb.base/fork-print-inferior-events.exp: New file.
3019         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3020         '[Inferior ... has been killed]' message.
3021         * gdb.base/kill-after-signal.exp: Likewise.
3022         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3023         detach message.
3024         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3025         message.
3026         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3027         regexps to expect for '[Inferior ... detached]' as well.
3028         * gdb.threads/process-dies-while-detaching.exp: Likewise.
3029
3030 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
3031
3032         PR gdb/23104
3033         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3034
3035 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
3036
3037         * gdb.threads/multiple-successive-infcall.c: New test.
3038         * gdb.threads/multiple-successive-infcall.exp: New file.
3039
3040 2018-04-17  Tom Tromey  <tom@tromey.com>
3041
3042         * gdb.rust/simple.rs (Union): New type.
3043         (main): New local "u".
3044         * gdb.rust/simple.exp (test_one_slice): Add new test case.
3045
3046 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3047
3048         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3049         number information in output of "whereis" command.
3050         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3051
3052 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3053
3054         * gdb.ada/info_types.exp: Adjust expected output to the line
3055         numbers now printed by "info var/func/type".
3056         * gdb.base/completion.exp: Likewise.
3057         * gdb.base/included.exp: Likewise.
3058         * gdb.cp/cp-relocate.exp: Likewise.
3059         * gdb.cp/cplusfuncs.exp: Likewise.
3060         * gdb.cp/namespace.exp: Likewise.
3061         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3062
3063 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3064
3065         * gdb.btrace/cpu.exp: New.
3066
3067 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3068
3069         * gdb.base/step-indirect-call-thunk.exp: New.
3070         * gdb.base/step-indirect-call-thunk.c: New.
3071         * gdb.reverse/step-indirect-call-thunk.exp: New.
3072         * gdb.reverse/step-indirect-call-thunk.c: New.
3073
3074 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
3075
3076         * gdb.base/pie-fork.c: New file.
3077         * gdb.base/pie-fork.exp: New file.
3078
3079 2018-04-11  Tom Tromey  <tom@tromey.com>
3080
3081         * gdb.rust/simple.exp: Add test for ".." struct initializer.
3082
3083 2018-04-10  Pedro Alves  <palves@redhat.com>
3084
3085         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3086         exits.  Instead loop running forever.
3087         (fork_parent): Run forever too.
3088
3089 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
3090
3091         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3092         mi_continue_to_line.
3093         * gdb.mi/mi-stack.c (callee4): Add comment.
3094
3095 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
3096
3097         * gdb.mi/mi-stack.exp: Fix indentation.
3098
3099 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
3100
3101         PR gdb/22979
3102         * gdb.arch/amd64-osabi.exp: New file.
3103
3104 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
3105
3106         PR gdb/22980
3107         * gdb.base/osabi.exp: New file.
3108
3109 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
3110
3111         * gdb.cp/static-typedef-print.exp: New file.
3112         * gdb.cp/static-typedef-print.cc: New file.
3113
3114 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3115
3116         * gdb.ada/varsize_limit: New testcase.
3117
3118 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
3119
3120         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3121
3122         * gdb.ada/notcplusplus: New testcase.
3123
3124         * gdb.base/c-linkage-name.c: New file.
3125         * gdb.base/c-linkage-name.exp: New testcase.
3126
3127 2018-03-26  Tom Tromey  <tom@tromey.com>
3128
3129         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3130         * gdb.python/py-framefilter.py (name_error): New global.
3131         (ErrorInName.function): Use name_error.
3132
3133 2018-03-26  Tom Tromey  <tom@tromey.com>
3134
3135         PR backtrace/15582:
3136         * gdb.python/py-framefilter.exp: Add "bt hide" test.
3137
3138 2018-03-23  Keith Seitz  <keiths@redhat.com>
3139
3140         PR c++/22968
3141         * gdb.cp/subtypes.exp: New file.
3142         * gdb.cp/subtypes.h: New file.
3143         * gdb.cp/subtypes.cc: New file.
3144         * gdb.cp/subtypes-2.cc: New file.
3145
3146 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
3147
3148         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3149         (done): Call '_exit' not 'exit' to avoid atexit handlers.
3150         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3151         -nostartfiles when compiling the test.  Confirm that all registers
3152         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3153
3154 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
3155
3156         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3157         option, syntax was wrong anyway.
3158         * gdb.arch/arm-disp-step.exp: Likewise.
3159         * gdb.arch/sparc64-regs.exp: Likewise.
3160         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3161         option, syntax was wrong anyway, switch to use
3162         prepare_for_testing.
3163         * gdb.arch/i386-disp-step.exp: Likewise.
3164
3165 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3166
3167         * gdb.ada/exec_changed.exp: Replace "target_info exists
3168         use_gdb_stub" by "use_gdb_stub".
3169         * gdb.ada/start.exp: Likewise.
3170         * gdb.base/async-shell.exp: Likewise.
3171         * gdb.base/attach-pie-misread.exp: Likewise.
3172         * gdb.base/attach-wait-input.exp: Likewise.
3173         * gdb.base/break-entry.exp: Likewise.
3174         * gdb.base/break-interp.exp: Likewise.
3175         * gdb.base/dprintf-detach.exp: Likewise.
3176         * gdb.base/nostdlib.exp: Likewise.
3177         * gdb.base/solib-nodir.exp: Likewise.
3178         * gdb.base/statistics.exp: Likewise.
3179         * gdb.base/testenv.exp: Likewise.
3180         * gdb.mi/mi-exec-run.exp: Likewise.
3181         * gdb.mi/mi-start.exp: Likewise.
3182         * gdb.multi/dummy-frame-restore.exp: Likewise.
3183         * gdb.multi/multi-arch-exec.exp: Likewise.
3184         * gdb.multi/multi-arch.exp: Likewise.
3185         * gdb.multi/tids.exp: Likewise.
3186         * gdb.multi/watchpoint-multi.exp: Likewise.
3187         * gdb.python/py-events.exp: Likewise.
3188         * gdb.threads/attach-into-signal.exp: Likewise.
3189         * gdb.threads/attach-stopped.exp: Likewise.
3190         * gdb.threads/threadapply.exp: Likewise.
3191         * lib/selftest-support.exp: Likewise.
3192
3193 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3194
3195         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3196
3197 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
3198
3199         * gdb.perf/template-breakpoints.cc: New file.
3200         * gdb.perf/template-breakpoints.exp: New file.
3201         * gdb.perf/template-breakpoints.py: New file.
3202
3203 2018-03-19  Tom Tromey  <tom@tromey.com>
3204
3205         * gdb.rust/simple.rs (main): Add local variables field1, field2,
3206         y0.
3207         * gdb.rust/simple.exp: Test bare identifier form of struct
3208         initializer.
3209
3210 2018-03-19  Tom Tromey  <tom@tromey.com>
3211
3212         * gdb.gdb/observer.exp: Remove.
3213
3214 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3215
3216         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3217         "qualified" option when setting breakpoints.
3218         * gdb.trace/backtrace.exp: Likewise.
3219         * gdb.trace/circ.exp: Likewise.
3220         * gdb.trace/collection.exp: Likewise.
3221         * gdb.trace/disconnected-tracing.exp: Likewise.
3222         * gdb.trace/ftrace-lock.exp: Likewise.
3223         * gdb.trace/ftrace.exp: Likewise.
3224         * gdb.trace/infotrace.exp: Likewise.
3225         * gdb.trace/packetlen.exp: Likewise.
3226         * gdb.trace/passc-dyn.exp: Likewise.
3227         * gdb.trace/qtro.exp: Likewise.
3228         * gdb.trace/read-memory.exp: Likewise.
3229         * gdb.trace/report.exp: Likewise.
3230         * gdb.trace/signal.exp: Likewise.
3231         * gdb.trace/status-stop.exp: Likewise.
3232         * gdb.trace/strace.exp: Likewise.
3233         * gdb.trace/tfind.exp: Likewise.
3234         * gdb.trace/trace-break.exp: Likewise.
3235         * gdb.trace/trace-condition.exp: Likewise.
3236         * gdb.trace/trace-mt.exp: Likewise.
3237         * gdb.trace/tstatus.exp: Likewise.
3238         * gdb.trace/tsv.exp: Likewise.
3239         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3240         * gdb.trace/unavailable.exp: Likewise.
3241         * gdb.trace/while-dyn.exp: Likewise.
3242
3243 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3244
3245         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3246         that libinproctrace is copied to the target.
3247
3248 2018-03-14  Tom Tromey  <tom@tromey.com>
3249
3250         PR cli/14977:
3251         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3252         a null pointer.
3253         * gdb.base/wchar.exp: Likewise.
3254
3255 2018-03-14  Tom Tromey  <tom@tromey.com>
3256
3257         PR cli/19918:
3258         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3259         flag.
3260
3261 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
3262
3263         PR gdb/22841
3264         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3265         "target" to remote_exec.
3266
3267 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
3268
3269         PR gdb/22841
3270         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3271         ${board}_upload): Remove.
3272
3273 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3274
3275         * gdb.cp/watch-cp.cc: New test.
3276         * gdb.cp/watch-cp.exp: New file.
3277
3278 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
3279
3280         * gdb.base/infcall-nested-structs.exp: New file.
3281         * gdb.base/infcall-nested-structs.c: New file.
3282         * gdb.base/float.exp: Add riscv support.
3283
3284 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3285
3286         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3287         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3288
3289 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3290
3291         * gdb.server/abspath.exp: New file.
3292         * lib/gdb.exp (with_cwd): New procedure.
3293
3294 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
3295
3296         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3297         use it.
3298         (gdb_is_target_remote_prompt): New proc.
3299         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3300         (gdb_is_target_native): Pass prompt parameter to
3301         gdb_is_target_1.
3302
3303 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
3304
3305         * gdb.base/load-command.c: New file.
3306         * gdb.base/load-command.exp: New file.
3307         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3308         (gdb_is_target_1): ...this, and generalize for other targets
3309         than just remote.
3310         (gdb_is_target_remote): Use gdb_is_target_1.
3311         (gdb_is_target_native): use gdb_is_target_1.
3312
3313 2018-02-26  Tom Tromey  <tom@tromey.com>
3314
3315         PR python/16497:
3316         * gdb.python/py-framefilter.exp: Update test.
3317
3318 2018-02-26  Tom Tromey  <tom@tromey.com>
3319
3320         * gdb.dwarf2/variant.c: New file.
3321         * gdb.dwarf2/variant.exp: New file.
3322
3323 2018-02-26  Tom Tromey  <tom@tromey.com>
3324
3325         * gdb.rust/simple.exp: Accept more possible results in enum test.
3326
3327 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
3328
3329         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3330         parentheses.
3331
3332 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
3333
3334         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3335         name of a variable: $actual_linejj -> $actual_line.
3336
3337 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
3338
3339         * gdb.arch/amd64-i386-address.exp: Fix a typo.
3340
3341 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
3342
3343         * gdb.btrace/buffer-size.exp: Do not force BTS.
3344
3345 2018-02-14  Pedro Alves  <palves@redhat.com>
3346
3347         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3348         getting a "Quit".
3349
3350 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
3351
3352         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3353         Fix test name.
3354
3355 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
3356
3357         * gdb.cp/m-static.exp: Check type of optimized out static
3358         member.
3359
3360 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
3361
3362         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3363         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3364
3365 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
3366             Leszek Swirski  <leszeks@google.com>
3367
3368         * gdb.python/py-prettyprint.c
3369         (struct to_string_returns_value_inner,
3370         struct to_string_returns_value_wrapper): New.
3371         (main): Add tsrvw variable.
3372         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3373         ToStringReturnsValueWrapper): New classes.
3374         (register_pretty_printers): Register new pretty-printers.
3375         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3376         recursive pretty printer.
3377         * gdb.python/py-mi.exp: Likewise.
3378
3379 2018-02-01  Leszek Swirski  <leszeks@google.com>
3380
3381         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3382         functions with the same name as an include file are parsed
3383         correctly.
3384
3385 2018-02-01  Yao Qi  <yao.qi@linaro.org>
3386
3387         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3388         "\[^\r\n\]*".
3389
3390 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
3391
3392         * gdb.arch/powerpc-prologue-frame.s: New file.
3393         * gdb.arch/powerpc-prologue-frame.c: Likewise.
3394         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3395
3396 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
3397
3398         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3399
3400 2018-01-30  Pedro Alves  <palves@redhat.com>
3401
3402         PR gdb/13211
3403         * gdb.base/interrupt-daemon.c: New.
3404         * gdb.base/interrupt-daemon.exp: New.
3405         * gdb.multi/multi-term-settings.c: New.
3406         * gdb.multi/multi-term-settings.exp: New.
3407
3408 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
3409
3410         * gdb.base/break.exp: Save the location where the breakpoint
3411         on break.c:47 was actually inserted when debugging the version
3412         compiled at -O2 and use it in the expected output of the "info
3413         break" test performed soon after.
3414
3415 2018-01-22  Pedro Alves  <palves@redhat.com>
3416             Sergio Durigan Junior  <sergiodj@redhat.com>
3417
3418         * gdb.base/whatis.exp: Add tests for 'set print object on' +
3419         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3420
3421 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
3422
3423         * gdb.base/break-include.c, gdb.base/break-include.inc,
3424         gdb.base/break-include.exp: New files.
3425         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3426         line number now being the actual line number where the breakpoint
3427         was inserted.
3428         * gdb.mi/mi-break.exp: Likewise.
3429         * gdb.mi/mi-reverse.exp: Likewise.
3430         * gdb.mi/mi-simplerun.exp: Ditto.
3431
3432 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3433
3434         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3435         varobj.
3436         * gdb.mi/mi-var-create-rtti.exp: Likewise.
3437
3438 2018-01-21  Don Breazeal  <donb@codesourcery.com>
3439             Andrew Burgess  <andrew.burgess@embecosm.com>
3440
3441         * gdb.mi/basics.c: Add new global.
3442         * gdb.mi/mi-frame-regs.exp: New file.
3443         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3444         case.
3445
3446 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
3447
3448         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3449         non-parameter, and on an unknown symbol.
3450
3451 2018-01-19  Tom Tromey  <tom@tromey.com>
3452
3453         * gdb.rust/modules.rs (TWENTY_THREE): New global.
3454         * gdb.rust/modules.exp: Add ::-qualified lookup test.
3455
3456 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3457
3458         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3459         setrlimit and chdir to int.
3460
3461 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3462
3463         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3464         function.
3465         (my_tend): Likewise.
3466         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3467         rationale of avoiding FP- and vector instructions.
3468
3469 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
3470
3471         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3472         "info reg" with "\[ \t\]*".
3473         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3474         "\[ \t\]+".
3475         * gdb.arch/s390-multiarch.exp: Ditto.
3476         * gdb.base/pc-fp.exp: Ditto.
3477         * gdb.reverse/i386-precsave.exp: Ditto.
3478         * gdb.reverse/i386-reverse.exp: Ditto.
3479         * gdb.reverse/i387-env-reverse.exp: Ditto.
3480         * gdb.reverse/i387-stack-reverse.exp: Ditto.
3481
3482 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3483
3484         * lib/gdb.exp (gdb_compile): Re-enable use of
3485         universal_compile_options for languages other than Rust.
3486
3487 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3488
3489         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3490
3491 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
3492
3493         PR gdb/16577
3494         * gdb.base/solib-vanish.exp: New.
3495         * gdb.base/solib-vanish-main.c: New.
3496         * gdb.base/solib-vanish-lib1.c: New.
3497         * gdb.base/solib-vanish-lib2.c: New.
3498
3499 2018-01-17  Yao Qi  <yao.qi@linaro.org>
3500
3501         * gdb.compile/compile.exp: Match the address printed for
3502         frame in the output of command "bt".
3503
3504 2018-01-15  Tom Tromey  <tom@tromey.com>
3505
3506         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
3507         compute sp_reg.
3508
3509 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
3510
3511         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
3512         to prepare.
3513         (prepare): Return 0 on error, 1 on success.
3514
3515 2018-01-12  Pedro Alves  <palves@redhat.com>
3516
3517         * gdb.base/continue-after-aborted-step-over.c: New.
3518         * gdb.base/continue-after-aborted-step-over.exp: New.
3519
3520 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
3521
3522         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
3523         options when not creating an executable.
3524
3525 2018-01-11  Pedro Alves  <palves@redhat.com>
3526
3527         PR remote/22597
3528         * gdb.server/stop-reply-no-thread.c: New file.
3529         * gdb.server/stop-reply-no-thread.exp: New file.
3530
3531 2018-01-10  Pedro Alves  <palves@redhat.com>
3532
3533         PR gdb/22670
3534         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
3535         functions too.  Test setting breakpoints and printing C functions
3536         with no debug info too.
3537         * gdb.ada/bp_c_mixed_case/qux.c: New file.
3538
3539 2018-01-10  Pedro Alves  <palves@redhat.com>
3540
3541         PR gdb/22670
3542         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
3543         a fail.
3544
3545 2018-01-10  Pedro Alves  <palves@redhat.com>
3546
3547         PR gdb/22670
3548         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
3549
3550 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
3551
3552         * gdb.server/unittest.exp: Match the output in non-development
3553         mode.
3554
3555 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
3556
3557         * gdb.gdb/unittest.exp: Match output in non-development mode.
3558
3559 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
3560
3561         * gdb.ada/access_tagged_param.exp: Relax expected output
3562         for value of "ObjL" in "continue" to pck.inspect breakpoint
3563         test.
3564
3565 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
3566
3567         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
3568         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
3569
3570 2018-01-05  Pedro Alves  <palves@redhat.com>
3571
3572         PR gdb/18653
3573         * gdb.base/libsegfault.exp: New.
3574
3575 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3576
3577         PR gdb/22670
3578         * gdb.ada/access_tagged_param.exp: New file.
3579         * gdb.ada/access_tagged_param/foo.adb: New file.
3580
3581 2018-01-05  Pedro Alves  <palves@redhat.com>
3582
3583         PR gdb/22670
3584         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
3585         exercise lower case too, and to exercise both full matching and
3586         wild matching.
3587
3588 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3589
3590         * gdb.ada/rename_subscript_param: New testcase.
3591
3592 2018-01-05  Jerome Guitton  <guitton@adacore.com>
3593
3594         * gdb.ada/arr_acc_idx_w_gap: New testcase.
3595
3596 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
3597
3598         * gdb.ada/convvar_comp: New testcase.
3599
3600 2018-01-05  Xavier Roirand  <roirand@adacore.com>
3601
3602         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
3603         (My_Table): New global variable.
3604         * testsuite/gdb.ada/array_char_idx.exp: Add test.
3605
3606 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3607
3608         PR gdb/22670
3609         * gdb.ada/maint_with_ada: New testcase.
3610
3611 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3612
3613         PR gdb/22670
3614         * gdb.ada/bp_c_mixed_case: New testcase.
3615
3616 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3617
3618         PR gdb/22670
3619         * gdb.ada/complete.exp: Add "complete break ada" test.
3620
3621 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
3622
3623         PR gdb/22670
3624         * gdb.ada/info_addr_mixed_case: New testcase.
3625
3626 2018-01-03  Xavier Roirand  <roirand@adacore.com>
3627
3628         * gdb.ada/excep_handle.exp: New testcase.
3629         * gdb.ada/excep_handle/foo.adb: New file.
3630         * gdb.ada/excep_handle/pck.ads: New file.
3631
3632 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
3633
3634         * gdb.base/step-line.c: Add extra empty line in copyright header.
3635         * gdb.base/step-line.inp: Likewise.
3636
3637 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
3638
3639         * gdb.ada/dyn_stride.exp: Add slice test.
3640
3641 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
3642
3643         * gdb.ada/dyn_stride: New testcase.
3644
3645 2017-12-27  Stafford Horne  <shorne@gmail.com>
3646
3647         * gdb.xml/extra-regs.xml: Add example foo reggroup.
3648         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
3649
3650 2017-12-27  Stafford Horne  <shorne@gmail.com>
3651
3652         * gdb.base/reggroups.c: New file.
3653         * gdb.base/reggroups.exp: New file.
3654
3655 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
3656
3657         * gdb.dwarf2/ada-valprint-error.c: New file.
3658         * gdb.dwarf2/ada-valprint-error.exp: New file.
3659
3660 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
3661
3662         * gdb.ada/assign_arr: New testcase.
3663
3664 2017-12-18  Xavier Roirand  <roirand@adacore.com>
3665
3666         * gdb.ada/funcall_ptr: New testcase.
3667
3668 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3669
3670         PR cli/16224
3671         * gdb.base/ptype-offsets.cc: New file.
3672         * gdb.base/ptype-offsets.exp: New file.
3673
3674 2017-12-15  Yao Qi  <yao.qi@linaro.org>
3675
3676         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
3677         if XML is disabled.
3678
3679 2017-12-15  Xavier Roirand  <roirand@adacore.com>
3680
3681         * gdb.ada/same_component_name: New testcase.
3682
3683 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
3684
3685         * gdb.ada/str_binop_equal: New testcase.
3686
3687 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
3688
3689         * gdb.ada/task_switch_in_core: New testcase.
3690
3691 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
3692
3693         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
3694         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
3695         call test_bkpt_qualified.
3696         (test_bkpt_qualified): New proc.
3697
3698 2017-12-13  Pedro Alves  <palves@redhat.com>
3699
3700         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
3701         Tighten regexp by matching with an anchor.
3702
3703 2017-12-13  Pedro Alves  <palves@redhat.com>
3704
3705         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
3706         ("expression with namespace"): New set of tests.
3707         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
3708         (Nested::Test_NS::qux): New.
3709         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
3710         defaults to 'start_quote_char' and 'end_quote_char' parameters.
3711
3712 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
3713
3714         * gdb.base/server-del-break.c: New file.
3715         * gdb.base/server-del-break.exp: New file.
3716
3717 2017-12-12  Stafford Horne  <shorne@gmail.com>
3718
3719         * gdb.xml/tdesc-regs.exp: Add or1k support.
3720
3721 2017-12-12  Stafford Horne  <shorne@gmail.com>
3722
3723         * gdb.base/bp-permanent.c: Define nop of or1k.
3724
3725 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
3726
3727         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
3728         output with components being reordered.
3729
3730 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
3731
3732         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
3733         output with components being reordered.
3734
3735 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3736             Pedro Alves  <palves@redhat.com>
3737
3738         * gdb.base/maint.exp (check for .gdb_index): Check also for
3739         .debug_names.
3740         * gdb.dlang/watch-loc.c (.debug_aranges): New.
3741         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
3742         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
3743         (.gdb_index used after symbol reloading): Support also .debug_names.
3744         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
3745
3746 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3747
3748         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3749         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
3750
3751 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3752
3753         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
3754         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
3755
3756 2017-12-08  Yao Qi  <yao.qi@linaro.org>
3757
3758         * gdb.arch/aarch64-tagged-pointer.c: New file.
3759         * gdb.arch/aarch64-tagged-pointer.exp: New file.
3760
3761 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
3762
3763         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
3764         "int".
3765
3766 2017-12-07  Keith Seitz  <keiths@redhat.com>
3767
3768         PR breakpoints/22569
3769         * gdb.linespec/ls-errs.exp: Change expected result of "break
3770         -source this file has spaces.c -line 3".
3771         Check that an explicit source file followed by whitespace is
3772         identified as an invalid explicit location.
3773
3774 2017-12-07  Keith Seitz  <keiths@redhat.com>
3775
3776         * gdb.cp/nested-types.cc: New file.
3777         * gdb.cp/nested-types.exp: New file.
3778         * lib/cp-support.exp: Load data-structures.exp library.
3779         (debug_cp_test_ptype_class): New global.
3780         (cp_ptype_class_verbose, next_line): New procedures.
3781         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
3782         Add and document new return value.
3783         Switch the list of lines to a queue.
3784         Add support for new `type' key for nested type definitions.
3785         Add debugging/troubleshooting messages.
3786         * lib/data-structures.exp: New file.
3787
3788 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
3789
3790         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
3791         with proc_with_prefix, don't use with_test_prefix.
3792
3793 2017-12-07  Tom Tromey  <tom@tromey.com>
3794
3795         * gdb.base/break.exp: Add test for empty "commands".
3796
3797 2017-12-07  Yao Qi  <yao.qi@linaro.org>
3798
3799         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
3800         malloc and catch syscall.
3801
3802 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
3803
3804         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
3805         tests for explicit locations.
3806
3807 2017-12-06  Pedro Alves  <palves@redhat.com>
3808
3809         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
3810         force-disabling XML descriptions.
3811
3812 2017-12-04  Pedro Alves  <palves@redhat.com>
3813
3814         PR gdb/22499
3815         * gdb.arch/amd64-disp-step-avx.S: New file.
3816         * gdb.arch/amd64-disp-step-avx.exp: New file.
3817
3818 2017-12-03  Pedro Alves  <palves@redhat.com>
3819
3820         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
3821         and <string.h>.
3822         (parent_function): Print distinct messages when waitpid fails, or
3823         the child exits with a signal, or the child exits for an unhandled
3824         reason.
3825         * gdb.threads/process-dies-while-detaching.exp
3826         (detach_and_expect_exit): New 'inf_output_re' parameter and use
3827         it.  Wait for both inferior output and GDB's prompt.  Use an
3828         indirect spawn id list.
3829         (do_detach): New parameter 'child_exit'.  Use it to compute
3830         expected inferior output.
3831         (test_detach, test_detach_watch, test_detach_killed_outside):
3832         Adjust to pass down the expected child exit kind.
3833
3834 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
3835             Sergio Durigan Junior  <sergiodj@redhat.com>
3836             Pedro Alves  <palves@redhat.com>
3837
3838         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
3839
3840 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3841
3842         * gdb.base/relocate.exp: Add tests to guarantee that arguments
3843         to 'symbol-file' and 'add-symbol-file' can be
3844         position-independent.
3845
3846 2017-12-01  Yao Qi  <yao.qi@linaro.org>
3847
3848         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
3849         the URL in copyright header.
3850         * gdb.arch/aarch64-fp.exp: Likewise.
3851         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
3852         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
3853         * gdb.base/expand-psymtabs.exp: Likewise.
3854         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
3855         * gdb.fortran/common-block.exp: Likewise.
3856         * gdb.fortran/common-block.f90: Likewise.
3857         * gdb.fortran/logical.exp: Likewise.
3858         * gdb.fortran/vla-datatypes.f90: Likewise.
3859         * gdb.fortran/vla-sub.f90: Likewise.
3860
3861 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
3862
3863         * gdb.ada/repeat_dyn: New testcase.
3864
3865 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
3866
3867         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
3868         Update for changed thread numbering.
3869         * gdb.cell/bt.exp: Update for changed GDB output.
3870
3871 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
3872
3873         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
3874         setting isremote by hand.
3875         * boards/dwarf4-gdb-index.exp: Likewise.
3876         * boards/fission.exp: Likewise.
3877         * boards/stabs.exp: Likewise.
3878
3879 2017-11-30  Pedro Alves  <palves@redhat.com>
3880
3881         * gdb.linespec/cpls-ops.exp
3882         (check_explicit_skips_function_argument): Extract the underlying
3883         type of size_t instead of hardcoding it.
3884
3885 2017-11-29  Pedro Alves  <palves@redhat.com>
3886
3887         PR c++/19436
3888         * gdb.linespec/cpls-abi-tag.cc: New file.
3889         * gdb.linespec/cpls-abi-tag.exp: New file.
3890
3891 2017-11-29  Pedro Alves  <palves@redhat.com>
3892
3893         * gdb.base/langs.exp: Use -qualified.
3894         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
3895         it.
3896         * gdb.cp/namespace.exp: Use -qualified.
3897         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
3898         (overload-3, template-overload, template-ret-type, const-overload)
3899         (const-overload-quoted, anon-ns, ambiguous-prefix): New
3900         procedures.
3901         (test_driver): Call them.
3902         * gdb.cp/save-bp-qualified.cc: New.
3903         * gdb.cp/save-bp-qualified.exp: New.
3904         * gdb.linespec/explicit.exp: Test -qualified.
3905         * lib/completion-support.exp (completion::explicit_opts_list): Add
3906         "-qualified".
3907         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
3908
3909 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
3910
3911         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
3912
3913 2017-11-29  Tom Tromey  <tom@tromey.com>
3914
3915         * gdb.base/relocate.exp: Update invalid argument test.
3916         Add new tests for invalid arguments.
3917
3918 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3919
3920         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
3921         Return 0 as a long.
3922         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
3923
3924 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3925
3926         * gdb.cp/breakpoint.cc (bar): Set return type to void.
3927         * gdb.cp/psymtab-parameter.cc (func): Likewise.
3928         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
3929         func ().
3930         * gdb.cp/shadow.cc (B.func): Return 0.
3931
3932 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
3933
3934         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
3935         expected output in gdb_expect call to allow the exception
3936         message to be present as well.  Fix syntax confusion to avoid
3937         TCL thinking that exception_name is an array.
3938
3939 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
3940
3941         * gdb.arch/spu-info.c: Include <unistd.h>.
3942         (do_signal_test): Fix broken calls to write.
3943         * gdb.arch/spu-info.exp: Use prepare_for_testing.
3944         Fix checks for empty mailboxes.  Update signal tests for corrected
3945         do_signal_test routine.  Allow nonzero event status.
3946         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
3947         * gdb.cell/arch.exp: Use standard_output_file.
3948         * gdb.cell/break.exp: Likewise.
3949         * gdb.cell/bt.exp: Likewise.
3950         * gdb.cell/core.exp: Likewise.
3951         * gdb.cell/dwarfaddr.exp: Likewise.
3952         * gdb.cell/ea-cache.exp: Likewise.
3953         * gdb.cell/ea-standalone.exp: Likewise.
3954         * gdb.cell/f-regs.exp: Likewise.
3955         * gdb.cell/fork.exp: Likewise.
3956         * gdb.cell/gcore.exp: Likewise.
3957         * gdb.cell/mem-access.exp: Likewise.
3958         * gdb.cell/ptype.exp: Likewise.
3959         * gdb.cell/registers.exp: Likewise.
3960         * gdb.cell/sizeof.exp: Likewise.
3961         * gdb.cell/solib-symbol.exp: Likewise.
3962         * gdb.cell/solib.exp: Likewise.
3963
3964 2017-11-25   Pedro Alves  <palves@redhat.com>
3965
3966         * gdb.base/complete-empty.exp: New file.
3967         * gdb.base/completion.exp: Adjust.
3968
3969 2017-11-25  Pedro Alves  <palves@redhat.com>
3970
3971         * gdb.linespec/cpls-ops.cc: New file.
3972         * gdb.linespec/cpls-ops.exp: New file.
3973         * lib/completion-support.exp (test_complete_prefix_range_re): New,
3974         factored out from ...
3975         (test_complete_prefix_range): ... this.
3976
3977 2017-11-24  Pedro Alves  <palves@redhat.com>
3978
3979         * gdb.linespec/cpcompletion.exp: New file.
3980         * gdb.linespec/cpls-hyphen.cc: New file.
3981         * gdb.linespec/cpls.cc: New file.
3982         * gdb.linespec/cpls2.cc: New file.
3983         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
3984         test to use test_gdb_complete_unique.  Add label completion,
3985         keyword completion and explicit location completion tests.
3986         * lib/completion-support.exp: New file.
3987
3988 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
3989
3990         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
3991         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
3992         when hitting an exception catchpoint.
3993
3994 2017-11-22  Yao Qi  <yao.qi@linaro.org>
3995
3996         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
3997
3998 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
3999
4000         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4001         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4002         * gdb.dwarf2/info-locals-optimized-out.c: New file.
4003
4004 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4005
4006         * gdb.base/info-os.exp: Pass pthreads.
4007         * gdb.multi/multi-attach.exp: Likewise.
4008
4009 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4010
4011         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4012         compiler.
4013
4014 2017-11-22  Yao Qi  <yao.qi@linaro.org>
4015
4016         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4017         * gdb.base/break-interp.exp: Likewise.
4018         * gdb.base/jit-attach-pie.exp: Likewise.
4019
4020 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
4021
4022         * gdb.base/float128.c (large128): New variable.
4023         * gdb.base/float128.exp: Add test to print largest __float128 value.
4024
4025 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
4026
4027         * gdb.arch/vsx-regs.exp: Update register content checks.
4028
4029 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
4030
4031         * gdb.arch/ppc-longdouble.exp: New file.
4032         * gdb.arch/ppc-longdouble.c: Likewise.
4033
4034 2017-11-21  Pedro Alves  <palves@redhat.com>
4035
4036         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4037
4038 2017-11-20  Pedro Alves  <palves@redhat.com>
4039
4040         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4041         (long_double_typedef): New typedefs.
4042         Use DEF on double and long double.
4043         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4044         cases.
4045         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4046         and 'long_double_ptr_same_size' locals.  Use them to decide
4047         whether cast from array/function to float is valid/invalid.
4048
4049 2017-11-17  Tom Tromey  <tom@tromey.com>
4050
4051         * gdb.rust/traits.rs: New file.
4052         * gdb.rust/traits.exp: New file.
4053
4054 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
4055
4056         * gdb.ada/minsyms: New testcase.
4057
4058 2017-11-16  Pedro Alves  <palves@redhat.com>
4059
4060         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4061         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4062
4063 2017-11-16  Pedro Alves  <palves@redhat.com>
4064
4065         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4066         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4067
4068 2017-11-16  Pedro Alves  <palves@redhat.com>
4069
4070         * gdb.server/reconnect-ctrl-c.c: New file.
4071         * gdb.server/reconnect-ctrl-c.exp: New file.
4072
4073 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
4074
4075         * gdb.python/py-rbreak.exp: New file.
4076         * gdb.python/py-rbreak.c: New file.
4077         * gdb.python/py-rbreak-func2.c: New file.
4078
4079 2017-11-16  Pedro Alves  <palves@redhat.com>
4080
4081         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4082         pattern.
4083         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4084         GDB.
4085
4086 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
4087
4088         * gdb.tui/completionn.exp (test_tab_completion): Add space in
4089         regex.
4090
4091 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
4092
4093         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4094         test names.
4095
4096 2017-11-09  Pedro Alves  <palves@redhat.com>
4097
4098         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4099         factored out from ...
4100         (top level): ... here, and adjusted to avoid expecting beyond the
4101         prompt in a single gdb_test_multiple.
4102
4103 2017-11-09  Pedro Alves  <palves@redhat.com>
4104
4105         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4106         output.
4107         * gdb.server/ext-attach.exp ("kill" test): Likewise.
4108         * gdb.server/ext-restart.exp ("kill" test): Likewise.
4109         * gdb.server/ext-run.exp ("kill" test): Likewise.
4110         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4111
4112 2017-11-09  Pedro Alves  <palves@redhat.com>
4113
4114         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4115         match till end of line.
4116
4117 2017-11-09  Pedro Alves  <palves@redhat.com>
4118
4119         * gdb.base/memattr.exp: Tighten regexes to match the end line.
4120
4121 2017-11-09  Pedro Alves  <palves@redhat.com>
4122
4123         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4124         New procedures, factored out from ...
4125         (top level): ... here, and adjusted to avoid expecting beyond the
4126         prompt in one go.
4127
4128 2017-11-09  Pedro Alves  <palves@redhat.com>
4129
4130         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4131         output.  Fix '?' match.
4132
4133 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
4134
4135         * gdb.ada/scoped_watch: New testcase.
4136         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4137         which is actually correct.
4138         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4139         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4140
4141 2017-11-08  Pedro Alves  <palves@redhat.com>
4142
4143         * gdb.gdb/complaints.exp (test_initial_complaints)
4144         (test_serial_complaints, test_short_complaints): Call
4145         complaint_internal instead of complaint.
4146
4147 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
4148
4149         * gdb.threads/tls-core.c: New file.
4150         * gdb.threads/tls-core.exp: Likewise.
4151
4152 2017-11-08   Pedro Alves  <palves@redhat.com>
4153
4154         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4155         (p Exported_Capitalized): New test.
4156         (p exported_capitalized): New test.
4157
4158 2017-11-07  Pedro Alves  <palves@redhat.com>
4159
4160         * gdb.cp/ena-dis-br-range.exp: Add more tests.
4161
4162 2017-11-07  Pedro Alves  <palves@redhat.com>
4163
4164         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4165         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4166         (disable_invalid, disable_inverted, disable_negative): New
4167         procedures.
4168         ("bad numbers"): New set of tests.
4169
4170 2017-11-07  Pedro Alves  <palves@redhat.com>
4171
4172         * gdb.cp/ena-dis-br-range.exp: Add tests.
4173
4174 2017-11-07  Pedro Alves  <palves@redhat.com>
4175
4176         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4177
4178 2017-11-07  Xavier Roirand  <roirand@adacore.com>
4179             Pedro Alves  <palves@redhat.com>
4180
4181         * gdb.base/ena-dis-br.exp: Add reference to
4182         gdb.cp/ena-dis-br-range.exp.
4183         * gdb.cp/ena-dis-br-range.exp: New file.
4184         * gdb.cp/ena-dis-br-range.cc: New file.
4185
4186 2017-11-06  Pedro Alves  <palves@redhat.com>
4187
4188         * gdb.base/attach-non-pgrp-leader.c: New.
4189         * gdb.base/attach-non-pgrp-leader.exp: New.
4190
4191 2017-11-06  Pedro Alves  <palves@redhat.com>
4192
4193         * configure.ac: No longer check for termio.h and sgtty.h.
4194         * configure: Regenerate.
4195         * remote-utils.c: Include termios.h instead of gdb_termios.h.
4196         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4197         Remove termio and sgtty code.
4198
4199 2017-11-03  Yao Qi  <yao.qi@linaro.org>
4200
4201         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4202         in GDB is disabled.
4203
4204 2017-11-03  Yao Qi  <yao.qi@linaro.org>
4205
4206         * gdb.python/py-thrhandle.exp: Skip it if python is not
4207         enabled.
4208
4209 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
4210
4211         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4212         as a breakpoint command.
4213
4214 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
4215
4216         PR python/21213
4217         * gdb.python/py-infthread.exp: Test calling
4218         InferiorThread.inferior () multiple times in a row.
4219
4220 2017-10-27  Keith Seitz  <keiths@redhat.com>
4221
4222         * gdb.opt/inline-break.exp (break_info_1): New procedure.
4223         Test "info break" for every inlined function breakpoint.
4224
4225 2017-10-27  Yao Qi  <yao.qi@linaro.org>
4226
4227         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4228
4229 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
4230
4231         * gdb.cp/classes.exp (test_static_members): Test printing
4232         Outer::instance.
4233         * gdb.cp/classes.c (struct Inner, struct Outer): New.
4234         (Inner::instance, Outer::instance): New.
4235
4236 2017-10-24  Pedro Alves  <palves@redhat.com>
4237
4238         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4239         extra console" test in two stages.
4240
4241 2017-10-24  Pedro Alves  <palves@redhat.com>
4242
4243         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4244
4245 2017-10-24  Pedro Alves  <palves@redhat.com>
4246
4247         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4248         loop.
4249
4250 2017-10-24  Pedro Alves  <palves@redhat.com>
4251
4252         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4253         $attempt" and "stoppedtry $stoppedtry" test prefixes.
4254
4255 2017-10-24  Pedro Alves  <palves@redhat.com>
4256
4257         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4258         parameter and handle it.  Don't output read value in test name.
4259
4260 2017-10-24  Pedro Alves  <palves@redhat.com>
4261
4262         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4263         custom test name.
4264
4265 2017-10-24  Pedro Alves  <palves@redhat.com>
4266
4267         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4268         include the unstable output directory name in the test's name.
4269         (initial_setup_simple) <'set args'>: Use custom test name.
4270
4271 2017-10-24  Pedro Alves  <palves@redhat.com>
4272
4273         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4274         with explicit test name.
4275
4276 2017-10-20  Pedro Alves  <palves@redhat.com>
4277
4278         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4279         'wait -i'.  Use gdb_assert and remote_close.
4280
4281 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
4282
4283         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4284         number from variable rather than hard-coded.
4285
4286 2017-10-19  Pedro Alves  <palves@redhat.com>
4287
4288         * gdb.base/long-inferior-output.c: New file.
4289         * gdb.base/long-inferior-output.exp: New file.
4290
4291 2017-11-18  Keith Seitz  <keiths@redhat.com>
4292
4293         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4294         method.
4295         (main): Call it.
4296         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4297         Add additional user-defined conversion operator tests.
4298
4299 2017-10-17  Pedro Alves  <palves@redhat.com>
4300
4301         * boards/native-stdio-gdbserver.exp: Load "local-board".
4302
4303 2017-10-17  Pedro Alves  <palves@redhat.com>
4304
4305         * gdb.base/quit-live.c: New file.
4306         * gdb.base/quit-live.exp: New file.
4307
4308 2017-10-16  Keith Seitz  <keiths@redhat.com>
4309
4310         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4311         (class_with_protected_typedef, class_with_private_typedef)
4312         (struct_with_public_typedef, struct_with_protected_typedef)
4313         (struct_with_private_typedef): New classes/structs.
4314         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4315         typedefs and access specifiers.
4316
4317 2017-10-16  Pedro Alves  <palves@redhat.com>
4318             Simon Marchi  <simon.marchi@polymtl.ca>
4319
4320         * README (Local vs Remote vs Native): New section.
4321         * boards/local-board.exp: New file, with bits factored out from
4322         ...
4323         * boards/native-extended-gdbserver.exp: ... here.  Load
4324         "local-board".
4325         * boards/native-gdbserver.exp: Load "local-board".
4326         (${board}_spawn, ${board}_exec): Delete.
4327         * boards/native-stdio-gdbserver.exp: Most contents factored out to
4328         ...
4329         * boards/stdio-gdbserver-base.exp: ... this new file.
4330         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4331         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4332         procedure.
4333         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4334         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
4335         stdio_gdbserver_command.
4336         (${board}_get_remote_address, ${board}_get_comm_port)
4337         (${board}_download, ${board}_upload): Delete.
4338         (get_target_remote_pipe_cmd): New.
4339
4340 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
4341
4342         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4343         test_bkpt_deletion, test_bkpt_cond_and_cmds,
4344         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4345         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4346         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4347         remove with_test_prefix.
4348
4349 2017-10-13  Pedro Alves  <palves@redhat.com>
4350
4351         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4352         * gdb.base/annota1.exp: Use it instead of is_remote.
4353         * gdb.base/annota3.exp: Use it instead of is_remote.
4354         * gdb.cp/annota2.exp: Use it instead of is_remote.
4355         * gdb.cp/annota3.exp: Use it instead of is_remote.
4356         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4357
4358 2017-10-13  Pedro Alves  <palves@redhat.com>
4359
4360         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4361         (test_num_test_vars, run_and_count_vars, find_env)
4362         (test_set_unset_env, test_inherit_env_var): New procedures.
4363         (top level): Use them.
4364
4365 2017-10-13  Pedro Alves  <palves@redhat.com>
4366
4367         * lib/selftest-support.exp (selftest_setup): Extend comments, and
4368         also skip on stub-like targets.
4369
4370 2017-10-13  Pedro Alves  <palves@redhat.com>
4371
4372         PR gdb/22293
4373         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4374         (top level): Move some tests to ...
4375         (test_not_found): ... this new procedure.
4376         (top level): Call it.
4377
4378 2017-10-13  Pedro Alves  <palves@redhat.com>
4379
4380         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
4381         expect different "info terminal" output if testing with a
4382         non-native target.
4383
4384 2017-10-13  Pedro Alves  <palves@redhat.com>
4385             Simon Marchi  <simon.marchi@polymtl.ca>
4386
4387         PR python/12966
4388         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4389
4390 2017-10-13  Pedro Alves  <palves@redhat.com>
4391
4392         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4393         already.
4394
4395 2017-10-13  Pedro Alves  <palves@redhat.com>
4396
4397         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4398         is_remote.
4399
4400 2017-10-13  Pedro Alves  <palves@redhat.com>
4401
4402         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4403         is_remote.
4404
4405 2017-10-13  Pedro Alves  <palves@redhat.com>
4406
4407         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4408         is set.
4409         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
4410         instead of is_remote.
4411
4412 2017-10-13  Pedro Alves  <palves@redhat.com>
4413
4414         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4415         (top level): Add comment.
4416
4417 2017-10-13  Pedro Alves  <palves@redhat.com>
4418
4419         * gdb.base/remote.exp (top level): Fix comment typo and add
4420         missing return.
4421
4422 2017-10-13  Pedro Alves  <palves@redhat.com>
4423             Simon Marchi  <simon.marchi@polymtl.ca>
4424
4425         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4426         calls and add comments.  Skip test if use_gdb_stub is set.
4427         (top level): Use "set cwd" command instead of "cd" command.
4428
4429 2017-10-13  Pedro Alves  <palves@redhat.com>
4430
4431         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4432         is_remote target check.
4433
4434 2017-10-13  Pedro Alves  <palves@redhat.com>
4435
4436         * gdb.base/scope.exp: Use build_executable + clean_restart +
4437         gdb_file_cmd instead of prepare_for_testing and no longer skip
4438         "before run" tests on is_remote target boards.  Update comments.
4439         * boards/native-extended-gdbserver.exp
4440         (extended_gdbserver_load_last_file): New, factored out from ...
4441         (gdb_load): ... this.  Move further below and add comment.
4442         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4443
4444 2017-10-12  Pedro Alves  <palves@redhat.com>
4445
4446         * gdb.base/attach.exp: Remove references to gdb64.
4447         * gdb.base/dbx.exp: Remove references to gdb64.
4448
4449 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
4450             Pedro Alves  <palves@redhat.com>
4451
4452         * gdb.base/label.exp: Remove is_remote target check.
4453
4454 2017-10-12  Pedro Alves  <palves@redhat.com>
4455
4456         * gdb.base/auvx.exp (coredir): Update comment.
4457         (top level) <core_works>: Use "set cwd" command instead of "cd"
4458         command.
4459
4460 2017-10-12  Pedro Alves  <palves@redhat.com>
4461             Simon Marchi  <simon.marchi@polymtl.ca>
4462
4463         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4464         target boards.
4465
4466 2017-10-12  Pedro Alves  <palves@redhat.com>
4467             Simon Marchi  <simon.marchi@polymtl.ca>
4468
4469         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4470         Instead skip if there's any gdb_protocol set.
4471
4472 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
4473             Pedro Alves  <palves@redhat.com>
4474
4475         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4476
4477 2017-10-12  Pedro Alves  <palves@redhat.com>
4478             Simon Marchi  <simon.marchi@polymtl.ca>
4479
4480         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4481         instead of on dejagnu remote boards.
4482
4483 2017-10-12  Pedro Alves  <palves@redhat.com>
4484             Simon Marchi  <simon.marchi@polymtl.ca>
4485
4486         * gdb.base/inferior-died.exp: Remove is_remote and isnative
4487         checks.  Use build_executable + clean_restart instead of
4488         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
4489         of enabling non-stop after starting gdb.
4490
4491 2017-10-12  Pedro Alves  <palves@redhat.com>
4492
4493         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
4494         * gdb.threads/non-ldr-exc-2.exp: Ditto.
4495         * gdb.threads/non-ldr-exc-3.exp: Ditto.
4496         * gdb.threads/non-ldr-exc-4.exp: Ditto.
4497
4498 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
4499
4500         * gdb.arch/arc-tdesc-cpu.exp: New file.
4501         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
4502
4503 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
4504
4505         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
4506
4507 2017-10-10  Pedro Alves <palves@redhat.com>
4508
4509         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
4510         expect CLI output.
4511
4512 2017-10-10  Pedro Alves  <palves@redhat.com>
4513
4514         * lib/selftest-support.exp (selftest_setup): Update for
4515         captured_command_loop's prototype change.
4516
4517 2017-10-09  Pedro Alves  <palves@redhat.com>
4518
4519         Test both arch1=>arch2 and arch2=>arch1.
4520
4521         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
4522         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
4523         factored out to...
4524         (append_arch1_options, append_arch2_options, append_arch_options)
4525         (build_executables): New procedures.
4526         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
4527         local.
4528         (top level): Add new 'first_arch' testing axis.
4529
4530 2017-10-09  Pedro Alves  <palves@redhat.com>
4531
4532         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
4533         (barrier): New.
4534         (thread_start, all_started): New functions.
4535         (main): Spawn new thread and wait until it is scheduled.
4536         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
4537         option.
4538         (do_test): Add 'selected_thread' parameter.  Run to all_started
4539         instead of main.  Explicitly set the breakpoint at main.  Switch
4540         to the SELECTED_THREAD thread.
4541         (top level): Test handling the exec event with either the main
4542         thread or the second thread selected.
4543
4544 2017-10-09  Pedro Alves  <palves@redhat.com>
4545
4546         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
4547         logic.  Move STOP marker after the value checks.
4548         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
4549         regexp.
4550
4551 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
4552
4553         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
4554
4555 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
4556
4557         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
4558         integer-to-dfp conversion.
4559         * gdb.base/dfp-test.exp: Likewise.
4560
4561 2017-10-04  Pedro Alves  <palves@redhat.com>
4562
4563         * gdb.multi/hangout.c: Include <unistd.h>.
4564         (hangout_loop): New function.
4565         (main): Call alarm.  Call hangout_loop in a loop.
4566         * gdb.multi/hello.c: Include <unistd.h>.
4567         (hello_loop): New function.
4568         (main): Call alarm.  Call hangout_loop in a loop.
4569         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
4570         inferior with the other selected.
4571
4572 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
4573
4574         * gdb.mi/list-thread-groups-available.exp: New file.
4575         * gdb.mi/list-thread-groups-available.c: New file.
4576
4577 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4578
4579         * gdb.base/set-cwd.exp: Make it available on
4580         native-extended-gdbserver.
4581
4582 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4583
4584         * gdb.base/set-cwd.c: New file.
4585         * gdb.base/set-cwd.exp: Likewise.
4586
4587 2017-10-02  Tom Tromey  <tom@tromey.com>
4588
4589         PR rust/22236:
4590         * gdb.rust/simple.rs (main): New variable "fslice".
4591         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
4592
4593 2017-10-02  Tom Tromey  <tom@tromey.com>
4594
4595         * gdb.rust/simple.exp: Test ptype of a slice.
4596
4597 2017-10-02  Tom Tromey  <tom@tromey.com>
4598
4599         * gdb.rust/simple.exp: Test index of slice.
4600
4601 2017-09-27  Tom Tromey  <tom@tromey.com>
4602
4603         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
4604
4605 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4606             Pedro Alves  <palves@redhat.com>
4607
4608         * gdb.base/compare-sections.exp (get value of read-only section): Read
4609         as unsigned value.
4610         (corrupt read-only section): Likewise and don't set written if patching
4611         failed.
4612
4613 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
4614
4615         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
4616         files.
4617
4618 2017-09-20  Pedro Alves  <palves@redhat.com>
4619
4620         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
4621         symbol names in gdb's output.
4622         * gdb.cp/overload.exp ("list all overloads"): Likewise.
4623
4624 2017-09-20  Pedro Alves  <palves@redhat.com>
4625
4626         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
4627         Rename to ...
4628         (test_list_ambiguous_symbol): ... this and add a symbol name
4629         parameter.  Adjust.
4630         (test_list_ambiguous_function): Reimplement on top of
4631         test_list_ambiguous_symbol and also test listing ambiguous
4632         variables.
4633         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
4634         (ambiguous_fun): ... this.
4635         (ambiguous_var): New.
4636         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
4637         (ambiguous_fun): ... this.
4638         (ambiguous_var): New.
4639
4640 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
4641
4642         * gdb.base/starti.c: New file.
4643         * gdb.base/starti.exp: New file.
4644         * lib/gdb.exp (gdb_starti_cmd): New procedure.
4645
4646 2017-09-14  Pedro Alves  <palves@redhat.com>
4647
4648         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
4649         (top level): Use it instead of runto.
4650
4651 2017-09-11  Tom Tromey  <tom@tromey.com>
4652
4653         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
4654
4655 2017-09-11  Tom Tromey  <tom@tromey.com>
4656
4657         * gdb.python/py-infthread.exp: Add tests for new_thread event.
4658         * gdb.python/py-inferior.exp: Add tests for new inferior events.
4659
4660 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
4661
4662         * gdb.fortran/printing-types.exp: New file.
4663         * gdb.fortran/printing-types.exp: New file.
4664
4665 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
4666
4667         * gdb.fortran/vla-ptype.exp: Fix typos.
4668         * gdb.fortran/vla-value.exp: Same.
4669
4670 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
4671
4672         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
4673         * gdb.mi/mi-var-child-f.exp: Likewise.
4674         * gdb.mi/mi-vla-fortran.exp: Likewise.
4675
4676 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
4677             Christoph Weinmann  <christoph.t.weinmann@intel.com>
4678             Bernhard Heckel  <bernhard.heckel@intel.com>
4679
4680         * gdb.fortran/ptr-indentation.f90: New file.
4681         * gdb.fortran/ptr-indentation.exp: New file.
4682
4683 2017-09-05  Tom Tromey  <tom@tromey.com>
4684
4685         PR gdb/22010:
4686         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
4687
4688 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4689
4690         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4691
4692 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4693
4694         * gdb.threads/tls-nodebug-pie.c: New file.
4695         * gdb.threads/tls-nodebug-pie.exp: New file.
4696
4697 2017-09-05  Tom Tromey  <tom@tromey.com>
4698
4699         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
4700         for rust.
4701
4702 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
4703
4704         * gdb.multi/multi-arch-exec.exp: Test with different
4705         "follow-exec-mode" settings.
4706         (do_test): New procedure.
4707
4708 2017-09-04  Pedro Alves  <palves@redhat.com>
4709
4710         * gdb.base/func-static.c (S::method const, S::method volatile)
4711         (S::method volatile const): New methods.
4712         (c_s, v_s, cv_s): New instances.
4713         (main): Call method() on them.
4714         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
4715         (cannot_resolve): New procedure.
4716         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
4717         print-quote-unquoted columns.
4718         (do_test): Test printing each scope too.
4719
4720 2017-09-04  Pedro Alves  <palves@redhat.com>
4721
4722         * gdb.base/local-static.exp: Also test with
4723         class::method::variable wholly quoted.
4724         * gdb.cp/m-static.exp (class::method::variable): Remove test.
4725
4726 2017-09-04  Pedro Alves  <palves@redhat.com>
4727
4728         * gdb.base/local-static.c: New.
4729         * gdb.base/local-static.cc: New.
4730         * gdb.base/local-static.exp:  New.
4731
4732 2017-09-04  Pedro Alves  <palves@redhat.com>
4733
4734         * gdb.asm/asm-source.exp: Add casts to int.
4735         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
4736         (dataglobal64_1, dataglobal64_2): New globals.
4737         * gdb.base/nodebug.exp: Test different expressions involving the
4738         new globals, with print, whatis and ptype.  Add casts to int.
4739         * gdb.base/solib-display.exp: Add casts to int.
4740         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
4741         * gdb.cp/m-static.exp: Add cast to int.
4742         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
4743         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
4744         tls variable with no debug info without a cast.  Test with a cast
4745         to int too.
4746         * gdb.trace/entry-values.exp: Add casts.
4747
4748 2017-09-04  Pedro Alves  <palves@redhat.com>
4749
4750         * gdb.base/nodebug.exp: Test that ptype's error about functions
4751         with unknown return type includes the function name too.
4752
4753 2017-09-04  Pedro Alves  <palves@redhat.com>
4754
4755         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
4756         return type of munmap in infcall.
4757         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
4758         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
4759         type of ftell in infcall.
4760         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
4761         type of getpid in infcall.
4762         * gdb.base/infcall-exec.exp: Cast return type of execlp in
4763         infcall.
4764         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
4765         Bail on failure to extract the pid.
4766         * gdb.base/nodebug.c: #include <stdint.h>.
4767         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
4768         New functions.
4769         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
4770         Change expected output of print/whatis/ptype with functions with
4771         no debug info.  Test all supported languages.  Call
4772         test_call_promotion.
4773         * gdb.compile/compile.exp: Adjust expected output to expect
4774         warning.
4775         * gdb.threads/siginfo-threads.exp: Likewise.
4776
4777 2017-09-04  Pedro Alves  <palves@redhat.com>
4778
4779         * gdb.base/callfuncs.exp (do_function_calls): New parameter
4780         "prototypes".  Test calling float functions via prototyped and
4781         unprototyped function pointers.
4782         (perform_all_tests): New parameter "prototypes".  Pass it down.
4783         (top level): Pass down "prototypes" parameter to
4784         perform_all_tests.
4785
4786 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4787
4788         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
4789         Test with nested loops.
4790
4791 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4792
4793         * gdb.base/commands.exp: Call the new procedures.
4794         (loop_break_test, loop_continue_test): New procedures.
4795
4796 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
4797
4798         * gdb.base/commands.exp: Call new procedure.
4799         (define_if_without_arg_test): New procedure.
4800
4801 2017-09-04  Pedro Alves  <palves@redhat.com>
4802
4803         * gdb.base/list-ambiguous.exp: New file.
4804         * gdb.base/list-ambiguous0.c: New file.
4805         * gdb.base/list-ambiguous1.c: New file.
4806         * gdb.base/list.exp (test_list_range): Adjust expected output.
4807
4808 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
4809
4810         * gdb.base/share-env-with-gdbserver.c: New file.
4811         * gdb.base/share-env-with-gdbserver.exp: Likewise.
4812
4813 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4814
4815         * gdb.base/commands.exp (gdbvar_simple_if_test,
4816         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
4817         progvar_simple_if_test, progvar_simple_while_test,
4818         progvar_complex_if_while_test, user_defined_command_test,
4819         user_defined_command_args_eval,
4820         user_defined_command_args_stack_test,
4821         user_defined_command_manyargs_test, bp_deleted_in_command_test,
4822         temporary_breakpoint_commands,
4823         gdb_test_no_prompt, redefine_hook_test,
4824         redefine_backtrace_test): Remove "global gdb_prompt".
4825
4826 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
4827
4828         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
4829         New proc, call it from toplevel.
4830
4831 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
4832
4833         PR remote/21852
4834         * gdb.server/normal.c: New file, copied from gdb.base.
4835         * gdb.server/run-without-local-binary.exp: New file.
4836
4837 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
4838
4839         * gdb.arch/sparc64-adi.exp: New file.
4840         * gdb.arch/sparc64-adi.c: New file.
4841
4842 2017-08-22  Pedro Alves  <palves@redhat.com>
4843
4844         * gdb.cp/overload.exp (line_range_pattern): New procedure.
4845         (top level): Add "list all overloads" tests.
4846
4847 2017-08-22  Tom Tromey  <tom@tromey.com>
4848
4849         * gdb.gdb/xfullpath.exp: Remove.
4850
4851 2017-08-21  Pedro Alves  <palves@redhat.com>
4852
4853         PR gdb/19487
4854         * gdb.base/symbol-alias.c: New.
4855         * gdb.base/symbol-alias2.c: New.
4856         * gdb.base/symbol-alias.exp: New.
4857
4858 2017-08-21  Pedro Alves  <palves@redhat.com>
4859
4860         * gdb.base/dfp-test.c
4861         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
4862         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
4863         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
4864         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
4865         * gdb.base/whatis-ptype-typedefs.c: New.
4866         * gdb.base/whatis-ptype-typedefs.exp: New.
4867         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
4868         (an_int, an_int_type, an_int_type2): New globals.
4869         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
4870         involving typedefs and cast expressions.
4871         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
4872         (lookup_typedefs_function): New.
4873         (typedefs_pretty_printers_dict): New.
4874         (top level): Register lookup_typedefs_function in
4875         gdb.pretty_printers.
4876
4877 2017-08-18  Yao Qi  <yao.qi@linaro.org>
4878
4879         * gdb.server/unittest.exp: New.
4880
4881 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
4882
4883         PR gdb/21954
4884         * gdb.base/environ.exp: Add test to check if 'unset environment'
4885         works.
4886
4887 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4888
4889         * lib/gdb.exp (universal_compile_options): New caching proc.
4890         (gdb_compile): Suppress GCC's coloring of messages.
4891
4892 2017-08-14  Tom Tromey  <tom@tromey.com>
4893
4894         PR gdb/21675:
4895         * gdb.base/printcmds.exp (test_radices): New function.
4896         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
4897         * gdb.base/sizeof.exp (check_valueof): Use p/d.
4898         * lib/gdb.exp (get_integer_valueof): Use p/d.
4899
4900 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
4901
4902         * lib/gdb.exp (get_valueof): Don't capture end-of-line
4903         characters.
4904
4905 2017-08-05  Tom Tromey  <tom@tromey.com>
4906
4907         * gdb.rust/simple.exp: Allow String to appear in a different
4908         namespace.
4909
4910 2017-07-26  Yao Qi  <yao.qi@linaro.org>
4911
4912         * gdb.gdb/unittest.exp: Invoke command
4913         "maintenance check xml-descriptions".
4914
4915 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4916
4917         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
4918         calling context.
4919         (hex128): Drop erroneous calculation of parameters.
4920
4921 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
4922
4923         * gdb.python/py-unwind.exp: Disable stack protection when
4924         building test file.
4925
4926 2017-07-20  Pedro Alves  <palves@redhat.com>
4927
4928         * gdb.base/default.exp (set language): Adjust expected output.
4929
4930 2017-07-20  Pedro Alves  <palves@redhat.com>
4931
4932         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
4933         (test_minsym): ... this, and make static.
4934         (get_pck__foo__bar__minsym): Rename to ...
4935         (get_test_minsym): ... this.
4936         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
4937         symbol names and comments.
4938         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
4939         (get_test_minsym): ... this.
4940         (pck__foo__bar__minsym__2): Rename to ...
4941         (test_minsym): ... this.
4942         (main): Adjust.
4943
4944 2017-07-17  Pedro Alves  <palves@redhat.com>
4945
4946         * gdb.base/completion.exp: Adjust expected output.
4947         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
4948         the completer works.
4949
4950 2017-07-17  Pedro Alves  <palves@redhat.com>
4951
4952         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
4953
4954 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
4955
4956         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
4957
4958 2017-07-14  Tom Tromey  <tom@tromey.com>
4959
4960         PR rust/21764:
4961         * gdb.rust/simple.exp: Add tests.
4962
4963 2017-07-14  Tom Tromey  <tom@tromey.com>
4964
4965         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
4966
4967 2017-07-14  Pedro Alves  <palves@redhat.com>
4968
4969         * gdb.linespec/base/one/thefile.cc (z1): New function.
4970         * gdb.linespec/base/two/thefile.cc (z2): New function.
4971         * gdb.linespec/linespec.exp: Add tests.
4972
4973 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4974
4975         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
4976         to mi_create_breakpoint.
4977
4978 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
4979
4980         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
4981         mi_create_breakpoint.
4982
4983 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
4984
4985         * gdb.dlang/demangle.exp: Update for demangling changes.
4986
4987 2017-07-09  Tom Tromey  <tom@tromey.com>
4988
4989         * gdb.dwarf2/shortpiece.exp: New file.
4990
4991 2017-07-06  David Blaikie  <dblaikie@gmail.com>
4992
4993         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
4994         built from fissiont-multi-cu{1,2}.c.
4995         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
4996         except putting 'main' and 'func' in separate CUs in the same DWO file.
4997         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
4998         test.
4999         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5000         test.
5001
5002 2017-07-06  Pedro Alves  <palves@redhat.com>
5003
5004         * gdb.python/py-unwind.exp: Test flushregs.
5005
5006 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
5007
5008         PR cli/21688
5009         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5010         tests for alias commands and trailing whitespace.
5011
5012 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
5013
5014         PR cli/21688
5015         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5016         procedure.  Call it.
5017
5018 2017-06-29  Pedro Alves  <palves@redhat.com>
5019
5020         * gdb.base/printcmds.exp: Add tests.
5021
5022 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
5023
5024         PR gdb/21337
5025         * gdb.base/reread-readsym.exp: New file.
5026         * gdb.base/reread-readsym.c: New file.
5027
5028 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
5029
5030         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5031         subpattern.
5032
5033 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
5034
5035         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5036         extended mnemonic.
5037         * gdb.arch/powerpc-power9.s: Likewise.
5038
5039 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5040
5041         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5042         on 32-bit x86 targets.  Exploit is_*_target macros where
5043         appropriate.
5044
5045 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5046
5047         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5048         register pieces.
5049
5050 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5051
5052         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5053         located in one or more DWARF pieces.
5054
5055 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5056
5057         * lib/gdb.exp (get_endianness): New proc.
5058         * gdb.arch/aarch64-fp.exp: Use it.
5059         * gdb.arch/altivec-regs.exp: Likewise.
5060         * gdb.arch/e500-regs.exp: Likewise.
5061         * gdb.arch/vsx-regs.exp: Likewise.
5062         * gdb.base/dump.exp: Likewise.
5063         * gdb.base/funcargs.exp: Likewise.
5064         * gdb.base/gnu_vector.exp: Likewise.
5065         * gdb.dwarf2/formdata16.exp: Likewise.
5066         * gdb.dwarf2/implptrpiece.exp: Likewise.
5067         * gdb.dwarf2/nonvar-access.exp: Likewise.
5068         * gdb.python/py-inferior.exp: Likewise.
5069         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5070
5071 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5072
5073         PR gdb/21226
5074         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5075         stack value pieces are taken from the LSB end.
5076
5077 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5078
5079         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5080         variable at nonzero offset.
5081
5082 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5083
5084         * gdb.dwarf2/var-access.c: New file.
5085         * gdb.dwarf2/var-access.exp: New test.
5086         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5087
5088 2017-06-12  Tom Tromey  <tom@tromey.com>
5089
5090         * gdb.dwarf2/formdata16.exp: Add tests.
5091
5092 2017-06-12  Tom Tromey  <tom@tromey.com>
5093
5094         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5095
5096 2017-06-12  Tom Tromey  <tom@tromey.com>
5097
5098         PR exp/16225:
5099         * gdb.reverse/i386-sse-reverse.exp: Update tests.
5100         * gdb.arch/vsx-regs.exp: Update tests.
5101         * gdb.arch/s390-vregs.exp (hex128): New proc.
5102         Update test.
5103         * gdb.arch/altivec-regs.exp: Update tests.
5104
5105 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5106
5107         * gdb.base/startup-with-shell.c: New file.
5108         * gdb.base/startup-with-shell.exp: Likewise.
5109
5110 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5111
5112         * gdb.server/non-existing-program.exp: Update regex in order to
5113         reflect the fact that gdbserver is now using fork_inferior (with a
5114         shell) to startup the inferior.
5115
5116 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
5117
5118         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5119         support function calls from GDB.
5120
5121 2017-05-21  Tom Tromey  <tom@tromey.com>
5122
5123         PR rust/21466:
5124         * gdb.rust/unsized.exp: New file.
5125         * gdb.rust/unsized.rs: New file.
5126
5127 2017-05-19  Tom Tromey  <tom@tromey.com>
5128
5129         PR rust/21484:
5130         * gdb.rust/watch.exp: New file.
5131         * gdb.rust/watch.rs: New file.
5132
5133 2017-05-18  Tom Tromey  <tom@tromey.com>
5134
5135         * gdb.rust/simple.exp: Allow Box to be qualified.
5136
5137 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5138
5139         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5140
5141 2017-05-18  Pedro Alves  <palves@redhat.com>
5142
5143         * gdb.base/fileio.c (test_write, test_read, test_close)
5144         (test_fstat): Don't print 'ret' in the fail path.
5145
5146 2017-05-18  Pedro Alves  <palves@redhat.com>
5147
5148         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5149         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5150         (test_system, test_rename, test_unlink, test_time): Change
5151         prototypes.
5152         * gdb.base/fileio.exp (stop_msg): Adjust.
5153
5154 2017-05-18  Pedro Alves  <palves@redhat.com>
5155
5156         * gdb.base/fileio.c (null_str): New global.
5157         (test_stat): Use it.
5158         * gdb.base/fileio.exp: Remove nowarnings.
5159
5160 2017-05-17  Yao Qi  <yao.qi@linaro.org>
5161
5162         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5163
5164 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
5165
5166         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5167         argument command.
5168         (top-level): Invoke test_set_inferior_tty.
5169
5170 2017-05-04  Pedro Alves  <palves@redhat.com>
5171
5172         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5173         Add parens to print call for Python 3.
5174
5175 2017-05-03  Keith Seitz  <keiths@redhat.com>
5176
5177         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5178         (main): Call it.
5179
5180 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5181
5182         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5183         to prev and next.
5184
5185 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5186
5187         * gdb.python/py-record-btrace.exp: Remove test for
5188         gdb.BtraceInstruction.error.
5189
5190 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5191
5192         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5193
5194 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
5195
5196         * gdb.python/py-record-btrace-threads.c: New file.
5197         * gdb.python/py-record-btrace-threads.exp: New file.
5198
5199 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5200
5201         PR testsuite/8595
5202         * gdb.base/environ.exp: Make test available in all architectures.
5203         Move bits related to "info program" testing to
5204         gdb.base/info-program.exp.  Rewrite tests to use the two new
5205         procedures mentione below.
5206         (test_set_show_env_var) New procedure.
5207         (test_set_show_env_var_equal): Likewise.
5208         * gdb.base/info-program.exp: New file.
5209
5210 2017-04-27  Keith Seitz  <keiths@redhat.com>
5211
5212         * gdb.cp/oranking.cc (test15): New function.
5213         (main): Call test15 and declare additional variables for testing.
5214         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5215         "p foo101('abc')" tests.
5216         Add tests for cv qualifier overloads.
5217         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5218         "lvalue reference overload" test.
5219         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5220         "print value of f1 on Child&& in f2" test.
5221
5222 2017-04-19  Pedro Alves  <palves@redhat.com>
5223
5224         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5225         procedure.
5226         (top level): Call it.
5227         * lib/gdb.exp (gdb_define_cmd): New procedure.
5228
5229 2017-04-12  Pedro Alves  <palves@redhat.com>
5230
5231         PR gdb/21323
5232         * gdb.cp/wide_char_types.c: Include <wchar.h>.
5233         (wchar): New global.
5234         * gdb.cp/wide_char_types.exp (wide_char_types_program)
5235         (do_test_wide_char, wide_char_types_no_program, top level): Add
5236         wchar_t testing.
5237
5238 2017-04-12  Pedro Alves  <palves@redhat.com>
5239
5240         PR c++/21323
5241         * gdb.cp/wide_char_types.c: New file.
5242         * gdb.cp/wide_char_types.exp: New file.
5243
5244 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
5245
5246         PR gdb/21352
5247         * gdb.trace/tsv.exp: Add test for "tsave -r".
5248
5249 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
5250
5251         * gdb.dlang/watch-loc.c: New file.
5252         * gdb.dlang/watch-loc.exp: New file.
5253
5254 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5255
5256         * gdb.python/py-section-script.exp (sepdebug): New testcases.
5257
5258 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
5259
5260         * gdb.arch/arc-analyze-prologue.S: New file.
5261         * gdb.arch/arc-analyze-prologue.exp: Likewise.
5262
5263 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
5264
5265         * gdb.arch/arc-decode-insn.S: New file.
5266         * gdb.arch/arc-decode-insn.exp: Likewise.
5267
5268 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
5269
5270         PR tdep/20928
5271         * gdb.arch/sparc64-regs.exp: New file.
5272         * gdb.arch/sparc64-regs.S: Likewise.
5273
5274 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
5275
5276         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5277         and memory view on Python 3.
5278
5279 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
5280             Keith Seitz  <keiths@redhat.com>
5281
5282         PR gdb/14441
5283         * gdb.cp/demangle.exp: Add rvalue reference tests.
5284         * gdb.cp/rvalue-ref-casts.cc: New file.
5285         * gdb.cp/rvalue-ref-casts.exp: New file.
5286         * gdb.cp/rvalue-ref-overload.cc: New file.
5287         * gdb.cp/rvalue-ref-overload.exp: New file.
5288         * gdb.cp/rvalue-ref-params.cc: New file.
5289         * gdb.cp/rvalue-ref-params.exp: New file.
5290         * gdb.cp/rvalue-ref-sizeof.cc: New file.
5291         * gdb.cp/rvalue-ref-sizeof.exp: New file.
5292         * gdb.cp/rvalue-ref-types.cc: New file.
5293         * gdb.cp/rvalue-ref-types.exp: New file.
5294         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5295         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5296
5297 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
5298
5299         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5300         New procedure.
5301
5302 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
5303
5304         * lib/mi-support.exp (mi_gdb_test): Add additional message
5305         for unexpected output.
5306
5307 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5308
5309         * gdb.base/examine-backward.c (Barrier): New character array
5310         constant, to ensure that TestStrings is preceded by a string
5311         terminator.
5312
5313 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5314
5315         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5316         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5317         and implicit pointer into such a location.
5318
5319 2017-03-16  Doug Evans  <dje@google.com>
5320
5321         * gdb.python/py-lazy-string (pointer): Really add new typedef.
5322
5323 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5324
5325         * gdb.cp/m-static.exp: Fix expectation for prototype of
5326         test5.single_constructor and single_constructor::single_constructor.
5327
5328 2017-03-16  Doug Evans  <dje@google.com>
5329
5330         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5331         * gdb.guile/scm-lazy-string.c: New file.
5332         * gdb.guile/scm-value.exp: Move lazy string tests to ...
5333         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
5334         for pointer, array, typedef lazy strings.
5335
5336 2017-03-16  Doug Evans  <dje@google.com>
5337
5338         PR python/17728, python/18439, python/18779
5339         * gdb.python/py-value.c (main) Delete locals sptr, sn.
5340         * gdb.python/py-lazy-string.c (pointer): New typedef.
5341         (main): New locals ptr, array, typedef_ptr.
5342         * gdb.python/py-value.exp: Move lazy string tests to ...
5343         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
5344         array, typedef lazy strings.
5345
5346 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
5347
5348         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5349           Add optional 'test' parameter.
5350
5351 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
5352
5353         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5354         Skip for versions of DejaGnu < 1.5.
5355
5356 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
5357
5358         * lib/gdb.exp (dejagnu_version): New proc.
5359         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5360         Use dejagnu_version.
5361
5362 2017-03-10  Keith Seitz  <keiths@redhat.com>
5363
5364         PR c++/8128
5365         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5366         type from destructor regexps.
5367         Add a branch which actually passes the test.
5368         Adjust "ptype t5i" test names.
5369
5370 2017-03-08  Pedro Alves  <palves@redhat.com>
5371
5372         * gdb.base/step-over-exit.exp: Add explicit test message.
5373
5374 2017-03-08  Pedro Alves  <palves@redhat.com>
5375
5376         PR gdb/18360
5377         * gdb.threads/interrupt-while-step-over.c: New file.
5378         * gdb.threads/interrupt-while-step-over.exp: New file.
5379
5380 2017-03-08  Pedro Alves  <palves@redhat.com>
5381
5382         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5383         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5384
5385 2017-03-08  Pedro Alves  <palves@redhat.com>
5386
5387         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5388         PKRU as not supported as a PASS.
5389
5390 2017-03-08  Pedro Alves  <palves@redhat.com>
5391
5392         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5393         prefix instead of $binfile1/$binfile2.
5394         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5395         in test message.
5396         * gdb.python/py-completion.exp: Use "load python file" as test
5397         messages instead of unstable path names.
5398
5399 2017-03-08  Pedro Alves  <palves@redhat.com>
5400             Jan Kratochvil  <jan.kratochvil@redhat.com>
5401
5402         PR cli/21218
5403         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5404         New proc.
5405         (top level): Call it.
5406
5407 2017-03-08  Pedro Alves  <palves@redhat.com>
5408
5409         PR tui/21216
5410         * gdb.tui/tui-nl-filtered-output.exp: New file.
5411
5412 2017-03-08  Pedro Alves  <palves@redhat.com>
5413
5414         * gdb.base/completion.exp: Move TUI completion tests to ...
5415         * gdb.tui/completion.exp: ... this new file.
5416
5417 2017-03-08  Pedro Alves  <palves@redhat.com>
5418
5419         * gdb.base/tui-disasm-long-lines.c,
5420         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5421         gdb.base/tui-layout.exp: Move to ...
5422         * gdb.tui/: ... this new directory.
5423
5424 2017-03-07  Pedro Alves  <palves@redhat.com>
5425
5426         * gdb.base/tui-layout.c: New file.
5427         * gdb.base/tui-layout.exp: New file.
5428
5429 2017-03-07  Pedro Alves  <palves@redhat.com>
5430
5431         * gdb.base/tui-layout.c: Rename to ...
5432         * gdb.base/tui-disasm-long-lines.c: ... this.
5433         * gdb.base/tui-layout.exp: Rename to ...
5434         * gdb.base/tui-disasm-long-lines.exp: ... this.
5435
5436 2017-03-07  Pedro Alves  <palves@redhat.com>
5437
5438         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5439
5440 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5441
5442         * i386-mpx-call.c: New file.
5443         * i386-mpx-call.exp: New file.
5444
5445 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
5446
5447         * gdb.arch/powerpc-power.exp: Delete test.
5448         * gdb.arch/powerpc-power.s: Likewise.
5449         * gdb.disasm/disassembler-options.exp: New test.
5450         * gdb.arch/powerpc-altivec.exp: Likewise.
5451         * gdb.arch/powerpc-altivec.s: Likewise.
5452         * gdb.arch/powerpc-altivec2.exp: Likewise.
5453         * gdb.arch/powerpc-altivec2.s: Likewise.
5454         * gdb.arch/powerpc-altivec3.exp: Likewise.
5455         * gdb.arch/powerpc-altivec3.s: Likewise.
5456         * gdb.arch/powerpc-power7.exp: Likewise.
5457         * gdb.arch/powerpc-power7.s: Likewise.
5458         * gdb.arch/powerpc-power8.exp: Likewise.
5459         * gdb.arch/powerpc-power8.s: Likewise.
5460         * gdb.arch/powerpc-power9.exp: Likewise.
5461         * gdb.arch/powerpc-power9.s: Likewise.
5462         * gdb.arch/powerpc-vsx.exp: Likewise.
5463         * gdb.arch/powerpc-vsx.s: Likewise.
5464         * gdb.arch/powerpc-vsx2.exp: Likewise.
5465         * gdb.arch/powerpc-vsx2.s: Likewise.
5466         * gdb.arch/powerpc-vsx3.exp: Likewise.
5467         * gdb.arch/powerpc-vsx3.s: Likewise.
5468         * gdb.arch/arm-disassembler-options.exp: Likewise.
5469         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5470         * gdb.arch/s390-disassembler-options.exp: Likewise.
5471
5472 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
5473
5474         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5475         (check_supported_features): ... this. Changed return type to void.
5476         (supports_rdseed): New static global.
5477         (rdseed): Check supports_rdseed.
5478         (initialize): Call check_supported_features.
5479
5480 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5481
5482         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5483         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
5484         and lqarx/stqcx.
5485         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5486         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5487
5488 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5489
5490         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
5491         uppercase.
5492
5493 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5494
5495         * gdb.dwarf2/formdata16.c: New file.
5496         * gdb.dwarf2/formdata16.exp: New file.
5497         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
5498
5499 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5500
5501         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
5502         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
5503         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
5504         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
5505         DW_AT_GNU_*.
5506
5507 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5508
5509         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
5510
5511 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
5512
5513         PR gdb/21164
5514         * gdb.base/maint.exp: Add testcases for when the commands do
5515         not have arguments.
5516
5517 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5518
5519         * gdb.cp/chained-calls.exp: Use p instead of P.
5520
5521 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
5522
5523         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
5524         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5525
5526 2017-02-14  Tom Tromey  <tom@tromey.com>
5527
5528         PR python/13598:
5529         * gdb.python/py-events.exp: Add before_prompt event tests.
5530
5531 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5532
5533         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
5534
5535 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5536
5537         * gdb.linespec/explicit.c (my_unique_function_name): New function.
5538         (main): Call my_unique_function_name.
5539         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
5540         completion of patterns with a single match.
5541         Add missing -re switches to gdb_test_multiple calls.
5542
5543 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
5544
5545         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
5546         return if core file is not recognized.
5547
5548 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5549
5550         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
5551         and extra UIs.
5552
5553 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
5554
5555         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
5556         proc_with_prefix.
5557
5558 2017-02-10  Tom Tromey  <tom@tromey.com>
5559
5560         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
5561
5562 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
5563
5564         PR gdb/21122
5565         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
5566
5567 2017-02-08  Jerome Guitton  <guitton@adacore.com>
5568
5569         * gdb.base/define.exp: Add test for command abbreviations
5570         in define.
5571
5572 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
5573
5574         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
5575         * gdb.reverse/insn-reverse-x86.c: New file.
5576
5577 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
5578
5579         PR tdep/20936
5580         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5581
5582 2017-02-03  Tom Tromey  <tom@tromey.com>
5583
5584         PR rust/21097:
5585         * gdb.rust/simple.exp: Add new tests.
5586
5587 2017-02-02  Pedro Alves  <palves@redhat.com>
5588
5589         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
5590         tests.
5591
5592 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5593
5594         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
5595         taking a 2-byte value out of a 4-byte DWARF implicit value on
5596         big-endian targets.
5597         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
5598         logic.  Add test cases for DW_OP_implicit.
5599
5600 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5601
5602         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
5603
5604 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5605
5606         * gdb.btrace/enable.exp: Call gdb_exit before
5607         skip_gdbserver_tests.
5608
5609 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5610
5611         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
5612         GDBFLAGS.
5613
5614 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5615
5616         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
5617         the test is skipped.
5618         * gdb.btrace/data.exp: Likewise.
5619         * gdb.btrace/delta.exp: Likewise.
5620         * gdb.btrace/dlopen.exp: Likewise.
5621         * gdb.btrace/enable-running.exp: Likewise.
5622         * gdb.btrace/enable.exp: Likewise.
5623         * gdb.btrace/exception.exp: Likewise.
5624         * gdb.btrace/function_call_history.exp: Likewise.
5625         * gdb.btrace/gcore.exp: Likewise.
5626         * gdb.btrace/instruction_history.exp: Likewise.
5627         * gdb.btrace/multi-thread-step.exp: Likewise.
5628         * gdb.btrace/nohist.exp: Likewise.
5629         * gdb.btrace/non-stop.exp: Likewise.
5630         * gdb.btrace/reconnect.exp: Likewise.
5631         * gdb.btrace/record_goto-step.exp: Likewise.
5632         * gdb.btrace/record_goto.exp: Likewise.
5633         * gdb.btrace/rn-dl-bind.exp: Likewise.
5634         * gdb.btrace/segv.exp: Likewise.
5635         * gdb.btrace/step.exp: Likewise.
5636         * gdb.btrace/stepi.exp: Likewise.
5637         * gdb.btrace/tailcall-only.exp: Likewise.
5638         * gdb.btrace/tailcall.exp: Likewise.
5639         * gdb.btrace/tsx.exp: Likewise.
5640         * gdb.btrace/unknown_functions.exp: Likewise.
5641         * gdb.btrace/vdso.exp: Likewise.
5642
5643 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
5644
5645         * gdb.btrace/enable-running.c: New.
5646         * gdb.btrace/enable-running.exp: New.
5647
5648 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5649
5650         * gdb.arch/amd64-gs_base.c: New file.
5651         * gdb.arch/amd64-gs_base.exp: New file.
5652
5653 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5654
5655         * lib/memory.exp: Remove spurious empty newlines.
5656
5657 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
5658
5659         * gdb.python/py-bad-printers.exp: Load python file using "source".
5660         * gdb.python/py-events.exp: Likewise.
5661         * gdb.python/py-evsignal.exp: Likewise.
5662         * gdb.python/py-evthreads.exp: Likewise.
5663         * gdb.python/py-frame-args.exp: Likewise.
5664         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
5665         * gdb.python/py-framefilter-mi.exp: Likewise.
5666         * gdb.python/py-framefilter.exp: Likewise.
5667         * gdb.python/py-mi.exp: Likewise.
5668         * gdb.python/py-pp-maint.exp: Likewise.
5669         * gdb.python/py-pp-registration.exp: Likewise.
5670         * gdb.python/py-prettyprint.exp: Likewise.
5671         (run_lang_tests): Likewise.
5672         * gdb.python/py-typeprint.exp: Likewise.
5673
5674 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5675
5676         * lib/memory.exp: New file.
5677         * lib/gdb.exp: Load memory.exp.
5678         * gdb.base/memattr.exp (delete_memory): Move proc to
5679         lib/memory.exp and rename to delete_memory_regions.
5680         Replace delete_memory with delete_memory_regions.
5681         Cleanup memory regions before tests.
5682         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
5683         before tests.
5684
5685 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
5686
5687         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
5688         files.
5689         (initialize): New function conditionally defined.
5690         (testcases): Move within conditional block.
5691         (main): Call initialize.
5692         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
5693         of gdb.reverse/insn-reverse.c.
5694         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
5695         gdb.reverse/insn-reverse.c.
5696
5697 2017-01-26  Yao Qi  <yao.qi@linaro.org>
5698
5699         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
5700         disassemble on address 0.
5701
5702 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5703             Yao Qi  <yao.qi@linaro.org>
5704
5705         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
5706         * gdb.dwarf2/implptr-64bit.S: Remove.
5707         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
5708         variables in caller's context.  Add DW_OP_implicit_value.
5709
5710 2017-01-25  Yao Qi  <yao.qi@linaro.org>
5711
5712         * lib/dwarf.exp (Dwarf::_location): Handle
5713         DW_OP_GNU_implicit_pointer with proper size.
5714
5715 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
5716
5717         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
5718         and add untested calls.
5719
5720 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
5721
5722         * gdb.python/python.exp: Check line number against what GDB thinks
5723         the line number is for func1.
5724
5725 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
5726
5727         * gdb.dlang/debug-expr.exp: New file.
5728
5729 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
5730
5731         Fix test names for the following files:
5732
5733         * gdb.ada/exec_changed.exp
5734         * gdb.ada/info_types.exp
5735         * gdb.arch/aarch64-atomic-inst.exp
5736         * gdb.arch/aarch64-fp.exp
5737         * gdb.arch/altivec-abi.exp
5738         * gdb.arch/altivec-regs.exp
5739         * gdb.arch/amd64-byte.exp
5740         * gdb.arch/amd64-disp-step.exp
5741         * gdb.arch/amd64-dword.exp
5742         * gdb.arch/amd64-entry-value-inline.exp
5743         * gdb.arch/amd64-entry-value-param.exp
5744         * gdb.arch/amd64-entry-value-paramref.exp
5745         * gdb.arch/amd64-entry-value.exp
5746         * gdb.arch/amd64-i386-address.exp
5747         * gdb.arch/amd64-invalid-stack-middle.exp
5748         * gdb.arch/amd64-invalid-stack-top.exp
5749         * gdb.arch/amd64-optimout-repeat.exp
5750         * gdb.arch/amd64-prologue-skip.exp
5751         * gdb.arch/amd64-prologue-xmm.exp
5752         * gdb.arch/amd64-stap-special-operands.exp
5753         * gdb.arch/amd64-stap-wrong-subexp.exp
5754         * gdb.arch/amd64-tailcall-cxx.exp
5755         * gdb.arch/amd64-tailcall-noret.exp
5756         * gdb.arch/amd64-tailcall-ret.exp
5757         * gdb.arch/amd64-tailcall-self.exp
5758         * gdb.arch/amd64-word.exp
5759         * gdb.arch/arm-bl-branch-dest.exp
5760         * gdb.arch/arm-disp-step.exp
5761         * gdb.arch/arm-neon.exp
5762         * gdb.arch/arm-single-step-kernel-helper.exp
5763         * gdb.arch/avr-flash-qualifier.exp
5764         * gdb.arch/disp-step-insn-reloc.exp
5765         * gdb.arch/e500-abi.exp
5766         * gdb.arch/e500-regs.exp
5767         * gdb.arch/ftrace-insn-reloc.exp
5768         * gdb.arch/i386-avx512.exp
5769         * gdb.arch/i386-bp_permanent.exp
5770         * gdb.arch/i386-byte.exp
5771         * gdb.arch/i386-cfi-notcurrent.exp
5772         * gdb.arch/i386-disp-step.exp
5773         * gdb.arch/i386-dr3-watch.exp
5774         * gdb.arch/i386-float.exp
5775         * gdb.arch/i386-gnu-cfi.exp
5776         * gdb.arch/i386-mpx-map.exp
5777         * gdb.arch/i386-mpx-sigsegv.exp
5778         * gdb.arch/i386-mpx-simple_segv.exp
5779         * gdb.arch/i386-mpx.exp
5780         * gdb.arch/i386-permbkpt.exp
5781         * gdb.arch/i386-prologue.exp
5782         * gdb.arch/i386-signal.exp
5783         * gdb.arch/i386-size-overlap.exp
5784         * gdb.arch/i386-unwind.exp
5785         * gdb.arch/i386-word.exp
5786         * gdb.arch/mips-fcr.exp
5787         * gdb.arch/powerpc-d128-regs.exp
5788         * gdb.arch/powerpc-stackless.exp
5789         * gdb.arch/ppc64-atomic-inst.exp
5790         * gdb.arch/s390-stackless.exp
5791         * gdb.arch/s390-tdbregs.exp
5792         * gdb.arch/s390-vregs.exp
5793         * gdb.arch/sparc-sysstep.exp
5794         * gdb.arch/thumb-bx-pc.exp
5795         * gdb.arch/thumb-singlestep.exp
5796         * gdb.arch/thumb2-it.exp
5797         * gdb.arch/vsx-regs.exp
5798         * gdb.asm/asm-source.exp
5799         * gdb.base/a2-run.exp
5800         * gdb.base/advance.exp
5801         * gdb.base/all-bin.exp
5802         * gdb.base/anon.exp
5803         * gdb.base/args.exp
5804         * gdb.base/arithmet.exp
5805         * gdb.base/async-shell.exp
5806         * gdb.base/async.exp
5807         * gdb.base/attach-pie-noexec.exp
5808         * gdb.base/attach-twice.exp
5809         * gdb.base/auto-load.exp
5810         * gdb.base/bang.exp
5811         * gdb.base/bitfields.exp
5812         * gdb.base/break-always.exp
5813         * gdb.base/break-caller-line.exp
5814         * gdb.base/break-entry.exp
5815         * gdb.base/break-inline.exp
5816         * gdb.base/break-on-linker-gcd-function.exp
5817         * gdb.base/break-probes.exp
5818         * gdb.base/break.exp
5819         * gdb.base/breakpoint-shadow.exp
5820         * gdb.base/call-ar-st.exp
5821         * gdb.base/call-sc.exp
5822         * gdb.base/call-signal-resume.exp
5823         * gdb.base/call-strs.exp
5824         * gdb.base/callfuncs.exp
5825         * gdb.base/catch-fork-static.exp
5826         * gdb.base/catch-gdb-caused-signals.exp
5827         * gdb.base/catch-load.exp
5828         * gdb.base/catch-signal-fork.exp
5829         * gdb.base/catch-signal.exp
5830         * gdb.base/catch-syscall.exp
5831         * gdb.base/charset.exp
5832         * gdb.base/checkpoint.exp
5833         * gdb.base/chng-syms.exp
5834         * gdb.base/code-expr.exp
5835         * gdb.base/code_elim.exp
5836         * gdb.base/commands.exp
5837         * gdb.base/completion.exp
5838         * gdb.base/complex.exp
5839         * gdb.base/cond-expr.exp
5840         * gdb.base/condbreak.exp
5841         * gdb.base/consecutive.exp
5842         * gdb.base/continue-all-already-running.exp
5843         * gdb.base/coredump-filter.exp
5844         * gdb.base/corefile.exp
5845         * gdb.base/dbx.exp
5846         * gdb.base/debug-expr.exp
5847         * gdb.base/define.exp
5848         * gdb.base/del.exp
5849         * gdb.base/disabled-location.exp
5850         * gdb.base/disasm-end-cu.exp
5851         * gdb.base/disasm-optim.exp
5852         * gdb.base/display.exp
5853         * gdb.base/duplicate-bp.exp
5854         * gdb.base/ena-dis-br.exp
5855         * gdb.base/ending-run.exp
5856         * gdb.base/enumval.exp
5857         * gdb.base/environ.exp
5858         * gdb.base/eu-strip-infcall.exp
5859         * gdb.base/eval-avoid-side-effects.exp
5860         * gdb.base/eval-skip.exp
5861         * gdb.base/exitsignal.exp
5862         * gdb.base/expand-psymtabs.exp
5863         * gdb.base/filesym.exp
5864         * gdb.base/find-unmapped.exp
5865         * gdb.base/finish.exp
5866         * gdb.base/float.exp
5867         * gdb.base/foll-exec-mode.exp
5868         * gdb.base/foll-exec.exp
5869         * gdb.base/foll-fork.exp
5870         * gdb.base/fortran-sym-case.exp
5871         * gdb.base/freebpcmd.exp
5872         * gdb.base/func-ptr.exp
5873         * gdb.base/func-ptrs.exp
5874         * gdb.base/funcargs.exp
5875         * gdb.base/gcore-buffer-overflow.exp
5876         * gdb.base/gcore-relro-pie.exp
5877         * gdb.base/gcore-relro.exp
5878         * gdb.base/gcore.exp
5879         * gdb.base/gdb1090.exp
5880         * gdb.base/gdb11530.exp
5881         * gdb.base/gdb11531.exp
5882         * gdb.base/gdb1821.exp
5883         * gdb.base/gdbindex-stabs.exp
5884         * gdb.base/gdbvars.exp
5885         * gdb.base/hbreak.exp
5886         * gdb.base/hbreak2.exp
5887         * gdb.base/included.exp
5888         * gdb.base/infcall-input.exp
5889         * gdb.base/inferior-died.exp
5890         * gdb.base/infnan.exp
5891         * gdb.base/info-macros.exp
5892         * gdb.base/info-os.exp
5893         * gdb.base/info-proc.exp
5894         * gdb.base/info-shared.exp
5895         * gdb.base/info-target.exp
5896         * gdb.base/infoline.exp
5897         * gdb.base/interp.exp
5898         * gdb.base/interrupt.exp
5899         * gdb.base/jit-reader.exp
5900         * gdb.base/jit-simple.exp
5901         * gdb.base/kill-after-signal.exp
5902         * gdb.base/kill-detach-inferiors-cmd.exp
5903         * gdb.base/label.exp
5904         * gdb.base/langs.exp
5905         * gdb.base/ldbl_e308.exp
5906         * gdb.base/line-symtabs.exp
5907         * gdb.base/linespecs.exp
5908         * gdb.base/list.exp
5909         * gdb.base/long_long.exp
5910         * gdb.base/longest-types.exp
5911         * gdb.base/maint.exp
5912         * gdb.base/max-value-size.exp
5913         * gdb.base/memattr.exp
5914         * gdb.base/mips_pro.exp
5915         * gdb.base/morestack.exp
5916         * gdb.base/moribund-step.exp
5917         * gdb.base/multi-forks.exp
5918         * gdb.base/nested-addr.exp
5919         * gdb.base/nextoverexit.exp
5920         * gdb.base/noreturn-finish.exp
5921         * gdb.base/noreturn-return.exp
5922         * gdb.base/nostdlib.exp
5923         * gdb.base/offsets.exp
5924         * gdb.base/opaque.exp
5925         * gdb.base/pc-fp.exp
5926         * gdb.base/permissions.exp
5927         * gdb.base/print-symbol-loading.exp
5928         * gdb.base/prologue-include.exp
5929         * gdb.base/psymtab.exp
5930         * gdb.base/ptype.exp
5931         * gdb.base/random-signal.exp
5932         * gdb.base/randomize.exp
5933         * gdb.base/range-stepping.exp
5934         * gdb.base/readline-ask.exp
5935         * gdb.base/recpar.exp
5936         * gdb.base/recurse.exp
5937         * gdb.base/relational.exp
5938         * gdb.base/restore.exp
5939         * gdb.base/return-nodebug.exp
5940         * gdb.base/return.exp
5941         * gdb.base/run-after-attach.exp
5942         * gdb.base/save-bp.exp
5943         * gdb.base/scope.exp
5944         * gdb.base/sect-cmd.exp
5945         * gdb.base/set-lang-auto.exp
5946         * gdb.base/set-noassign.exp
5947         * gdb.base/setvar.exp
5948         * gdb.base/sigall.exp
5949         * gdb.base/sigbpt.exp
5950         * gdb.base/siginfo-addr.exp
5951         * gdb.base/siginfo-infcall.exp
5952         * gdb.base/siginfo-obj.exp
5953         * gdb.base/siginfo.exp
5954         * gdb.base/signals-state-child.exp
5955         * gdb.base/signest.exp
5956         * gdb.base/sigstep.exp
5957         * gdb.base/sizeof.exp
5958         * gdb.base/skip.exp
5959         * gdb.base/solib-corrupted.exp
5960         * gdb.base/solib-nodir.exp
5961         * gdb.base/solib-search.exp
5962         * gdb.base/stack-checking.exp
5963         * gdb.base/stale-infcall.exp
5964         * gdb.base/stap-probe.exp
5965         * gdb.base/start.exp
5966         * gdb.base/step-break.exp
5967         * gdb.base/step-bt.exp
5968         * gdb.base/step-line.exp
5969         * gdb.base/step-over-exit.exp
5970         * gdb.base/step-over-syscall.exp
5971         * gdb.base/step-resume-infcall.exp
5972         * gdb.base/step-test.exp
5973         * gdb.base/store.exp
5974         * gdb.base/structs3.exp
5975         * gdb.base/sym-file.exp
5976         * gdb.base/symbol-without-target_section.exp
5977         * gdb.base/term.exp
5978         * gdb.base/testenv.exp
5979         * gdb.base/ui-redirect.exp
5980         * gdb.base/until.exp
5981         * gdb.base/unwindonsignal.exp
5982         * gdb.base/value-double-free.exp
5983         * gdb.base/vla-datatypes.exp
5984         * gdb.base/vla-ptr.exp
5985         * gdb.base/vla-sideeffect.exp
5986         * gdb.base/volatile.exp
5987         * gdb.base/watch-cond-infcall.exp
5988         * gdb.base/watch-cond.exp
5989         * gdb.base/watch-non-mem.exp
5990         * gdb.base/watch-read.exp
5991         * gdb.base/watch-vfork.exp
5992         * gdb.base/watchpoint-cond-gone.exp
5993         * gdb.base/watchpoint-delete.exp
5994         * gdb.base/watchpoint-hw-hit-once.exp
5995         * gdb.base/watchpoint-hw.exp
5996         * gdb.base/watchpoint-stops-at-right-insn.exp
5997         * gdb.base/watchpoints.exp
5998         * gdb.base/wchar.exp
5999         * gdb.base/whatis-exp.exp
6000         * gdb.btrace/buffer-size.exp
6001         * gdb.btrace/data.exp
6002         * gdb.btrace/delta.exp
6003         * gdb.btrace/dlopen.exp
6004         * gdb.btrace/enable.exp
6005         * gdb.btrace/exception.exp
6006         * gdb.btrace/function_call_history.exp
6007         * gdb.btrace/gcore.exp
6008         * gdb.btrace/instruction_history.exp
6009         * gdb.btrace/nohist.exp
6010         * gdb.btrace/reconnect.exp
6011         * gdb.btrace/record_goto-step.exp
6012         * gdb.btrace/record_goto.exp
6013         * gdb.btrace/rn-dl-bind.exp
6014         * gdb.btrace/segv.exp
6015         * gdb.btrace/step.exp
6016         * gdb.btrace/stepi.exp
6017         * gdb.btrace/tailcall-only.exp
6018         * gdb.btrace/tailcall.exp
6019         * gdb.btrace/tsx.exp
6020         * gdb.btrace/unknown_functions.exp
6021         * gdb.btrace/vdso.exp
6022         * gdb.compile/compile-ifunc.exp
6023         * gdb.compile/compile-ops.exp
6024         * gdb.compile/compile-print.exp
6025         * gdb.compile/compile-setjmp.exp
6026         * gdb.cp/abstract-origin.exp
6027         * gdb.cp/ambiguous.exp
6028         * gdb.cp/annota2.exp
6029         * gdb.cp/annota3.exp
6030         * gdb.cp/anon-ns.exp
6031         * gdb.cp/anon-struct.exp
6032         * gdb.cp/anon-union.exp
6033         * gdb.cp/arg-reference.exp
6034         * gdb.cp/baseenum.exp
6035         * gdb.cp/bool.exp
6036         * gdb.cp/breakpoint.exp
6037         * gdb.cp/bs15503.exp
6038         * gdb.cp/call-c.exp
6039         * gdb.cp/casts.exp
6040         * gdb.cp/chained-calls.exp
6041         * gdb.cp/class2.exp
6042         * gdb.cp/classes.exp
6043         * gdb.cp/cmpd-minsyms.exp
6044         * gdb.cp/converts.exp
6045         * gdb.cp/cp-relocate.exp
6046         * gdb.cp/cpcompletion.exp
6047         * gdb.cp/cpexprs.exp
6048         * gdb.cp/cplabel.exp
6049         * gdb.cp/cplusfuncs.exp
6050         * gdb.cp/cpsizeof.exp
6051         * gdb.cp/ctti.exp
6052         * gdb.cp/derivation.exp
6053         * gdb.cp/destrprint.exp
6054         * gdb.cp/dispcxx.exp
6055         * gdb.cp/enum-class.exp
6056         * gdb.cp/exception.exp
6057         * gdb.cp/exceptprint.exp
6058         * gdb.cp/expand-psymtabs-cxx.exp
6059         * gdb.cp/expand-sals.exp
6060         * gdb.cp/extern-c.exp
6061         * gdb.cp/filename.exp
6062         * gdb.cp/formatted-ref.exp
6063         * gdb.cp/fpointer.exp
6064         * gdb.cp/gdb1355.exp
6065         * gdb.cp/gdb2495.exp
6066         * gdb.cp/hang.exp
6067         * gdb.cp/impl-this.exp
6068         * gdb.cp/infcall-dlopen.exp
6069         * gdb.cp/inherit.exp
6070         * gdb.cp/iostream.exp
6071         * gdb.cp/koenig.exp
6072         * gdb.cp/local.exp
6073         * gdb.cp/m-data.exp
6074         * gdb.cp/m-static.exp
6075         * gdb.cp/mb-ctor.exp
6076         * gdb.cp/mb-inline.exp
6077         * gdb.cp/mb-templates.exp
6078         * gdb.cp/member-name.exp
6079         * gdb.cp/member-ptr.exp
6080         * gdb.cp/meth-typedefs.exp
6081         * gdb.cp/method.exp
6082         * gdb.cp/method2.exp
6083         * gdb.cp/minsym-fallback.exp
6084         * gdb.cp/misc.exp
6085         * gdb.cp/namelessclass.exp
6086         * gdb.cp/namespace-enum.exp
6087         * gdb.cp/namespace-nested-import.exp
6088         * gdb.cp/namespace.exp
6089         * gdb.cp/nextoverthrow.exp
6090         * gdb.cp/no-dmgl-verbose.exp
6091         * gdb.cp/non-trivial-retval.exp
6092         * gdb.cp/noparam.exp
6093         * gdb.cp/nsdecl.exp
6094         * gdb.cp/nsimport.exp
6095         * gdb.cp/nsnested.exp
6096         * gdb.cp/nsnoimports.exp
6097         * gdb.cp/nsrecurs.exp
6098         * gdb.cp/nsstress.exp
6099         * gdb.cp/nsusing.exp
6100         * gdb.cp/operator.exp
6101         * gdb.cp/oranking.exp
6102         * gdb.cp/overload-const.exp
6103         * gdb.cp/overload.exp
6104         * gdb.cp/ovldbreak.exp
6105         * gdb.cp/ovsrch.exp
6106         * gdb.cp/paren-type.exp
6107         * gdb.cp/parse-lang.exp
6108         * gdb.cp/pass-by-ref.exp
6109         * gdb.cp/pr-1023.exp
6110         * gdb.cp/pr-1210.exp
6111         * gdb.cp/pr-574.exp
6112         * gdb.cp/pr10687.exp
6113         * gdb.cp/pr12028.exp
6114         * gdb.cp/pr17132.exp
6115         * gdb.cp/pr17494.exp
6116         * gdb.cp/pr9067.exp
6117         * gdb.cp/pr9167.exp
6118         * gdb.cp/pr9631.exp
6119         * gdb.cp/printmethod.exp
6120         * gdb.cp/psmang.exp
6121         * gdb.cp/psymtab-parameter.exp
6122         * gdb.cp/ptype-cv-cp.exp
6123         * gdb.cp/ptype-flags.exp
6124         * gdb.cp/re-set-overloaded.exp
6125         * gdb.cp/ref-types.exp
6126         * gdb.cp/rtti.exp
6127         * gdb.cp/scope-err.exp
6128         * gdb.cp/shadow.exp
6129         * gdb.cp/smartp.exp
6130         * gdb.cp/static-method.exp
6131         * gdb.cp/static-print-quit.exp
6132         * gdb.cp/temargs.exp
6133         * gdb.cp/templates.exp
6134         * gdb.cp/try_catch.exp
6135         * gdb.cp/typedef-operator.exp
6136         * gdb.cp/typeid.exp
6137         * gdb.cp/userdef.exp
6138         * gdb.cp/using-crash.exp
6139         * gdb.cp/var-tag.exp
6140         * gdb.cp/virtbase.exp
6141         * gdb.cp/virtfunc.exp
6142         * gdb.cp/virtfunc2.exp
6143         * gdb.cp/vla-cxx.exp
6144         * gdb.disasm/t01_mov.exp
6145         * gdb.disasm/t02_mova.exp
6146         * gdb.disasm/t03_add.exp
6147         * gdb.disasm/t04_sub.exp
6148         * gdb.disasm/t05_cmp.exp
6149         * gdb.disasm/t06_ari2.exp
6150         * gdb.disasm/t07_ari3.exp
6151         * gdb.disasm/t08_or.exp
6152         * gdb.disasm/t09_xor.exp
6153         * gdb.disasm/t10_and.exp
6154         * gdb.disasm/t11_logs.exp
6155         * gdb.disasm/t12_bit.exp
6156         * gdb.disasm/t13_otr.exp
6157         * gdb.dlang/circular.exp
6158         * gdb.dwarf2/arr-stride.exp
6159         * gdb.dwarf2/arr-subrange.exp
6160         * gdb.dwarf2/atomic-type.exp
6161         * gdb.dwarf2/bad-regnum.exp
6162         * gdb.dwarf2/bitfield-parent-optimized-out.exp
6163         * gdb.dwarf2/callframecfa.exp
6164         * gdb.dwarf2/clztest.exp
6165         * gdb.dwarf2/corrupt.exp
6166         * gdb.dwarf2/data-loc.exp
6167         * gdb.dwarf2/dup-psym.exp
6168         * gdb.dwarf2/dw2-anon-mptr.exp
6169         * gdb.dwarf2/dw2-anonymous-func.exp
6170         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6171         * gdb.dwarf2/dw2-bad-unresolved.exp
6172         * gdb.dwarf2/dw2-basic.exp
6173         * gdb.dwarf2/dw2-canonicalize-type.exp
6174         * gdb.dwarf2/dw2-case-insensitive.exp
6175         * gdb.dwarf2/dw2-common-block.exp
6176         * gdb.dwarf2/dw2-compdir-oldgcc.exp
6177         * gdb.dwarf2/dw2-compressed.exp
6178         * gdb.dwarf2/dw2-const.exp
6179         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6180         * gdb.dwarf2/dw2-cu-size.exp
6181         * gdb.dwarf2/dw2-dup-frame.exp
6182         * gdb.dwarf2/dw2-entry-value.exp
6183         * gdb.dwarf2/dw2-icycle.exp
6184         * gdb.dwarf2/dw2-ifort-parameter.exp
6185         * gdb.dwarf2/dw2-inline-break.exp
6186         * gdb.dwarf2/dw2-inline-param.exp
6187         * gdb.dwarf2/dw2-intercu.exp
6188         * gdb.dwarf2/dw2-intermix.exp
6189         * gdb.dwarf2/dw2-lexical-block-bare.exp
6190         * gdb.dwarf2/dw2-linkage-name-trust.exp
6191         * gdb.dwarf2/dw2-minsym-in-cu.exp
6192         * gdb.dwarf2/dw2-noloc.exp
6193         * gdb.dwarf2/dw2-op-call.exp
6194         * gdb.dwarf2/dw2-op-out-param.exp
6195         * gdb.dwarf2/dw2-opt-structptr.exp
6196         * gdb.dwarf2/dw2-param-error.exp
6197         * gdb.dwarf2/dw2-producer.exp
6198         * gdb.dwarf2/dw2-ranges-base.exp
6199         * gdb.dwarf2/dw2-ref-missing-frame.exp
6200         * gdb.dwarf2/dw2-reg-undefined.exp
6201         * gdb.dwarf2/dw2-regno-invalid.exp
6202         * gdb.dwarf2/dw2-restore.exp
6203         * gdb.dwarf2/dw2-restrict.exp
6204         * gdb.dwarf2/dw2-single-line-discriminators.exp
6205         * gdb.dwarf2/dw2-strp.exp
6206         * gdb.dwarf2/dw2-undefined-ret-addr.exp
6207         * gdb.dwarf2/dw2-unresolved.exp
6208         * gdb.dwarf2/dw2-var-zero-addr.exp
6209         * gdb.dwarf2/dw4-sig-types.exp
6210         * gdb.dwarf2/dwz.exp
6211         * gdb.dwarf2/dynarr-ptr.exp
6212         * gdb.dwarf2/enum-type.exp
6213         * gdb.dwarf2/gdb-index.exp
6214         * gdb.dwarf2/implptr-64bit.exp
6215         * gdb.dwarf2/implptr-optimized-out.exp
6216         * gdb.dwarf2/implptr.exp
6217         * gdb.dwarf2/implref-array.exp
6218         * gdb.dwarf2/implref-const.exp
6219         * gdb.dwarf2/implref-global.exp
6220         * gdb.dwarf2/implref-struct.exp
6221         * gdb.dwarf2/mac-fileno.exp
6222         * gdb.dwarf2/main-subprogram.exp
6223         * gdb.dwarf2/member-ptr-forwardref.exp
6224         * gdb.dwarf2/method-ptr.exp
6225         * gdb.dwarf2/missing-sig-type.exp
6226         * gdb.dwarf2/nonvar-access.exp
6227         * gdb.dwarf2/opaque-type-lookup.exp
6228         * gdb.dwarf2/pieces-optimized-out.exp
6229         * gdb.dwarf2/pieces.exp
6230         * gdb.dwarf2/pr10770.exp
6231         * gdb.dwarf2/pr13961.exp
6232         * gdb.dwarf2/staticvirtual.exp
6233         * gdb.dwarf2/subrange.exp
6234         * gdb.dwarf2/symtab-producer.exp
6235         * gdb.dwarf2/trace-crash.exp
6236         * gdb.dwarf2/typeddwarf.exp
6237         * gdb.dwarf2/valop.exp
6238         * gdb.dwarf2/watch-notconst.exp
6239         * gdb.fortran/array-element.exp
6240         * gdb.fortran/charset.exp
6241         * gdb.fortran/common-block.exp
6242         * gdb.fortran/complex.exp
6243         * gdb.fortran/derived-type-function.exp
6244         * gdb.fortran/derived-type.exp
6245         * gdb.fortran/logical.exp
6246         * gdb.fortran/module.exp
6247         * gdb.fortran/multi-dim.exp
6248         * gdb.fortran/nested-funcs.exp
6249         * gdb.fortran/print-formatted.exp
6250         * gdb.fortran/subarray.exp
6251         * gdb.fortran/vla-alloc-assoc.exp
6252         * gdb.fortran/vla-datatypes.exp
6253         * gdb.fortran/vla-history.exp
6254         * gdb.fortran/vla-ptr-info.exp
6255         * gdb.fortran/vla-ptype-sub.exp
6256         * gdb.fortran/vla-ptype.exp
6257         * gdb.fortran/vla-sizeof.exp
6258         * gdb.fortran/vla-type.exp
6259         * gdb.fortran/vla-value-sub-arbitrary.exp
6260         * gdb.fortran/vla-value-sub-finish.exp
6261         * gdb.fortran/vla-value-sub.exp
6262         * gdb.fortran/vla-value.exp
6263         * gdb.fortran/whatis_type.exp
6264         * gdb.go/chan.exp
6265         * gdb.go/handcall.exp
6266         * gdb.go/hello.exp
6267         * gdb.go/integers.exp
6268         * gdb.go/methods.exp
6269         * gdb.go/package.exp
6270         * gdb.go/strings.exp
6271         * gdb.go/types.exp
6272         * gdb.go/unsafe.exp
6273         * gdb.guile/scm-arch.exp
6274         * gdb.guile/scm-block.exp
6275         * gdb.guile/scm-breakpoint.exp
6276         * gdb.guile/scm-cmd.exp
6277         * gdb.guile/scm-disasm.exp
6278         * gdb.guile/scm-equal.exp
6279         * gdb.guile/scm-frame-args.exp
6280         * gdb.guile/scm-frame-inline.exp
6281         * gdb.guile/scm-frame.exp
6282         * gdb.guile/scm-iterator.exp
6283         * gdb.guile/scm-math.exp
6284         * gdb.guile/scm-objfile.exp
6285         * gdb.guile/scm-ports.exp
6286         * gdb.guile/scm-symbol.exp
6287         * gdb.guile/scm-symtab.exp
6288         * gdb.guile/scm-value-cc.exp
6289         * gdb.guile/types-module.exp
6290         * gdb.linespec/break-ask.exp
6291         * gdb.linespec/cpexplicit.exp
6292         * gdb.linespec/explicit.exp
6293         * gdb.linespec/keywords.exp
6294         * gdb.linespec/linespec.exp
6295         * gdb.linespec/ls-dollar.exp
6296         * gdb.linespec/ls-errs.exp
6297         * gdb.linespec/skip-two.exp
6298         * gdb.linespec/thread.exp
6299         * gdb.mi/mi-async.exp
6300         * gdb.mi/mi-basics.exp
6301         * gdb.mi/mi-break.exp
6302         * gdb.mi/mi-catch-load.exp
6303         * gdb.mi/mi-cli.exp
6304         * gdb.mi/mi-cmd-param-changed.exp
6305         * gdb.mi/mi-console.exp
6306         * gdb.mi/mi-detach.exp
6307         * gdb.mi/mi-disassemble.exp
6308         * gdb.mi/mi-eval.exp
6309         * gdb.mi/mi-file-transfer.exp
6310         * gdb.mi/mi-file.exp
6311         * gdb.mi/mi-fill-memory.exp
6312         * gdb.mi/mi-inheritance-syntax-error.exp
6313         * gdb.mi/mi-linespec-err-cp.exp
6314         * gdb.mi/mi-logging.exp
6315         * gdb.mi/mi-memory-changed.exp
6316         * gdb.mi/mi-read-memory.exp
6317         * gdb.mi/mi-record-changed.exp
6318         * gdb.mi/mi-reg-undefined.exp
6319         * gdb.mi/mi-regs.exp
6320         * gdb.mi/mi-return.exp
6321         * gdb.mi/mi-reverse.exp
6322         * gdb.mi/mi-simplerun.exp
6323         * gdb.mi/mi-solib.exp
6324         * gdb.mi/mi-stack.exp
6325         * gdb.mi/mi-stepi.exp
6326         * gdb.mi/mi-syn-frame.exp
6327         * gdb.mi/mi-until.exp
6328         * gdb.mi/mi-var-block.exp
6329         * gdb.mi/mi-var-child.exp
6330         * gdb.mi/mi-var-cmd.exp
6331         * gdb.mi/mi-var-cp.exp
6332         * gdb.mi/mi-var-display.exp
6333         * gdb.mi/mi-var-invalidate.exp
6334         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6335         * gdb.mi/mi-vla-fortran.exp
6336         * gdb.mi/mi-watch.exp
6337         * gdb.mi/mi2-var-child.exp
6338         * gdb.mi/user-selected-context-sync.exp
6339         * gdb.modula2/unbounded-array.exp
6340         * gdb.multi/dummy-frame-restore.exp
6341         * gdb.multi/multi-arch-exec.exp
6342         * gdb.multi/multi-arch.exp
6343         * gdb.multi/tids.exp
6344         * gdb.multi/watchpoint-multi.exp
6345         * gdb.opencl/callfuncs.exp
6346         * gdb.opencl/convs_casts.exp
6347         * gdb.opencl/datatypes.exp
6348         * gdb.opencl/operators.exp
6349         * gdb.opencl/vec_comps.exp
6350         * gdb.opt/clobbered-registers-O2.exp
6351         * gdb.opt/inline-break.exp
6352         * gdb.opt/inline-bt.exp
6353         * gdb.opt/inline-cmds.exp
6354         * gdb.opt/inline-locals.exp
6355         * gdb.pascal/case-insensitive-symbols.exp
6356         * gdb.pascal/floats.exp
6357         * gdb.pascal/gdb11492.exp
6358         * gdb.python/lib-types.exp
6359         * gdb.python/py-arch.exp
6360         * gdb.python/py-as-string.exp
6361         * gdb.python/py-bad-printers.exp
6362         * gdb.python/py-block.exp
6363         * gdb.python/py-breakpoint-create-fail.exp
6364         * gdb.python/py-breakpoint.exp
6365         * gdb.python/py-caller-is.exp
6366         * gdb.python/py-cmd.exp
6367         * gdb.python/py-explore-cc.exp
6368         * gdb.python/py-explore.exp
6369         * gdb.python/py-finish-breakpoint.exp
6370         * gdb.python/py-finish-breakpoint2.exp
6371         * gdb.python/py-frame-args.exp
6372         * gdb.python/py-frame-inline.exp
6373         * gdb.python/py-frame.exp
6374         * gdb.python/py-framefilter-mi.exp
6375         * gdb.python/py-infthread.exp
6376         * gdb.python/py-lazy-string.exp
6377         * gdb.python/py-linetable.exp
6378         * gdb.python/py-mi-events.exp
6379         * gdb.python/py-mi-objfile.exp
6380         * gdb.python/py-mi.exp
6381         * gdb.python/py-objfile.exp
6382         * gdb.python/py-pp-integral.exp
6383         * gdb.python/py-pp-maint.exp
6384         * gdb.python/py-pp-re-notag.exp
6385         * gdb.python/py-pp-registration.exp
6386         * gdb.python/py-recurse-unwind.exp
6387         * gdb.python/py-strfns.exp
6388         * gdb.python/py-symbol.exp
6389         * gdb.python/py-symtab.exp
6390         * gdb.python/py-sync-interp.exp
6391         * gdb.python/py-typeprint.exp
6392         * gdb.python/py-unwind-maint.exp
6393         * gdb.python/py-unwind.exp
6394         * gdb.python/py-value-cc.exp
6395         * gdb.python/py-xmethods.exp
6396         * gdb.reverse/amd64-tailcall-reverse.exp
6397         * gdb.reverse/break-precsave.exp
6398         * gdb.reverse/break-reverse.exp
6399         * gdb.reverse/consecutive-precsave.exp
6400         * gdb.reverse/consecutive-reverse.exp
6401         * gdb.reverse/finish-precsave.exp
6402         * gdb.reverse/finish-reverse-bkpt.exp
6403         * gdb.reverse/finish-reverse.exp
6404         * gdb.reverse/fstatat-reverse.exp
6405         * gdb.reverse/getresuid-reverse.exp
6406         * gdb.reverse/i386-precsave.exp
6407         * gdb.reverse/i386-reverse.exp
6408         * gdb.reverse/i386-sse-reverse.exp
6409         * gdb.reverse/i387-env-reverse.exp
6410         * gdb.reverse/i387-stack-reverse.exp
6411         * gdb.reverse/insn-reverse.exp
6412         * gdb.reverse/machinestate-precsave.exp
6413         * gdb.reverse/machinestate.exp
6414         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6415         * gdb.reverse/pipe-reverse.exp
6416         * gdb.reverse/readv-reverse.exp
6417         * gdb.reverse/recvmsg-reverse.exp
6418         * gdb.reverse/rerun-prec.exp
6419         * gdb.reverse/s390-mvcle.exp
6420         * gdb.reverse/step-precsave.exp
6421         * gdb.reverse/step-reverse.exp
6422         * gdb.reverse/time-reverse.exp
6423         * gdb.reverse/until-precsave.exp
6424         * gdb.reverse/until-reverse.exp
6425         * gdb.reverse/waitpid-reverse.exp
6426         * gdb.reverse/watch-precsave.exp
6427         * gdb.reverse/watch-reverse.exp
6428         * gdb.rust/generics.exp
6429         * gdb.rust/methods.exp
6430         * gdb.rust/modules.exp
6431         * gdb.rust/simple.exp
6432         * gdb.server/connect-with-no-symbol-file.exp
6433         * gdb.server/ext-attach.exp
6434         * gdb.server/ext-restart.exp
6435         * gdb.server/ext-wrapper.exp
6436         * gdb.server/file-transfer.exp
6437         * gdb.server/server-exec-info.exp
6438         * gdb.server/server-kill.exp
6439         * gdb.server/server-mon.exp
6440         * gdb.server/wrapper.exp
6441         * gdb.stabs/exclfwd.exp
6442         * gdb.stabs/gdb11479.exp
6443         * gdb.threads/clone-new-thread-event.exp
6444         * gdb.threads/corethreads.exp
6445         * gdb.threads/current-lwp-dead.exp
6446         * gdb.threads/dlopen-libpthread.exp
6447         * gdb.threads/gcore-thread.exp
6448         * gdb.threads/sigstep-threads.exp
6449         * gdb.threads/watchpoint-fork.exp
6450         * gdb.trace/actions-changed.exp
6451         * gdb.trace/backtrace.exp
6452         * gdb.trace/change-loc.exp
6453         * gdb.trace/circ.exp
6454         * gdb.trace/collection.exp
6455         * gdb.trace/disconnected-tracing.exp
6456         * gdb.trace/ftrace.exp
6457         * gdb.trace/mi-trace-frame-collected.exp
6458         * gdb.trace/mi-trace-unavailable.exp
6459         * gdb.trace/mi-traceframe-changed.exp
6460         * gdb.trace/mi-tsv-changed.exp
6461         * gdb.trace/no-attach-trace.exp
6462         * gdb.trace/passc-dyn.exp
6463         * gdb.trace/qtro.exp
6464         * gdb.trace/range-stepping.exp
6465         * gdb.trace/read-memory.exp
6466         * gdb.trace/save-trace.exp
6467         * gdb.trace/signal.exp
6468         * gdb.trace/status-stop.exp
6469         * gdb.trace/tfile.exp
6470         * gdb.trace/trace-break.exp
6471         * gdb.trace/trace-buffer-size.exp
6472         * gdb.trace/trace-condition.exp
6473         * gdb.trace/tracefile-pseudo-reg.exp
6474         * gdb.trace/tstatus.exp
6475         * gdb.trace/unavailable.exp
6476         * gdb.trace/while-dyn.exp
6477         * gdb.trace/while-stepping.exp
6478
6479 2016-12-22  Doug Evans  <xdje42@gmail.com>
6480
6481         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6482         and msymbols.
6483
6484 2016-12-19  Yao Qi  <yao.qi@linaro.org>
6485
6486         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6487         (test_with_self): Don't call do_steps_and_nexts, and remove
6488         code about stepping into xmalloc.
6489
6490 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6491
6492         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
6493
6494 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6495
6496         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
6497
6498 2016-12-09  Pedro Alves  <palves@redhat.com>
6499
6500         * gdb.base/all-architectures-0.exp: New file.
6501         * gdb.base/all-architectures-1.exp: New file.
6502         * gdb.base/all-architectures-2.exp: New file.
6503         * gdb.base/all-architectures-3.exp: New file.
6504         * gdb.base/all-architectures-4.exp: New file.
6505         * gdb.base/all-architectures-5.exp: New file.
6506         * gdb.base/all-architectures-6.exp: New file.
6507         * gdb.base/all-architectures-7.exp: New file.
6508         * gdb.base/all-architectures.exp.in: New file.
6509
6510 2016-12-09  Yao Qi  <yao.qi@linaro.org>
6511
6512         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
6513
6514 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
6515
6516         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
6517         possible.
6518         Remove useless pattern-matching code.
6519
6520 2016-12-02  Pedro Alves  <palves@redhat.com>
6521
6522         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
6523         procedure.
6524         (top level): Call it.
6525
6526 2016-12-02  Pedro Alves  <palves@redhat.com>
6527
6528         * gdb.base/commands.exp (user_defined_command_args_stack_test):
6529         New procedure.
6530         (top level): Call it.
6531
6532 2016-12-02  Pedro Alves  <palves@redhat.com>
6533
6534         PR cli/20559
6535         * gdb.base/commands.exp (user_defined_command_args_eval): New
6536         procedure.
6537         (top level): Call it.
6538
6539 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
6540
6541         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
6542         timeout handling.
6543
6544 2016-12-02  Tom Tromey  <tom@tromey.com>
6545
6546         * gdb.dwarf2/main-subprogram.c: New file.
6547         * gdb.dwarf2/main-subprogram.exp: New file.
6548
6549 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6550
6551         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
6552         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
6553         gdb_test_no_output for a couple of cases.
6554         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
6555
6556 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6557
6558         Fix test names and standardize compilation error messages throughout
6559         the following files:
6560
6561         * gdb.ada/start.exp
6562         * gdb.arch/alpha-step.exp
6563         * gdb.arch/e500-prologue.exp
6564         * gdb.arch/ftrace-insn-reloc.exp
6565         * gdb.arch/gdb1291.exp
6566         * gdb.arch/gdb1431.exp
6567         * gdb.arch/gdb1558.exp
6568         * gdb.arch/i386-dr3-watch.exp
6569         * gdb.arch/i386-sse-stack-align.exp
6570         * gdb.arch/ia64-breakpoint-shadow.exp
6571         * gdb.arch/pa-nullify.exp
6572         * gdb.arch/powerpc-aix-prologue.exp
6573         * gdb.arch/thumb-bx-pc.exp
6574         * gdb.base/annota1.exp
6575         * gdb.base/annota3.exp
6576         * gdb.base/arrayidx.exp
6577         * gdb.base/assign.exp
6578         * gdb.base/attach.exp
6579         * gdb.base/auxv.exp
6580         * gdb.base/bang.exp
6581         * gdb.base/bfp-test.exp
6582         * gdb.base/bigcore.exp
6583         * gdb.base/bitfields2.exp
6584         * gdb.base/break-fun-addr.exp
6585         * gdb.base/break-probes.exp
6586         * gdb.base/call-rt-st.exp
6587         * gdb.base/callexit.exp
6588         * gdb.base/catch-fork-kill.exp
6589         * gdb.base/charset.exp
6590         * gdb.base/checkpoint.exp
6591         * gdb.base/comprdebug.exp
6592         * gdb.base/constvars.exp
6593         * gdb.base/coredump-filter.exp
6594         * gdb.base/cursal.exp
6595         * gdb.base/cvexpr.exp
6596         * gdb.base/detach.exp
6597         * gdb.base/display.exp
6598         * gdb.base/dmsym.exp
6599         * gdb.base/dprintf-pending.exp
6600         * gdb.base/dso2dso.exp
6601         * gdb.base/dtrace-probe.exp
6602         * gdb.base/dump.exp
6603         * gdb.base/enum_cond.exp
6604         * gdb.base/exe-lock.exp
6605         * gdb.base/exec-invalid-sysroot.exp
6606         * gdb.base/execl-update-breakpoints.exp
6607         * gdb.base/exprs.exp
6608         * gdb.base/fileio.exp
6609         * gdb.base/find.exp
6610         * gdb.base/finish.exp
6611         * gdb.base/fixsection.exp
6612         * gdb.base/foll-vfork.exp
6613         * gdb.base/frame-args.exp
6614         * gdb.base/gcore.exp
6615         * gdb.base/gdb1250.exp
6616         * gdb.base/global-var-nested-by-dso.exp
6617         * gdb.base/gnu-ifunc.exp
6618         * gdb.base/hashline1.exp
6619         * gdb.base/hashline2.exp
6620         * gdb.base/hashline3.exp
6621         * gdb.base/hbreak-in-shr-unsupported.exp
6622         * gdb.base/huge.exp
6623         * gdb.base/infcall-input.exp
6624         * gdb.base/info-fun.exp
6625         * gdb.base/info-shared.exp
6626         * gdb.base/jit-simple.exp
6627         * gdb.base/jit-so.exp
6628         * gdb.base/jit.exp
6629         * gdb.base/jump.exp
6630         * gdb.base/label.exp
6631         * gdb.base/lineinc.exp
6632         * gdb.base/logical.exp
6633         * gdb.base/longjmp.exp
6634         * gdb.base/macscp.exp
6635         * gdb.base/miscexprs.exp
6636         * gdb.base/new-ui-echo.exp
6637         * gdb.base/new-ui-pending-input.exp
6638         * gdb.base/new-ui.exp
6639         * gdb.base/nodebug.exp
6640         * gdb.base/nofield.exp
6641         * gdb.base/offsets.exp
6642         * gdb.base/overlays.exp
6643         * gdb.base/pending.exp
6644         * gdb.base/pointers.exp
6645         * gdb.base/pr11022.exp
6646         * gdb.base/printcmds.exp
6647         * gdb.base/prologue.exp
6648         * gdb.base/ptr-typedef.exp
6649         * gdb.base/realname-expand.exp
6650         * gdb.base/relativedebug.exp
6651         * gdb.base/relocate.exp
6652         * gdb.base/remote.exp
6653         * gdb.base/reread.exp
6654         * gdb.base/return2.exp
6655         * gdb.base/savedregs.exp
6656         * gdb.base/sep.exp
6657         * gdb.base/sepdebug.exp
6658         * gdb.base/sepsymtab.exp
6659         * gdb.base/set-inferior-tty.exp
6660         * gdb.base/setshow.exp
6661         * gdb.base/shlib-call.exp
6662         * gdb.base/sigaltstack.exp
6663         * gdb.base/siginfo-addr.exp
6664         * gdb.base/signals.exp
6665         * gdb.base/signull.exp
6666         * gdb.base/sigrepeat.exp
6667         * gdb.base/so-impl-ld.exp
6668         * gdb.base/solib-display.exp
6669         * gdb.base/solib-overlap.exp
6670         * gdb.base/solib-search.exp
6671         * gdb.base/solib-symbol.exp
6672         * gdb.base/structs.exp
6673         * gdb.base/structs2.exp
6674         * gdb.base/symtab-search-order.exp
6675         * gdb.base/twice.exp
6676         * gdb.base/unload.exp
6677         * gdb.base/varargs.exp
6678         * gdb.base/watchpoint-solib.exp
6679         * gdb.base/watchpoint.exp
6680         * gdb.base/whatis.exp
6681         * gdb.base/wrong_frame_bt_full.exp
6682         * gdb.btrace/dlopen.exp
6683         * gdb.cell/ea-standalone.exp
6684         * gdb.cell/ea-test.exp
6685         * gdb.cp/dispcxx.exp
6686         * gdb.cp/gdb2384.exp
6687         * gdb.cp/method2.exp
6688         * gdb.cp/nextoverthrow.exp
6689         * gdb.cp/pr10728.exp
6690         * gdb.disasm/am33.exp
6691         * gdb.disasm/h8300s.exp
6692         * gdb.disasm/mn10300.exp
6693         * gdb.disasm/sh3.exp
6694         * gdb.dwarf2/dw2-dir-file-name.exp
6695         * gdb.fortran/complex.exp
6696         * gdb.fortran/library-module.exp
6697         * gdb.guile/scm-pretty-print.exp
6698         * gdb.guile/scm-symbol.exp
6699         * gdb.guile/scm-type.exp
6700         * gdb.guile/scm-value.exp
6701         * gdb.linespec/linespec.exp
6702         * gdb.mi/gdb701.exp
6703         * gdb.mi/gdb792.exp
6704         * gdb.mi/mi-breakpoint-changed.exp
6705         * gdb.mi/mi-dprintf-pending.exp
6706         * gdb.mi/mi-dprintf.exp
6707         * gdb.mi/mi-exit-code.exp
6708         * gdb.mi/mi-pending.exp
6709         * gdb.mi/mi-solib.exp
6710         * gdb.mi/new-ui-mi-sync.exp
6711         * gdb.mi/pr11022.exp
6712         * gdb.mi/user-selected-context-sync.exp
6713         * gdb.opt/solib-intra-step.exp
6714         * gdb.python/py-events.exp
6715         * gdb.python/py-finish-breakpoint.exp
6716         * gdb.python/py-mi.exp
6717         * gdb.python/py-prettyprint.exp
6718         * gdb.python/py-shared.exp
6719         * gdb.python/py-symbol.exp
6720         * gdb.python/py-template.exp
6721         * gdb.python/py-type.exp
6722         * gdb.python/py-value.exp
6723         * gdb.reverse/solib-precsave.exp
6724         * gdb.reverse/solib-reverse.exp
6725         * gdb.server/solib-list.exp
6726         * gdb.stabs/weird.exp
6727         * gdb.threads/reconnect-signal.exp
6728         * gdb.threads/stepi-random-signal.exp
6729         * gdb.trace/actions.exp
6730         * gdb.trace/ax.exp
6731         * gdb.trace/backtrace.exp
6732         * gdb.trace/change-loc.exp
6733         * gdb.trace/deltrace.exp
6734         * gdb.trace/ftrace-lock.exp
6735         * gdb.trace/ftrace.exp
6736         * gdb.trace/infotrace.exp
6737         * gdb.trace/mi-tracepoint-changed.exp
6738         * gdb.trace/packetlen.exp
6739         * gdb.trace/passcount.exp
6740         * gdb.trace/pending.exp
6741         * gdb.trace/range-stepping.exp
6742         * gdb.trace/report.exp
6743         * gdb.trace/stap-trace.exp
6744         * gdb.trace/tfind.exp
6745         * gdb.trace/trace-break.exp
6746         * gdb.trace/trace-condition.exp
6747         * gdb.trace/trace-enable-disable.exp
6748         * gdb.trace/trace-mt.exp
6749         * gdb.trace/tracecmd.exp
6750         * gdb.trace/tspeed.exp
6751         * gdb.trace/tsv.exp
6752         * lib/perftest.exp
6753
6754 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6755
6756         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
6757         with gdb_test_no_output.
6758         Use command as test name.
6759
6760 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6761
6762         Fix test names starting with uppercase throughout the files.
6763
6764         * gdb.ada/assign_1.exp
6765         * gdb.ada/boolean_expr.exp
6766         * gdb.base/arrayidx.exp
6767         * gdb.base/del.exp
6768         * gdb.base/gcore-buffer-overflow.exp
6769         * gdb.base/testenv.exp
6770         * gdb.compile/compile.exp
6771         * gdb.python/py-framefilter-invalidarg.exp
6772         * gdb.python/py-framefilter.exp
6773
6774 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6775
6776         Fix test names starting with uppercase throughout the files.
6777
6778         * gdb.ada/array_return.exp
6779         * gdb.ada/expr_delims.exp
6780         * gdb.ada/mi_dyn_arr.exp
6781         * gdb.ada/mi_interface.exp
6782         * gdb.ada/mi_var_array.exp
6783         * gdb.ada/watch_arg.exp
6784         * gdb.arch/alpha-step.exp
6785         * gdb.arch/altivec-regs.exp
6786         * gdb.arch/e500-regs.exp
6787         * gdb.arch/powerpc-d128-regs.exp
6788         * gdb.base/arrayidx.exp
6789         * gdb.base/break.exp
6790         * gdb.base/checkpoint.exp
6791         * gdb.base/debug-expr.exp
6792         * gdb.base/dmsym.exp
6793         * gdb.base/radix.exp
6794         * gdb.base/sepdebug.exp
6795         * gdb.base/testenv.exp
6796         * gdb.base/watch_thread_num.exp
6797         * gdb.base/watchpoint-cond-gone.exp
6798         * gdb.cell/break.exp
6799         * gdb.cell/ea-cache.exp
6800         * gdb.compile/compile.exp
6801         * gdb.cp/gdb2495.exp
6802         * gdb.gdb/selftest.exp
6803         * gdb.gdb/xfullpath.exp
6804         * gdb.go/hello.exp
6805         * gdb.go/integers.exp
6806         * gdb.objc/basicclass.exp
6807         * gdb.pascal/hello.exp
6808         * gdb.pascal/integers.exp
6809         * gdb.python/py-breakpoint.exp
6810         * gdb.python/py-cmd.exp
6811         * gdb.python/py-linetable.exp
6812         * gdb.python/py-xmethods.exp
6813         * gdb.python/python.exp
6814         * gdb.reverse/consecutive-precsave.exp
6815         * gdb.reverse/finish-precsave.exp
6816         * gdb.reverse/i386-precsave.exp
6817         * gdb.reverse/machinestate-precsave.exp
6818         * gdb.reverse/sigall-precsave.exp
6819         * gdb.reverse/solib-precsave.exp
6820         * gdb.reverse/step-precsave.exp
6821         * gdb.reverse/until-precsave.exp
6822         * gdb.reverse/watch-precsave.exp
6823         * gdb.threads/leader-exit.exp
6824         * gdb.threads/pthreads.exp
6825         * gdb.threads/wp-replication.exp
6826         * gdb.trace/actions.exp
6827         * gdb.trace/mi-tsv-changed.exp
6828         * gdb.trace/tsv.exp
6829
6830 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6831
6832         Fix test names starting with uppercase throughout the files.
6833
6834         * gdb.arch/i386-bp_permanent.exp
6835         * gdb.arch/i386-gnu-cfi.exp
6836         * gdb.base/disasm-end-cu.exp
6837         * gdb.base/macscp.exp
6838         * gdb.base/pending.exp
6839         * gdb.base/watch_thread_num.exp
6840         * gdb.cp/exception.exp
6841         * gdb.cp/gdb2495.exp
6842         * gdb.cp/local.exp
6843         * gdb.python/py-evsignal.exp
6844         * gdb.python/python.exp
6845         * gdb.trace/tracecmd.exp
6846
6847 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6848
6849         Fix test names starting with uppercase throughout the files.
6850
6851         * gdb.base/charset.exp
6852         * gdb.base/eval.exp
6853         * gdb.base/multi-forks.exp
6854         * gdb.guile/scm-progspace.exp
6855         * gdb.opencl/datatypes.exp
6856         * gdb.python/py-block.exp
6857         * gdb.python/py-function.exp
6858         * gdb.python/py-symbol.exp
6859         * gdb.python/py-symtab.exp
6860         * gdb.python/py-xmethods.exp
6861         * gdb.reverse/break-precsave.exp
6862         * gdb.reverse/break-reverse.exp
6863         * gdb.reverse/consecutive-precsave.exp
6864         * gdb.reverse/consecutive-reverse.exp
6865         * gdb.reverse/finish-precsave.exp
6866         * gdb.reverse/finish-reverse-bkpt.exp
6867         * gdb.reverse/finish-reverse.exp
6868         * gdb.reverse/fstatat-reverse.exp
6869         * gdb.reverse/getresuid-reverse.exp
6870         * gdb.reverse/i386-precsave.exp
6871         * gdb.reverse/i386-reverse.exp
6872         * gdb.reverse/i386-sse-reverse.exp
6873         * gdb.reverse/i387-stack-reverse.exp
6874         * gdb.reverse/insn-reverse.exp
6875         * gdb.reverse/machinestate-precsave.exp
6876         * gdb.reverse/machinestate.exp
6877         * gdb.reverse/next-reverse-bkpt-over-sr.exp
6878         * gdb.reverse/pipe-reverse.exp
6879         * gdb.reverse/readv-reverse.exp
6880         * gdb.reverse/recvmsg-reverse.exp
6881         * gdb.reverse/rerun-prec.exp
6882         * gdb.reverse/s390-mvcle.exp
6883         * gdb.reverse/sigall-precsave.exp
6884         * gdb.reverse/sigall-reverse.exp
6885         * gdb.reverse/solib-precsave.exp
6886         * gdb.reverse/solib-reverse.exp
6887         * gdb.reverse/step-precsave.exp
6888         * gdb.reverse/step-reverse.exp
6889         * gdb.reverse/time-reverse.exp
6890         * gdb.reverse/until-precsave.exp
6891         * gdb.reverse/until-reverse.exp
6892         * gdb.reverse/waitpid-reverse.exp
6893         * gdb.reverse/watch-precsave.exp
6894         * gdb.reverse/watch-reverse.exp
6895
6896 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6897
6898         Fix test names starting with uppercase throughout the files.
6899
6900         * gdb.arch/i386-mpx-simple_segv.exp
6901         * gdb.arch/i386-mpx.exp
6902         * gdb.arch/i386-permbkpt.exp
6903         * gdb.arch/pa-nullify.exp
6904         * gdb.arch/powerpc-d128-regs.exp
6905         * gdb.arch/vsx-regs.exp
6906         * gdb.base/bfp-test.exp
6907         * gdb.base/break.exp
6908         * gdb.base/breakpoint-shadow.exp
6909         * gdb.base/callfuncs.exp
6910         * gdb.base/charset.exp
6911         * gdb.base/commands.exp
6912         * gdb.base/completion.exp
6913         * gdb.base/dfp-test.exp
6914         * gdb.base/echo.exp
6915         * gdb.base/ending-run.exp
6916         * gdb.base/eval.exp
6917         * gdb.base/expand-psymtabs.exp
6918         * gdb.base/float128.exp
6919         * gdb.base/floatn.exp
6920         * gdb.base/foll-exec-mode.exp
6921         * gdb.base/gdb1056.exp
6922         * gdb.base/gdb11531.exp
6923         * gdb.base/kill-after-signal.exp
6924         * gdb.base/multi-forks.exp
6925         * gdb.base/overlays.exp
6926         * gdb.base/pending.exp
6927         * gdb.base/sepdebug.exp
6928         * gdb.base/testenv.exp
6929         * gdb.base/valgrind-db-attach.exp
6930         * gdb.base/watch_thread_num.exp
6931         * gdb.base/watchpoint-cond-gone.exp
6932         * gdb.base/watchpoint.exp
6933         * gdb.base/watchpoints.exp
6934         * gdb.cp/arg-reference.exp
6935         * gdb.cp/baseenum.exp
6936         * gdb.cp/operator.exp
6937         * gdb.cp/shadow.exp
6938         * gdb.dwarf2/dw2-op-out-param.exp
6939         * gdb.dwarf2/dw2-reg-undefined.exp
6940         * gdb.go/chan.exp
6941         * gdb.go/hello.exp
6942         * gdb.go/integers.exp
6943         * gdb.go/methods.exp
6944         * gdb.go/package.exp
6945         * gdb.guile/scm-parameter.exp
6946         * gdb.guile/scm-progspace.exp
6947         * gdb.guile/scm-value.exp
6948         * gdb.mi/mi-pending.exp
6949         * gdb.mi/user-selected-context-sync.exp
6950         * gdb.multi/multi-attach.exp
6951         * gdb.multi/tids.exp
6952         * gdb.opt/clobbered-registers-O2.exp
6953         * gdb.pascal/floats.exp
6954         * gdb.pascal/integers.exp
6955         * gdb.python/py-block.exp
6956         * gdb.python/py-events.exp
6957         * gdb.python/py-parameter.exp
6958         * gdb.python/py-symbol.exp
6959         * gdb.python/py-symtab.exp
6960         * gdb.python/py-type.exp
6961         * gdb.python/py-value.exp
6962         * gdb.python/py-xmethods.exp
6963         * gdb.python/python.exp
6964         * gdb.reverse/break-precsave.exp
6965         * gdb.reverse/consecutive-precsave.exp
6966         * gdb.reverse/finish-precsave.exp
6967         * gdb.reverse/i386-precsave.exp
6968         * gdb.reverse/machinestate-precsave.exp
6969         * gdb.reverse/sigall-precsave.exp
6970         * gdb.reverse/solib-precsave.exp
6971         * gdb.reverse/step-precsave.exp
6972         * gdb.reverse/until-precsave.exp
6973         * gdb.reverse/watch-precsave.exp
6974         * gdb.server/ext-attach.exp
6975         * gdb.server/ext-restart.exp
6976         * gdb.server/ext-run.exp
6977         * gdb.server/ext-wrapper.exp
6978         * gdb.stabs/gdb11479.exp
6979         * gdb.stabs/weird.exp
6980         * gdb.threads/attach-many-short-lived-threads.exp
6981         * gdb.threads/kill.exp
6982         * gdb.threads/watchpoint-fork.exp
6983
6984 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
6985
6986         Fix test names starting with uppercase throughout all the files below.
6987
6988         * gdb.ada/array_return.exp
6989         * gdb.ada/catch_ex.exp
6990         * gdb.ada/info_exc.exp
6991         * gdb.ada/mi_catch_ex.exp
6992         * gdb.ada/mi_dyn_arr.exp
6993         * gdb.ada/mi_ex_cond.exp
6994         * gdb.ada/mi_exc_info.exp
6995         * gdb.ada/mi_interface.exp
6996         * gdb.ada/mi_task_arg.exp
6997         * gdb.ada/mi_task_info.exp
6998         * gdb.ada/mi_var_array.exp
6999         * gdb.arch/alpha-step.exp
7000         * gdb.arch/amd64-disp-step.exp
7001         * gdb.arch/arm-disp-step.exp
7002         * gdb.arch/disp-step-insn-reloc.exp
7003         * gdb.arch/e500-prologue.exp
7004         * gdb.arch/ftrace-insn-reloc.exp
7005         * gdb.arch/gdb1558.exp
7006         * gdb.arch/i386-bp_permanent.exp
7007         * gdb.arch/i386-disp-step.exp
7008         * gdb.arch/i386-float.exp
7009         * gdb.arch/i386-gnu-cfi.exp
7010         * gdb.arch/ia64-breakpoint-shadow.exp
7011         * gdb.arch/mips16-thunks.exp
7012         * gdb.arch/pa-nullify.exp
7013         * gdb.arch/powerpc-aix-prologue.exp
7014         * gdb.arch/powerpc-power.exp
7015         * gdb.arch/ppc-dfp.exp
7016         * gdb.arch/s390-tdbregs.exp
7017         * gdb.arch/spu-info.exp
7018         * gdb.arch/spu-ls.exp
7019         * gdb.arch/thumb-bx-pc.exp
7020         * gdb.base/advance.exp
7021         * gdb.base/annota-input-while-running.exp
7022         * gdb.base/arrayidx.exp
7023         * gdb.base/asmlabel.exp
7024         * gdb.base/async.exp
7025         * gdb.base/attach-wait-input.exp
7026         * gdb.base/auto-connect-native-target.exp
7027         * gdb.base/batch-preserve-term-settings.exp
7028         * gdb.base/bfp-test.exp
7029         * gdb.base/bigcore.exp
7030         * gdb.base/bp-permanent.exp
7031         * gdb.base/break-always.exp
7032         * gdb.base/break-fun-addr.exp
7033         * gdb.base/break-idempotent.exp
7034         * gdb.base/break-main-file-remove-fail.exp
7035         * gdb.base/break-probes.exp
7036         * gdb.base/break-unload-file.exp
7037         * gdb.base/break.exp
7038         * gdb.base/call-ar-st.exp
7039         * gdb.base/call-rt-st.exp
7040         * gdb.base/call-sc.exp
7041         * gdb.base/call-signal-resume.exp
7042         * gdb.base/call-strs.exp
7043         * gdb.base/callexit.exp
7044         * gdb.base/callfuncs.exp
7045         * gdb.base/catch-gdb-caused-signals.exp
7046         * gdb.base/catch-signal-siginfo-cond.exp
7047         * gdb.base/catch-syscall.exp
7048         * gdb.base/compare-sections.exp
7049         * gdb.base/cond-eval-mode.exp
7050         * gdb.base/condbreak-call-false.exp
7051         * gdb.base/consecutive-step-over.exp
7052         * gdb.base/cursal.exp
7053         * gdb.base/disabled-location.exp
7054         * gdb.base/disasm-end-cu.exp
7055         * gdb.base/display.exp
7056         * gdb.base/double-prompt-target-event-error.exp
7057         * gdb.base/dprintf-bp-same-addr.exp
7058         * gdb.base/dprintf-detach.exp
7059         * gdb.base/dprintf-next.exp
7060         * gdb.base/dprintf-non-stop.exp
7061         * gdb.base/dprintf-pending.exp
7062         * gdb.base/dso2dso.exp
7063         * gdb.base/ending-run.exp
7064         * gdb.base/enum_cond.exp
7065         * gdb.base/examine-backward.exp
7066         * gdb.base/exe-lock.exp
7067         * gdb.base/exec-invalid-sysroot.exp
7068         * gdb.base/execl-update-breakpoints.exp
7069         * gdb.base/execution-termios.exp
7070         * gdb.base/fileio.exp
7071         * gdb.base/fixsection.exp
7072         * gdb.base/foll-exec-mode.exp
7073         * gdb.base/foll-exec.exp
7074         * gdb.base/fork-running-state.exp
7075         * gdb.base/frame-args.exp
7076         * gdb.base/fullpath-expand.exp
7077         * gdb.base/func-ptr.exp
7078         * gdb.base/gcore-relro-pie.exp
7079         * gdb.base/gdb1090.exp
7080         * gdb.base/gdb1555.exp
7081         * gdb.base/global-var-nested-by-dso.exp
7082         * gdb.base/gnu-ifunc.exp
7083         * gdb.base/hbreak-in-shr-unsupported.exp
7084         * gdb.base/hbreak-unmapped.exp
7085         * gdb.base/hook-stop.exp
7086         * gdb.base/infcall-input.exp
7087         * gdb.base/info-fun.exp
7088         * gdb.base/info-shared.exp
7089         * gdb.base/interrupt-noterm.exp
7090         * gdb.base/jit-so.exp
7091         * gdb.base/jit.exp
7092         * gdb.base/line-symtabs.exp
7093         * gdb.base/list.exp
7094         * gdb.base/longjmp.exp
7095         * gdb.base/macscp.exp
7096         * gdb.base/max-value-size.exp
7097         * gdb.base/nodebug.exp
7098         * gdb.base/nofield.exp
7099         * gdb.base/overlays.exp
7100         * gdb.base/paginate-after-ctrl-c-running.exp
7101         * gdb.base/paginate-bg-execution.exp
7102         * gdb.base/paginate-inferior-exit.exp
7103         * gdb.base/pending.exp
7104         * gdb.base/pr11022.exp
7105         * gdb.base/printcmds.exp
7106         * gdb.base/ptr-typedef.exp
7107         * gdb.base/ptype.exp
7108         * gdb.base/randomize.exp
7109         * gdb.base/range-stepping.exp
7110         * gdb.base/realname-expand.exp
7111         * gdb.base/relativedebug.exp
7112         * gdb.base/remote.exp
7113         * gdb.base/savedregs.exp
7114         * gdb.base/sepdebug.exp
7115         * gdb.base/set-noassign.exp
7116         * gdb.base/shlib-call.exp
7117         * gdb.base/shreloc.exp
7118         * gdb.base/sigaltstack.exp
7119         * gdb.base/sigbpt.exp
7120         * gdb.base/siginfo-addr.exp
7121         * gdb.base/siginfo-obj.exp
7122         * gdb.base/siginfo-thread.exp
7123         * gdb.base/signest.exp
7124         * gdb.base/signull.exp
7125         * gdb.base/sigrepeat.exp
7126         * gdb.base/skip.exp
7127         * gdb.base/so-impl-ld.exp
7128         * gdb.base/solib-corrupted.exp
7129         * gdb.base/solib-disc.exp
7130         * gdb.base/solib-display.exp
7131         * gdb.base/solib-overlap.exp
7132         * gdb.base/solib-search.exp
7133         * gdb.base/solib-symbol.exp
7134         * gdb.base/source-execution.exp
7135         * gdb.base/sss-bp-on-user-bp-2.exp
7136         * gdb.base/sss-bp-on-user-bp.exp
7137         * gdb.base/stack-checking.exp
7138         * gdb.base/stale-infcall.exp
7139         * gdb.base/step-break.exp
7140         * gdb.base/step-line.exp
7141         * gdb.base/step-over-exit.exp
7142         * gdb.base/step-test.exp
7143         * gdb.base/structs.exp
7144         * gdb.base/sym-file.exp
7145         * gdb.base/symtab-search-order.exp
7146         * gdb.base/term.exp
7147         * gdb.base/type-opaque.exp
7148         * gdb.base/unload.exp
7149         * gdb.base/until-nodebug.exp
7150         * gdb.base/until.exp
7151         * gdb.base/unwindonsignal.exp
7152         * gdb.base/watch-cond.exp
7153         * gdb.base/watch-non-mem.exp
7154         * gdb.base/watch_thread_num.exp
7155         * gdb.base/watchpoint-reuse-slot.exp
7156         * gdb.base/watchpoint-solib.exp
7157         * gdb.base/watchpoint.exp
7158         * gdb.btrace/dlopen.exp
7159         * gdb.cell/arch.exp
7160         * gdb.cell/break.exp
7161         * gdb.cell/bt.exp
7162         * gdb.cell/core.exp
7163         * gdb.cell/data.exp
7164         * gdb.cell/dwarfaddr.exp
7165         * gdb.cell/ea-cache.exp
7166         * gdb.cell/ea-standalone.exp
7167         * gdb.cell/ea-test.exp
7168         * gdb.cell/f-regs.exp
7169         * gdb.cell/fork.exp
7170         * gdb.cell/gcore.exp
7171         * gdb.cell/mem-access.exp
7172         * gdb.cell/ptype.exp
7173         * gdb.cell/registers.exp
7174         * gdb.cell/sizeof.exp
7175         * gdb.cell/solib-symbol.exp
7176         * gdb.cell/solib.exp
7177         * gdb.compile/compile-tls.exp
7178         * gdb.cp/exception.exp
7179         * gdb.cp/gdb2495.exp
7180         * gdb.cp/local.exp
7181         * gdb.cp/mb-inline.exp
7182         * gdb.cp/mb-templates.exp
7183         * gdb.cp/pr10687.exp
7184         * gdb.cp/pr9167.exp
7185         * gdb.cp/scope-err.exp
7186         * gdb.cp/templates.exp
7187         * gdb.cp/virtfunc.exp
7188         * gdb.dwarf2/dw2-dir-file-name.exp
7189         * gdb.dwarf2/dw2-single-line-discriminators.exp
7190         * gdb.fortran/complex.exp
7191         * gdb.fortran/library-module.exp
7192         * gdb.guile/guile.exp
7193         * gdb.guile/scm-cmd.exp
7194         * gdb.guile/scm-frame-inline.exp
7195         * gdb.guile/scm-objfile.exp
7196         * gdb.guile/scm-pretty-print.exp
7197         * gdb.guile/scm-symbol.exp
7198         * gdb.guile/scm-type.exp
7199         * gdb.guile/scm-value.exp
7200         * gdb.linespec/keywords.exp
7201         * gdb.linespec/ls-errs.exp
7202         * gdb.linespec/macro-relative.exp
7203         * gdb.linespec/thread.exp
7204         * gdb.mi/mi-breakpoint-changed.exp
7205         * gdb.mi/mi-dprintf-pending.exp
7206         * gdb.mi/mi-fullname-deleted.exp
7207         * gdb.mi/mi-logging.exp
7208         * gdb.mi/mi-pending.exp
7209         * gdb.mi/mi-solib.exp
7210         * gdb.mi/new-ui-mi-sync.exp
7211         * gdb.mi/user-selected-context-sync.exp
7212         * gdb.multi/dummy-frame-restore.exp
7213         * gdb.multi/multi-arch-exec.exp
7214         * gdb.multi/remove-inferiors.exp
7215         * gdb.multi/watchpoint-multi-exit.exp
7216         * gdb.opt/solib-intra-step.exp
7217         * gdb.perf/backtrace.exp
7218         * gdb.perf/single-step.exp
7219         * gdb.perf/skip-command.exp
7220         * gdb.perf/skip-prologue.exp
7221         * gdb.perf/solib.exp
7222         * gdb.python/lib-types.exp
7223         * gdb.python/py-as-string.exp
7224         * gdb.python/py-bad-printers.exp
7225         * gdb.python/py-block.exp
7226         * gdb.python/py-breakpoint.exp
7227         * gdb.python/py-cmd.exp
7228         * gdb.python/py-events.exp
7229         * gdb.python/py-evthreads.exp
7230         * gdb.python/py-finish-breakpoint.exp
7231         * gdb.python/py-finish-breakpoint2.exp
7232         * gdb.python/py-frame-inline.exp
7233         * gdb.python/py-frame.exp
7234         * gdb.python/py-inferior.exp
7235         * gdb.python/py-infthread.exp
7236         * gdb.python/py-mi.exp
7237         * gdb.python/py-objfile.exp
7238         * gdb.python/py-pp-maint.exp
7239         * gdb.python/py-pp-registration.exp
7240         * gdb.python/py-prettyprint.exp
7241         * gdb.python/py-recurse-unwind.exp
7242         * gdb.python/py-shared.exp
7243         * gdb.python/py-symbol.exp
7244         * gdb.python/py-symtab.exp
7245         * gdb.python/py-template.exp
7246         * gdb.python/py-type.exp
7247         * gdb.python/py-unwind-maint.exp
7248         * gdb.python/py-unwind.exp
7249         * gdb.python/py-value.exp
7250         * gdb.python/python.exp
7251         * gdb.reverse/finish-reverse-bkpt.exp
7252         * gdb.reverse/insn-reverse.exp
7253         * gdb.reverse/next-reverse-bkpt-over-sr.exp
7254         * gdb.reverse/solib-precsave.exp
7255         * gdb.reverse/solib-reverse.exp
7256         * gdb.stabs/gdb11479.exp
7257         * gdb.stabs/weird.exp
7258         * gdb.threads/fork-child-threads.exp
7259         * gdb.threads/fork-plus-threads.exp
7260         * gdb.threads/fork-thread-pending.exp
7261         * gdb.threads/forking-threads-plus-breakpoint.exp
7262         * gdb.threads/hand-call-in-threads.exp
7263         * gdb.threads/interrupted-hand-call.exp
7264         * gdb.threads/linux-dp.exp
7265         * gdb.threads/local-watch-wrong-thread.exp
7266         * gdb.threads/next-while-other-thread-longjmps.exp
7267         * gdb.threads/non-ldr-exit.exp
7268         * gdb.threads/pending-step.exp
7269         * gdb.threads/print-threads.exp
7270         * gdb.threads/process-dies-while-detaching.exp
7271         * gdb.threads/process-dies-while-handling-bp.exp
7272         * gdb.threads/pthreads.exp
7273         * gdb.threads/queue-signal.exp
7274         * gdb.threads/reconnect-signal.exp
7275         * gdb.threads/signal-command-handle-nopass.exp
7276         * gdb.threads/signal-command-multiple-signals-pending.exp
7277         * gdb.threads/signal-delivered-right-thread.exp
7278         * gdb.threads/signal-sigtrap.exp
7279         * gdb.threads/sigthread.exp
7280         * gdb.threads/staticthreads.exp
7281         * gdb.threads/stepi-random-signal.exp
7282         * gdb.threads/thread-unwindonsignal.exp
7283         * gdb.threads/thread_check.exp
7284         * gdb.threads/thread_events.exp
7285         * gdb.threads/tid-reuse.exp
7286         * gdb.threads/tls-nodebug.exp
7287         * gdb.threads/tls-shared.exp
7288         * gdb.threads/tls-so_extern.exp
7289         * gdb.threads/tls.exp
7290         * gdb.threads/wp-replication.exp
7291         * gdb.trace/actions-changed.exp
7292         * gdb.trace/actions.exp
7293         * gdb.trace/backtrace.exp
7294         * gdb.trace/change-loc.exp
7295         * gdb.trace/collection.exp
7296         * gdb.trace/deltrace.exp
7297         * gdb.trace/disconnected-tracing.exp
7298         * gdb.trace/entry-values.exp
7299         * gdb.trace/ftrace-lock.exp
7300         * gdb.trace/ftrace.exp
7301         * gdb.trace/infotrace.exp
7302         * gdb.trace/mi-trace-frame-collected.exp
7303         * gdb.trace/mi-trace-unavailable.exp
7304         * gdb.trace/mi-traceframe-changed.exp
7305         * gdb.trace/mi-tracepoint-changed.exp
7306         * gdb.trace/mi-tsv-changed.exp
7307         * gdb.trace/no-attach-trace.exp
7308         * gdb.trace/packetlen.exp
7309         * gdb.trace/passc-dyn.exp
7310         * gdb.trace/passcount.exp
7311         * gdb.trace/pending.exp
7312         * gdb.trace/pr16508.exp
7313         * gdb.trace/qtro.exp
7314         * gdb.trace/range-stepping.exp
7315         * gdb.trace/read-memory.exp
7316         * gdb.trace/report.exp
7317         * gdb.trace/save-trace.exp
7318         * gdb.trace/signal.exp
7319         * gdb.trace/stap-trace.exp
7320         * gdb.trace/status-stop.exp
7321         * gdb.trace/strace.exp
7322         * gdb.trace/tfile.exp
7323         * gdb.trace/tfind.exp
7324         * gdb.trace/trace-break.exp
7325         * gdb.trace/trace-condition.exp
7326         * gdb.trace/trace-enable-disable.exp
7327         * gdb.trace/trace-mt.exp
7328         * gdb.trace/tracecmd.exp
7329         * gdb.trace/tracefile-pseudo-reg.exp
7330         * gdb.trace/tspeed.exp
7331         * gdb.trace/tstatus.exp
7332         * gdb.trace/tsv.exp
7333         * gdb.trace/unavailable.exp
7334         * gdb.trace/while-dyn.exp
7335         * gdb.trace/while-stepping.exp
7336         * lib/gdb-guile.exp
7337         * lib/gdb.exp
7338         * lib/mi-support.exp
7339         * lib/pascal.exp
7340         * lib/perftest.exp
7341         * lib/prelink-support.exp
7342         * lib/selftest-support.exp
7343
7344 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
7345
7346         * Makefile.in: Include disable-implicit-rules.mk.
7347
7348 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7349
7350         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7351         non-byte-aligned bit fields.
7352
7353 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7354
7355         PR gdb/12616
7356         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
7357         respects the DW_AT_data_bit_offset attribute.
7358
7359 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
7360
7361         * gdb.base/default.exp: Fix output of "set language".
7362
7363 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
7364
7365         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7366         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
7367         make.
7368         * configure.ac: Remove checks for the make program.
7369         * configure: Re-generate.
7370
7371 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
7372
7373         * gdb.python/py-recurse-unwind.c (main): Add loop.
7374         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7375         to read_register() and gdb.parse_and_eval().  Make each code
7376         call a separate case that can be individually tested.
7377         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7378         proc. Call cont_and_backtrace for each of the code paths that
7379         we want to test in the unwinder.
7380
7381 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7382
7383         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7384         the definition of struct S.
7385
7386 2016-11-11  Catherine Moore  <clm@codesourcery.com>
7387
7388         * gdb.base/dump.exp: Identify verilog format dump tests as such.
7389
7390 2016-11-09  Pedro Alves  <palves@redhat.com>
7391
7392         * gdb.base/commands.exp (runto_or_return): New procedure.
7393         (gdbvar_simple_if_test, gdbvar_simple_while_test)
7394         (gdbvar_complex_if_while_test, progvar_simple_if_test)
7395         (progvar_simple_while_test, progvar_complex_if_while_test)
7396         (if_while_breakpoint_command_test)
7397         (infrun_breakpoint_command_test, breakpoint_command_test)
7398         (user_defined_command_test, watchpoint_command_test)
7399         (test_command_prompt_position, redefine_hook_test)
7400         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7401         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7402         multi_line_input and multi_line.  Remove gdb_expect and
7403         gdb_stop_suppressing_tests uses.
7404         * lib/gdb.exp (valnum_re): New global.
7405         (multi_line_input): New procedure.
7406
7407 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
7408
7409         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7410         Remove.
7411         (test_setup): Define with proc_with_prefix.
7412         (test_cli_inferior): Likewise.
7413         (test_cli_thread): Likewise.
7414         (test_cli_frame): Likewise.
7415         (test_cli_select_frame): Likewise.
7416         (test_cli_up_down): Likewise.
7417         (test_mi_thread_select): Likewise.
7418         (test_mi_stack_select_frame): Likewise.
7419         (test_cli_in_mi_inferior): Likewise.
7420         (test_cli_in_mi_thread): Likewise.
7421         (test_cli_in_mi_frame): Likewise.
7422         (top level): Do not use with_test_prefix_procname.
7423
7424 2016-11-09  Pedro Alves  <palves@redhat.com>
7425
7426         * gdb.base/commands.exp (gdbvar_simple_if_test)
7427         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7428         (progvar_simple_if_test, progvar_simple_while_test)
7429         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7430         (infrun_breakpoint_command_test, breakpoint_command_test)
7431         (user_defined_command_test, watchpoint_command_test)
7432         (test_command_prompt_position, deprecated_command_test)
7433         (bp_deleted_in_command, temporary_breakpoint_commands)
7434         (stray_arg0_test, source_file_with_indented_comment)
7435         (recursive_source_test, if_commands_test)
7436         (error_clears_commands_left, redefine_hook_test)
7437         (redefine_backtrace_test): Use proc_with_prefix.
7438         * lib/gdb.exp (proc_with_prefix): New proc.
7439
7440 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7441
7442         * gdb.base/tui-layout.c: New file.
7443         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7444         disassembly window contains very long lines.
7445
7446 2016-11-08  Tom Tromey  <tom@tromey.com>
7447
7448         * gdb.python/py-value.exp (test_value_creation): Make "long" test
7449         depend on Python 2.
7450
7451 2016-11-08  Tom Tromey  <tom@tromey.com>
7452
7453         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7454         New method.
7455
7456 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
7457
7458         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7459
7460 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
7461
7462         * gdb.rust/simple.rs: Add test for univariant enums without
7463         discriminants and for encoded struct-like enums.
7464
7465 2016-10-28  Pedro Alves  <palves@redhat.com>
7466
7467         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7468         gdb_test_multiple, tighten regexps and match symtabs and line
7469         tables incrementally.
7470
7471 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
7472
7473         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7474         general.
7475
7476 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
7477
7478         * gdb.base/exec-invalid-sysroot.exp: New file.
7479
7480 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7481
7482         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7483
7484 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7485
7486         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7487
7488 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
7489
7490         * gdb.base/killed-outside.exp: Remove $options from a call to
7491         `prepare_for_testing'.
7492
7493 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7494
7495         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7496         Change test message.
7497
7498 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7499
7500         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
7501         Update comment.
7502
7503 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
7504
7505         * gdb.trace/mi-trace-save.exp: New file.
7506
7507 2016-10-13  Yao Qi  <yao.qi@linaro.org>
7508
7509         * gdb.base/code_elim.exp (get_var_address): Remove.
7510         * gdb.base/relocate.exp: Likewise.
7511         * gdb.base/shreloc.exp: Likewise.
7512         * lib/gdb.exp (get_var_address): New.
7513
7514 2016-10-13  Yao Qi  <yao.qi@linaro.org>
7515
7516         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
7517         floating point tests if $skip_float_test is false.
7518
7519 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
7520
7521         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
7522         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
7523         argc values.
7524         Add 1 to argc so we guarantee distinct initial/modified argc values.
7525
7526 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7527
7528         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
7529
7530 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7531
7532         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
7533         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
7534         * gdb.arch/vsx-regs.exp: Likewise.
7535
7536 2016-10-07  Yao Qi  <yao.qi@linaro.org>
7537
7538         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
7539
7540 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
7541
7542         * gdb.python/python.exp: Test decode_line("*0").
7543
7544 2016-10-06  Doug Evans  <dje@google.com>
7545
7546         * gdb.python/py-value.exp (test_value_creation): Add test for large
7547         unsigned 64-bit value.
7548
7549 2016-10-06  Tom Tromey  <tom@tromey.com>
7550
7551         * gdb.compile/compile.exp: Change java tests to rust.
7552         * gdb.base/setshow.exp: Change java tests to rust.
7553         * gdb.base/default.exp: Remove java from language list.
7554         * README (Examples): Update language example.
7555         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
7556         test.
7557         * lib/gdb.exp (skip_java_tests): Remove.
7558         * lib/java.exp: Remove.
7559         * gdb.java: Remove.
7560
7561 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
7562
7563         * gdb.arch/mips-fcr.exp: New test.
7564         * gdb.arch/mips-fcr.c: Source for the new test.
7565
7566 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
7567
7568         * gdb.base/solib-disc.exp: Use `standard_output_file'
7569         throughout.
7570
7571 2016-10-06  Pedro Alves  <palves@redhat.com>
7572
7573         * gdb.base/jit-simple-dl.c: New file.
7574         * gdb.base/jit-simple-jit.c: New file, factored out from ...
7575         * gdb.base/jit-simple.c: ... this.
7576         * gdb.base/jit-simple.exp (jit_run): Delete.
7577         (build_jit): New proc.
7578         (jit_test_reread): Recompile either the main program or the shared
7579         library, depending on what is being tested.  Skip changing address
7580         if caller wants to.  Compare before/after addresses.  If testing
7581         standalone, explicitly load the binary.  Test "maint info
7582         breakpoints".
7583         (top level): Add "standalone vs shared lib" and "change address"
7584         vs "same address" axes.
7585
7586 2016-10-06  Pedro Alves  <palves@redhat.com>
7587
7588         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
7589         call.
7590         (jit_run): Delete.
7591         (jit_test_reread): Use with_test_prefix.  Reload the main binary
7592         explicitly.  Compare the before/after addresses of the JIT
7593         descriptor.
7594
7595 2016-08-15  Doug Evans  <dje@google.com>
7596
7597         * gdb.xml/extra-regs.xml: Update, end field now required, default type
7598         for single bitfields is bool.
7599         * gdb.xml/tdesc-regs.exp: Ditto.
7600
7601 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
7602
7603         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
7604
7605 2016-10-05  Yao Qi  <yao.qi@linaro.org>
7606
7607         * lib/gdb.exp (support_complex_tests): Return zero if
7608         gdb_skip_float_test return true.
7609
7610 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7611             Simon Marchi  <simon.marchi@ericsson.com>
7612
7613         PR gdb/20487
7614         * gdb.mi/user-selected-context-sync.exp: New file.
7615         * gdb.mi/user-selected-context-sync.c: New file.
7616
7617 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7618             Simon Marchi  <simon.marchi@ericsson.com>
7619
7620         PR gdb/20487
7621         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
7622         =thread-select-event check.
7623
7624 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
7625
7626         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
7627         the compulsory L operand changes.
7628         * gdb.arch/powerpc-power.s: Likewise.
7629
7630 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7631
7632         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
7633         * gdb.base/jit-attach-pie.c: New file.
7634         * gdb.base/jit-attach-pie.exp: New file.
7635
7636 2016-09-28  Pedro Alves  <palves@redhat.com>
7637
7638         * gdb.base/infcall-input.c: New file.
7639         * gdb.base/infcall-input.exp: New file.
7640
7641 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7642
7643         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
7644         (gdb_exit): Rename it to ...
7645         (gdbserver_gdb_exit): ...  Close GDBserver.
7646         (gdb_exit): New proc, call gdbserver_gdb_exit.
7647         (mi_gdb_exit): Likewise.
7648
7649 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7650
7651         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
7652         path.
7653         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
7654         Remove duplication.
7655
7656 2016-09-22  Yao Qi  <yao.qi@linaro.org>
7657
7658         * lib/gdbserver-support.exp: Check the existence of
7659         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
7660
7661 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
7662
7663         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
7664
7665 2016-09-21  Tom Tromey  <tom@tromey.com>
7666
7667         PR gdb/20604:
7668         * gdb.base/quit.exp: New file.
7669
7670 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
7671
7672         * .gitignore: New file.
7673
7674 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
7675
7676         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
7677         throughout.
7678
7679 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7680
7681         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
7682
7683 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7684
7685         * gdb.cp/casts.cc (decltype): Move it ...
7686         (main): ... with its call to ...
7687         * gdb.cp/casts03.cc: ... a new file.
7688         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
7689
7690 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7691
7692         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
7693
7694 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
7695
7696         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
7697         and sync up the test with tests in gas/testsuite/gas/ppc.
7698         * gdb.arch/powerpc-power.exp: Likewise.
7699
7700 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7701
7702         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
7703
7704 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
7705             Jan Kratochvil  <jan.kratochvil@redhat.com>
7706
7707         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
7708         make m1's definition to be different from m2's.  Use 'dummy' as an
7709         argument for probe 'two'.
7710
7711 2016-09-10  Jon Beniston  <jon@beniston.com>
7712
7713         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
7714         for sim target.
7715
7716 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7717
7718         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
7719         variable declaration.
7720         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
7721         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
7722         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
7723         received HWCAP as its argument.
7724
7725 2016-09-06  Pedro Alves  <palves@redhat.com>
7726
7727         * gdb.base/new-ui-pending-input.c: New file.
7728         * gdb.base/new-ui-pending-input.exp: New file.
7729         * gdb.exp (clear_gdb_spawn_id): New procedure.
7730         (with_spawn_id): Check whether gdb_spawn_id exists before
7731         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
7732         on exit.
7733
7734 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
7735
7736         * gdb.base/float128.c: New file.
7737         * gdb.base/float128.exp: Likewise.
7738         * gdb.base/floatn.c: Likewise.
7739         * gdb.base/floatn.exp: Likewise.
7740
7741 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
7742
7743         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
7744
7745 2016-09-05  Pedro Alves  <palves@redhat.com>
7746
7747         PR backtrace/19927
7748         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
7749         unwinders are immediately called as side effect of "source" or
7750         "disable unwinder" commands.
7751         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
7752
7753 2016-09-02  Yao Qi  <yao.qi@linaro.org>
7754
7755         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
7756         is true and $type is "float" or "double".
7757
7758 2016-09-02  Yao Qi  <yao.qi@linaro.org>
7759
7760         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
7761         true.
7762         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
7763         * gdb.base/call-rt-st.exp: Likewise.
7764         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
7765         return value instead of gdb,skip_float_test.
7766         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
7767         (do_function_calls): Use its return value instead of
7768         gdb,skip_float_test.
7769         * gdb.base/finish.exp: Likewise.
7770         * gdb.base/funcargs.exp: Likewise.
7771         * gdb.base/return.exp: Likewise.
7772         * gdb.base/return2.exp: Likewise.
7773         * gdb.base/varargs.exp: Likewise.
7774         * lib/gdb.exp (gdb_skip_float_test): Change it to
7775         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
7776
7777 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7778
7779         * gdb.multi/tids.exp: Test "thread apply all".
7780
7781 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7782
7783         * gdb.base/default.exp (tty): Remove.
7784
7785 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
7786
7787         * gdb.python/py-recurse-unwind.c: New file.
7788         * gdb.python/py-recurse-unwind.py: New file.
7789         * gdb.python/py-recurse-unwind.exp: New file.
7790
7791 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
7792
7793         * gdb.base/set-inferior-tty.exp: New file.
7794         * gdb.base/set-inferior-tty.c: New file.
7795
7796 2016-08-23  Pedro Alves  <palves@redhat.com>
7797
7798         PR gdb/20494
7799         * gdb.base/new-ui-echo.c: New file.
7800         * gdb.base/new-ui-echo.exp: New file.
7801
7802 2016-08-23  Yao Qi  <yao.qi@linaro.org>
7803
7804         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
7805         gdbserver_spawn.
7806         * gdb.server/connect-without-multi-process.exp (do_test):
7807         Likewise.
7808
7809 2016-08-23  Yao Qi  <yao.qi@linaro.org>
7810
7811         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
7812         standalone_txt.  Delete gdb_txt and standalone_txt on host
7813         and target.  Spawn the binary on target.  Copy files from
7814         target to host.
7815
7816 2016-08-22  Pedro Alves  <palves@redhat.com>
7817
7818         PR gdb/20505
7819         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
7820         with_test_prefix.  Factor out bits to ...
7821         (test_no_vdso): ... this new procedure.
7822
7823 2016-08-19  Carl Love  <cel@us.ibm.com>
7824
7825         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
7826         maintaining separate logic for constructing the output path.
7827         * gdb.arch/powerpc-d128-regs.exp: Likewise.
7828         * gdb.arch/ppc-dfp.exp: Likewise.
7829         * gdb.arch/ppc-fp.exp: Likewise.
7830         * gdb.arch/vsx-regs.exp: Likewise.
7831         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
7832         binprefix for generating the additional binary files.
7833
7834 2016-08-19  Pedro Alves  <palves@redhat.com>
7835
7836         * gdb.trace/mi-trace-frame-collected.exp
7837         (test_trace_frame_collected): On x32, expect two registers.
7838
7839 2016-08-18  Carl Love  <cel@us.ibm.com>
7840
7841         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
7842         and sync up the test with tests in gas/testsuite/gas/ppc.
7843         * gdb.arch/powerpc-power.exp: Likewise.
7844
7845 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
7846
7847         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
7848         expected error message.
7849
7850 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
7851
7852         * gdb.multi/remove-inferiors.exp: New file.
7853         * gdb.multi/remove-inferiors.c: New file.
7854
7855 2016-08-12  Yao Qi  <yao.qi@linaro.org>
7856
7857         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
7858         argument list.
7859
7860 2016-08-10  Pedro Alves  <palves@redhat.com>
7861
7862         PR gdb/19187
7863         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
7864         setup_kfails.
7865
7866 2016-08-09  Pedro Alves  <palves@redhat.com>
7867             Simon Marchi  <simon.marchi@ericsson.com>
7868
7869         PR gdb/20418
7870         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
7871         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
7872
7873 2016-08-09  Pedro Alves  <palves@redhat.com>
7874
7875         PR mi/20431
7876         * gdb.mi/mi-cmd-error.exp: New file.
7877
7878 2016-08-09  Pedro Alves  <palves@redhat.com>
7879
7880         PR gdb/18653
7881         * gdb.base/signals-state-child.c: New file.
7882         * gdb.base/signals-state-child.exp: New file.
7883         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
7884
7885 2016-08-09  Pedro Alves  <palves@redhat.com>
7886
7887         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
7888
7889 2016-08-03  Tom Tromey  <tom@tromey.com>
7890
7891         PR python/18565:
7892         * gdb.python/py-frame-inline.exp: Add Frame.function test.
7893
7894 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7895
7896         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
7897         variable mode to "multi-process" if $multi_process is 1, otherwise
7898         set it to "single-process".
7899
7900 2016-08-01  Yao Qi  <yao.qi@linaro.org>
7901
7902         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
7903         * gdb.cp/cpexprs.exp: Likewise.
7904         * gdb.cp/m-static.exp: Likewise.
7905
7906 2016-07-26  Tom Tromey  <tom@tromey.com>
7907
7908         PR python/20190:
7909         * gdb.threads/tls.exp (check_thread_local): Add python symbol
7910         test.
7911
7912 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
7913
7914         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
7915         selecting assembly source files.
7916         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
7917         assembly source files.
7918         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
7919         assembly source files.
7920         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
7921         selecting assembly source files.
7922
7923 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
7924
7925         * gdb.base/new-ui.exp (do_test_invalid_args): New
7926         procedure.
7927
7928 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
7929
7930         * gdb.btrace/reconnect.c: New file.
7931         * gdb.btrace/reconnect.exp: New file.
7932
7933 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
7934
7935         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
7936         to test_catch_syscall_group.
7937         (test_catch_syscall_group): New.
7938
7939 2016-07-21  Tom Tromey  <tom@tromey.com>
7940
7941         * gdb.rust/simple.rs (main): Use empty struct expression.
7942         * gdb.rust/simple.exp: Add tests for empty struct expression.
7943
7944 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7945
7946         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
7947         if gdb_skip_xml_test is true on some targets.
7948
7949 2016-07-21  Yao Qi  <yao.qi@linaro.org>
7950
7951         * gdb.server/solib-list.exp: Unset last_loaded_file.
7952
7953 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7954
7955         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
7956         "step into captured_main (args)".
7957
7958 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7959
7960         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
7961
7962 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7963
7964         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
7965
7966 2016-07-19  Pedro Alves  <palves@redhat.com>
7967
7968         * gdb.opt/inline-break.exp: Remove optimize=-O2.
7969         * gdb.opt/inline-bt.exp: Likewise.
7970         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
7971         additional_flags=-Winline.
7972         * gdb.opt/inline-locals.exp: Likewise.
7973         * gdb.opt/inline-markers.c (ATTR): Define.
7974         (inlined_fn): Use it.
7975
7976 2016-07-19  Yao Qi  <yao.qi@linaro.org>
7977
7978         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
7979         (test_with_self): Remove some code.  Remove argument executable.
7980         (top-level): Use do_self_tests.
7981
7982 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
7983             Don Breazeal <donb@codesourcery.com>
7984
7985         * gdb.base/maint.exp: Escape paths used in regular expressions.
7986         * gdb.stabs/weird.exp: Likewise.
7987
7988 2016-07-13  Tom Tromey  <tom@tromey.com>
7989
7990         PR python/15620, PR python/18620:
7991         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
7992         (test_bkpt_events): New procs.
7993
7994 2016-07-13  Tom Tromey  <tom@tromey.com>
7995
7996         PR python/17698:
7997         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
7998         test.
7999         (test_watchpoints): Likewise.
8000         (test_bkpt_pending): New proc.
8001
8002 2016-07-13  Tom Tromey  <tom@tromey.com>
8003
8004         PR cli/18053:
8005         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8006         completion test.
8007
8008 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8009
8010         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8011         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8012         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8013         f_label.
8014         (g): Rename g_end_lbl to g_label.
8015         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8016         low_pc and high_pc.
8017         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8018
8019 2016-07-12  Tom Tromey  <tom@tromey.com>
8020
8021         PR python/19293:
8022         * gdb.python/py-unwind-maint.exp: Update tests.
8023
8024 2016-07-12  Yao Qi  <yao.qi@linaro.org>
8025
8026         * lib/selftest-support.exp (selftest_setup): Match the output
8027         when captured_main is inlined.
8028
8029 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8030
8031         * gdb.fortran/derived-types.exp (result_line, result_line_2):
8032         New variables.
8033         (print this%a, print this%b, print this): New tests.
8034         * gdb.fortran/derived-types.f90 (this): New object and
8035         initialization.
8036
8037 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
8038
8039         * gdb.ada/arraydim.exp: Remove extra directory level in build
8040         directory.
8041
8042 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
8043
8044         * lib/ada.exp: Remove extra directory level in build directory.
8045         * gdb.ada/cond_lang.exp: Likewise.
8046         * gdb.ada/exec_changed.exp: Likewise.
8047         * gdb.ada/lang_switch.exp: Likewise.
8048
8049 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
8050
8051         * simple.rs: Add test for raw pointer subscripting.
8052         * simple.exp: Add test expectations.
8053
8054 2016-07-05  Yao Qi  <yao.qi@linaro.org>
8055
8056         * gdb.mi/mi-reverse.exp: Match =record-started output.
8057
8058 2016-07-01  Pedro Alves  <palves@redhat.com>
8059
8060         * gdb.base/jit-reader.exp (info_registers_current_frame): New
8061         procedure.
8062         (jit_reader_test): Test the jit reader's unwinder.
8063         * gdb.base/jithost.c (jit_function_00_code): New global.
8064         (main): Use memcpy to fill in the mmapped code, instead of poking
8065         bytes manually here.
8066         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8067         value.
8068         (read_debug_info): Save the function's range.
8069         (read_sp): New function.
8070         (unwind_frame): Use it.  Also unwind RBP.
8071         (get_frame_id): Use read_sp.
8072         (gdb_init_reader): Use calloc instead of malloc.
8073         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8074         parameter.  Use gdb_test_multiple.
8075
8076 2016-07-01  Pedro Alves  <palves@redhat.com>
8077             Antoine Tremblay  <antoine.tremblay@ericsson.com>
8078
8079         * gdb.threads/process-dies-while-detaching.c: New file.
8080         * gdb.threads/process-dies-while-detaching.exp: New file.
8081
8082 2016-07-01  Pedro Alves  <palves@redhat.com>
8083
8084         * gdb.multi/watchpoint-multi-exit.c: New file.
8085         * gdb.multi/watchpoint-multi-exit.exp: New file.
8086
8087 2016-06-30  Pedro Alves  <palves@redhat.com>
8088
8089         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8090         unset inferior_spawn_id.
8091
8092 2016-06-30  Pedro Alves  <palves@redhat.com>
8093
8094         * lib/mi-support.exp (default_mi_gdb_start): Declare global
8095         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8096
8097 2016-06-29  Yao Qi  <yao.qi@linaro.org>
8098
8099         * gdb.base/return.c: Add copyright header.
8100
8101 2016-06-29  Tom Tromey  <tom@tromey.com>
8102
8103         PR python/20129:
8104         * gdb.python/py-framefilter.exp: Add tests for setting priority
8105         and disabling of non-existent frame filter.
8106
8107 2016-06-29  Yao Qi  <yao.qi@linaro.org>
8108
8109         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8110         0x0f07ff.
8111
8112 2016-06-28  Yao Qi  <yao.qi@linaro.org>
8113
8114         * gdb.base/catch-syscall.exp: Remove check on isnative and target
8115         triplets.  Start gdb, execute catch syscall, and continue.  Check
8116         gdb's output to determine catch syscall is supported.
8117
8118 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
8119
8120         * gdb.rust/simple.rs: Add test for returning unit in a function.
8121         * gdb.rust/simple.exp: Add expectation for functions returning
8122         unit.
8123
8124 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8125
8126         * gdb.python/py-breakpoint-create-fail.c,
8127         gdb.python/py-breakpoint-create-fail.exp,
8128         gdb.python/py-breakpoint-create-fail.py: New testcase.
8129
8130 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
8131
8132         PR gdb/20239
8133         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8134         * gdb.rust/simple.exp: Add test expectations for new NonZero
8135         tests.
8136
8137 2016-06-24  David Taylor  <dtaylor@emc.com>
8138
8139         * gdb.base/offsets.exp: New file.
8140         * gdb.base/offsets.c: New file.
8141
8142 2016-06-23  Tom Tromey  <tom@tromey.com>
8143
8144         PR gdb/16483:
8145         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8146         before any filters are loaded.
8147
8148 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
8149
8150         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8151         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8152         structs.
8153         * gdb.fortran/derived-type-function.exp: New file.
8154         * gdb.fortran/derived-type-function.f90: New file.
8155
8156
8157 2016-06-21  Pedro Alves  <palves@redhat.com>
8158
8159         * gdb.base/new-ui.exp: New file.
8160         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8161         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8162         (with_spawn_id): New procedure.
8163
8164 2016-06-21  Pedro Alves  <palves@redhat.com>
8165
8166         * gdb.mi/mi-exec-run.exp: New file.
8167
8168 2016-06-21  Pedro Alves  <palves@redhat.com>
8169
8170         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8171         breakpoint command's output on the main UI.
8172         (test_break): New procedure, factored out from calls in the top
8173         level.
8174         (top level): Use foreach_with_prefix to test MI as main UI and as
8175         separate UI.
8176
8177 2016-06-21  Pedro Alves  <palves@redhat.com>
8178
8179         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8180         (test_awatch_creation_and_listing)
8181         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8182         Remove 'type' parameter.
8183         (test_watchpoint_all): New parameter mi_mode.  Remove
8184         with_test_prefix.
8185         (top level): Use foreach_with_prefix, and add main/separate UI MI
8186         testing axis.
8187
8188 2016-06-21  Pedro Alves  <palves@redhat.com>
8189
8190         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8191         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8192         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8193         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8194         (gdb_main_spawn_id, mi_spawn_id): Declare and
8195         comment.
8196         (mi_create_inferior_pty): New procedure,
8197         factored out from default_mi_gdb_start.
8198         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8199         procedures.
8200         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8201         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8202         Use mi_create_inferior_pty.
8203         (mi_gdb_start): Use eval to pass down args list.
8204
8205 2016-06-21  Pedro Alves  <palves@redhat.com>
8206
8207         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8208         * gdb.opt/inline-cmds.exp: Add MI tests.
8209
8210 2016-06-21  Pedro Alves  <palves@redhat.com>
8211
8212         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8213
8214 2016-06-21  Pedro Alves  <palves@redhat.com>
8215
8216         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8217         (top level): Use it instead of mi_execute_to.
8218
8219 2016-06-21  Pedro Alves  <palves@redhat.com>
8220
8221         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8222         (cont_handler_str): New.
8223         (signal_stop_handler): Set stop_handler_str instead of printing to
8224         stdout.
8225         (continue_handler): Set cont_handler_str instead of printing to
8226         stdout.
8227         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8228         mi_send_resuming_command.  Print stop_handler_str and
8229         cont_handler_str instead of expecting the python events print
8230         directly.
8231
8232 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
8233
8234         * gdb.base/jit-reader.exp: New file.
8235         * gdb.base/jithost.c: New file.
8236         * gdb.base/jithost.h: New file.
8237         * gdb.base/jitreader.c : New file.
8238         * gdb.base/jit-protocol.h: New file.
8239
8240 2016-06-17  Yao Qi  <yao.qi@linaro.org>
8241
8242         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8243         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
8244         and detach-on-fork.  Adjust tests.
8245         (top level): Invoke break_cond_on_syscall with combinations of
8246         syscall, follow-fork-mode and detach-on-fork.
8247
8248 2016-06-17  Yao Qi  <yao.qi@linaro.org>
8249
8250         * gdb.base/step-over-exit.c: New.
8251         * gdb.base/step-over-exit.exp: New.
8252
8253 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
8254
8255         * gdb.base/float.exp: Add target check for nds32*-*-*.
8256         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8257
8258 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
8259
8260         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8261         for unsupported target features.
8262         * gdb.base/call-rt-st.exp: Likewise.
8263         * gdb.base/call-sc.exp: Likewise.
8264         * gdb.base/call-signal-resume.exp: Likewise.
8265         * gdb.base/call-strs.exp: Likewise.
8266         * gdb.base/callexit.exp: Likewise.
8267         * gdb.base/callfuncs.exp: Likewise.
8268         * gdb.base/nodebug.exp: Likewise.
8269         * gdb.base/printcmds.exp: Likewise.
8270         * gdb.base/ptype.exp: Likewise.
8271         * gdb.base/structs.exp: Likewise.
8272         * gdb.base/unwindonsignal.exp: Likewise.
8273         * gdb.cp/gdb2495.exp: Likewise.
8274         * gdb.cp/templates.exp: Likewise.
8275         * gdb.cp/virtfunc.exp: Likewise.
8276         * gdb.threads/hand-call-in-threads.exp: Likewise.
8277         * gdb.threads/interrupted-hand-call.exp: Likewise.
8278         * gdb.threads/thread-unwindonsignal.exp: Likewise.
8279
8280 2016-06-10  Tom Tromey  <tom@tromey.com>
8281
8282         PR rust/20110:
8283         * gdb.rust/expr.exp: Add test for integer constant larger than
8284         i32.
8285
8286 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
8287
8288         * gdb.fortran/nested-funcs.exp: New.
8289         * gdb.fortran/nested-funcs.f90: New.
8290
8291 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
8292
8293         * gdb.base/examine-backward.c: New file.
8294         * gdb.base/examine-backward.exp: New file.
8295
8296 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
8297
8298         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8299         matching.
8300
8301 2016-06-02  Tom Tromey  <tom@tromey.com>
8302
8303         PR python/18984:
8304         * gdb.python/py-shared.exp: Add solib_name test.
8305
8306 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8307
8308         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8309
8310 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
8311
8312         PR c++/19893
8313         * gdb.dwarf2/implref.exp: Rename to...
8314         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
8315         * gdb.dwarf2/implref-array.c: New file.
8316         * gdb.dwarf2/implref-array.exp: Likewise.
8317         * gdb.dwarf2/implref-global.c: Likewise.
8318         * gdb.dwarf2/implref-global.exp: Likewise.
8319         * gdb.dwarf2/implref-struct.c: Likewise.
8320         * gdb.dwarf2/implref-struct.exp: Likewise.
8321
8322 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8323
8324         * gdb.trace/trace-condition.exp: Add 64bit tests.
8325
8326 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8327
8328         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8329         bits types.
8330         (main): Adapt to 8 to 64 bits types.
8331         * gdb.trace/trace-condition.exp: Add new tests.
8332
8333 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8334
8335         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8336
8337 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8338
8339         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8340         Move condition tests...
8341         * gdb.trace/trace-condition.exp: Here.
8342
8343 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8344
8345         * gdb.trace/trace-condition.exp: Add counter-case tests.
8346
8347 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
8348
8349         PR c++/15231
8350         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8351         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8352
8353 2016-05-27  Pedro Alves  <palves@redhat.com>
8354
8355         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8356         New procedure.
8357         (top level): Call it, and bail out of DejaGnu is known to be bad.
8358
8359 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
8360
8361         * gdb.base/whatis.c: Extend the test case.
8362         * gdb.base/whatis.exp: Add additional tests.
8363
8364 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8365
8366 * gdb.fortran/type.f90: Add pointer variable.
8367 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8368
8369 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8370
8371         * gdb.fortran/vla-type.exp: Fix testcase name.
8372
8373 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8374
8375         * gdb.fortran/vla-type.exp: Access elements in nested structs.
8376
8377 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8378
8379         * gdb.fortran/type.f90: Add nested structures.
8380         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8381         * gdb.fortran/derived-type.exp: Adapt expected output.
8382         * gdb.fortran/vla-type.exp: Adapt expected output.
8383
8384 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8385
8386         * gdb.fortran/whatis_type.exp: Adapt expected output.
8387
8388 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8389
8390         * gdb.fortran/print_type.exp: Fix expected output.
8391         * gdb.fortran/whatis_type.exp: Fix expected output.
8392
8393 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
8394
8395         * gdb.fortran/whatis_type.exp: Use multi_line.
8396
8397 2016-05-24  Tom Tromey  <tom@tromey.com>
8398
8399         PR python/17386:
8400         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8401         use value as an index.
8402
8403 2016-05-23  Tom Tromey  <tom@tromey.com>
8404
8405         PR python/17981:
8406         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8407         no-breakpoint case.
8408
8409 2016-05-24  Pedro Alves  <palves@redhat.com>
8410
8411         PR gdb/19828
8412         * gdb.threads/clone-attach-detach.c: New file.
8413         * gdb.threads/clone-attach-detach.exp: New file.
8414
8415 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
8416
8417         * gdb.base/annota-input-while-running.exp: Fix syntax error.
8418
8419 2016-05-23  Tom Tromey  <tom@tromey.com>
8420
8421         PR python/19438, PR python/18393:
8422         * gdb.python/py-progspace.exp: Add "dir" test.
8423         * gdb.python/py-objfile.exp: Add "dir" test.
8424
8425 2016-05-23  Yao Qi  <yao.qi@linaro.org>
8426
8427         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8428         * gdb.arch/thumb2-it.exp: Likewise.
8429
8430 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
8431
8432         * gdb.mi/mi-threads-interrupt.c: New file.
8433         * gdb.mi/mi-threads-interrupt.exp: New file.
8434
8435 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
8436
8437         PR gdb/18077
8438         * gdb.mi/mi-async-run.exp: New file.
8439         * gdb.mi/mi-async-run.c: New file.
8440
8441 2016-05-17  Tom Tromey  <tom@tromey.com>
8442             Manish Goregaokar <manishsmail@gmail.com>
8443
8444         * lib/rust-support.exp: New file.
8445         * lib/gdb.exp (skip_rust_tests): New proc.
8446         (build_executable_from_specs): Handle rust.
8447         * lib/future.exp (gdb_find_rustc): New proc.
8448         (gdb_default_target_compile): Handle rust.
8449         * gdb.rust/expr.exp: New file.
8450         * gdb.rust/generics.exp: New file.
8451         * gdb.rust/generics.rs: New file.
8452         * gdb.rust/methods.exp: New file.
8453         * gdb.rust/methods.rs: New file.
8454         * gdb.rust/modules.exp: New file.
8455         * gdb.rust/modules.rs: New file.
8456         * gdb.rust/simple.exp: New file.
8457         * gdb.rust/simple.rs: New file.
8458
8459 2016-05-17  Tom Tromey  <tom@tromey.com>
8460
8461         * gdb.base/default.exp (set language): Add rust.
8462
8463 2016-05-17  Tom Tromey  <tom@tromey.com>
8464
8465         * gdb.gdb/unittest.exp: New file.
8466
8467 2016-05-16  Yao Qi  <yao.qi@linaro.org>
8468
8469         * gdb.base/batch-preserve-term-settings.exp: Remove variable
8470         shell_prompt.  Update shell_prompt_re.
8471
8472 2016-05-12  Doug Evans  <dje@google.com>
8473
8474         PR symtab/19999
8475         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8476         $options when building executable.
8477         * gdb.dwarf2/fission-loclists-pie.S: New file.
8478         * gdb.dwarf2/fission-loclists-pie.exp: New file.
8479
8480 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
8481
8482         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8483         of [is_remote target],
8484
8485 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
8486
8487         * lib/gdb.exp (use_gdb_stub): New procedure.
8488
8489 2016-05-03  Yunlian Jiang <yunlian@google.com>
8490             Doug Evans  <dje@google.com>
8491
8492         PR symtab/19914
8493         * gdb.dwarf2/dwp-sepdebug.c: New file.
8494         * gdb.dwarf2/dwp-sepdebug.exp: New file.
8495
8496 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8497
8498         * gdb.base/detach.exp: Remove is_remote check.
8499
8500 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
8501
8502         * gdb.base/annota-input-while-running.exp: Don't check for
8503         [is_remote target].  Enable annotations after running to main.
8504         Remove unused "set test..." line.
8505
8506 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8507
8508         * gdb.trace/trace-enable-disable.exp: New file.
8509         * gdb.trace/trace-enable-disable.c: New file.
8510
8511 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
8512
8513         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
8514         use it in info sharedlibrary test.
8515         * gdb.trace/ftrace-lock.exp: Likewise.
8516         * gdb.trace/ftrace.exp: Likewise.
8517         * gdb.trace/range-stepping.exp: Likewise.
8518         * gdb.trace/trace-break.exp: Likewise.
8519         * gdb.trace/trace-condition.exp: Likewise.
8520         * gdb.trace/trace-mt.exp: Likewise.
8521
8522 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8523
8524         * lib/gdb.exp (gdb_load_shlibs): Rename to...
8525         (gdb_load_shlib): ... this.
8526         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
8527         gdb_load_shlib.
8528         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
8529         * gdb.base/ctxobj.exp: Likewise.
8530         * gdb.base/dprintf-pending.exp: Likewise.
8531         * gdb.base/dso2dso.exp: Likewise.
8532         * gdb.base/fixsection.exp: Likewise.
8533         * gdb.base/gcore-relro.exp: Likewise.
8534         * gdb.base/gdb1555.exp: Likewise.
8535         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8536         * gdb.base/gnu-ifunc.exp: Likewise.
8537         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
8538         * gdb.base/jit-so.exp (one_jit_test): Likewise.
8539         * gdb.base/pending.exp: Likewise.
8540         * gdb.base/print-file-var.exp: Likewise.
8541         * gdb.base/print-symbol-loading.exp: Likewise.
8542         * gdb.base/shlib-call.exp: Likewise.
8543         * gdb.base/shreloc.exp: Likewise.
8544         * gdb.base/so-impl-ld.exp: Likewise.
8545         * gdb.base/solib-disc.exp: Likewise.
8546         * gdb.base/solib-nodir.exp: Likewise.
8547         * gdb.base/solib-overlap.exp: Likewise.
8548         * gdb.base/solib-symbol.exp: Likewise.
8549         * gdb.base/solib-weak.exp (do_test): Likewise.
8550         * gdb.base/sym-file.exp: Likewise.
8551         * gdb.base/symtab-search-order.exp: Likewise.
8552         * gdb.base/type-opaque.exp: Likewise.
8553         * gdb.base/unload.exp: Likewise.
8554         * gdb.base/watchpoint-solib.exp: Likewise.
8555         * gdb.compile/compile.exp: Likewise.
8556         * gdb.cp/gdb2384.exp: Likewise.
8557         * gdb.cp/infcall-dlopen.exp: Likewise.
8558         * gdb.cp/re-set-overloaded.exp: Likewise.
8559         * gdb.fortran/library-module.exp: Likewise.
8560         * gdb.opt/solib-intra-step.exp: Likewise.
8561         * gdb.python/py-finish-breakpoint.exp: Likewise.
8562         * gdb.python/py-shared.exp: Likewise.
8563         * gdb.reverse/solib-precsave.exp: Likewise.
8564         * gdb.reverse/solib-reverse.exp: Likewise.
8565         * gdb.server/solib-list.exp: Likewise.
8566         * gdb.threads/dlopen-libpthread.exp: Likewise.
8567         * gdb.threads/tls-shared.exp: Likewise.
8568         * gdb.threads/tls-so_extern.exp: Likewise.
8569         * gdb.trace/change-loc.exp: Likewise.
8570         * gdb.trace/ftrace-lock.exp: Likewise.
8571         * gdb.trace/ftrace.exp: Likewise.
8572         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
8573         * gdb.trace/pending.exp: Likewise.
8574         * gdb.trace/range-stepping.exp: Likewise.
8575         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
8576         (strace_info_marker): Likewise.
8577         (strace_probe_marker): Likewise.
8578         (strace_trace_on_same_addr): Likewise.
8579         (strace_trace_on_diff_addr): Likewise.
8580         * gdb.trace/trace-break.exp: Likewise.
8581         * gdb.trace/trace-condition.exp: Likewise.
8582         * gdb.trace/trace-mt.exp: Likewise.
8583
8584 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
8585
8586         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
8587         result of gdb_remote_download.
8588         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
8589         * gdb.base/dso2dso.exp: Likewise.
8590         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8591         * gdb.base/print-file-var.exp: Likewise.
8592         * gdb.base/shlib-call.exp: Likewise.
8593         * gdb.base/shreloc.exp: Likewise.
8594         * gdb.base/solib-overlap.exp: Likewise.
8595         * gdb.base/solib-weak.exp (do_test): Likewise.
8596         * gdb.base/unload.exp: Likewise.
8597
8598 2016-04-27  Yao Qi  <yao.qi@linaro.org>
8599
8600         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
8601         exists.
8602
8603 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8604
8605         * vla-type.exp: Print structure from toplevel.
8606
8607 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8608
8609         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
8610         of dynamic types.
8611         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
8612         of dynamic types.
8613
8614 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
8615
8616         * gdb.fortran/vla-type.f90: New file.
8617         * gdb.fortran/vla-type.exp: New file.
8618
8619 2016-04-25  Yao Qi  <yao.qi@linaro.org>
8620
8621         * gdb.base/branch-to-self.c: New file.
8622         * gdb.base/branch-to-self.exp: New file.
8623
8624 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8625
8626         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
8627         more after $hex.
8628
8629 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8630
8631         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
8632         * gdb.base/annota3.exp: Likewise.
8633
8634 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8635
8636         * gdb.reverse/step-precsave.exp: Do one step and test program
8637         stops in "callee" and do multiple steps until program goes out
8638         of "callee".
8639         * gdb.reverse/step-reverse.exp: Likewise.
8640
8641 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8642
8643         * gdb.trace/signal.exp: Also pass if
8644         $tracepoint_hits($i) > $iterations.
8645
8646 2016-04-22  Yao Qi  <yao.qi@linaro.org>
8647
8648         * gdb.trace/signal.c: New file.
8649         * gdb.trace/signal.exp: New file.
8650
8651 2016-04-19  Doug Evans  <xdje42@gmail.com>
8652
8653         * gdb.base/bad-file.exp: New file.
8654
8655 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
8656
8657         * gdb.dwarf2/implref.exp: New file.
8658
8659 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
8660
8661         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
8662         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
8663         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
8664         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
8665         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
8666         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
8667         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
8668         * lib/fortran.exp (fortran_int4): New procedure.
8669         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
8670         (fortran_logical4): Likewise.
8671
8672 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
8673
8674         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
8675
8676 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
8677
8678         * lib/compiler.c: Add Intel specific preprocessor macros.
8679         * lib/compiler.cc: Likewise.
8680
8681 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
8682
8683         * gdb.server/connect-with-no-symbol-file.c: New file.
8684         * gdb.server/connect-with-no-symbol-file.exp: New file.
8685
8686 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
8687
8688         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
8689
8690 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
8691
8692         * boards/gdbserver-base.exp (${board}_download): Copy source file to
8693         standard output directory.
8694
8695 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8696
8697         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
8698
8699 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
8700
8701         * gdb.btrace/instruction_history.c (loop): Add declaration.
8702
8703 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
8704
8705         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
8706
8707 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
8708
8709         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
8710         parentheses to print.
8711         (continue_handler): Likewise.
8712
8713 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
8714
8715         * gdb.server/solib-list.exp: Remove is_remote check.
8716         Pass shlib= to gdb_compile.  Don't link shared library with
8717         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
8718         Run binary filename through "readlink -f" on the target.
8719
8720 2016-04-08  Pedro Alves  <palves@redhat.com>
8721
8722         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
8723         interpreter filename as argument to gdbserver_spawn.
8724         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8725         Return empty if $last_loaded_file does not exist.
8726
8727 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8728
8729         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
8730         * gdb.base/jit-main.c: Use exit after usage.
8731
8732 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8733
8734         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
8735         GDBHISTSIZE prior to the tests.
8736         * gdb.base/gdbinit-history.exp: Likewise.
8737
8738 2016-04-07  Pedro Alves  <palves@redhat.com>
8739
8740         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
8741         instead of build_executable.  Use gdb_load_shlibs.
8742
8743 2016-04-07  Yao Qi  <yao.qi@linaro.org>
8744
8745         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
8746         Execute "si" command.
8747
8748 2016-04-07  Yao Qi  <yao.qi@linaro.org>
8749
8750         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
8751         number instead of the comments on some line.
8752
8753 2016-04-06  Don Breazeal  <donb@codesourcery.com>
8754
8755         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
8756         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
8757
8758 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
8759
8760         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
8761         standard_output_file.  Remove unused binfile variable.
8762
8763 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
8764
8765         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
8766         * gdb.python/py-mi-objfile.exp: Match "list main" output
8767         in console format.
8768
8769 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
8770
8771         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
8772         absolute.
8773
8774 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
8775
8776         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
8777         absolute.
8778         * gdb.trace/ftrace.exp: Likewise.
8779         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
8780         targets as well.
8781         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
8782         (gdb_load_shlibs): Copy libraries to test directory when testing
8783         natively.  Only set solib-search-path if testing remotely.
8784         * lib/mi-support.exp (mi_load_shlibs): Likewise.
8785
8786 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
8787
8788         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
8789         gdb_download.  Use it even if the target is not remote.
8790         * gdb.base/jit.exp (compile_jit_test): Likewise.
8791         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
8792         output directory if the destination board is local, otherwise use
8793         the standard remote_download from DejaGnu.
8794         (gdb_download): Remove.
8795         (gdb_load_shlibs): Use gdb_remote_download instead of
8796         gdb_download.
8797         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
8798         Use gdb_remote_download instead of gdb_download.  Use it even if
8799         the target is not remote.
8800         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
8801         instead of gdb_download.
8802
8803 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
8804
8805         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
8806         (test_insert_delete_modify): Call mi_load_shlibs before trying to
8807         run.
8808
8809 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
8810
8811         PR gdb/19820
8812         * gdb.base/printcmds.exp: Add artificial arrays tests.
8813
8814 2016-03-31  Pedro Alves  <palves@redhat.com>
8815
8816         PR gdb/19858
8817         * gdb.base/jit-main.c: Include unistd.h.
8818         (ATTACH): Define to 0 if not already defined.
8819         (wait_for_gdb, mypid): New globals.
8820         (WAIT_FOR_GDB): New macro.
8821         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
8822         some breakpoint locations.
8823         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
8824         New procedures.
8825         (one_jit_test): Add REATTACH parameter, and handle it.  Use
8826         continue_to_test_location.
8827         (top level): Test attach, and adjusts calls to one_jit_test.
8828
8829 2016-03-31  Pedro Alves  <palves@redhat.com>
8830
8831         PR gdb/19858
8832         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
8833         BINSUFFIX parameter, and handle it.
8834         (top level): Adjust calls compile_jit_test.
8835
8836 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
8837
8838         PR python/19743
8839         * gdb.python/py-mi-events-gdb.py: New file.
8840         * gdb.python/py-mi-events.c: New file.
8841         * gdb.python/py-mi-events.exp: New file.
8842
8843 2016-03-30  Yao Qi  <yao.qi@linaro.org>
8844
8845         * gdb.reverse/until-precsave.exp: Match function name only.
8846         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
8847         Move malloc to a condition block.
8848         * gdb.reverse/until-reverse.exp: Match function name only.
8849
8850 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8851
8852         * gdb.trace/ftrace.exp: Set arg0exp for s390.
8853         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
8854         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
8855         variable for GPR 0 instead of assuming it is register 0.
8856         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
8857         * lib/trace-support.exp: Add s390 registers.
8858
8859 2016-03-29  Yao Qi  <yao.qi@linaro.org>
8860
8861         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
8862
8863 2016-03-24  Yao Qi  <yao.qi@linaro.org>
8864
8865         * gdb.reverse/break-reverse.exp: Add quotation mark in the
8866         test message.
8867
8868 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8869
8870         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
8871         maintaining separate logic for constructing the output path.
8872
8873 2016-03-16  Don Breazeal  <donb@codesourcery.com>
8874
8875         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
8876         Retry fork and waitpid on interrupted system call errors.
8877         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
8878         Use with_timeout_factor to increase timeout by factor of 10.
8879
8880 2016-03-15  Don Breazeal  <donb@codesourcery.com>
8881
8882         * gdb.cp/scope-err.cc: New test program.
8883         * gdb.cp/scope-err.exp: New test script.
8884         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
8885         lines and "set breakpoint here" comment.
8886         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
8887         Fixed some whitespace and format issues.
8888         * gdb.mi/mi-linespec-err-cp.cc: New test program.
8889         * gdb.mi/mi-linespec-err-cp.exp: New test script.
8890
8891 2016-03-15  Doug Evans  <dje@google.com>
8892
8893         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
8894         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
8895         All callers updated.  Add tests for enums, mixed flags register.
8896
8897 2016-03-15  Doug Evans  <dje@google.com>
8898
8899         * gdb.base/skip.c (main): Call test_skip_file_and_function.
8900         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
8901
8902 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
8903
8904         * gdb.base/default.exp: Add $_as_string to the list of expected
8905         convenience functions.
8906
8907 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
8908
8909         * gdb.base/maint.exp: New tests for 'maint info line-table'.
8910
8911 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
8912
8913         * gdb.python/py-as-string.exp: New file.
8914         * gdb.python/py-as-string.c: New file.
8915
8916 2016-03-09  Pedro Alves  <palves@redhat.com>
8917
8918         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
8919         signal" -> "Thread NN received signal" output change.
8920         * gdb.threads/ia64-sigill.exp: Likewise.
8921         * gdb.threads/linux-dp.exp: Likewise.
8922         * gdb.threads/manythreads.exp: Likewise.
8923         * gdb.threads/pending-step.exp: Likewise.
8924         * gdb.threads/print-threads.exp: Likewise.
8925         * gdb.threads/sigstep-threads.exp: Likewise.
8926         * gdb.threads/staticthreads.exp: Likewise.
8927         * gdb.threads/tls.exp: Likewise.
8928
8929 2016-03-09  Pedro Alves  <palves@redhat.com>
8930
8931         * gdb.base/command-line-input.exp: New file.
8932
8933 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8934
8935         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
8936         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
8937         * gdb.trace/pending.exp: Accept leading dot before function name.
8938         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
8939         * lib/trace-support.exp: Set registers for ppc.
8940
8941 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8942
8943         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
8944         use it for disassembly; accept .main in addition to main in backtrace.
8945
8946 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
8947             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8948
8949         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
8950         (gdb_recursion_test_ptr): New global variable.
8951         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
8952         gdb_recursion_test.
8953         (gdb_c_test): Ditto.
8954
8955 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8956
8957         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
8958         ordering.
8959
8960 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8961
8962         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
8963         (bar): Add bar_start_lbl label.
8964         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
8965         of foo/bar for emitting DWARF and tracing.
8966
8967 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8968
8969         * analyze-racy-logs.py: Set executable bit.
8970
8971 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8972
8973         * Makefile.in (DEFAULT_RACY_ITER): New variable.
8974         (CHECK_TARGET_TMP): Likewise.
8975         (check-single-racy): New rule.
8976         (check-parallel-racy): Likewise.
8977         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
8978         (do-check-parallel-racy): New rule.
8979         (check-racy/%.exp): Likewise.
8980         * README (Racy testcases): New section.
8981         * analyze-racy-logs.py: New file.
8982
8983 2016-03-03  Doug Evans  <dje@google.com>
8984
8985         * gdb.base/skip.exp: Use with_test_prefix.
8986
8987 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8988
8989         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
8990         Invoke step_over_syscall "clone" and break_cond_on_syscall
8991         "clone".
8992         * gdb.base/step-over-clone.c: New file.
8993
8994 2016-03-03  Yao Qi  <yao.qi@linaro.org>
8995
8996         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
8997         code format.
8998
8999 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9000
9001         * gdb.base/disp-step-fork.c: Rename to ...
9002         * gdb.base/step-over-fork.c: ... it.  New file.
9003         * gdb.base/disp-step-vfork.c: Rename to ...
9004         * gdb.base/step-over-vfork.c: ... it.  New file.
9005         * gdb.base/disp-step-syscall.exp: Rename to ...
9006         * gdb.base/step-over-syscall.exp: ... it.  New file.
9007         (disp_step_cross_syscall): Rename to ...
9008         (step_over_syscall): ... it.
9009
9010 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9011
9012         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9013         If target supports condition evaluation on target, invoke
9014         break_cond_on_syscall for fork and vfork.
9015
9016 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9017
9018         * gdb.base/disp-step-syscall.exp: Don't invoke
9019         support_displaced_stepping.
9020         (disp_step_cross_syscall): Test with displaced stepping off and
9021         on if supported.
9022
9023 2016-03-03  Yao Qi  <yao.qi@linaro.org>
9024
9025         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9026         proc.
9027         (setup): New proc.
9028         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9029         and setup.
9030
9031 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9032
9033         * gdb.fortran/vla-history.exp: Remove breakpoint.
9034
9035 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9036
9037         * gdb.fortran/vla-history.exp: Lookup array elements and printing
9038         exceeds timeout.
9039
9040 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9041
9042         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9043         breakpoint.
9044
9045 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
9046
9047         * gdb.mi/vla.f90: Nullify pointer after declaration.
9048
9049 2016-03-01  Pedro Alves  <palves@redhat.com>
9050
9051         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9052
9053 2016-03-01  Pedro Alves  <palves@redhat.com>
9054
9055         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9056         before anything else.
9057         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
9058         _GNU_SOURCE here.
9059         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9060         before anything else.
9061         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9062
9063 2016-03-01  Pedro Alves  <palves@redhat.com>
9064
9065         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9066
9067 2016-03-01  Yao Qi  <yao.qi@linaro.org>
9068
9069         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9070         prepare_for_testing.
9071
9072 2016-03-01  Yao Qi  <yao.qi@linaro.org>
9073
9074         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9075
9076 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9077
9078         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9079         manually constructing the output path.
9080
9081 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9082
9083         * gdb.arch/s390-stackless.S: New.
9084         * gdb.arch/s390-stackless.exp: New.
9085
9086 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
9087
9088         * gdb.dlang/circular.c: New file.
9089         * gdb.dlang/circular.exp: New file.
9090
9091 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9092
9093         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9094         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9095         (testcases): Update.
9096
9097 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9098
9099         * gdb.reverse/aarch64.c: Rename to ...
9100         * gdb.reverse/insn-reverse.c: ... it.
9101         * gdb.reverse/aarch64.exp: Rename to ...
9102         * gdb.reverse/insn-reverse.exp: ... it.
9103
9104 2016-02-26  Yao Qi  <yao.qi@linaro.org>
9105
9106         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9107         (testcase_ftype): New.
9108         (testcases): New array.
9109         (n_testcases): New.
9110         (main): Call each element in testcases.
9111         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9112         (read_testcase): New.
9113         Do the tests in a loop.
9114
9115 2016-02-25  Yao Qi  <yao.qi@linaro.org>
9116
9117         * gdb.base/branches.c: Remove.
9118
9119 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9120
9121         PR gdb/13808
9122         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9123
9124 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9125
9126         * gdb.trace/ftrace.exp: Remove unnecessary target check.
9127
9128 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9129
9130         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9131         change x86_64 call_insn to 'callq'.
9132
9133 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9134
9135         * gdb.trace/tfile-avx.c: Move to...
9136         * gdb.trace/tracefile-pseudo-reg.c: Here.
9137         * gdb.trace/tfile-avx.exp: Move to...
9138         * gdb.trace/tracefile-pseudo-reg.exp: Here.
9139
9140 2016-02-24  Gary Benson <gbenson@redhat.com>
9141
9142         * gdb.base/attach-pie-noexec.exp: Do not expect an error
9143         message on attach.
9144
9145 2016-02-23  Doug Evans  <dje@google.com>
9146
9147         * gdb.base/skip.c (test_skip): New function.
9148         (end_test_skip_file_and_function): New function.
9149         (test_skip_file_and_function): New function.
9150         * gdb.base/skip1.c (test_skip): New function.
9151         (skip1_test_skip_file_and_function): New function.
9152         * gdb.base/skip.exp: Add tests for new skip options.
9153         * gdb.base/skip-solib.exp: Update expected output.
9154         * gdb.perf/skip-command.cc: New file.
9155         * gdb.perf/skip-command.exp: New file.
9156         * gdb.perf/skip-command.py: New file.
9157
9158 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9159
9160         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9161         info registers pattern.
9162
9163 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
9164
9165         * lib/future.exp: Add D support.
9166         (gdb_find_gdc): New proc.
9167         (gdb_default_target_compile): Add D support.
9168
9169 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
9170
9171         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9172         user+system time.
9173         (trace_speed_test): Determine the iteration count for a time
9174         between 15..30 seconds.
9175
9176 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9177
9178         * gdb.arch/i386-mpx-sigsegv.c: New file.
9179         * gdb.arch/i386-mpx-sigsegv.exp: New file.
9180         * gdb.arch/i386-mpx-simple_segv.c: New file.
9181         * gdb.arch/i386-mpx-simple_segv.exp: New file.
9182
9183 2016-02-18  Yao Qi  <yao.qi@linaro.org>
9184
9185         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9186         Don't call setup_kfail.
9187
9188 2016-02-18  Yao Qi  <yao.qi@linaro.org>
9189
9190         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9191         Set "set breakpoint condition-evaluation" per $cond_bp_target.
9192
9193 2016-02-16  Doug Evans  <dje@google.com>
9194
9195         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
9196         * gdb.base/skip1.c: Ditto.
9197         * gdb.base/skip.exp: Whitespace cleanup.
9198
9199 2016-02-16  Don Breazeal  <donb@codesourcery.com>
9200
9201         PR remote/19496
9202         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9203         Remove kfail for PR remote/19496.
9204
9205 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
9206
9207         * lib/gdb.exp (standard_temp_file): Return a path specific to
9208         the runtest invocation.
9209
9210 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
9211
9212         * gdb.trace/save-trace.exp: Change relative path to be in the
9213         standard output directory.
9214
9215 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9216
9217         * gdb.arch/i386-prologue.c: Add missing prototypes.
9218
9219 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9220
9221         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9222         * gdb.arch/i386-prologue.exp: Likewise.
9223         * gdb.arch/i386-size.exp: Likewise.
9224
9225 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
9226
9227         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9228         define object file path.
9229         * gdb.btrace/gcore.exp: Use standard_output_file to define core
9230         file path.
9231         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9232         standard_output_file to define binfile.
9233
9234 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9235
9236         Fix compatibility with recent gfortran-5.3.1.
9237         * gdb.fortran/vla-history.exp (print vla1 allocated)
9238         (print vla2 allocated, print $2, print $3): Remove
9239         (print $4): Rename to ...
9240         (print $2): ... here.
9241         (print $9): Rename to ...
9242         (print $5): ... here.
9243         (print $10): Rename to ...
9244         (print $6): ... here.
9245         * gdb.fortran/vla.f90: Add pvla initialization.
9246
9247 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9248
9249         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9250         New test.
9251         * gdb.fortran/vla-value-sub.exp: Likewise.
9252
9253 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9254
9255         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9256
9257 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
9258
9259         * i386-biarch-core.exp: Define corefile using
9260         standard_output_file.
9261
9262 2016-02-12  Yao Qi  <yao.qi@linaro.org>
9263
9264         * gdb.arch/arm-single-step-kernel-helper.c: New.
9265         * gdb.arch/arm-single-step-kernel-helper.exp: New.
9266
9267 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
9268
9269         * gdb.btrace/tailcall-only.exp: New.
9270         * gdb.btrace/tailcall-only.c: New.
9271         * gdb.btrace/x86_64-tailcall-only.S: New.
9272         * gdb.btrace/i686-tailcall-only.S: New.
9273
9274 2016-02-11  Pedro Alves  <palves@redhat.com>
9275
9276         * README (Parallel testing): Add missing double quotes.
9277
9278 2016-02-11  Pedro Alves  <palves@redhat.com>
9279
9280         * README (Parallel testing): New section.
9281         (GDB_PARALLEL): Rewrite.
9282         (FORCE_PARALLEL): Document.
9283
9284 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9285
9286         * gdb.trace/tfile-avx.c: New test.
9287         * gdb.trace/tfile-avx.exp: New test.
9288
9289 2016-02-09  Keith Seitz  <keiths@redhat.com>
9290
9291         PR breakpoints/19546
9292         * gdb.base/infcall-exec.c: New file.
9293         * gdb.base/infcall-exec2.c: New file.
9294         * gdb.base/infcall-exec.exp: New file.
9295
9296 2016-02-09  Keith Seitz  <keiths@redhat.com>
9297
9298         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9299         (toplevel): Call test_bkpt_address.
9300
9301 2016-02-09  Keith Seitz  <keiths@redhat.com>
9302
9303         PR python/19506
9304         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9305         (toplevel): Call test_bkpt_address.
9306
9307 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
9308
9309         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9310         to AC_OUTPUT.
9311         * configure: Regenerate.
9312
9313 2016-02-09  Pedro Alves  <palves@redhat.com>
9314
9315         PR breakpoints/19548
9316         * gdb.base/execl-update-breakpoints.c (some_function): New
9317         function.
9318         (main): Call it.
9319         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9320         Tighten expected GDB output.
9321
9322 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
9323
9324         * Makefile.in (ALL_SUBDIRS): Remove.
9325         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9326         (distclean maintainer-clean realclean): Likewise.
9327         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9328         * configure: Regenerate.
9329         * gdb.ada/Makefile.in: Delete.
9330         * gdb.arch/Makefile.in: Likewise.
9331         * gdb.asm/Makefile.in: Likewise.
9332         * gdb.base/Makefile.in: Likewise.
9333         * gdb.btrace/Makefile.in: Likewise.
9334         * gdb.cell/Makefile.in: Likewise.
9335         * gdb.compile/Makefile.in: Likewise.
9336         * gdb.cp/Makefile.in: Likewise.
9337         * gdb.disasm/Makefile.in: Likewise.
9338         * gdb.dlang/Makefile.in: Likewise.
9339         * gdb.dwarf2/Makefile.in: Likewise.
9340         * gdb.fortran/Makefile.in: Likewise.
9341         * gdb.gdb/Makefile.in: Likewise.
9342         * gdb.go/Makefile.in: Likewise.
9343         * gdb.guile/Makefile.in: Likewise.
9344         * gdb.java/Makefile.in: Likewise.
9345         * gdb.linespec/Makefile.in: Likewise.
9346         * gdb.mi/Makefile.in: Likewise.
9347         * gdb.modula2/Makefile.in: Likewise.
9348         * gdb.multi/Makefile.in: Likewise.
9349         * gdb.objc/Makefile.in: Likewise.
9350         * gdb.opencl/Makefile.in: Likewise.
9351         * gdb.opt/Makefile.in: Likewise.
9352         * gdb.pascal/Makefile.in: Likewise.
9353         * gdb.perf/Makefile.in: Likewise.
9354         * gdb.python/Makefile.in: Likewise.
9355         * gdb.reverse/Makefile.in: Likewise.
9356         * gdb.server/Makefile.in: Likewise.
9357         * gdb.stabs/Makefile.in: Likewise.
9358         * gdb.threads/Makefile.in: Likewise.
9359         * gdb.trace/Makefile.in: Likewise.
9360         * gdb.xml/Makefile.in: Likewise.
9361         * lib/gdb.exp (make_gdb_parallel_path): Add check for
9362         GDB_PARALLEL.
9363         (standard_output_file): Remove check for GDB_PARALLEL, always
9364         return path in outputs/$subdir/$testname.
9365
9366 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
9367
9368         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9369         (site.exp): Assign abs_srcdir to tcl's srcdir.
9370
9371 2016-02-04  Yao Qi  <yao.qi@linaro.org>
9372
9373         * gdb.base/foll-exec-mode.c: Include limits.h.
9374         (main): Add parameters argc and argv.  Get directory from
9375         argv[0].
9376         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9377         compilation.
9378         * gdb.base/foll-exec.c: Include limits.h.
9379         (main): Add parameters argc and argv.
9380         Get directory from argv[0].
9381         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9382         Adjust tests on the number of lines as source code changed.
9383         * gdb.base/foll-vfork-exit.c: Include limits.h.
9384         (main): Add one line of statement before vfork.
9385         * gdb.base/foll-vfork.c: Include limits.h and string.h.
9386         (main): Add parameters argc and argv.  Get directory from
9387         argv[0].
9388         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9389         (setup_gdb): Set tbreak to skip some source lines.
9390         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9391         (main): Add parameters argc and argv.  Get directory from
9392         argv[0].
9393         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9394         compilation.
9395         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9396         (main): Add parameters argc and argv.  Get directory from
9397         argv[0].
9398         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9399         compilation.
9400
9401 2016-02-01  Doug Evans  <dje@google.com>
9402
9403         * gdb.base/skip.exp: Clean up multiple references to same test name.
9404
9405 2016-02-01  Pedro Alves  <palves@redhat.com>
9406
9407         PR remote/19496
9408         * gdb.threads/forking-threads-plus-breakpoint.exp
9409         (displaced_stepping_supported): New global.
9410         (probe_displaced_stepping_support): New procedure.
9411         (do_test): Add 'displaced' parameter, and use it.
9412         (top level): Check for displaced stepping support.  Add displaced
9413         stepping on/off testing axis.
9414
9415 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
9416
9417         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9418         pointer.  Don't perform further tests on the unassociated pointer
9419         if the first test fails.
9420
9421 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
9422
9423         * gdb.base/max-value-size.c: New file.
9424         * gdb.base/max-value-size.exp: New file.
9425         * gdb.base/huge.exp: Disable max-value-size for this test.
9426
9427 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
9428
9429         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9430
9431 2016-01-28  Yao Qi  <yao.qi@linaro.org>
9432
9433         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9434
9435 2016-01-25  Pedro Alves  <palves@redhat.com>
9436
9437         PR threads/19461
9438         * gdb.base/fork-running-state.c: New file.
9439         * gdb.base/fork-running-state.exp: New file.
9440
9441 2016-01-25  Pedro Alves  <palves@redhat.com>
9442
9443         PR gdb/19494
9444         * gdb.base/catch-fork-kill.c: New file.
9445         * gdb.base/catch-fork-kill.exp: New file.
9446
9447 2016-01-25  Pedro Alves  <palves@redhat.com>
9448
9449         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9450         Delete, moved to lib/gdb.exp.
9451         * gdb.threads/forking-threads-plus-breakpoint.exp
9452         (foreach_with_prefix): Likewise.
9453         * gdb.threads/process-dies-while-handling-bp.exp
9454         (foreach_with_prefix): Likewise.
9455         * lib/gdb.exp (foreach_with_prefix): New procedure.
9456
9457 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9458
9459         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9460         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9461
9462 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9463
9464         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9465         endian targets.
9466
9467 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9468             Pedro Alves  <palves@redhat.com>
9469
9470         Fix testsuite compatibility with Guile.
9471         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9472         number.
9473
9474 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9475
9476         Fix testsuite compatibility with Guile.
9477         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9478         (thread 1): New test for backtrace through signal handler.
9479
9480 2016-01-22  Yao Qi  <yao.qi@linaro.org>
9481
9482         PR testsuite/19491
9483         * gdb.base/multi-forks.c: Include
9484         ../lib/unbuffer_output.c
9485         (main): Call gdb_unbuffer_output.
9486
9487 2016-01-21  Doug Evans  <dje@google.com>
9488
9489         * lib/ada.exp (gdb_compile_ada): Fix typo.
9490
9491 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
9492
9493         * gdb.base/break-fun-addr.exp: New file.
9494         * gdb.base/break-fun-addr1.c: New file.
9495         * gdb.base/break-fun-addr2.c: New file.
9496
9497 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
9498
9499         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
9500         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
9501         enum flag values.
9502
9503 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9504
9505         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
9506         when GDB can not set the vector return value.  Add more comments
9507         for clarification.
9508
9509 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9510
9511         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
9512         command.
9513
9514 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9515
9516         * Makefile.in (DO_RUNTEST): Add --status and update usages.
9517
9518 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9519
9520         * Makefile.in (check-single): Pass --status to runtest.
9521         (check/%.exp): Likewise.
9522
9523 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
9524
9525         * Makefile.in (check-parallel): Propagate return code from make
9526         do-check-parallel.
9527
9528 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
9529
9530         * gdb.trace/ftrace.exp: Fix expected message on continue.
9531         * gdb.trace/pending.exp: Fix expected message on continue.
9532         * gdb.trace/trace-break.exp: Fix expected message on continue.
9533
9534 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
9535
9536         * lib/gdb.exp (gdb_test): Remove unused global references.
9537
9538 2016-01-18  Pedro Alves  <palves@redhat.com>
9539
9540         * gdb.base/async-shell.exp: Adjust expected output.
9541         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
9542         * gdb.base/siginfo-thread.exp: Adjust expected output.
9543         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
9544         * gdb.java/jnpe.exp: Adjust expected output.
9545         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
9546         * gdb.threads/continue-pending-status.exp: Adjust expected output.
9547         * gdb.threads/leader-exit.exp: Adjust expected output.
9548         * gdb.threads/manythreads.exp: Adjust expected output.
9549         * gdb.threads/pthreads.exp: Adjust expected output.
9550         * gdb.threads/schedlock.exp: Adjust expected output.
9551         * gdb.threads/siginfo-threads.exp: Adjust expected output.
9552         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
9553         expected output.
9554         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
9555         output.
9556         * gdb.threads/sigthread.exp: Adjust expected output.
9557         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
9558
9559 2016-01-18  Yao Qi  <yao.qi@linaro.org>
9560
9561         * gdb.guile/scm-section-script.c: Replace @progbits with
9562         %progbits.
9563         * gdb.python/py-section-script.c: Likewise.
9564
9565 2016-01-15  Pedro Alves  <palves@redhat.com>
9566
9567         * gdb.multi/tids.exp: Test star wildcard ranges.
9568
9569 2016-01-15  Pedro Alves  <palves@redhat.com>
9570
9571         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
9572         command from "thread apply" invocation.
9573         (thr_apply_info_thr_invalid): Default the expected output to the
9574         input tid list.
9575         (top level): Add tests that use convenience variables.  Add tests
9576         for "thread apply" with a valid TID list, but missing the command.
9577
9578 2016-01-13  Pedro Alves  <palves@redhat.com>
9579
9580         * gdb.base/default.exp: Expect $_gthread as well.
9581         * gdb.multi/tids.exp: Test $_gthread.
9582         * gdb.threads/thread-specific.exp: Test $_gthread.
9583
9584 2016-01-13  Pedro Alves  <palves@redhat.com>
9585
9586         * gdb.multi/tids.exp: Test "info threads -gid".
9587
9588 2016-01-13  Pedro Alves  <palves@redhat.com>
9589
9590         * gdb.multi/tids.exp: Test InferiorThread.global_num and
9591         Breakpoint.thread.
9592         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
9593
9594 2016-01-07  Pedro Alves  <palves@redhat.com>
9595
9596         * gdb.base/break.exp: Adjust to output changes.
9597         * gdb.base/hbreak2.exp: Likewise.
9598         * gdb.base/sepdebug.exp: Likewise.
9599         * gdb.base/watch_thread_num.exp: Likewise.
9600         * gdb.linespec/keywords.exp: Likewise.
9601         * gdb.multi/info-threads.exp: Likewise.
9602         * gdb.threads/thread-find.exp: Likewise.
9603         * gdb.multi/tids.c: New file.
9604         * gdb.multi/tids.exp: New file.
9605
9606 2016-01-13  Pedro Alves  <palves@redhat.com>
9607
9608         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
9609
9610 2016-01-13  Pedro Alves  <palves@redhat.com>
9611
9612         * gdb.base/default.exp: Expect $_inferior as well.
9613         * gdb.multi/base.exp: Test $_inferior.
9614
9615 2016-01-13  Pedro Alves  <palves@redhat.com>
9616
9617         PR breakpoints/19388
9618         * gdb.base/catch-signal-siginfo-cond.c: New file.
9619         * gdb.base/catch-signal-siginfo-cond.exp: New file.
9620
9621 2016-01-12  Josh Stone  <jistone@redhat.com>
9622             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9623
9624         * gdb.base/catch-syscall.c (do_execve): New variable.
9625         (main): Conditionally trigger an execve.
9626         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
9627         (test_catch_syscall_execve): New, check entry/return across execve.
9628         (do_syscall_tests): Call test_catch_syscall_execve.
9629
9630 2016-01-12  Pedro Alves  <palves@redhat.com>
9631
9632         * gdb.base/random-signal.exp (do_test): New procedure, with body
9633         of testcase moved in.
9634
9635 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9636             Pedro Alves  <palves@redhat.com>
9637
9638         * gdb.base/funcargs.exp (finish from indirectly called function):
9639         Reintroduce the case for 'First'.
9640
9641 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9642             Pedro Alves  <palves@redhat.com>
9643
9644         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9645         (tcatch_vfork_then_child_follow_exec)
9646         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
9647         identification.
9648
9649 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9650
9651         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
9652         and repeats to unlimited.
9653         * gdb.python/py-value.exp: Likewise.
9654         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
9655         and repeats to unlimited.
9656
9657 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9658
9659         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
9660         and reordering the functions.
9661         * gdb.multi/hangout.c: Likewise.
9662         * gdb.multi/hello.c: Likewise.
9663
9664 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
9665
9666         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
9667         absolute.
9668         (SingleStatisticTestResult.report): Use dict.keys instead of
9669         dict.iterkeys.
9670
9671 2016-01-06  Pedro Alves  <palves@redhat.com>
9672
9673         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
9674
9675 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
9676
9677         * gdb.btrace/dlopen.exp: New.
9678         * gdb.btrace/dlopen.c: New.
9679         * gdb.btrace/dlopen-dso.c: New.
9680
9681 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
9682
9683         * lib/gdb.exp (gdb_test): Update comments to clarify that the
9684         PATTERN argument is optional.
9685
9686 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
9687
9688         * lib/ada.exp (target_compile_ada_from_dir): New function.
9689         (gdb_compile_ada): Reimplement avoiding the use of project files.
9690         * gdb.ada/gnat_ada.gpr: Delete.
9691         * gdb.ada/cond_lang.exp: Adjust test to make path before
9692         filename optional.
9693         * gdb.ada/small_reg_param.exp: Likewise.
9694
9695 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
9696
9697         * gdb.base/foll-vork.exp: Remove HP-UX special case.
9698
9699 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9700
9701         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
9702         case.
9703
9704 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
9705
9706         * gdb.base/break.exp: Remove dead code.
9707         * gdb.base/sepdebug.exp: Likewise.
9708
9709 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
9710
9711         * gdb.asm/asm-source.exp: Remove HP-UX references.
9712         * gdb.base/annota1.exp: Likewise.
9713         * gdb.base/annota3.exp: Likewise.
9714         * gdb.base/attach.exp: Likewise.
9715         * gdb.base/bigcore.exp: Likewise.
9716         * gdb.base/break.exp: Likewise.
9717         * gdb.base/call-ar-st.exp: Likewise.
9718         * gdb.base/callfuncs.exp: Likewise.
9719         * gdb.base/catch-fork-static.exp: Likewise.
9720         * gdb.base/display.exp: Likewise.
9721         * gdb.base/foll-exec-mode.exp: Likewise.
9722         * gdb.base/foll-exec.exp: Likewise.
9723         * gdb.base/foll-fork.exp: Likewise.
9724         * gdb.base/foll-vfork.exp: Likewise.
9725         * gdb.base/funcargs.exp: Likewise.
9726         * gdb.base/hbreak2.exp: Likewise.
9727         * gdb.base/inferior-died.exp: Likewise.
9728         * gdb.base/interrupt.exp: Likewise.
9729         * gdb.base/multi-forks.exp: Likewise.
9730         * gdb.base/nodebug.exp: Likewise.
9731         * gdb.base/sepdebug.exp: Likewise.
9732         * gdb.base/solib1.c: Likewise.
9733         * gdb.base/step-test.exp: Likewise.
9734         * gdb.mi/non-stop.c: Likewise.
9735         * gdb.mi/pthreads.c: Likewise.
9736         * gdb.multi/bkpt-multi-exec.ex: Likewise.
9737         * gdb.threads/pthreads.c: Likewise.
9738         * gdb.threads/staticthreads.exp: Likewise.
9739         * lib/future.exp: Likewise.
9740         * lib/gdb.exp: Likewise.
9741         * gdb.base/so-indr-cl.c: Remove.
9742         * gdb.base/so-indr-cl.exp: Likewise.
9743         * gdb.base/solib.c: Likewise.
9744         * gdb.base/solib.exp: Likewise.
9745         * gdb.base/solib2.c: Likewise.
9746
9747 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
9748
9749         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
9750         * gdb.base/call-ar-st.exp: Likewise.
9751         * gdb.base/callfuncs.exp: Likewise.
9752         * gdb.base/condbreak.exp: Likewise.
9753         * gdb.base/constvars.exp: Likewise.
9754         * gdb.base/hbreak2.exp: Likewise.
9755         * gdb.base/langs.exp: Likewise.
9756         * gdb.base/list.exp: Likewise.
9757         * gdb.base/long_long.exp: Likewise.
9758         * gdb.base/ptype.exp: Likewise.
9759         * gdb.base/scope.exp: Likewise.
9760         * gdb.base/signals.exp: Likewise.
9761         * gdb.base/so-impl-ld.exp: Likewise.
9762         * gdb.base/varargs.exp: Likewise.
9763         * gdb.base/volatile.exp: Likewise.
9764         * gdb.base/whatis.exp: Likewise.
9765         * gdb.cp/cplusfuncs.exp: Likewise.
9766         * gdb.cp/inherit.exp: Likewise.
9767         * gdb.cp/local.exp: Likewise.
9768         * gdb.cp/member-ptr.exp: Likewise.
9769         * gdb.cp/method.exp: Likewise.
9770         * gdb.cp/overload.exp: Likewise.
9771         * gdb.cp/templates.exp: Likewise.
9772         * gdb.stabs/weird.exp: Likewise.
9773         * lib/compiler.c: Likewise.
9774         * lib/compiler.cc: Likewise.
9775         * lib/cp-support.exp: Likewise.
9776         * lib/gdb.exp: Likewise.
9777
9778 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
9779
9780         * configure.ac: Remove HP-UX case.
9781         * configure: Regenerate.
9782
9783 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
9784
9785         * lib/gdb.exp (gdb_compile): Add function doc.
9786
9787 2015-12-17  Pedro Alves  <palves@redhat.com>
9788
9789         PR threads/19354
9790         * gdb.multi/info-threads.exp: New file.
9791
9792 2015-12-15  Yao Qi  <yao.qi@linaro.org>
9793
9794         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
9795         is aarch64*-*-*.
9796
9797 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9798
9799         * gdb.base/history-duplicates.exp: Skip if no readline support.
9800
9801 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9802
9803         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
9804
9805 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9806
9807         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
9808
9809 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
9810
9811         * gdb.base/completion.exp: Skip tests that interrupt GDB with
9812         ctrl-C if nointerrupts target property is set.
9813         * gdb.base/double-prompt-target-event-error.exp: Likewise.
9814         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
9815         * gdb.base/paginate-bg-execution.exp: Likewise.
9816         * gdb.base/paginate-execution-startup.exp: Likewise.
9817         * gdb.base/random-signal.exp: Likewise.
9818         * gdb.base/range-stepping.exp: Likewise.
9819         * gdb.cp/annota2.exp: Likewise.
9820         * gdb.cp/annota3.exp: Likewise.
9821         * gdb.gdb/selftest.exp: Likewise.
9822         * gdb.threads/continue-pending-status.exp: Likewise.
9823         * gdb.threads/leader-exit.exp: Likewise.
9824         * gdb.threads/manythreads.exp: Likewise.
9825         * gdb.threads/pthreads.exp: Likewise.
9826         * gdb.threads/schedlock.exp: Likewise.
9827         * gdb.threads/sigthread.exp: Likewise.
9828
9829 2015-12-11  Don Breazeal  <donb@codesourcery.com>
9830
9831         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
9832         remote.
9833         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
9834         * gdb.base/foll-exec.exp (main): Enable for target remote.
9835         * gdb.base/foll-fork.exp (main): Likewise.
9836         * gdb.base/foll-vfork.exp (main): Likewise.
9837         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
9838         (proc continue_to_exit_bp_loc): Use clean_restart.
9839         * gdb.base/pie-execl.exp (main): Disable for target remote.
9840         * gdb.base/watch-vfork.exp (main): Enable for target remote.
9841         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
9842         * gdb.threads/execl.exp (main): Likewise.
9843         * gdb.threads/fork-child-threads.exp (main): Likewise.
9844         * gdb.threads/fork-plus-threads.exp (main): Disable for target
9845         remote.
9846         * gdb.threads/fork-thread-pending.exp (main): Enable for target
9847         remote.
9848         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
9849         pid.tid style ptids, instead of just tid.
9850         * gdb.threads/thread-execl.exp (main): Enable for target remote.
9851         * gdb.threads/watchpoint-fork.exp (main): Likewise.
9852         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
9853         ptids, instead of just tid.
9854
9855 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9856
9857         * gdb.base/list.exp (test_list_forward): Add end of file error
9858         test.
9859         (test_repeat_list_command): Add end of file error test.
9860         (test_list_backwards): Add beginning of file error test.
9861
9862 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9863
9864         * gdb.base/list.exp (test_list_invalid_args): New function,
9865         defined, and called.
9866
9867 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
9868
9869         * gdb.base/list.exp (test_list): Make test names unique.
9870
9871 2015-12-11  Yao Qi  <yao.qi@linaro.org>
9872
9873         * gdb.base/coremaker2.c: Remove.
9874
9875 2015-12-10  Pedro Alves  <palves@redhat.com>
9876
9877         * gdb.multi/base.exp: Remove stale "spaces" references.
9878
9879 2015-12-10  Pedro Alves  <palves@redhat.com>
9880
9881         * gdb.multi/base.exp: Don't use nowarnings.
9882         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
9883         * gdb.multi/hangout.c: Include stdio.h.
9884         * gdb.multi/hello.c: Include stdlib.h.
9885         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
9886         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
9887         * gdb.multi/multi-arch.exp: Don't use nowarnings.
9888
9889 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
9890
9891         * gdb.dwarf2/dw2-ranges-base.c: New file.
9892         * gdb.dwarf2/dw2-ranges-base.exp: New file.
9893         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
9894         support additional line table, and debug ranges generation.
9895         (Dwarf::ranges): New function, generate .debug_ranges.
9896         (Dwarf::lines): Support generating simple line table programs.
9897         (Dwarf::assemble): Initialise new namespace variables.
9898
9899 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
9900
9901         * gdb.base/async.exp (proc test_background): Add case for
9902         asynchronous execution not supported.
9903
9904 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
9905
9906         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
9907           format and change test names to make them unique.
9908
9909 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
9910             Pedro Alves  <pedro@redhat.com>
9911
9912         PR gdb/18702
9913         Add checking of floatformats setup on x86_64 hosts.
9914         * gdb.arch/i386-float.S (main): Load bigval and smallval.
9915         (smallval, bigval): New labels/constants.
9916         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
9917         float" after loading bigval and smallval.
9918
9919 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
9920
9921         * gdb.ada/fun_overload_menu.exp: New testcase.
9922         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
9923
9924 2015-12-04  Josh Stone  <jistone@redhat.com>
9925
9926         * gdb.base/catch-fork-static.exp: New.
9927
9928 2015-12-03  Yao Qi  <yao.qi@linaro.org>
9929
9930         * gdb.base/sizeof.c: Don't include stdio.h and
9931         ../lib/unbuffer_output.c.
9932         (main): New variable 'size' and 'value'.  Remove printf and
9933         gdb_unbuffer_output.  Assign return value to size and value.
9934         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
9935         at the beginning.
9936         (check_sizeof): Check the result by printing variable 'size'.
9937         (check_valueof): Check the result by printing variable 'value'.
9938
9939 2015-12-01  Yao Qi  <yao.qi@linaro.org>
9940
9941         * gdb.base/disp-step-syscall.exp: Define syscall instruction
9942         for aarch64*-*-linux* target.
9943
9944 2015-11-30  Pedro Alves  <palves@redhat.com>
9945
9946         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
9947
9948 2015-11-30  Pedro Alves  <palves@redhat.com>
9949
9950         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
9951         Handle non-stop mode vCont replies.
9952
9953 2015-11-30  Pedro Alves  <palves@redhat.com>
9954
9955         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
9956         prepare_for_testing.  Start gdb with "set non-stop on" appended to
9957         GDBFLAGS.  Lax expected stop output.
9958
9959 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9960
9961         * gdb.arch/arm-neon.exp: New.
9962         * gdb.arch/arm-neon.c: New.
9963
9964 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9965
9966         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
9967
9968 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9969
9970         * gdb.cp/annota2.exp: Allow multiple occurrences of the
9971         frames-invalid annotation.
9972
9973 2015-11-27  Yao Qi  <yao.qi@linaro.org>
9974
9975         * gdb.cp/annota2.exp: Use ${frames_invalid}.
9976
9977 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
9978
9979         * gdb.threads/names.exp: New file.
9980         * gdb.threads/names.c: New file.
9981         * README: Mention gdb,no_thread_names.
9982
9983 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
9984
9985         PR 19297
9986         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
9987         support" error.
9988
9989 2015-11-24  Pedro Alves  <palves@redhat.com>
9990
9991         PR 17539
9992         * gdb.base/display.exp: Expect displays to be sorted in ascending
9993         order.  Use multi_line.
9994         * gdb.base/solib-display.exp: Likewise.
9995
9996 2015-11-24  Pedro Alves  <palves@redhat.com>
9997
9998         PR 17539
9999         * gdb.base/display.exp: Expect displays to be sorted in ascending
10000         order.  Use multi_line.
10001         * gdb.base/solib-display.exp: Likewise.
10002
10003 2015-11-24  Pedro Alves  <palves@redhat.com>
10004
10005         PR 17539
10006         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10007         threads in ascending order.
10008         * gdb.base/foll-fork.exp: Likewise.
10009         * gdb.base/foll-vfork.exp: Likewise.
10010         * gdb.base/multi-forks.exp: Likewise.
10011         * gdb.mi/mi-nonstop.exp: Likewise.
10012         * gdb.mi/mi-nsintrall.exp: Likewise.
10013         * gdb.multi/base.exp: Likewise.
10014         * gdb.multi/multi-arch.exp: Likewise.
10015         * gdb.python/py-inferior.exp: Likewise.
10016         * gdb.threads/break-while-running.exp: Likewise.
10017         * gdb.threads/execl.exp: Likewise.
10018         * gdb.threads/gcore-thread.exp: Likewise.
10019         * gdb.threads/info-threads-cur-sal.exp: Likewise.
10020         * gdb.threads/kill.exp: Likewise.
10021         * gdb.threads/linux-dp.exp: Likewise.
10022         * gdb.threads/multiple-step-overs.exp: Likewise.
10023         * gdb.threads/next-bp-other-thread.exp: Likewise.
10024         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10025         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10026         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10027         * gdb.threads/thread-find.exp: Likewise.
10028         * gdb.threads/tls.exp: Likewise.
10029         * lib/mi-support.exp (mi_reverse_list): Delete.
10030         (mi_check_thread_states): No longer reverse list.
10031
10032 2015-11-24  Pedro Alves  <palves@redhat.com>
10033
10034         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
10035         use lowercase.
10036
10037 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
10038
10039         * gdb.trace/actions.c: Include trace-common.h.
10040         (main): Add a location for a fast tracepoint.
10041         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10042         the normal tracepoints.
10043         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10044
10045 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
10046
10047         * save-trace.exp: Factor out code to these...
10048         (gdb_save_tracepoints): New.
10049         (gdb_load_tracepoints): New.
10050         (do_save_load_test): New.
10051
10052 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
10053
10054         * gdb.base/asmlabel.exp: New test.
10055         * gdb.base/asmlabel.c: New test case.
10056
10057 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
10058
10059         * gdb.base/wrong_frame_bt_full-main.c: New file.
10060         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10061         * gdb.base/wrong_frame_bt_full.exp: New file.
10062
10063 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
10064
10065         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10066
10067 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
10068
10069         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10070         pstate register when comparing registers values in
10071         sparc64-*-linux-gnu targets to avoid spurious differences.
10072
10073 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
10074
10075         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10076
10077 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
10078
10079         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10080         as type argument to gdb_compile.
10081         * gdb.base/nested-subp2.exp: Likewise.
10082         * gdb.base/nested-subp3.exp: Likewise.
10083
10084 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10085
10086         * lib/dwarf.exp (_note): Fix left shift of negative value.
10087         * gdb.trace/trace-condition.exp: Likewise.
10088
10089 2015-11-13  Yao Qi  <yao.qi@linaro.org>
10090
10091         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10092         comments about d10v.
10093         (test_scalar_returns): Likewise.
10094         * gdb.base/d10v.ld: Remove.
10095         * gdb.base/overlays.exp: Remove the target triplet checking for
10096         d10v-*-*.
10097         * gdb.base/structs.exp (test_struct_returns): Remove the
10098         comments about d10v.
10099         (test_struct_calls): Likewise.
10100
10101 2015-11-13  Yao Qi  <yao.qi@linaro.org>
10102
10103         * gdb.base/gnu_vector.exp: Check the return value by "p res".
10104         * gdb.base/gnu_vector.c: Don't include stdio.h.
10105         (main): Don't print res and call add_some_intvecs.
10106
10107 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10108
10109         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10110         macro.
10111         (func5): Removed.
10112         (func4): Use FAST_TRACEPOINT_LABEL.
10113         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10114         macro.
10115         (func): Removed.
10116         (thread_function): Use FAST_TRACEPOINT_LABEL.
10117         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10118         (func): Remove.
10119         (marker): Use FAST_TRACEPOINT_LABEL.
10120         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10121         (pendfunc1): Remove.
10122         (pendfunc): Use FAST_TRACEPOINT_LABEL.
10123         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10124         (foo): Remove.
10125         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10126         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10127         macro.
10128         (func): Remove.
10129         (marker): Use FAST_TRACEPOINT_LABEL.
10130         * gdb.trace/trace-common.h: New header.
10131         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10132         macro.
10133         (func): Remove.
10134         (marker): Use FAST_TRACEPOINT_LABEL.
10135         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10136         (func): Remove.
10137         (thread_function): Use FAST_TRACEPOINT_LABEL.
10138
10139 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10140
10141         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10142         in front.
10143         * gdb.trace/change-loc.exp: Use global pcreg definition.
10144         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10145         * gdb.trace/entry-values.exp: Use global spreg definition, add $
10146         in front.
10147         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10148         * gdb.trace/pending.exp: Likewise.
10149         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10150         * gdb.trace/trace-break.exp: Likewise.
10151         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10152         in front.
10153         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10154         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10155         in front.
10156         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10157
10158 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
10159
10160         * gdb.ada/fin_fun_out: New testcase.
10161
10162 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
10163
10164         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10165         value associated with DW_AT_byte_size.
10166         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10167         constants for DW_AT_byte_size, DW_AT_lower_bound, and
10168         DW_AT_upper_bound.
10169
10170 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
10171
10172         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10173         (gdb_target_symbol_prefix_flags): Define in terms of _asm
10174         version.
10175         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10176         gdb.dwarf2/dw2-canonicalize-type.exp,
10177         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10178         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10179         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10180         provided by gdb_target_symbol_prefix_flags_asm.
10181         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10182         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10183         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10184         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10185         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10186         macros where needed).  Use this macro for symbols which require
10187         the prefix provided by SYMBOL_PREFIX.
10188
10189 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
10190
10191         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10192         New procs.
10193         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10194         representing expressions, of more than one list element.
10195         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10196         to prepend linker symbol prefix to f.
10197         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10198         table_1 and table_2.
10199         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10200         Likewise, for f and g.
10201         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10202         for ptr.
10203         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10204         for main.
10205         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10206         table_1_ptr and table_2_ptr.
10207
10208 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10209             Joel Brobecker  <brobecker@adacore.com>
10210
10211         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10212
10213 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10214
10215         * gdb.reverse/s390-mvcle.c: New test.
10216         * gdb.reverse/s390-mvcle.exp: New file.
10217         * lib/gdb.exp: Enable reverse tests on s390*-linux.
10218
10219 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10220
10221         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10222
10223 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10224
10225         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10226         reaching marker2.
10227         * gdb.reverse/getresuid-reverse.exp: Likewise.
10228         * gdb.reverse/pipe-reverse.exp: Likewise.
10229         * gdb.reverse/readv-reverse.exp: Likewise.
10230         * gdb.reverse/recvmsg-reverse.exp: Likewise.
10231         * gdb.reverse/time-reverse.exp: Likewise.
10232         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10233
10234 2015-10-30  Yao Qi  <yao.qi@linaro.org>
10235
10236         * gdb.threads/wp-replication.c (watch_count_done): Remove.
10237         (empty_cycle): Remove.
10238         (main): Don't call empty_cycle.  Don't use watch_count_done.
10239         * gdb.threads/wp-replication.exp: Don't set breakpoint on
10240         empty_cycle.  Rewrite the code counting HW watchpoints.
10241
10242 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
10243
10244         * gdb.reverse/fstatat-reverse.c: New test.
10245         * gdb.reverse/fstatat-reverse.exp: New file.
10246         * gdb.reverse/getresuid-reverse.c: New test.
10247         * gdb.reverse/getresuid-reverse.exp: New file.
10248         * gdb.reverse/pipe-reverse.c: New test.
10249         * gdb.reverse/pipe-reverse.exp: New file.
10250         * gdb.reverse/readv-reverse.c: New test.
10251         * gdb.reverse/readv-reverse.exp: New file.
10252         * gdb.reverse/recvmsg-reverse.c: New test.
10253         * gdb.reverse/recvmsg-reverse.exp: New file.
10254         * gdb.reverse/time-reverse.c: New test.
10255         * gdb.reverse/time-reverse.exp: New file.
10256         * gdb.reverse/waitpid-reverse.c: New test.
10257         * gdb.reverse/waitpid-reverse.exp: New file.
10258
10259 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10260
10261         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10262
10263 2015-10-26  Doug Evans  <dje@google.com>
10264
10265         PR symtab/17391
10266         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10267         * gdb.dwarf2/bad-regnum.c: New file.
10268         * gdb.dwarf2/bad-regnum.exp: New file.
10269
10270 2015-10-26  Doug Evans  <dje@google.com>
10271
10272         PR python/18938
10273         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10274         file.
10275
10276 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10277
10278         * gdb.compile/compile.exp (compile code globalvar): Update expectation
10279         for a change by "Mention language in compile error message".
10280
10281 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
10282
10283         PR python/18073
10284         * gdb.python/py-type.c (C::a_method): New.
10285         (C::a_const_method): New.
10286         (C::a_static_method): New.
10287         (a_function): New.
10288         * gdb.python/py-type.exp (test_fields): Test getting fields
10289         from function and method.
10290
10291 2015-10-21  Keven Boell  <keven.boell@intel.com>
10292
10293         * gdb.fortran/vla-alloc-assoc.exp: New file.
10294         * gdb.fortran/vla-datatypes.exp: New file.
10295         * gdb.fortran/vla-datatypes.f90: New file.
10296         * gdb.fortran/vla-history.exp: New file.
10297         * gdb.fortran/vla-ptype-sub.exp: New file.
10298         * gdb.fortran/vla-ptype.exp: New file.
10299         * gdb.fortran/vla-sizeof.exp: New file.
10300         * gdb.fortran/vla-sub.f90: New file.
10301         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10302         * gdb.fortran/vla-value-sub-finish.exp: New file.
10303         * gdb.fortran/vla-value-sub.exp: New file.
10304         * gdb.fortran/vla-value.exp: New file.
10305         * gdb.fortran/vla-ptr-info.exp: New file.
10306         * gdb.mi/mi-vla-fortran.exp: New file.
10307         * gdb.mi/vla.f90: New file.
10308
10309 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
10310
10311         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10312         of hardwired timeout value.
10313
10314 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10315             Pedro Alves  <palves@redhat.com>
10316
10317         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10318         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10319
10320 2015-10-19  Josh Stone  <jistone@redhat.com>
10321
10322         * gdb.base/catch-syscall.c: Include <sched.h>.
10323         (unknown_syscall): New variable.
10324         (main): Trigger a vfork and an unknown syscall.
10325         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10326         (unknown_syscall_number): Likewise.
10327         (check_call_to_syscall): Accept an optional syscall pattern.
10328         (check_return_from_syscall): Likewise.
10329         (check_continue): Likewise.
10330         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10331         (test_catch_syscall_skipping_return): New test toggling off 'catch
10332         syscall' to step over the syscall return, then toggling back on.
10333         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10334         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10335         (do_syscall_tests): Call test_catch_syscall_without_args and
10336         test_catch_syscall_mid_vfork.
10337         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10338         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10339
10340 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
10341
10342         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10343         print g_vE): Add new pass patterns.
10344         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10345         print various symbol names for vptr fields.
10346
10347 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
10348
10349         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10350         results.
10351
10352 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10353
10354         * gdb.arch/disp-step-insn-reloc.exp: New test case.
10355
10356 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10357
10358         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10359         is aarch64*-*-linux*.
10360
10361 2015-10-12  Yao Qi  <yao.qi@linaro.org>
10362
10363         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10364         (can_relocate_bcond_true): ... it.
10365         (can_relocate_bcond_false): New function.
10366         (foo): Likewise.
10367         (can_relocate_bl): Likewise.
10368         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10369         can_relocate_bl.
10370
10371 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
10372
10373         * gdb.base/nested-addr.c: New file.
10374         * gdb.base/nested-addr.exp: New testcase.
10375
10376 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
10377
10378         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10379         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10380         its output.  Ignore the output of "record goto begin" and instead
10381         check that GDB is replaying.
10382
10383 2015-10-09  Pedro Alves  <palves@redhat.com>
10384
10385         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10386         (top level): Use it in the run with no args test.
10387
10388 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
10389
10390         * gdb.dlang/properties.exp: New file.
10391
10392 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
10393
10394         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10395         whether or not address 0x1000 is mapped on the target.
10396
10397 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
10398
10399         * gdb.python/py-type.exp: Do not run tests if binaries fail to
10400         build.
10401
10402 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
10403
10404         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10405         instruction-history test.
10406
10407 2015-09-28  Doug Evans  <dje@google.com>
10408
10409         * gdb.base/gcore.c (array_func): Add reference to static_array.
10410
10411 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
10412
10413         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10414         source line.
10415
10416 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10417
10418         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10419         short or char as base type.
10420
10421 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10422
10423         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10424         to allow any size enum.
10425
10426 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
10427
10428         * gdb.ada/array_ptr_renaming.exp: New testcase.
10429         * gdb.ada/array_ptr_renaming/foo.adb: New file.
10430         * gdb.ada/array_ptr_renaming/pack.ads: New file.
10431
10432 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10433
10434         * gdb.trace/ftrace-lock.c: New file.
10435         * gdb.trace/ftrace-lock.exp: New file.
10436
10437 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10438
10439         * gdb.arch/insn-reloc.c: New file.
10440         * gdb.arch/ftrace-insn-reloc.exp: New file.
10441
10442 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
10443
10444         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10445         instruction.
10446         * gdb.trace/pendshr1.c (pendfunc): Likewise.
10447         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10448         * gdb.trace/range-stepping.c: Likewise.
10449         * gdb.trace/trace-break.c: Likewise.
10450         * gdb.trace/trace-mt.c (thread_function): Likewise.
10451         * gdb.trace/ftrace.c (marker): Likewise.
10452         * gdb.trace/trace-condition.c (marker): Likewise.
10453         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10454         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10455         is_aarch64_target.
10456
10457 2015-09-18  Doug Evans  <xdje42@gmail.com>
10458
10459         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10460         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10461
10462 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10463
10464         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10465         the breakpoint.
10466
10467 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10468
10469         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10470         the pending breakpoint.  Remove timeout override for "Run till
10471         MI pending breakpoint on pendfunc3 on thread 2" test.
10472
10473 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10474
10475         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10476         filename pattern.
10477
10478 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10479
10480         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10481         in breakpoint filename pattern.
10482
10483 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10484
10485         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10486
10487 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
10488
10489         * gdb.linespec/explicit.exp: Check for readline support for
10490         tab-completion tests.  Fix obvious typo.
10491
10492 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
10493
10494         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
10495         and replay.
10496
10497 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
10498
10499         * gdb.btrace/non-stop.c: New.
10500         * gdb.btrace/non-stop.exp: New.
10501
10502 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
10503             Yao Qi  <yao.qi@linaro.org>
10504
10505         * gdb.trace/trace-condition.c: New file.
10506         * gdb.trace/trace-condition.exp: New file.
10507
10508 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
10509
10510         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
10511         for testing bytecode compilation.
10512
10513 2015-09-16  Pedro Alves  <palves@redhat.com>
10514             Sandra Loosemore <sandra@codesourcery.com>
10515
10516         * gdb.threads/non-stop-fair-events.c (timeout): New global.
10517         (SECONDS): Redefine.
10518         (main): Call pthread_kill and alarm early.
10519         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
10520         support.
10521         (test): If the target can't hardware step and doesn't support
10522         displaced stepping, increase the timeout.
10523
10524 2015-09-16  Pedro Alves  <palves@redhat.com>
10525
10526         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
10527         (enable_debug): New procedures.
10528         (test): Use them.  Bail out if waiting for threads fails.
10529         (top level): Bail out if a test fails.
10530
10531 2015-09-16  Yao Qi  <yao.qi@linaro.org>
10532
10533         * gdb.asm/asm-source.exp: Set asm-arch for
10534         aarch64*-*-* target.
10535         * gdb.asm/aarch64.inc: New file.
10536
10537 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
10538
10539         * gdb.ada/array_of_variable_length.exp: New testcase.
10540         * gdb.ada/array_of_variable_length/foo.adb: New file.
10541         * gdb.ada/array_of_variable_length/pck.adb: New file.
10542         * gdb.ada/array_of_variable_length/pck.ads: New file.
10543
10544 2015-09-15  Doug Evans  <dje@google.com>
10545
10546         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
10547         of function static local variable.
10548
10549 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10550
10551         * gdb.threads/tls-so_extern.exp: New test file.
10552         * gdb.threads/tls-so_extern.c: New test file.
10553         * gdb.threads/tls-so_extern_main.c: New test file.
10554
10555 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10556
10557         * gdb.opt/solib-intra-step-lib.c: New file.
10558         * gdb.opt/solib-intra-step-main.c: New file.
10559         * gdb.opt/solib-intra-step.exp: New file.
10560
10561 2015-09-15  Pedro Alves  <palves@redhat.com>
10562
10563         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
10564         gdb_continue_to_breakpoint instead of gdb_test_multiple.
10565
10566 2015-09-14  Pedro Alves  <palves@redhat.com>
10567
10568         * gdb.base/hook-stop-continue.c: Delete.
10569         * gdb.base/hook-stop-continue.exp: Delete.
10570         * gdb.base/hook-stop-frame.c: Delete.
10571         * gdb.base/hook-stop-frame.exp: Delete.
10572         * gdb.base/hook-stop.c: New file.
10573         * gdb.base/hook-stop.exp: New file.
10574
10575 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
10576
10577         * gdb.ada/access_to_packed_array.exp: New testcase.
10578         * gdb.ada/access_to_packed_array/foo.adb: New file.
10579         * gdb.ada/access_to_packed_array/pack.adb: New file.
10580         * gdb.ada/access_to_packed_array/pack.ads: New file.
10581
10582 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
10583
10584         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
10585         buffer size test.
10586
10587 2015-09-11  Don Breazeal  <donb@codesourcery.com>
10588
10589         * gdb.base/foll-exec.c: Add copyright header.  Fix
10590         formatting issues.
10591         * gdb.base/foll-exec.exp (zap_session): Delete proc.
10592         (do_exec_tests): Use clean_restart in place of zap_session,
10593         and for test initialization.  Fix formatting issues.  Use
10594         fail in place of perror.
10595         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
10596         an expect statement to match an expression with output from
10597         the program under debug.
10598         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
10599         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
10600         * gdb.threads/non-ldr-exc-2.exp: Likewise.
10601         * gdb.threads/non-ldr-exc-3.exp: Likewise.
10602         * gdb.threads/non-ldr-exc-4.exp: Likewise.
10603
10604 2015-09-09  Doug Evans  <dje@google.com>
10605
10606         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
10607
10608 2015-09-09  Doug Evans  <dje@google.com>
10609
10610         * gdb.base/pie-execl.exp: Fix result test of build_executable.
10611
10612 2015-09-09  Doug Evans  <dje@google.com>
10613
10614         * gdb.base/savedregs.exp: Fix typo.
10615
10616 2015-09-09  Pedro Alves  <palves@redhat.com>
10617
10618         * gdb.mi/mi-cli.exp: Add CLI finish tests.
10619
10620 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
10621
10622         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
10623         command actually switches threads.  Give up on remaining
10624         tests if target fails to stop at breakpoint.
10625
10626 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10627
10628         * gdb.ada/funcall_char.exp: New testcase.
10629         * gdb.ada/funcall_char/foo.adb: New file.
10630
10631 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10632
10633         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
10634         expected outputs.  Add two testcases for completing ambiguous
10635         functions.
10636         * gdb.ada/complete/aux_pck.adb: New file.
10637         * gdb.ada/complete/aux_pck.ads: New file.
10638         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
10639         Ambiguous_Func functions.
10640         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
10641         * gdb.ada/complete/pck.adb: Likewise.
10642
10643 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
10644
10645         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
10646         failures to run the test program under GDB.
10647
10648 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
10649
10650         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
10651         to C.
10652
10653 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
10654
10655         * gdb.base/run-after-attach.exp: New test file.
10656         * gdb.base/run-after-attach.c: New test file.
10657
10658 2015-08-26  Don Breazeal  <donb@codesourcery.com>
10659
10660         * gdb.base/foll-exec-2.c: New test program.
10661         * gdb.base/foll-exec-2.exp: New test.
10662
10663 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
10664
10665         * gdb.base/nested-subp1.exp: New file.
10666         * gdb.base/nested-subp1.c: New file.
10667         * gdb.base/nested-subp2.exp: New file.
10668         * gdb.base/nested-subp2.c: New file.
10669         * gdb.base/nested-subp3.exp: New file.
10670         * gdb.base/nested-subp3.c: New file.
10671
10672 2015-08-24  Pedro Alves  <palves@redhat.com>
10673
10674         * gdb.server/connect-without-multi-process.c: New file.
10675         * gdb.server/connect-without-multi-process.exp: New file.
10676
10677 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10678
10679         * gdb.opt/inline-markers.c: Make z int.
10680
10681 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10682
10683         * gdb.opt/inline-markers.c: Make z volatile.
10684
10685 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
10686
10687         * gdb.opt/inline-bt.c: New volatile global z.
10688         * gdb.opt/inline-cmds.c: Likewise.
10689         * gdb.opt/inline-locals.c: Likewise.
10690         * gdb.opt/inline-markers.c: New extern global z.
10691         (marker): Use z.
10692         (inline_fn): Likewise.
10693
10694 2015-08-24  Pedro Alves  <palves@redhat.com>
10695
10696         * config/m32r-stub.exp: Remove file.
10697         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
10698         * gdb.base/call-rt-st.exp: Likewise.
10699         * gdb.base/call-strs.exp: Likewise.
10700         * gdb.base/default.exp: Remove references to h8300-*-hms and
10701         *-*-udi*.
10702         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
10703
10704 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10705
10706         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
10707         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
10708         and "return" use KFAIL when GDB can not read/write the vector
10709         return value.
10710
10711 2015-08-21  Gary Benson <gbenson@redhat.com>
10712
10713         * gdb.trace/pending.exp: Cope with remote transfer warnings.
10714
10715 2015-08-20  Pedro Alves  <palves@redhat.com>
10716
10717         * gdb.server/solib-list.exp: No longer expect an interior stop in
10718         non-stop mode.
10719
10720 2015-08-20  Pedro Alves  <palves@redhat.com>
10721
10722         * gdb.server/connect-stopped-target.c: New file.
10723         * gdb.server/connect-stopped-target.exp: New file.
10724
10725 2015-08-20  Pedro Alves  <palves@redhat.com>
10726
10727         * gdb.dwarf2/comp-unit-lang.exp: New file.
10728         * gdb.dwarf2/comp-unit-lang.c: New file.
10729
10730 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
10731
10732         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
10733         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
10734
10735 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
10736
10737         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
10738         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
10739
10740 2015-08-18  Doug Evans  <dje@google.com>
10741             Adrian Sendroiu <adrian.sendroiu@freescale.com>
10742
10743         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
10744         skip_python_tests.  New arg prompt_regexp.
10745         (skip_python_tests): New function.
10746         * lib/mi-support.exp (mi_skip_python_tests): New function.
10747         * gdb.python/py-mi-objfile-gdb.py: New file.
10748         * gdb.python/py-mi-objfile.c: New file.
10749         * gdb.python/py-mi-objfile.exp: New file.
10750
10751 2015-08-17  Keith Seitz  <keiths@redhat.com>
10752
10753         * gdb.linespec/explicit.exp: Move strace test from here ...
10754         * gdb.trace/strace.exp: ... to here.
10755
10756 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
10757
10758         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
10759         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
10760
10761 2015-08-14  Doug Evans  <xdje42@gmail.com>
10762
10763         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
10764         inferior before selecting a new file.
10765
10766 2015-08-14  Doug Evans  <xdje42@gmail.com>
10767
10768         * gdb.mi/mi-disassemble.exp: Update.
10769         * gdb.base/disasm-optim.S: New file.
10770         * gdb.base/disasm-optim.c: New file.
10771         * gdb.base/disasm-optim.h: New file.
10772         * gdb.base/disasm-optim.exp: New file.
10773
10774 2015-08-14  Keith Seitz  <keiths@redhat.com>
10775
10776         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
10777         "evaluated-by".
10778
10779 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
10780
10781         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
10782
10783 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
10784
10785         * gdb.ada/fun_renaming.exp: New testcase.
10786         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
10787         * gdb.ada/fun_renaming/pack.adb: New file.
10788         * gdb.ada/fun_renaming/pack.ads: New file.
10789
10790 2015-08-12  Keith Seitz  <keiths@redhat.com>
10791
10792         * gdb.base/dso2dso.exp: Pass basename of source file in call to
10793         gdb_get_line_number.
10794
10795 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
10796
10797         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
10798         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
10799         gdb.base/dso2dso.exp: New files.
10800
10801 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
10802             Pedro Alves  <palves@redhat.com>
10803             Keith Seitz  <keiths@redhat.com>
10804
10805         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
10806         GDBFLAGS.
10807
10808 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
10809
10810         * gdb.base/gdbhistsize-history.exp
10811         (test_histsize_history_setting): Use save_vars.
10812         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10813         Use save_vars.
10814         (test_no_truncation_of_unlimited_history_file): Use save_vars.
10815         * gdb.base/readline.exp: Use save_vars.
10816
10817 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
10818
10819         * lib/gdb.exp (save_vars): New proc.
10820
10821 2015-08-11  Keith Seitz  <keiths@redhat.com>
10822
10823         * gdb.base/help.exp: Update help_breakpoint_text.
10824
10825 2015-08-11  Keith Seitz  <keiths@redhat.com>
10826
10827         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
10828         (at toplevel): Call test_explicit_breakpoints.
10829         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
10830         breakpoints.
10831         * lib/mi-support.exp (mi_make_breakpoint): Add support for
10832         breakpoint conditions, "-cond".
10833
10834 2015-08-11  Keith Seitz  <keiths@redhat.com>
10835
10836         * gdb.linespec/3explicit.c: New file.
10837         * gdb.linespec/cpexplicit.cc: New file.
10838         * gdb.linespec/cpexplicit.exp: New file.
10839         * gdb.linespec/explicit.c: New file.
10840         * gdb.linespec/explicit.exp: New file.
10841         * gdb.linespec/explicit2.c: New file.
10842         * gdb.linespec/ls-errs.exp: Add explicit location tests.
10843         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
10844         before using in the matching pattern.
10845         Clarify that `prefix' is a regular expression.
10846
10847 2015-08-11  Keith Seitz  <keiths@redhat.com>
10848
10849         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
10850         test.
10851         Add tests for missing ",FMT" and ",".
10852
10853 2015-08-10  Doug Evans  <dje@google.com>
10854             Keith Seitz  <keiths@redhat.com>
10855
10856         PR gdb/17960
10857         * gdb.base/completion.exp: Add location completer tests.
10858
10859 2015-08-07  Pedro Alves  <palves@redhat.com>
10860
10861         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
10862         tests here.
10863         (top level): Run do_test with and without displaced stepping.
10864
10865 2015-08-07  Pedro Alves  <palves@redhat.com>
10866
10867         * gdb.base/valgrind-disp-step.c: New file.
10868         * gdb.base/valgrind-disp-step.exp: New file.
10869
10870 2015-08-07  Pedro Alves  <palves@redhat.com>
10871
10872         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
10873         Delete function.
10874         (main): Add alarm.  Run an infinite loop instead of calling
10875         wait_threads.
10876         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
10877         comment.
10878         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
10879         Delete function.
10880         (main): Add alarm.  Run an infinite loop instead of calling
10881         wait_threads.
10882         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
10883         comment.
10884
10885 2015-08-07  Pedro Alves  <palves@redhat.com>
10886
10887         * gdb.base/checkpoint-ns.exp: New file.
10888         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
10889         standard_testfile.
10890
10891 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
10892
10893         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
10894         * gdb.btrace/instruction_history.exp: Update.
10895         * gdb.btrace/tsx.exp: New.
10896         * gdb.btrace/tsx.c: New.
10897
10898 2015-08-06  Pedro Alves <palves@redhat.com>
10899
10900         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
10901         increase timeout.
10902         * gdb.reverse/until-precsave.exp: Bump timeouts.
10903
10904 2015-08-06  Pedro Alves  <palves@redhat.com>
10905
10906         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
10907
10908 2015-08-06  Pedro Alves  <palves@redhat.com>
10909
10910         PR gdb/18749
10911         * gdb.threads/process-dies-while-handling-bp.c: New file.
10912         * gdb.threads/process-dies-while-handling-bp.exp: New file.
10913
10914 2015-08-06  Pedro Alves  <palves@redhat.com>
10915
10916         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
10917         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
10918
10919 2015-08-05  Pedro Alves  <palves@redhat.com>
10920
10921         * gdb.threads/next-while-other-thread-longjmps.c: New file.
10922         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
10923
10924 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
10925
10926         * gdb.base/bp-permanent.exp: Report test as unsupported if
10927         the target cannot stop at the permanent breakpoint.
10928
10929 2015-08-03  Doug Evans  <dje@google.com>
10930
10931         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
10932         10000.
10933
10934 2015-08-03  Doug Evans  <dje@google.com>
10935
10936         * Makefile.in (workers/%.worker, build-perf): New rule.
10937         (GDB_PERFTEST_MODE): New variable.
10938         (check-perf): Use it.
10939         (clean): Clean up gdb.perf parallel build subdirs.
10940         * lib/build-piece.exp: New file.
10941         * lib/gdb.exp (make_gdb_parallel_path): New function
10942         (standard_output_file, standard_temp_file): Call it.
10943         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10944         of $GDB_PARALLEL.
10945         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
10946
10947 2015-08-03  Doug Evans  <dje@google.com>
10948
10949         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
10950         (LOG_FILE_NAME): New global.
10951         (TextReporter.__init__): Initialize self.txt_sum.
10952         (TextReporter.report): Add support for multiple data-points.
10953         Move report to perftest.sum, put raw data in perftest.log.
10954         (TextReporter.start): Open sum and log files.
10955         (TextReporter.end): Close sum and log files.
10956         * gdb.perf/lib/perftest/testresult.py
10957         (SingleStatisticTestResult.record): Handle multiple data-points.
10958
10959 2015-07-31  Pedro Alves  <palves@redhat.com>
10960
10961         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
10962         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10963         kill_wait_spawned_process instead of explicit "kill -9".
10964         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
10965         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10966         kill_wait_spawned_process.
10967         * gdb.base/attach-twice.exp: Likewise.
10968         * gdb.base/attach.exp: Likewise.
10969         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
10970         gdb_test_multiple.
10971         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
10972         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
10973         kill_wait_spawned_process.
10974         * gdb.base/valgrind-infcall.exp: Likewise.
10975         * gdb.multi/multi-attach.exp: Likewise.
10976         * gdb.python/py-prompt.exp: Likewise.
10977         * gdb.python/py-sync-interp.exp: Likewise.
10978         * gdb.server/ext-attach.exp: Likewise.
10979         * gdb.threads/attach-into-signal.exp (corefunc): Use
10980         spawn_wait_for_attach, spawn_id_get_pid and
10981         kill_wait_spawned_process.
10982         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
10983         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
10984         spawn_id_get_pid and kill_wait_spawned_process.
10985         * gdb.threads/attach-stopped.exp (corefunc): Use
10986         spawn_wait_for_attach, spawn_id_get_pid and
10987         kill_wait_spawned_process.
10988         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
10989         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
10990         kill_wait_spawned_process instead of explicit "kill -9".
10991         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
10992         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
10993         (spawn_wait_for_attach): Use spawn instead of exec to spawn
10994         processes.  Don't map cygwin/windows pids here.  Now returns a
10995         spawn id list.
10996
10997 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
10998
10999         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11000         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11001         correct patch.
11002
11003 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
11004
11005         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11006
11007 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
11008
11009         Reapply:
11010         2014-05-21  Mark Wielaard  <mjw@redhat.com>
11011
11012         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11013
11014 2015-07-30  Pedro Alves  <palves@redhat.com>
11015
11016         * linux-low.c (handle_extended_wait): Set the child's last
11017         reported status to TARGET_WAITKIND_STOPPED.
11018
11019 2015-07-30  Pedro Alves  <palves@redhat.com>
11020
11021         PR threads/18600
11022         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11023         only shows inferior 1.
11024
11025 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
11026             Pedro Alves  <palves@redhat.com>
11027
11028         PR threads/18600
11029         * gdb.threads/fork-plus-threads.c: New file.
11030         * gdb.threads/fork-plus-threads.exp: New file.
11031
11032 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11033
11034         * gdb.base/batch-preserve-term-settings.exp
11035         (test_terminal_settings_preserved_after_cli_exit): Use
11036         send_quit_command.
11037
11038 2015-07-29  Pedro Alves  <palves@redhat.com>
11039             Don Breazeal  <donb@codesourcery.com>
11040
11041         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11042         output from both inferior_spawn_id and gdb_spawn_id.
11043
11044 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
11045
11046         * gdb.threads/attach-into-signal.exp (corefunc): Use
11047         with_test_prefix on nested loops, uniquefying the test messages.
11048
11049 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
11050
11051         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11052         commit.
11053
11054 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11055
11056         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11057         New proc.
11058         (test_terminal_settings_preserved_after_sigterm): New test.
11059
11060 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11061
11062         * gdb.base/batch-preserve-term-settings.exp
11063         (test_terminal_settings_preserved_after_cli_exit): New test.
11064
11065 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
11066
11067         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11068         manipulation of saved_gdbflags.
11069         (test_terminal_settings_preserved): Remove global declaration of
11070         the unused variable pagination_prompt.  Remove manipulation of
11071         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
11072         GDBFLAGS.
11073
11074 2015-07-29  Pedro Alves  <palves@redhat.com>
11075
11076         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11077
11078 2015-07-29  Pedro Alves  <palves@redhat.com>
11079
11080         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11081         at the top.
11082
11083 2015-07-29  Pedro Alves  <palves@redhat.com>
11084
11085         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11086         (main): Call gdb_unbuffer_output.
11087         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11088         (main): Call gdb_unbuffer_output.
11089         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11090         (main): Call gdb_unbuffer_output.
11091         * gdb.base/call-strs.exp: Adjust to step over the
11092         gdb_unbuffer_output call.
11093         * gdb.base/catch-gdb-caused-signals.c: Include
11094         "../lib/unbuffer_output.c".
11095         (main): Call gdb_unbuffer_output.
11096         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11097         (main): Call gdb_unbuffer_output.
11098         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11099         (main): Call gdb_unbuffer_output.
11100         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11101         (main): Call gdb_unbuffer_output.
11102         * gdb.base/shlib-call.exp: Adjust to step over the
11103         gdb_unbuffer_output call.
11104         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11105         (main): Call gdb_unbuffer_output.
11106         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11107         (main): Call gdb_unbuffer_output.
11108         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11109         (main): Rename to ...
11110         (test): ... this.
11111         (main): Reimplement.
11112         * gdb.base/varargs.exp: Run to test instead of to main.
11113         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11114         (main): Call gdb_unbuffer_output.
11115
11116 2015-07-29  Pedro Alves  <palves@redhat.com>
11117
11118         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11119         factore out from mi_continue_dprintf.  For call-style dprintfs,
11120         expect dprintf output out of $inferior_spawn_id.
11121         (mi_continue_dprintf): Use mi_expect_dprintf.
11122         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11123         (main): Call gdb_unbuffer_output.
11124
11125 2015-07-29  Pedro Alves  <palves@redhat.com>
11126
11127         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11128         (default_mi_gdb_start): Set inferior_spawn_id instead of
11129         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
11130         gdb_spawn_id.
11131         (mi_gdb_test): Always expect inferior output from both
11132         $inferior_spawn_id and $gdb_spawn_id.
11133
11134 2015-07-29  Pedro Alves  <palves@redhat.com>
11135
11136         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
11137         send_inferior and $inferior_spawn_id.
11138
11139 2015-07-29  Pedro Alves  <palves@redhat.com>
11140
11141         * gdb.gdb/complaints.exp (test_initial_complaints)
11142         (test_serial_complaints, test_short_complaints): Use
11143         gdb_test_stdio.
11144         (test_empty_complaint): Handle $inferior_spawn_id !=
11145         $gdb_spawn_id.
11146
11147 2015-07-29  Pedro Alves  <palves@redhat.com>
11148
11149         * gdb.base/varargs.exp: Use gdb_test_stdio.
11150
11151 2015-07-29  Pedro Alves  <palves@redhat.com>
11152
11153         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11154
11155 2015-07-29  Pedro Alves  <palves@redhat.com>
11156
11157         * gdb.base/ending-run.exp: Use gdb_test_stdio.
11158
11159 2015-07-29  Pedro Alves  <palves@redhat.com>
11160
11161         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11162         parameter into two new parameters, "inf_result" and "gdb_result".
11163         Expect inferior output and gdb output from $inferior_spawn_id and
11164         $gdb_spawn_id, respectively.  Adjust all callers.
11165
11166 2015-07-29  Pedro Alves  <palves@redhat.com>
11167
11168         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11169         of gdb_test_sequence.
11170
11171 2015-07-29  Pedro Alves  <palves@redhat.com>
11172
11173         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11174         (saw_spurious_output): Expect inferior output from
11175         $inferior_spawn_id.  Use gdb_test_stdio.
11176
11177 2015-07-29  Pedro Alves  <palves@redhat.com>
11178
11179         * gdb.base/dprintf.exp: Use standard_testfile.  Change
11180         prepare_for_testing call.
11181         (srcfile): Don't set.
11182         (restart): New procedure.
11183         (test_dprintf): New procecure, use to continue over dprintfs.
11184         (test_call, test_agent): New procedures, tests moved here.
11185         Restart gdb and recreate dprintfs.  Adjust expected output.
11186
11187 2015-07-29  Pedro Alves  <palves@redhat.com>
11188
11189         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11190
11191 2015-07-29  Pedro Alves  <palves@redhat.com>
11192
11193         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11194
11195 2015-07-29  Pedro Alves  <palves@redhat.com>
11196
11197         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11198         gdb_test_stdio.
11199
11200 2015-07-29  Pedro Alves  <palves@redhat.com>
11201
11202         * lib/gdb.exp (gdb_test_stdio): New procedure.
11203
11204 2015-07-29  Pedro Alves  <palves@redhat.com>
11205
11206         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11207
11208 2015-07-29  Pedro Alves  <palves@redhat.com>
11209
11210         * gdb.base/call-signal-resume.exp: Remove check for
11211         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
11212         * gdb.base/unwindonsignal.exp: Likewise.
11213         * gdb.base/call-signals.c (gen_signal): Remove printf call.
11214         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11215
11216 2015-07-29  Pedro Alves  <palves@redhat.com>
11217
11218         * gdb.base/siginfo-addr.c (pass): New function.
11219         (handler): Call it iff si_addr is correct.
11220         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11221         Set a breakpoint at "pass" and continue to it.
11222
11223 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
11224
11225         * gdb.python/py-objfile.exp: Make some tests have unique names.
11226         * gdb.python/py-pp-registration.exp: Likewise.
11227
11228 2015-07-28  Pedro Alves  <palves@redhat.com>
11229
11230         * gdb.server/server-exec-info.exp: Issue a "disconnect".
11231
11232 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
11233
11234         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11235
11236 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
11237
11238         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11239
11240 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
11241
11242         * gdb.base/gdb-sigterm-2.exp: New test.
11243
11244 2015-07-25  Doug Evans  <xdje42@gmail.com>
11245
11246         Revert:
11247         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11248         (workers/%.worker, build-perf): New rule.
11249         (GDB_PERFTEST_MODE): New variable.
11250         (check-perf): Use it.
11251         (clean): Clean up gdb.perf parallel build subdirs.
11252         * lib/build-piece.exp: New file.
11253         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11254         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11255         name.
11256         (standard_temp_file): Ditto.
11257         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11258         of $GDB_PARALLEL.
11259
11260 2015-07-24  Doug Evans  <dje@google.com>
11261
11262         * gdb.perf/lib/perftest/utils.py: New file.
11263         * gdb.perf/gm-hello.cc: New file.
11264         * gdb.perf/gm-pervasive-typedef.cc: New file.
11265         * gdb.perf/gm-pervasive-typedef.h: New file.
11266         * gdb.perf/gm-std.cc: New file.
11267         * gdb.perf/gm-std.h: New file.
11268         * gdb.perf/gm-use-cerr.cc: New file.
11269         * gdb.perf/gm-utils.h: New file.
11270         * gdb.perf/gmonster-null-lookup.py: New file.
11271         * gdb.perf/gmonster-pervasive-typedef.py: New file.
11272         * gdb.perf/gmonster-print-cerr.py: New file.
11273         * gdb.perf/gmonster-ptype-string.py: New file.
11274         * gdb.perf/gmonster-runto-main.py: New file.
11275         * gdb.perf/gmonster-select-file.py: New file.
11276         * gdb.perf/gmonster1-null-lookup.exp: New file.
11277         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11278         * gdb.perf/gmonster1-print-cerr.exp: New file.
11279         * gdb.perf/gmonster1-ptype-string.exp: New file.
11280         * gdb.perf/gmonster1-runto-main.exp: New file.
11281         * gdb.perf/gmonster1-select-file.exp: New file.
11282         * gdb.perf/gmonster1.cc: New file.
11283         * gdb.perf/gmonster1.exp: New file.
11284         * gdb.perf/gmonster2-null-lookup.exp: New file.
11285         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11286         * gdb.perf/gmonster2-print-cerr.exp: New file.
11287         * gdb.perf/gmonster2-ptype-string.exp: New file.
11288         * gdb.perf/gmonster2-runto-main.exp: New file.
11289         * gdb.perf/gmonster2-select-file.exp: New file.
11290         * gdb.perf/gmonster2.cc: New file.
11291         * gdb.perf/gmonster2.exp: New file.
11292
11293 2015-07-24  Doug Evans  <dje@google.com>
11294
11295         * gdb.perf/README: New file.
11296         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11297         * lib/gen-perf-test.exp: New file.
11298
11299 2015-07-24  Doug Evans  <dje@google.com>
11300
11301         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11302         (PerfTest::startup): New function.
11303         (PerfTest::run): Return result of calling body.
11304         (PerfTest::assemble): Rewrite.
11305         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11306         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11307         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11308         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11309         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11310
11311 2015-07-24  Doug Evans  <dje@google.com>
11312
11313         * lib/gdb.exp (clean_restart): Make executable optional.
11314
11315 2015-07-24  Doug Evans  <dje@google.com>
11316
11317         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11318         compiler_info references.
11319         * gdb.cp/temargs.exp: Ditto.
11320         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11321         (get_compiler_info): Early exit if already computed.  Set compiler_info
11322         to "unknown" if there was a problem.
11323         (test_compiler_info): Add function comment.  Call get_compiler_info.
11324
11325 2015-07-24  Doug Evans  <dje@google.com>
11326
11327         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11328         (workers/%.worker, build-perf): New rule.
11329         (GDB_PERFTEST_MODE): New variable.
11330         (check-perf): Use it.
11331         (clean): Clean up gdb.perf parallel build subdirs.
11332         * lib/build-piece.exp: New file.
11333         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11334         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11335         name.
11336         (standard_temp_file): Ditto.
11337         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11338         of $GDB_PARALLEL.
11339
11340 2015-07-24  Doug Evans  <dje@google.com>
11341
11342         * lib/future.exp (gdb_default_target_compile): New option
11343         "early_flags".
11344         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11345         --as-needed.
11346
11347 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
11348
11349         * gdb.base/catch-syscall.exp: Call gdb_exit before
11350         gdb_skip_xml_test.
11351
11352 2015-07-24  Pedro Alves  <palves@redhat.com>
11353
11354         * gdb.python/py-events.exp: Accept output between the stop event
11355         and the prompt.
11356         * gdb.python/py-evsignal.exp: Likewise.
11357         * gdb.python/py-evthreads.exp: Likewise.
11358
11359 2015-07-24  Pedro Alves  <palves@redhat.com>
11360
11361         PR gdb/18717
11362         * gdb.threads/non-ldr-exit.c: New file.
11363         * gdb.threads/non-ldr-exit.exp: New file.
11364
11365 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11366
11367         * gdb.server/ext-wrapper.exp: Test --wrapper option when
11368         restarting process.
11369
11370 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11371
11372         * gdb.server/ext-restart.exp: New file.
11373
11374 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11375
11376         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11377         argument options.
11378         * gdb.server/ext-wrapper.exp: New file.
11379
11380 2015-07-23  Doug Evans  <dje@google.com>
11381
11382         * gdb.dwarf2/dw2-dummy-cu.S: New file.
11383         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11384
11385 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
11386
11387         * gdb.ada/var_arr_typedef.exp: New testcase.
11388         * gdb.ada/var_arr_typedef/pack.adb: New file.
11389         * gdb.ada/var_arr_typedef/pack.ads: New file.
11390         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11391
11392 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
11393
11394         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11395
11396 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11397
11398         * gdb.arch/i386-biarch-core.exp: Replace istarget
11399         by "complete set gnutarget". Remove expectation for the "core-file"
11400         command.
11401
11402 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11403
11404         Revert the previous commit:
11405         Tests for validate symbol file using build-id.
11406
11407 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
11408
11409         Tests for validate symbol file using build-id.
11410         * gdb.base/solib-mismatch-lib.c: New file.
11411         * gdb.base/solib-mismatch-libmod.c: New file.
11412         * gdb.base/solib-mismatch.c: New file.
11413         * gdb.base/solib-mismatch.exp: New file.
11414
11415 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
11416
11417         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11418         nios2-*-linux*.
11419         * gdb.base/sigbpt.exp (stepi_out): Likewise.
11420         * gdb.base/siginfo.exp: Likewise.
11421         * gdb.base/sigstep.exp (advance, advancei): Likewise.
11422
11423 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
11424
11425         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11426         Move it to ...
11427         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11428         ... here.
11429         * gdb.trace/range-stepping.exp: Check that the target supports
11430         range stepping.
11431
11432 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11433
11434         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11435
11436 2015-07-14  Pedro Alves  <palves@redhat.com>
11437
11438         * gdb.base/killed-outside.exp: New file.
11439         * gdb.base/killed-outside.c: New file.
11440
11441 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11442
11443         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11444         (n at main): New.
11445         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11446
11447 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11448
11449         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11450         infcall tests instead of setting up for KFAIL.
11451
11452 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
11453
11454         * gdb.btrace/record_goto-step.exp: New.
11455
11456 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
11457
11458         PR compile/18484
11459         * gdb.compile/compile.c (struct struct_type): Add volatile to
11460         selffield's type.
11461         * gdb.compile/compile.exp
11462         (compile code struct_object.selffield = &struct_object): Skip further
11463         struct_object tests if this one xfails.
11464
11465 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
11466
11467         PR exp/18617
11468         * gdb.trace/ax.exp: Add test.
11469
11470 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11471
11472         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11473         instead of istarget "aarch64*-*-*".
11474         * gdb.arch/aarch64-fp.exp: Likewise.
11475         * gdb.base/float.exp: Likewise.
11476         * gdb.reverse/aarch64.exp: Likewise.
11477         * lib/gdb.exp (is_aarch64_target): New proc.
11478
11479 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11480
11481         * lib/gdb.exp (is_aarch32_target): New proc.
11482         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11483         instead of "istarget "arm*-*-*"".
11484         * gdb.arch/arm-disp-step.exp: Likewise.
11485         * gdb.arch/thumb-bx-pc.exp: Likewise.
11486         * gdb.arch/thumb-prologue.exp: Likewise.
11487         * gdb.arch/thumb-singlestep.exp: Likewise.
11488         * gdb.base/disp-step-syscall.exp: Likewise.
11489         * gdb.base/float.exp: Likewise.
11490
11491 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11492
11493         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
11494         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
11495
11496 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11497
11498         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
11499         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
11500         if it exists.
11501         * gdb.multi/multi-arch.exp: Likewise.
11502
11503 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
11504
11505         * gdb.python/py-lazy-string.exp: Add missing parentheses to
11506         print.
11507
11508 2015-07-07  Yao Qi  <yao.qi@linaro.org>
11509
11510         * gdb.arch/thumb-singlestep.exp: Do one more single step.
11511
11512 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
11513
11514         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
11515         '[' and ']' characters.
11516
11517 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
11518
11519         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11520
11521 2015-06-29  Pedro Alves  <palves@redhat.com>
11522
11523         PR threads/18127
11524         * gdb.threads/hand-call-new-thread.c: New file.
11525         * gdb.threads/hand-call-new-thread.c: New file.
11526
11527 2015-06-26  Keith Seitz  <keiths@redhat.com>
11528             Doug Evans  <dje@google.com>
11529
11530         PR 16253
11531         * gdb.cp/var-tag-2.cc: New file.
11532         * gdb.cp/var-tag-3.cc: New file.
11533         * gdb.cp/var-tag-4.cc: New file.
11534         * gdb.cp/var-tag.cc: New file.
11535         * gdb.cp/var-tag.exp: New file.
11536
11537 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
11538
11539         * gdb.base/history-duplicates.exp: New test.
11540
11541 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
11542
11543         * gdb.base/completion.exp: Test the completion of the "focus"
11544         command.
11545
11546 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11547
11548         * gdb.arch/amd64-prologue-skip.S: New file.
11549         * gdb.arch/amd64-prologue-skip.exp: New file.
11550
11551 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
11552
11553         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
11554         is_address_zero_readable check.
11555
11556 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
11557
11558         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
11559         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
11560
11561 2015-06-24  Yao Qi  <yao.qi@linaro.org>
11562
11563         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
11564         linux targets.
11565
11566 2015-06-24  Yao Qi  <yao.qi@linaro.org>
11567
11568         * lib/gdb.exp (supports_get_siginfo_type): New proc.
11569         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
11570         * gdb.base/siginfo-thread.exp: Likewise.
11571
11572 2015-06-22  Yao Qi  <yao.qi@linaro.org>
11573
11574         * boards/remote-gdbserver-on-localhost.exp: Add comments.
11575
11576 2015-06-22  Yao Qi  <yao.qi@linaro.org>
11577
11578         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
11579         aarch64*-*-*.
11580         (skip_hw_watchpoint_tests): Likewise.
11581
11582 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
11583
11584         * gdb.base/gdbinit-history.exp: Test the interaction between
11585         setting GDBHISTSIZE and setting the history size via .gdbinit.
11586
11587 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11588
11589         PR gdb/16999
11590         * gdb.base/gdbhistsize-history.exp: New test.
11591
11592 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11593
11594         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
11595         with GDBHISTSIZE.
11596         * gdb.base/readline.exp: Likewise.
11597
11598 2015-06-17  Yao Qi  <yao.qi@linaro.org>
11599
11600         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
11601         line.
11602
11603 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
11604
11605         * gdb.base/gdbinit-history.exp: Add test case to check that
11606         an unlimited history file does not get truncated on exit.
11607
11608 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11609
11610         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
11611         (VECTOR): New macro.  Use it...
11612         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11613         ...for these typedefs.
11614         (int8, char1, int1, double1): New typedefs.
11615         (struct just_int2, struct two_int2): New structures.
11616         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
11617         (add_structvecs, add_singlevecs): New functions.
11618         (main): Call add_some_intvecs twice.
11619         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
11620         the compile and exit upon failure.  Try compiling for the "native"
11621         architecture.  Test inferior function calls with vector arguments
11622         and vector return value handling with "finish" and "return".
11623
11624 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
11625
11626         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
11627         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
11628         PE file.
11629         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
11630
11631 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11632
11633         PR breakpoints/16465
11634         * gdb.mi/mi-dprintf-pending.c: New file.
11635         * gdb.mi/mi-dprintf-pending.exp: New test.
11636         * gdb.mi/mi-dprintf-pendshr.c: New file.
11637
11638 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11639             Mircea Gherzan  <mircea.gherzan@intel.com>
11640
11641         * gdb.arch/i386-mpx-map.c: New file.
11642         * gdb.arch/i386-mpx-map.exp: New File.
11643
11644 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11645
11646         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
11647         * gdb.arch/i386-mpx.exp: Indentation fixed.
11648
11649 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11650
11651         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
11652         function and improved indentation.
11653         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
11654         gdb_test_multiple. Added additional tests to skip the test.
11655
11656 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
11657
11658         * gdb.arch/i386-avx512.c: Change path in include file.
11659         * gdb.arch/i386-avx512.exp: Change include dir path
11660         compilation flag.
11661         * gdb.arch/i386-mpx.c: Change path in include file.
11662         * gdb.arch/i386-mpx.exp: Change include dir path compilation
11663         flag.
11664
11665 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11666
11667         * gdb.compile/compile-print.exp (compile print *vararray@3)
11668         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
11669
11670 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11671
11672         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
11673         (do not keep jit in memory): ... this.
11674         (expect 5): Change it to ...
11675         (expect no 5): ... this.
11676
11677 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
11678
11679         PR gdb/15564
11680         * gdb.mi/mi-detach.exp: New file.
11681
11682 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
11683
11684         PR symtab/18392
11685         * gdb.arch/amd64-tailcall-self.S: New file.
11686         * gdb.arch/amd64-tailcall-self.c: New file.
11687         * gdb.arch/amd64-tailcall-self.exp: New file.
11688
11689 2015-05-28  Don Breazeal  <donb@codesourcery.com>
11690
11691         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
11692         tests for remote targets by checking is_target_gdbserver.
11693
11694 2015-05-27  Doug Evans  <dje@google.com>
11695
11696         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
11697         * gdb.dwarf2/opaque-type-lookup.c: New file.
11698         * gdb.dwarf2/opaque-type-lookup.exp: New file.
11699
11700 2015-05-26  Doug Evans  <dje@google.com>
11701
11702         * gdb.cp/iostream.cc: New file.
11703         * gdb.cp/iostream.exp: New file.
11704
11705 2015-05-26  Doug Evans  <dje@google.com>
11706
11707         * gdb.dwarf2/dw2-op-call.exp: Update.
11708         * gdb.dwarf2/dw4-sig-types.exp: Update.
11709         * gdb.dwarf2/implptr.exp: Update.
11710         * gdb.mi/mi-cmd-param-changed.exp: Update.
11711
11712 2015-05-26  Doug Evans  <dje@google.com>
11713
11714         * gdb.python/py-lazy-string.c: New file.
11715         * gdb.python/py-lazy-string.exp: New file.
11716         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
11717         (main): Update.  Add estring3.
11718         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
11719         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
11720
11721 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
11722             Yao Qi  <yao.qi@linaro.org>
11723
11724         * gdb.reverse/aarch64.c: New.
11725         * gdb.reverse/aarch64.exp: New.
11726
11727 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
11728
11729         * lib/gdb.exp (supports_process_record): Return true for
11730         aarch64*-linux*.
11731         (supports_reverse): Likewise.
11732
11733 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
11734
11735         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11736         Use with_test_prefix.
11737
11738 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
11739
11740         * gdb.base/completion.exp: Add test for completion of layout
11741         names.
11742
11743 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
11744
11745         * lib/gdb.exp (skip_tui_tests): New proc.
11746         * gdb.base/tui-layout.exp: Check skip_tui_tests.
11747
11748 2015-05-19  Pedro Alves  <palves@redhat.com>
11749
11750         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11751         Save the whole env array instead of just HOME.  Unset HISTSIZE in
11752         the environment while testing.  Restore whole environment
11753         afterwards.
11754
11755 2015-05-16  Doug Evans  <xdje42@gmail.com>
11756
11757         * gdb.guile/scm-ports.c: New file.
11758         * gdb.guile/scm-ports.exp: Add memory port tests.
11759
11760 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11761
11762         * gdb.compile/compile-print.c: New file.
11763         * gdb.compile/compile-print.exp: New file.
11764
11765 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
11766
11767         * gdb.compile/compile-ops.exp: Cast param to void.
11768         * gdb.compile/compile.exp: Complete type for _gdb_expr.
11769         (compile code struct_object.selffield = &struct_object): Add xfail.
11770
11771 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11772
11773         * gdb.ada/arr_enum_with_gap: New testcase.
11774
11775 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11776
11777         * gdb.ada/byte_packed_arr: New testcase.
11778
11779 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
11780
11781         * gdb.ada/pckd_neg: New testcase.
11782
11783 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
11784
11785         PR gdb/17820
11786         * gdb.base/gdbinit-history.exp: New test.
11787         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
11788         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
11789
11790 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
11791
11792         * gdb.python/py-xmethods.cc: Enhance test case.
11793         * gdb.python/py-xmethods.exp: New tests.
11794         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
11795         function.
11796         (B_indexoper): Likewise.
11797         (global_dm_list) : Add new xmethod worker functions.
11798
11799 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
11800
11801         * gdb.base/coredump-filter.exp: Correctly unset
11802         "coredump_var_addr" array.
11803
11804 2015-05-08  Pedro Alves  <palves@redhat.com>
11805
11806         * gdb.server/non-existing-program.exp: Unset spawn_id.
11807
11808 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
11809
11810         PR python/18291
11811         * gdb.python/py-xmethods.exp: Add tests.
11812
11813 2015-05-08  Yao Qi  <yao.qi@linaro.org>
11814
11815         PR gdb/18208
11816         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
11817         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
11818         function set_coredump_filter, and remove remote_exec call.
11819         Remove argument ipid.  Callers update.
11820         (top level): Don't get inferior's PID.
11821
11822 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11823
11824         * gdb.base/watch_thread_num.exp: Skip test on targets without
11825         access watchpoints.
11826
11827 2015-05-06  Pedro Alves  <palves@redhat.com>
11828
11829         PR server/18081
11830         * gdb.server/non-existing-program.exp: New file.
11831
11832 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11833
11834         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
11835
11836 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11837
11838         * gdb.ada/out_of_line_in_inlined: New testcase.
11839
11840 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
11841
11842         * gdb.ada/var_rec_arr: New testcase.
11843
11844 2015-04-30  Yao Qi  <yao.qi@linaro.org>
11845
11846         * gdb.base/break-idempotent.exp: If
11847         skip_hw_watchpoint_multi_tests returns true, skip the tests
11848         on "rwatch" and "awatch".
11849
11850 2015-04-30  Yao Qi  <yao.qi@linaro.org>
11851
11852         * gdb.base/relativedebug.exp: Invoke gdb command
11853         "info sharedlibrary", and if libc.so doesn't have debug info,
11854         skip the test.
11855
11856 2015-04-29  Doug Evans  <dje@google.com>
11857
11858         * gdb.python/py-xmethods.exp: Add ptype tests.
11859         * gdb.python/py-xmethods.py (E_method_char_worker): Add
11860         get_result_type method.
11861
11862 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11863
11864         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
11865         the target does not support hardware watchpoints.
11866
11867 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
11868
11869         * gdb.base/break-always.exp: Abort testing if writing to memory
11870         causes an error.
11871
11872 2015-04-28  Doug Evans  <dje@google.com>
11873
11874         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
11875         * gdb.python/py-pp-registration.exp: ... here.  New file.
11876         * gdb.python/py-pp-registration.c: New file.
11877         * gdb.python/py-pp-registration.py: New file.
11878
11879 2015-04-28  Doug Evans  <dje@google.com>
11880
11881         * gdb.python/py-bad-printers.c: New file.
11882         * gdb.python/py-bad-printers.py: New file.
11883         * gdb.python/py-bad-printers.exp: New file.
11884
11885 2015-04-28  Sasha Smundak  <asmundak@google.com>
11886
11887         * gdb.python/py-type.exp: New test.
11888
11889 2015-04-28  Andy Wingo  <wingo@igalia.com>
11890
11891         * gdb.python/py-parameter.exp:
11892         * gdb.guile/scm-parameter.exp: Escape the path that we are
11893         matching against, as it might contain characters that are special
11894         to regular expressions.
11895
11896 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
11897
11898         * gdb.ada/rec_comp: New testcase.
11899
11900 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
11901
11902         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
11903         before using it.
11904
11905 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
11906
11907         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
11908         new tests for verilog output.
11909
11910 2015-04-24  Yao Qi  <yao.qi@linaro.org>
11911
11912         * boards/remote-gdbserver-on-localhost.exp: New file.
11913
11914 2015-04-23  Pedro Alves  <palves@redhat.com>
11915
11916         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
11917         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
11918         "end of file", remove $inferior_spawn_id from the indirect list.
11919
11920 2015-04-23  Pedro Alves  <palves@redhat.com>
11921
11922         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
11923
11924 2015-04-23  Pedro Alves  <palves@redhat.com>
11925
11926         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
11927         on $any_spawn_id instead of only on $gdb_spawn_id.
11928
11929 2015-04-21  Pierre Muller  <muller@sourceware.org>
11930
11931         PR pascal/17815
11932         * lib/pascal.exp (gpc_compile): Add new option "class".
11933         (fpc_compile): Likewise.
11934         * gdb.pascal/case-insensitive-symbols.pas: New file.
11935         * gdb.pascal/case-insensitive-symbols.exp: New file.
11936
11937 2015-04-20  Gary Benson <gbenson@redhat.com>
11938
11939         * gdb.base/attach.exp: Fix three extended remote failures.
11940
11941 2015-04-17  Gary Benson <gbenson@redhat.com>
11942
11943         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
11944         the main executable over the remote protocol.
11945
11946 2015-04-16  Pedro Alves  <palves@redhat.com>
11947
11948         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
11949         a new gdbserver if gdbserver_reconnect_p is set.
11950
11951 2015-04-16  Pedro Alves  <palves@redhat.com>
11952
11953         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
11954         is set, don't exit gdbserver.
11955
11956 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11957
11958         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
11959         appropriate .insn, such that an older assembler can be used.
11960         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
11961         the z/Architecture instruction set on 31-bit targets as well.
11962
11963 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11964
11965         * gdb.go/handcall.exp: Remove all logic related to the first
11966         breakpoint and rely on go_runto_main instead.
11967         * gdb.go/strings.exp: Likewise.
11968         * gdb.go/unsafe.exp: Likewise.
11969         * gdb.go/hello.exp: Likewise.  Also rename the remaining
11970         breakpoint marker to "breakpoint 1".
11971         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
11972         * gdb.go/strings.go: Likewise.
11973         * gdb.go/unsafe.go: Likewise.
11974         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
11975         "set breakpoint 2 here" and rename the remaining breakpoint marker
11976         to "breakpoint 1".
11977
11978 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
11979
11980         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
11981         if itertools.imap is not present.
11982         * gdb.python/py-objfile.exp: Add parentheses.
11983         * gdb.python/py-type.exp: Same.
11984         * gdb.python/py-unwind-maint.py: Same.
11985
11986 2015-04-15  Yao Qi  <yao.qi@linaro.org>
11987
11988         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
11989         of ":$ptr_size" and set its form explicitly.
11990
11991 2015-04-15  Pedro Alves  <palves@redhat.com>
11992             Yao Qi  <yao.qi@linaro.org>
11993
11994         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
11995         timeout by factor of 4.
11996         (test_regular_watch): Likewise.
11997         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
11998         * gdb.reverse/sigall-reverse.exp: Likewise.
11999         * gdb.reverse/until-precsave.exp: Likewise.
12000         * lib/gdb.exp (with_timeout_factor): New proc.
12001         (gdb_expect): Move some code to ...
12002         (get_largest_timeout): ... here.  New procedure.
12003
12004 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
12005
12006         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12007
12008 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
12009
12010         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12011         to write to the .text section.
12012
12013 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
12014
12015         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12016         Handle the case of targets that do not provide PID information.
12017
12018 2015-04-13  Yao Qi  <yao.qi@linaro.org>
12019
12020         * lib/gdbserver-support.exp (gdb_exit): Catch exception
12021         and use expect instead of gdb_expect.
12022
12023 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
12024
12025         * gdb.base/coredump-filter.exp: Rename variable "addr" to
12026         "coredump_var_addr" to avoid naming conflict with other testcases.
12027
12028 2015-04-10  Pedro Alves  <palves@redhat.com>
12029
12030         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12031         gdb_test_sequence and gdb_assert.
12032
12033 2015-04-10  Pedro Alves  <palves@redhat.com>
12034
12035         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12036         test messages that don't include the breakpoint address.
12037
12038 2015-04-10  Yao Qi  <yao.qi@linaro.org>
12039
12040         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12041         false for some offset and width combinations which aren't
12042         supported by linux kernel.
12043
12044 2015-04-10  Pedro Alves  <palves@redhat.com>
12045
12046         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12047         procedure, factored out from ...
12048         (top level): ... here.  Add "set displaced-stepping" testing axis.
12049         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12050         parameter "displaced".  Use it.
12051         (top level): Use foreach and add "set displaced-stepping" testing
12052         axis.
12053
12054 2015-04-10  Pedro Alves  <palves@redhat.com>
12055
12056         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12057         Remove comment.
12058         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12059         both the address of the instruction that triggers the watchpoint
12060         and the address of the instruction immediately after, and use
12061         those addresses for the test.  Fix comment.
12062
12063 2015-04-10  Pedro Alves  <palves@redhat.com>
12064
12065         * gdb.base/sigstep.exp (breakpoint_to_handler)
12066         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
12067         Test "backtrace" in handler.
12068         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
12069         (top level): Add new "displaced" test axis to
12070         breakpoint_to_handler, breakpoint_to_handler_entry and
12071         breakpoint_over_handler.
12072
12073 2015-04-10  Pedro Alves  <palves@redhat.com>
12074
12075         PR gdb/18216
12076         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12077
12078 2015-04-10  Yao Qi  <yao.qi@linaro.org>
12079
12080         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12081         (test_add_rn_pc): New function.
12082         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12083         (top level): Invoke test_add_rn_pc.
12084
12085 2015-04-10  Pedro Alves  <palves@redhat.com>
12086
12087         PR gdb/13858
12088         * gdb.base/step-over-no-symbols.exp: New file.
12089
12090 2015-04-09  Andy Wingo  <wingo@igalia.com>
12091
12092         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12093         after the Python tests.
12094
12095 2015-04-08  Keith Seitz  <keiths@redhat.com>
12096
12097         PR python/16699
12098         * gdb.python/py-completion.exp: New tests for completion.
12099         * gdb.python/py-completion.py (CompleteLimit1): New class.
12100         (CompleteLimit2): Likewise.
12101         (CompleteLimit3): Likewise.
12102         (CompleteLimit4): Likewise.
12103         (CompleteLimit5): Likewise.
12104         (CompleteLimit6): Likewise.
12105         (CompleteLimit7): Likewise.
12106
12107 2015-04-08  Pedro Alves  <palves@redhat.com>
12108
12109         PR gdb/18214
12110         PR gdb/18216
12111         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12112         function.
12113         (main): Install it as SIGUSR1 handler.
12114         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12115         parameter.  Always use "setup" as prefix.  Toggle "set
12116         displaced-stepping" off/on depending on global.  Don't switch to
12117         thread 1 here.
12118         (top level): Add displaced stepping "off/on" test axis.  Update
12119         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
12120         continuing with a queued signal in each thread.
12121
12122 2015-04-08  Pedro Alves  <palves@redhat.com>
12123
12124         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12125         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
12126         gdb_breakpoint instead of gdb_test that doesn't expect anything.
12127         Return early if running to main fails.
12128         * gdb.trace/while-stepping.exp: Likewise.
12129
12130 2015-04-07  Pedro Alves  <palves@redhat.com>
12131
12132         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12133         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
12134         interact with inferior program.
12135
12136 2015-04-07  Pedro Alves  <palves@redhat.com>
12137
12138         * lib/gdb.exp (inferior_spawn_id): New global.
12139         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
12140         spawn id after processing the user code.
12141         (default_gdb_start): Set inferior_spawn_id.
12142         (send_inferior): New procedure.
12143         * lib/gdbserver-support.exp (gdbserver_start): Set
12144         inferior_spawn_id.
12145         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12146
12147 2015-04-07  Pedro Alves  <palves@redhat.com>
12148
12149         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12150         * lib/gdbserver-support.exp (gdbserver_start): Make
12151         $server_spawn_id global.
12152         (gdbserver_start): Don't wait for gdbserver's spawn id with
12153         expect_background.
12154         (close_gdbserver): New procedure.
12155         (gdb_exit): Rename the default version and reimplement.
12156
12157 2015-04-07  Pedro Alves  <palves@redhat.com>
12158
12159         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12160         append the substituted item, not the original item.
12161
12162 2015-04-07  Pedro Alves  <palves@redhat.com>
12163
12164         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12165         gdb_expect.
12166
12167 2015-04-07  Pedro Alves  <palves@redhat.com>
12168
12169         * gdb.base/interrupt.exp: Don't handle the case of the inferior
12170         output appearing once only.
12171
12172 2015-04-07  Pedro Alves  <palves@redhat.com>
12173
12174         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12175         that doesn't expect anything.  Return early if running to main
12176         fails.
12177
12178 2015-04-07  Yao Qi  <yao.qi@linaro.org>
12179
12180         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12181         (child_function): Call alarm.
12182         (main): Move call to alarm into the loop.
12183         * gdb.threads/non-stop-fair-events.exp: Build program with
12184         -DTIMEOUT=$timeout.
12185
12186 2015-04-06  Doug Evans  <xdje42@gmail.com>
12187
12188         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12189         Fix dest parameter to board_info.
12190         (fpc_compile): Ditto.
12191         (gdb_compile_pascal): Rename dest arg to destfile.
12192
12193 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
12194
12195         * gdb.ada/funcall_ref.exp: New file.
12196         * gdb.ada/funcall_ref/foo.adb: New file.
12197
12198 2015-04-02  Yao Qi  <yao.qi@linaro.org>
12199
12200         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12201         is remote.
12202
12203 2015-04-02  Gary Benson <gbenson@redhat.com>
12204
12205         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12206
12207 2015-04-01  Sasha Smundak  <asmundak@google.com>
12208
12209         * gdb.python/py-unwind-maint.c: New file.
12210         * gdb.python/py-unwind-maint.exp: New test.
12211         * gdb.python/py-unwind-maint.py: New file.
12212         * gdb.python/py-unwind.c: New file.
12213         * gdb.python/py-unwind.exp: New test.
12214         * gdb.python/py-unwind.py: New test.
12215
12216 2015-04-01  Pedro Alves  <palves@redhat.com>
12217
12218         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12219         to fail instead of non-existent $test.
12220
12221 2015-04-01  Pedro Alves  <palves@redhat.com>
12222
12223         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12224         GDBFLAGS if not empty.
12225
12226 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
12227
12228         * gdb.ada/complete.exp: Remove "multi_line".
12229         * gdb.ada/info_exc.exp: Remove "multi_line".
12230         * gdb.ada/packed_tagged.exp: Remove "multi_line".
12231         * gdb.ada/ptype_field.exp: Remove "multi_line".
12232         * gdb.ada/sym_print_name.exp: Remove "multi_line".
12233         * gdb.ada/tagged.exp: Remove "multi_line".
12234         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12235         [multi_line ...]
12236         * gdb.btrace/delta.exp: Likewise.
12237         * gdb.btrace/exception.exp: Likewise.
12238         * gdb.btrace/function_call_history.exp: Likewise.
12239         * gdb.btrace/instruction_history.exp: Likewise.
12240         * gdb.btrace/nohist.exp: Likewise.
12241         * gdb.btrace/record_goto.exp: Likewise.
12242         * gdb.btrace/segv.exp: Likewise.
12243         * gdb.btrace/stepi.exp: Likewise.
12244         * gdb.btrace/tailcall.exp: Likewise.
12245         * gdb.btrace/unknown_functions.exp: Likewise.
12246         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12247         * lib/gdb.exp: Add the "multi_line" helper.
12248
12249 2015-04-01  Pedro Alves  <palves@redhat.com>
12250
12251         * gdb.threads/tid-reuse.c: New file.
12252         * gdb.threads/tid-reuse.exp: New file.
12253
12254 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
12255
12256         PR corefiles/16092
12257         * gdb.base/coredump-filter.c: New file.
12258         * gdb.base/coredump-filter.exp: Likewise.
12259
12260 2015-03-27  Petr Machata  <pmachata@redhat.com>
12261
12262         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12263         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12264         (Dwarf::assemble): Initialize them.
12265         (Dwarf::lines): New function.
12266
12267 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
12268
12269         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12270         SYMBOL_PREFIX for x86_64-*-cygwin.
12271
12272 2015-03-26  Andy Wingo  <wingo@igalia.com>
12273
12274         PR symtab/18148
12275         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12276         const_value but not a location.
12277         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12278         location defined in non-main CUs are visible.
12279
12280 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12281
12282         PR testsuite/18139
12283         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12284         Add a line number entry for the same line.
12285         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12286         Add a line number entry for the same line.
12287
12288 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12289
12290         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12291         .int 0.
12292         (func): Likewise.  Add .Lfunc_1 label.
12293         Use .Lfunc_1 label.
12294         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12295         .int 0.
12296         (func): Likewise.
12297         Use .Lfunc_1 label.
12298
12299 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12300
12301         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12302         Call gdb_compile instead to compile each .s files without debug
12303         information.
12304
12305 2015-03-26  Yao Qi  <yao.qi@linaro.org>
12306
12307         * gdb.base/savedregs.exp (process_saved_regs): Make
12308         "Saved registers:" optional in the pattern.
12309
12310 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
12311
12312         * gdb.btrace/next.exp: Merged into step.exp.
12313         * gdb.btrace/finish.exp: Merged into step.exp.
12314         * gdb.btrace/nexti.exp: Merged into stepi.exp.
12315         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
12316         "record goto" and checking the exact replay position.
12317         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
12318         check for "Recording format" in "info record" output.
12319         * gdb.btrace/record_goto.exp: Choose test file based on target.
12320         * gdb.btrace/x86-record_goto.S: Renamed into ...
12321         * gdb.btrace/x86_64-record_goto.S: ... this.
12322         * gdb.btrace/i686-record_goto.S: New.
12323         * gdb.btrace/x86-tailcall.S: Renamed into ...
12324         * gdb.btrace/x86_64-tailcall.S: ... this.
12325         * gdb.btrace/i686-tailcall.S: New.
12326         * gdb.btrace/x86-tailcall.c: Renamed into ...
12327         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
12328         separate statements.  Update test.
12329         * gdb.btrace/delta.exp: Use record_goto.c as test file.
12330         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12331         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12332         * gdb.btrace/tailcall.exp: Choose test file based on target.
12333         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12334
12335 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
12336
12337         * gdb.btrace/exception.exp: Increase BTS buffer size.
12338
12339 2015-03-24  Pedro Alves  <palves@redhat.com>
12340
12341         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12342
12343 2015-03-24  Pedro Alves  <palves@redhat.com>
12344
12345         * gdb.threads/schedlock.exp (test_step): No longer expect that
12346         "set scheduler-locking step" with "next" over a function call runs
12347         threads unlocked.
12348
12349 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12350
12351         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12352
12353 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12354
12355         PR breakpoints/16466
12356         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12357         * gdb.mi/mi-pending.c (thread_func): New function.
12358         (int main): Add threading support required.
12359         * gdb.mi/mi-pending.exp: Add tests for this issue.
12360         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12361         (pendfunc2): Remove stdio dependency.
12362         * gdb.mi/mi-pendshr2.c: New file.
12363
12364 2015-03-23  Keith Seitz  <keiths@redhat.com>
12365
12366         * gdb.linespec/keywords.c: New file.
12367         * gdb.linespec/keywords.exp: New file.
12368
12369 2015-03-23  Keith Seitz  <keiths@redhat.com>
12370
12371         PR gdb/18021
12372         * gdb.dwarf2/staticvirtual.exp: New test.
12373
12374 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12375
12376         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12377         * README: Remove HP-UX and gdb.hp.
12378         (configuration):
12379         * configure: Regenerate.
12380         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12381         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12382         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12383         gdb.hp/gdb.defects/Makefile.
12384         * gdb.hp/Makefile.in: File deleted.
12385         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12386         * gdb.hp/gdb.aCC/optimize.c: File deleted.
12387         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12388         * gdb.hp/gdb.aCC/run.c: File deleted.
12389         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12390         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12391         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12392         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12393         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12394         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12395         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12396         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12397         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12398         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12399         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12400         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12401         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12402         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12403         * gdb.hp/gdb.base-hp/reg.s: File deleted.
12404         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12405         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12406         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12407         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12408         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12409         * gdb.hp/gdb.compat/Makefile.in: File deleted.
12410         * gdb.hp/gdb.compat/average.c: File deleted.
12411         * gdb.hp/gdb.compat/sum.c: File deleted.
12412         * gdb.hp/gdb.compat/xdb.c: File deleted.
12413         * gdb.hp/gdb.compat/xdb0.c: File deleted.
12414         * gdb.hp/gdb.compat/xdb0.h: File deleted.
12415         * gdb.hp/gdb.compat/xdb1.c: File deleted.
12416         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12417         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12418         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12419         * gdb.hp/gdb.defects/Makefile.in: File deleted.
12420         * gdb.hp/gdb.defects/bs14602.c: File deleted.
12421         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12422         * gdb.hp/gdb.defects/solib-d.c: File deleted.
12423         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12424         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12425         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12426         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12427         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12428         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12429         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12430         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12431         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12432         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12433         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12434         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12435         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12436         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12437         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12438         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12439         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12440         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12441         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12442         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12443         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12444         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12445         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12446         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12447         * gdb.hp/tools/odump: File deleted.
12448
12449 2015-03-19  Pedro Alves  <palves@redhat.com>
12450
12451         * gdb.threads/continue-pending-status.exp (saw_thread_2)
12452         (saw_thread_3): New globals.
12453         (top level): Increment them when an event for the corresponding
12454         thread is seen.
12455         (no thread starvation): New test.
12456
12457 2015-03-19  Pedro Alves  <palves@redhat.com>
12458
12459         * gdb.threads/continue-pending-status.c: New file.
12460         * gdb.threads/continue-pending-status.exp: New file.
12461
12462 2015-03-18  Pedro Alves  <palves@redhat.com>
12463
12464         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12465         Use gdb_is_target_remote instead of is_remote.  Use
12466         gdb_test_multiple instead of gdb_expect.  Exit early if
12467         gdb_test_multiple hits its internal matches.  Tighten stepi tests
12468         expected output.  Fail on exit with any signal, instead of just
12469         SIGILL.
12470
12471 2015-03-18  Yao Qi  <yao.qi@linaro.org>
12472
12473         PR tdep/18107
12474         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12475         variable.
12476         * gdb.base/catch-syscall.exp: Don't skip it on
12477         aarch64*-*-linux* target.  Remove elements in all_syscalls.
12478         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12479         target.
12480         (setup_all_syscalls): New proc.
12481
12482 2015-03-16  Yao Qi  <yao.qi@linaro.org>
12483
12484         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12485         (top level): Skip tests if valid_addr_p returns false for
12486         $cmd1 or $cmd2.
12487
12488 2015-03-11  Andy Wingo  <wingo@igalia.com>
12489
12490         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
12491
12492 2015-03-11  Yao Qi  <yao.qi@linaro.org>
12493
12494         * gdb.base/catch-syscall.exp: Fix typo in comments.
12495
12496 2015-03-11  Yao Qi  <yao.qi@linaro.org>
12497
12498         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
12499
12500 2015-03-09  Pedro Alves  <palves@redhat.com>
12501
12502         * dg-extract-results.py: Delete.
12503
12504 2015-03-09  Pedro Alves  <palves@redhat.com>
12505
12506         Merge dg-extract-results.sh from GCC upstream (r218843).
12507
12508         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
12509                 * dg-extract-results.sh: Use --text with grep to avoid issues with
12510                 binary files.  Fall back to cat -v, if that doesn't work.
12511
12512 2015-03-05  Pedro Alves  <palves@redhat.com>
12513
12514         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
12515
12516 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
12517
12518         * lib/mi-support.exp (mi_expect_interrupt): Accept
12519         alternative event for when in all-stop mode.
12520
12521 2015-03-04  Pedro Alves  <palves@redhat.com>
12522
12523         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
12524
12525 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
12526
12527         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
12528
12529 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12530
12531         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
12532         regexps for GDB's current line display, accept a hex address
12533         preceding the line number.
12534
12535 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12536
12537         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
12538         the 'arch1' variable for "s390*-linux*" targets.
12539
12540 2015-03-04  Pedro Alves  <palves@redhat.com>
12541
12542         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
12543         (main): Pass missing retval argument to pthread_join call.
12544
12545 2015-03-02  Pedro Alves  <palves@redhat.com>
12546
12547         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
12548         (top level): Call do_test with non-stop as well.
12549
12550 2015-03-02  Pedro Alves  <palves@redhat.com>
12551
12552         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
12553         -1.
12554
12555 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12556
12557         * gdb.arch/s390-vregs.exp: New test.
12558         * gdb.arch/s390-vregs.S: New file.
12559
12560 2015-02-27  Pedro Alves  <palves@redhat.com>
12561
12562         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
12563         call to catch_command_errors.
12564         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
12565         catch_command_errors.
12566
12567 2015-02-27  Pedro Alves  <palves@redhat.com>
12568
12569         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
12570         "true" for boolean result.
12571         * gdb.gdb/selftest.exp (test_with_self): Also accept full
12572         prototype of main.
12573
12574 2015-02-27  Pedro Alves  <palves@redhat.com>
12575
12576         * lib/unbuffer_output.c: New file.
12577         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
12578         (main): Call gdb_unbuffer_output.
12579
12580 2015-02-27  Yao Qi  <yao.qi@linaro.org>
12581
12582         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
12583         target.
12584
12585 2015-02-26  Doug Evans  <dje@google.com>
12586
12587         * gdb.cp/class2.cc (Dbase, D): New classes.
12588         (main): New local delta.
12589         * gdb.cp/class2.exp: Test printing delta.
12590         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
12591         (dynbar): New global.
12592         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
12593
12594 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12595
12596         * gdb.compile/compile-ifunc.c: New file.
12597         * gdb.compile/compile-ifunc.exp: New file.
12598
12599 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12600
12601         * gdb.base/structs.exp: Check for correct struct on finish.
12602
12603 2015-02-26  Yao Qi  <yao.qi@linaro.org>
12604
12605         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
12606         is zero.
12607
12608 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12609
12610         * gdb.arch/cordic.ko.bz2: New file.
12611         * gdb.arch/cordic.ko.debug.bz2: New file.
12612         * gdb.arch/ppc64-symtab-cordic.exp: New file.
12613
12614 2015-02-25  Yao Qi  <yao.qi@linaro.org>
12615
12616         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
12617         aarch64*-*-* target.
12618
12619 2015-02-23  Pedro Alves  <palves@redhat.com>
12620
12621         * lib/gdb.exp (delete_breakpoints): Rewrite using
12622         gdb_test_multiple.
12623
12624 2015-02-23  Pedro Alves  <palves@redhat.com>
12625
12626         * gdb.base/info-os.c: Include stdlib.h.
12627
12628 2015-02-22  Doug Evans  <xdje42@gmail.com>
12629
12630         PR symtab/17855
12631         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
12632         is read after symbols have been re-read.
12633         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
12634         * gdb.ada/exec_changed/second.adb (Second): Ditto.
12635
12636 2015-02-21  Doug Evans  <dje@google.com>
12637
12638         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
12639
12640 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12641
12642         PR corefiles/17808
12643         * gdb.arch/i386-biarch-core.core.bz2: New file.
12644         * gdb.arch/i386-biarch-core.exp: New file.
12645
12646 2015-02-21  Pedro Alves  <palves@redhat.com>
12647
12648         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
12649         runto_main fails.
12650
12651 2015-02-20  Pedro Alves  <palves@redhat.com>
12652
12653         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
12654         info probes.
12655
12656 2015-02-20  Pedro Alves  <palves@redhat.com>
12657
12658         * gdb.threads/multi-create-ns-info-thr.exp: New file.
12659
12660 2015-02-20  Pedro Alves  <palves@redhat.com>
12661
12662         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
12663         clean_restart before gdb_target_supports_trace.
12664
12665 2015-02-20  Pedro Alves  <palves@redhat.com>
12666
12667         PR threads/18006
12668         * gdb.threads/clone-thread_db.c: New file.
12669         * gdb.threads/clone-thread_db.exp: New file.
12670
12671 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
12672
12673         PR breakpoints/16812
12674         * gdb.base/catch-gdb-caused-signals.c: New file.
12675         * gdb.base/catch-gdb-caused-signals.exp: New file.
12676
12677 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
12678
12679         * configure: Regenerated.
12680         * configure.ac: Use GDB_AC_TRANSFORM.
12681         * aclocal.m4: sinclude ../transform.m4.
12682
12683 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12684
12685         * lib/dtrace.exp: New file.
12686         * gdb.base/dtrace-probe.exp: Likewise.
12687         * gdb.base/dtrace-probe.d: Likewise.
12688         * gdb.base/dtrace-probe.c: Likewise.
12689         * lib/pdtrace.in: Likewise.
12690         * configure.ac: Output variables with the transformed names of
12691         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
12692         * configure: Regenerated.
12693
12694 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
12695
12696         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
12697         expected message when trying to access $_probe_* convenience
12698         variables while not on a probe.
12699
12700 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12701
12702         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
12703
12704 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
12705
12706         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
12707         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
12708
12709 2015-02-10  Doug Evans  <xdje42@gmail.com>
12710
12711         * lib/gdb.exp (gdb_load): Always return a result.
12712
12713 2015-02-10  Pedro Alves  <palves@redhat.com>
12714
12715         * gdb.threads/signal-sigtrap.c: New file.
12716         * gdb.threads/signal-sigtrap.exp: New file.
12717
12718 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
12719
12720         * gdb.trace/no-attach-trace.c: New file.
12721         * gdb.trace/no-attach-trace.exp: New file.
12722
12723 2015-02-09  Mark Wielaard  <mjw@redhat.com>
12724
12725         * gdb.dwarf2/atomic.c: New file.
12726         * gdb.dwarf2/atomic-type.exp: Likewise.
12727
12728 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12729
12730         * gdb.btrace/buffer-size.exp: Update "info record" output.
12731         * gdb.btrace/delta.exp: Update "info record" output.
12732         * gdb.btrace/enable.exp: Update "info record" output.
12733         * gdb.btrace/finish.exp: Update "info record" output.
12734         * gdb.btrace/instruction_history.exp: Update "info record" output.
12735         * gdb.btrace/next.exp: Update "info record" output.
12736         * gdb.btrace/nexti.exp: Update "info record" output.
12737         * gdb.btrace/step.exp: Update "info record" output.
12738         * gdb.btrace/stepi.exp: Update "info record" output.
12739         * gdb.btrace/nohist.exp: Update "info record" output.
12740
12741 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12742
12743         * gdb.btrace/buffer-size: New.
12744
12745 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12746
12747         * gdb.btrace/delta.exp: Update "info record" output.
12748         * gdb.btrace/enable.exp: Update "info record" output.
12749         * gdb.btrace/finish.exp: Update "info record" output.
12750         * gdb.btrace/instruction_history.exp: Update "info record" output.
12751         * gdb.btrace/next.exp: Update "info record" output.
12752         * gdb.btrace/nexti.exp: Update "info record" output.
12753         * gdb.btrace/step.exp: Update "info record" output.
12754         * gdb.btrace/stepi.exp: Update "info record" output.
12755         * gdb.btrace/nohist.exp: Update "info record" output.
12756
12757 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12758
12759         PR gdb/15678
12760         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
12761
12762 2015-02-06  Pedro Alves  <palves@redhat.com>
12763
12764         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
12765         macro.
12766         (seconds_left, again): New globals.
12767         (main): Wait seconds_left in a 1-second sleep loop instead of
12768         sleeping 180 seconds.  If 'again' is set, reset the seconds
12769         counter.
12770         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
12771         'again' in the inferior before detaching.  Print the seconds left.
12772         (options): New global.
12773         (top level): Build program with -DTIMEOUT=$timeout.
12774
12775 2015-02-06  Pedro Alves  <palves@redhat.com>
12776
12777         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
12778         determine how many seconds to pass to 'alarm'.
12779         * gdb.base/gdb-sigterm.exp (top level): Build program with
12780         -DTIMEOUT=$timeout.
12781         (do_test): Return success/failure indication.  Add more verbose
12782         logging.  Don't fail if 200 single steps are seen.  Instead, fail
12783         when the test times out.
12784         (passes): New global.
12785         (top level): Break the testing loop if testing fails on any
12786         iteration.  Use gdb_assert.
12787
12788 2015-02-04  Don Breazeal  <donb@codesourcery.com>
12789
12790         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
12791         and initialize them.
12792         (ipc_cleanup): New function.
12793         (main): Don't declare shmid, semid, and msqid.  Add a call to
12794         atexit so that we call ipc_cleanup on exit.
12795
12796 2015-02-04  Pedro Alves  <palves@redhat.com>
12797
12798         * boards/native-extended-gdbserver.exp: Remove any target variant
12799         specifications from the board name before clearing the isremote
12800         flag from board_info.
12801
12802 2015-01-31  Doug Evans  <xdje42@gmail.com>
12803
12804         * gdb.base/maint.exp <maint print type argc>: Update expected output.
12805
12806 2015-01-31  Gary Benson <gbenson@redhat.com>
12807
12808         * gdb.base/completion.exp: Disable completion limiting for
12809         existing tests.  Add new tests to check completion limiting.
12810         * gdb.linespec/ls-errs.exp: Disable completion limiting.
12811
12812 2015-01-31  Doug Evans  <xdje42@gmail.com>
12813
12814         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
12815
12816 2015-01-31  Doug Evans  <xdje42@gmail.com>
12817
12818         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
12819         entries.  Duplicate file section script entries.
12820         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
12821         inlined entries.  Add test for safe-path rejection.
12822         * gdb.python/py-section-script.c: Add duplicate inlined section script
12823         entries.  Duplicate file section script entries.
12824         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
12825         inlined entries.  Add test for safe-path rejection.
12826
12827 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12828
12829         * gdb.ada/disc_arr_bound: New testcase.
12830
12831 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12832
12833         * gdb.ada/mi_var_array: New testcase.
12834
12835 2015-01-27  Doug Evans  <dje@google.com>
12836
12837         * gdb.python/py-objfile.exp: Add tests for objfile.username.
12838         Add test for objfile.filename, objfile.username after objfile
12839         has been unloaded.
12840
12841 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
12842
12843         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
12844         the second test to print the name attribute of value
12845         returned by the call to gdb.lookup_type, and adjust
12846         the expected output accordingly.
12847
12848 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12849
12850         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
12851         * gdb.base/disp-step-fork.c: Include unistd.h.
12852         * gdb.base/siginfo-obj.c: Include stdio.h.
12853         * gdb.base/siginfo-thread.c: Likewise.
12854         * gdb.mi/non-stop.c: Include unistd.h.
12855         * gdb.mi/nsthrexec.c: Include stdio.h.
12856         * gdb.mi/pthreads.c: Include unistd.h.
12857         * gdb.modula2/unbounded1.c (main): Declare returns int.
12858         * gdb.reverse/consecutive-reverse.c: Likewise.
12859         * gdb.threads/create-fail.c: Include unistd.h.
12860         * gdb.threads/killed.c: Likewise.
12861         * gdb.threads/linux-dp.c: Likewise.
12862         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
12863         * gdb.threads/non-ldr-exc-2.c: Likewise.
12864         * gdb.threads/non-ldr-exc-3.c: Likewise.
12865         * gdb.threads/non-ldr-exc-4.c: Likewise.
12866         * gdb.threads/pthreads.c: Include unistd.h.
12867         (main): Declare returns int.
12868         * gdb.threads/tls-main.c (foo): New declaration.
12869         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
12870
12871 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12872
12873         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
12874         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
12875
12876 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12877
12878         * gdb.base/noreturn-return.c: New file.
12879         * gdb.base/noreturn-return.exp: New file.
12880         * gdb.base/noreturn-finish.c: New file.
12881         * gdb.base/noreturn-finish.exp: New file.
12882
12883 2015-01-23  Pedro Alves  <palves@redhat.com>
12884
12885         * gdb.threads/continue-pending-after-query.c: New file.
12886         * gdb.threads/continue-pending-after-query.exp: New file.
12887
12888 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
12889             Simon Marchi  <simon.marchi@ericsson.com>
12890
12891         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
12892         * gdb.base/valgrind-db-attach.exp: Same.
12893         * gdb.base/valgrind-infcall.exp: Same.
12894         * lib/mi-support.exp (default_mi_gdb_start): Same.
12895         * lib/prompt.exp (default_prompt_gdb_start): Same.
12896         * lib/gdb.exp (default_gdb_spawn): Same.
12897         (gdb_interact): New.
12898
12899
12900 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12901
12902         * gdb.compile/compile.exp (pointer to jit function): New test.
12903
12904 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12905
12906         * lib/gdb.exp (supports_process_record): Return true for
12907         powerpc*-*-linux*.
12908         (supports_reverse): Likewise.
12909
12910 2015-01-15  Don Breazeal  <donb@codesourcery.com>
12911
12912         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
12913         instead of checking whether the target board is remote and
12914         use spawn_wait_for_attach instead of exec/sleep.
12915         * gdb.base/attach-twice.exp: Likewise.
12916
12917 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12918
12919         * gdb.ada/var_arr_attrs: New testcase.
12920
12921 2015-01-14  Pedro Alves  <palves@redhat.com>
12922             Joel Brobecker  <brobecker@adacore.com>
12923
12924         PR gdb/17525
12925         * gdb.base/bp-cmds-execution-x-script.c: New file.
12926         * gdb.base/bp-cmds-execution-x-script.exp: New file.
12927         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
12928
12929 2015-01-14  Pedro Alves  <palves@redhat.com>
12930
12931         PR cli/17828
12932         * gdb.base/batch-preserve-term-settings.c: New file.
12933         * gdb.base/batch-preserve-term-settings.exp: New file.
12934
12935 2015-01-13  Doug Evans  <dje@google.com>
12936
12937         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
12938         binary.
12939
12940 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12941
12942         * Makefile.in (clean mostlyclean): Do not delete *.py.
12943
12944 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12945
12946         * gdb.python/py-lookup-type.exp: New file.
12947
12948 2015-01-12  Pedro Alves  <palves@redhat.com>
12949
12950         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
12951         restore GDBFLAGS before returning.
12952
12953 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12954
12955         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
12956         is_amd64_regs_target and is_x86_like_target.
12957
12958 2015-01-11  Doug Evans  <xdje42@gmail.com>
12959
12960         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
12961         is given without an explicit form.
12962         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
12963         attributes.
12964         * gdb.dwarf/corrupt.exp: Ditto.
12965         * gdb.dwarf2/enum-type.exp: Ditto.
12966         * gdb.trace/entry-values.exp: Ditto.
12967         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
12968
12969 2015-01-11  Doug Evans  <xdje42@gmail.com>
12970
12971         PR gdb/15830
12972         * gdb.base/maint.exp: Remove references to "maint demangle".
12973         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
12974         Add tests for explicitly specifying language to demangle.
12975         * gdb.dlang/demangle.exp: Ditto.
12976
12977 2015-01-09  Pedro Alves  <palves@redhat.com>
12978
12979         * gdb.threads/non-stop-fair-events.c: New file.
12980         * gdb.threads/non-stop-fair-events.exp: New file.
12981
12982 2015-01-09  Pedro Alves  <palves@redhat.com>
12983
12984         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
12985         the global scope.  Set a breakpoint after all threads are started
12986         rather than stepping over two source lines.  Expect the prompt.
12987         * gdb.base/watch_thread_num.c (threads_started_barrier): New
12988         global.
12989         (NUM): Now 15.
12990         (main): Use threads_started_barrier to wait for all threads to
12991         start.  Main thread no longer calls thread_function.  Exit after
12992         180 seconds.
12993         (loop): New function.
12994         (thread_function): Wait on threads_started_barrier barrier.  Call
12995         'loop' at each iteration.
12996         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
12997         threads have started, instead of hardcoding number of "next"
12998         steps.  Use an access watchpoint instead of a write watchpoint.
12999
13000 2015-01-09  Pedro Alves  <palves@redhat.com>
13001
13002         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13003         (thread_func): Wait on barrier.
13004         (main): Wait for all threads to start before stopping GDB.
13005         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13006         global.
13007         (thread1_func, thread2_func): Wait on barrier.
13008         (main): Wait for all threads to start before stopping GDB.
13009         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13010         New global.
13011         (thread1_func, thread2_func): Wait on barrier.
13012         (main): Wait for all threads to start before stopping GDB.
13013
13014 2015-01-09  Pedro Alves  <palves@redhat.com>
13015
13016         * gdb.threads/attach-many-short-lived-threads.c: New file.
13017         * gdb.threads/attach-many-short-lived-threads.exp: New file.
13018
13019 2014-01-09  Pedro Alves  <palves@redhat.com>
13020
13021         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13022         instead of to thread 2.
13023         * gdb.threads/signal-command-multiple-signals-pending.c (main):
13024         Add barrier around each pthread_create call instead of around all
13025         calls.
13026         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13027         Set a break on thread_function and have the child threads hit it
13028         one at at a time.
13029
13030 2015-01-09  Pedro Alves  <palves@redhat.com>
13031
13032         * lib/gdb.exp (can_spawn_for_attach): New procedure.
13033         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13034         false.
13035         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13036         checking whether the target board is remote.
13037         * gdb.multi/multi-attach.exp: Likewise.
13038         * gdb.python/py-sync-interp.exp: Likewise.
13039         * gdb.server/ext-attach.exp: Likewise.
13040         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13041         tests that need to attach, instead of checking whether the target
13042         board is remote at the top of the file.
13043
13044 2015-01-08  Yao Qi  <yao@codesourcery.com>
13045
13046         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13047
13048 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
13049
13050         Fix testcase compilation.
13051         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13052
13053 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13054
13055         * gdb.python/py-type.exp: Add a couple test about empty
13056         array creation, and negative-length array creation.
13057
13058 2015-01-02  Doug Evans  <xdje42@gmail.com>
13059
13060         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13061
13062 2015-01-02  Doug Evans  <dje@google.com>
13063
13064         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13065
13066 2014-12-29  Yao Qi  <yao@codesourcery.com>
13067
13068         * gdb.trace/entry-values.exp: Update comments.  Rename variable
13069         bar_call_foo to returned_from_foo.
13070
13071 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
13072
13073         PR gdb/17394
13074         * gdb.linespec/break-asm-file.c: New file.
13075         * gdb.linespec/break-asm-file.exp: New file.
13076         * gdb.linespec/break-asm-file0.s: New file.
13077         * gdb.linespec/break-asm-file1.s: New file.
13078
13079 2014-12-18  Nigel Stephens  <nigel@mips.com>
13080             Maciej W. Rozycki  <macro@codesourcery.com>
13081
13082         * gdb.base/float.exp: Handle the new output from "info float" on
13083         MIPS targets.
13084
13085 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
13086
13087         Fix MinGW compilation.
13088         * gdb.compile/compile-ops.exp: Update untested message if
13089         !skip_compile_feature_tests.
13090         * gdb.compile/compile-setjmp.exp: Likewise.
13091         * gdb.compile/compile-tls.exp: Likewise.
13092         * gdb.compile/compile.exp: Likewise.
13093         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13094         supported on this host".
13095
13096 2014-12-16  Doug Evans  <xdje42@gmail.com>
13097
13098         * boards/stabs.exp: New file.
13099
13100 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
13101
13102         * gdb.base/completion.exp: Adjust to format changes of "maint
13103         print user-registers".
13104
13105 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
13106
13107         PR server/17457
13108         * gdb.arch/aarch64-fp.c: New file.
13109         * gdb.arch/aarch64-fp.exp: New file.
13110
13111 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
13112
13113         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13114         r210637, r210913, r211666, r215400, r215817).
13115
13116         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
13117                 * dg-extract-results.py: New file.
13118                 * dg-extract-results.sh: Use it if the environment seems
13119                 suitable.
13120
13121         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
13122
13123                 * dg-extract-results.py (parse_run): Handle warnings that
13124                 are printed before a test harness is run.
13125
13126         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
13127
13128                 * dg-extract-results.py (Named): Remove __cmp__ method.
13129                 (output_variation): Use a key to sort variation.harnesses.
13130
13131         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
13132
13133                 * dg-extract-results.py: For Python 3, force sys.stdout to
13134                 handle surrogate escape sequences.
13135                 (safe_open): New function.
13136                 (output_segment, main): Use it.
13137
13138         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
13139
13140                 * dg-extract-results.py (Prog.result_re): Include options
13141                 in test name.
13142
13143         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
13144
13145                 * dg-extract-results.py (output_variation): Always sort if
13146                 do_sum.
13147
13148 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
13149
13150         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13151         as long as we get pagination notifications.
13152
13153 2014-12-15  Jason Merrill  <jason@redhat.com>
13154
13155         * Makefile.in (check-gdb.%): Restore.
13156         * README: Mention it.
13157
13158 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
13159
13160         * gdb.ada/str_uninit: New testcase.
13161
13162 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
13163
13164         PR symtab/17642
13165         * gdb.base/vla-stub-define.c: New file.
13166         * gdb.base/vla-stub.c: New file.
13167         * gdb.base/vla-stub.exp: New file.
13168
13169 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
13170             Jan Kratochvil  <jan.kratochvil@redhat.com>
13171             Tom Tromey  <tromey@redhat.com>
13172
13173         * configure.ac: Add gdb.compile/.
13174         * configure: Regenerate.
13175         * gdb.compile/Makefile.in: New file.
13176         * gdb.compile/compile-ops.exp: New file.
13177         * gdb.compile/compile-ops.c: New file.
13178         * gdb.compile/compile-tls.c: New file.
13179         * gdb.compile/compile-tls.exp: New file.
13180         * gdb.compile/compile-constvar.S: New file.
13181         * gdb.compile/compile-constvar.c: New file.
13182         * gdb.compile/compile-mod.c: New file.
13183         * gdb.compile/compile-nodebug.c: New file.
13184         * gdb.compile/compile-setjmp-mod.c: New file.
13185         * gdb.compile/compile-setjmp.c: New file.
13186         * gdb.compile/compile-setjmp.exp: New file.
13187         * gdb.compile/compile-shlib.c: New file.
13188         * gdb.compile/compile.c: New file.
13189         * gdb.compile/compile.exp: New file.
13190         * lib/gdb.exp (skip_compile_feature_tests): New proc.
13191
13192 2014-12-12  Tom Tromey  <tromey@redhat.com>
13193
13194         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
13195         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13196
13197 2014-12-12  Doug Evans  <dje@google.com>
13198
13199         * lib/gdb-python.exp (get_python_valueof): New function.
13200         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13201
13202 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13203
13204         * gdb.base/completion.exp: Add test for completion of "info
13205         registers ".
13206
13207 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
13208
13209         * gdb.base/func-ptrs.c: New file.
13210         * gdb.base/func-ptrs.exp: New file.
13211
13212 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
13213
13214         PR breakpoints/17012
13215         * gdb.base/dprintf-detach.c: New file.
13216         * gdb.base/dprintf-detach.exp: New file.
13217
13218 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
13219
13220         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13221         * lib/gdb.exp (target_is_gdbserver): New procedure.
13222
13223 2014-12-08  Doug Evans  <dje@google.com>
13224
13225         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13226
13227 2014-12-05  Yao Qi  <yao@codesourcery.com>
13228
13229         * gdb.guile/scm-error.exp: Remove the third argument to
13230         gdb_remote_download.
13231         * gdb.guile/scm-frame-args.exp: Likewise.
13232         * gdb.guile/scm-section-script.exp: Likewise.
13233
13234 2014-12-05  Yao Qi  <yao@codesourcery.com>
13235
13236         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13237
13238 2014-12-04  Doug Evans  <dje@google.com>
13239
13240         * gdb.python/py-objfile.exp: Add tests for
13241         objfile.add_separate_debug_file.
13242
13243 2014-12-04  Doug Evans  <dje@google.com>
13244
13245         * lib/gdb.exp (get_build_id): New function.
13246         (build_id_debug_filename_get): Rewrite to use it.
13247         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13248
13249 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
13250
13251         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13252         `method(long)', not just 0x0.
13253         * gdb.cp/nsalias.exp: Align code labels to 4.
13254         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13255         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13256         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13257         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13258         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13259         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13260
13261 2014-12-02  Doug Evans  <dje@google.com>
13262
13263         PR symtab/17602
13264         * gdb.cp/anon-ns.cc: Move guts of this file to ...
13265         * gdb.cp/anon-ns2.cc: ... here.  New file.
13266         * gdb.cp/anon-ns.exp: Update.
13267
13268 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
13269
13270         * gdb.python/py-events.py (inferior_call_handler): New.
13271         (register_changed_handler, memory_changed_handler): New.
13272         (test_events.invoke): Register new handlers.
13273         * gdb.python/py-events.exp: Add tests for inferior call,
13274         memory_changed and register_changed events.
13275
13276 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13277
13278         * gdb.base/execl-update-breakpoints.exp: Specify the link address
13279         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
13280         if the linker doesn't understand this.
13281
13282 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
13283
13284         * gdb.python/python.exp: Change expected reply to help().
13285
13286 2014-12-01  Yao Qi  <yao@codesourcery.com>
13287
13288         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
13289         AC_CONFIG_SUBDIRS(gdb.gdbtk).
13290         * configure: Re-generated.
13291
13292 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
13293
13294         * gdb.cp/chained-calls.cc: New file.
13295         * gdb.cp/chained-calls.exp: New file.
13296         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13297
13298 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
13299
13300         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13301         * gdb.dwarf2/symtab-producer.exp: Same.
13302         * gdb.gdb/python-interrupts.exp: Same.
13303         * gdb.gdb/python-selftest.exp: Same.
13304         * gdb.python/py-linetable.exp: Same.
13305         * gdb.python/py-type.exp: Same.
13306         * gdb.python/py-value-cc.exp: Same.
13307         * gdb.python/py-value.exp: Same.
13308
13309 2014-11-28  Yao Qi  <yao@codesourcery.com>
13310
13311         * gdb.base/break-probes.exp: Match library name prefixed with
13312         sysroot.
13313
13314 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
13315
13316         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13317         test expected output.  Add parentheses for the call to print.
13318         Remove L suffix from integers.
13319
13320 2014-11-26  Doug Evans  <dje@google.com>
13321
13322         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13323
13324 2014-11-22  Yao Qi  <yao@codesourcery.com>
13325
13326         * gdb.trace/entry-values.c: Remove asms.
13327         (foo): Add foo_label.
13328         (bar): Add bar_label.
13329         * gdb.trace/entry-values.exp: Remove code computing  foo's
13330         length and bar's length.
13331         (Dwarf::assemble): Invoke function_range for bar and use
13332         MACRO_AT_func for foo.
13333
13334 2014-11-22  Yao Qi  <yao@codesourcery.com>
13335
13336         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13337         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
13338         Use .Lgcc43_procstart instead of gcc43.
13339
13340 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
13341
13342         * gdb.ada/n_arr_bound: New testcase.
13343
13344 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
13345
13346         PR breakpoints/10737
13347         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13348         test_catch_syscall_multi_arch.
13349         (test_catch_syscall_multi_arch): New function.
13350
13351 2014-11-20  Doug Evans  <xdje42@gmail.com>
13352
13353         * gdb.base/maint.exp: Update expected output.
13354
13355 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13356
13357         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13358         4-byte instruction on S390.
13359
13360 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
13361
13362         * gdb.ada/arr_arr: New testcase.
13363
13364 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
13365
13366         * gdb.ada/pkd_arr_elem: New Testcase.
13367
13368 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
13369
13370         * gdb.reverse/break-precsave: Expect completion message for
13371         core file reads.
13372         * gdb.reverse/consecutive-precsave.exp: Likewise.
13373         * gdb.reverse/finish-precsave.exp: Likewise.
13374         * gdb.reverse/i386-precsave.exp: Likewise.
13375         * gdb.reverse/machinestate-precsave.exp: Likewise.
13376         * gdb.reverse/sigall-precsave.exp: Likewise.
13377         * gdb.reverse/solib-precsave.exp: Likewise.
13378         * gdb.reverse/step-precsave.exp: Likewise.
13379         * gdb.reverse/until-precsave.exp: Likewise.
13380         * gdb.reverse/watch-precsave.exp: Likewise.
13381
13382 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13383
13384         * gdb.base/bp-permanent.c: Include unistd.h.
13385         * gdb.python/py-framefilter-mi.c (main): Add return type.
13386         * gdb.python/py-framefilter.c (main): Likewise.
13387         * gdb.trace/actions-changed.c (main): Likewise.
13388
13389 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13390
13391         * gdb.mi/until.c: Add eye-catchers.
13392         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13393         line numbers.
13394
13395 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13396
13397         * gdb.base/condbreak.exp: Drop references to removed non-prototype
13398         function header variants in break1.c.
13399         * gdb.base/ena-dis-br.exp: Likewise.
13400         * gdb.base/hbreak2.exp: Likewise.
13401         * gdb.reverse/until-precsave.exp: Drop references to removed
13402         non-prototype function header variants in ur1.c.
13403         * gdb.reverse/until-reverse.exp: Likewise.
13404
13405 2014-11-17  Petr Machata  <pmachata@redhat.com>
13406
13407         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
13408         ${_cu_offset_size} bytes abbrev offset.
13409
13410 2014-11-15  Doug Evans  <xdje42@gmail.com>
13411
13412         PR symtab/17559
13413         * gdb.base/line-symtabs.exp: New file.
13414         * gdb.base/line-symtabs.c: New file.
13415         * gdb.base/line-symtabs.h: New file.
13416
13417 2014-11-14  Yao Qi  <yao@codesourcery.com>
13418
13419         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13420         (func): Add label func_label.
13421         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13422         Replace low_pc and high_pc with MACRO_AT_range.
13423         Replace name, low_pc and high_pc with MACRO_AT_func.
13424
13425 2014-11-14  Yao Qi  <yao@codesourcery.com>
13426
13427         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13428         Replace name, low_pc and high_pc with MACRO_AT_func.
13429
13430 2014-11-14  Yao Qi  <yao@codesourcery.com>
13431
13432         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13433         produce debug information.
13434         * gdb.dwarf2/implptr-optimized-out.S: Removed.
13435
13436 2014-11-14  Yao Qi  <yao@codesourcery.com>
13437
13438         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13439         object and get function length.
13440         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13441         with MACRO_AT_func.
13442         (top-level): Replace gdb_compile and clean_restart with
13443         prepare_for_testing.
13444         * gdb.dwarf2/main.c (main): Add label main_label.
13445
13446 2014-11-14  Yao Qi  <yao@codesourcery.com>
13447
13448         * lib/dwarf.exp (function_range): New procedure.
13449         (Dwarf::_handle_macro_at_func): New procedure.
13450         (Dwarf::_handle_macro_at_range): New procedure.
13451         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13452
13453 2014-11-14  Yao Qi  <yao@codesourcery.com>
13454
13455         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13456         (_handle_attribute): New procedure.
13457
13458 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13459
13460         * gdb.ada/cond_lang/foo.c (callme): Add return type.
13461         * gdb.base/call-sc.c (zed): Likewise.
13462         * gdb.base/checkpoint.c (main): Likewise.
13463         * gdb.base/dump.c (main): Likewise.
13464         * gdb.base/gcore.c (main): Likewise.
13465         * gdb.base/huge.c (main): Likewise.
13466         * gdb.base/multi-forks.c (main): Likewise.
13467         * gdb.base/pr10179-a.c (main): Likewise.
13468         * gdb.base/savedregs.c (main): Likewise.
13469         * gdb.base/sigaltstack.c (main): Likewise.
13470         * gdb.base/siginfo.c (main): Likewise.
13471         * gdb.base/structs.c (zed): Likewise.
13472         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13473         * gdb.mi/mi-syn-frame.c (main): Likewise.
13474         * gdb.mi/until.c (foo, main): Likewise.
13475         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13476         * gdb.base/solib-weak.c (foo): Declare.
13477         * gdb.base/attach-twice.c: Include stdio.h.
13478         * gdb.base/weaklib1.c: Likewise.
13479         * gdb.base/weaklib2.c: Likewise.
13480         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13481         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13482         unistd.h.
13483         * gdb.base/attach-pie-misread.c: Include stdlib.h.
13484         * gdb.mi/mi-exit-code.c: Likewise.
13485         * gdb.base/break-interp-lib.c: Include string.h.
13486         * gdb.base/coremaker.c: Likewise.
13487         * gdb.base/testenv.c: Likewise.
13488         * gdb.python/py-finish-breakpoint.c: Likewise.
13489         * gdb.base/inferior-died.c: Include sys/wait.h.
13490         * gdb.base/fileio.c: Include time.h.
13491         * gdb.base/async-shell.c: Include unistd.h.
13492         * gdb.base/dprintf-non-stop.c: Likewise.
13493         * gdb.base/info-os.c: Likewise.
13494         * gdb.mi/mi-console.c: Likewise.
13495         * gdb.mi/watch-nonstop.c: Likewise.
13496         * gdb.python/py-events.c: Likewise.
13497         * gdb.base/async.c (baz): Move up before its invocation.
13498         * gdb.base/code_elim2.c (my_global_func): Likewise.
13499         * gdb.base/skip-solib-lib.c (multiply): Likewise.
13500         * gdb.base/advance.c (func2): Likewise.
13501
13502 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13503
13504         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
13505         variant.
13506         * gdb.base/annota3.c: Likewise.
13507         * gdb.base/async.c: Likewise.
13508         * gdb.base/average.c: Likewise.
13509         * gdb.base/call-ar-st.c: Likewise.
13510         * gdb.base/call-rt-st.c: Likewise.
13511         * gdb.base/call-sc.c: Likewise.
13512         * gdb.base/call-strs.c: Likewise.
13513         * gdb.base/ending-run.c: Likewise.
13514         * gdb.base/execd-prog.c: Likewise.
13515         * gdb.base/exprs.c: Likewise.
13516         * gdb.base/foll-exec.c: Likewise.
13517         * gdb.base/foll-fork.c: Likewise.
13518         * gdb.base/foll-vfork.c: Likewise.
13519         * gdb.base/funcargs.c: Likewise.
13520         * gdb.base/gcore.c: Likewise.
13521         * gdb.base/jump.c: Likewise.
13522         * gdb.base/langs0.c: Likewise.
13523         * gdb.base/langs1.c: Likewise.
13524         * gdb.base/langs2.c: Likewise.
13525         * gdb.base/mips_pro.c: Likewise.
13526         * gdb.base/nodebug.c: Likewise.
13527         * gdb.base/opaque0.c: Likewise.
13528         * gdb.base/opaque1.c: Likewise.
13529         * gdb.base/recurse.c: Likewise.
13530         * gdb.base/run.c: Likewise.
13531         * gdb.base/scope0.c: Likewise.
13532         * gdb.base/scope1.c: Likewise.
13533         * gdb.base/setshow.c: Likewise.
13534         * gdb.base/setvar.c: Likewise.
13535         * gdb.base/shmain.c: Likewise.
13536         * gdb.base/shr1.c: Likewise.
13537         * gdb.base/shr2.c: Likewise.
13538         * gdb.base/sigall.c: Likewise.
13539         * gdb.base/signals.c: Likewise.
13540         * gdb.base/so-indr-cl.c: Likewise.
13541         * gdb.base/solib2.c: Likewise.
13542         * gdb.base/structs.c: Likewise.
13543         * gdb.base/sum.c: Likewise.
13544         * gdb.base/vforked-prog.c: Likewise.
13545         * gdb.base/watchpoint.c: Likewise.
13546         * gdb.reverse/shr2.c: Likewise.
13547         * gdb.reverse/until-reverse.c: Likewise.
13548         * gdb.reverse/ur1.c: Likewise.
13549         * gdb.reverse/watch-reverse.c: Likewise.
13550
13551 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13552
13553         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
13554         variant.
13555         * gdb.base/sepdebug.exp: Drop references to removed code.
13556
13557 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13558
13559         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
13560         variant.  Preserve original line numbering.
13561         * gdb.base/list1.c: Likewise.
13562
13563 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13564
13565         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
13566         variant.
13567         * gdb.base/break1.c: Likewise.
13568         * gdb.base/break.exp: Drop references to removed code.
13569
13570 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13571
13572         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
13573         variant.
13574
13575 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13576
13577         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
13578
13579 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13580
13581         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
13582         logic into perform_all_tests() and invoke it with and without
13583         function header prototypes.
13584         (do_function_calls): Remove conditional XFAIL for PR 5318.
13585         (rerun_and_prepare): Remove duplicate code.
13586         (perform_all_tests): New.  Main logic moved here.
13587
13588 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13589
13590         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
13591         code guarded by #ifdef NO_PROTOTYPES.
13592         (t_double_many_args): Likewise.
13593         (DEF_FUNC_MANY_ARGS_1): Likewise.
13594         (DEF_FUNC_VALUES_1): Likewise.
13595         (t_structs_ldc): Renamed from t_structs_fc in conditional code
13596         guarded by #ifdef PROTOTYPES.
13597
13598 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13599
13600         * gdb.mi/mi-console.c: Add eye-catcher.
13601         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
13602         instead of literal line number.
13603
13604 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13605
13606         * gdb.base/shr2.c: Add eye-catcher.
13607         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
13608         line number.
13609
13610 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13611
13612         * gdb.base/jump.c: Add eye-catchers.
13613         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
13614         numbers.
13615
13616 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13617
13618         * gdb.base/execd-prog.c: Add eye-catchers.
13619         * gdb.base/foll-exec.c: Likewise.
13620         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
13621         line numbers.
13622
13623 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13624
13625         * gdb.base/ending-run.c: Add eye-catchers.
13626         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
13627         literal line numbers.
13628
13629 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13630
13631         * gdb.base/call-rt-st.c: Add eye-catchers.
13632         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
13633         literal line numbers.
13634
13635 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13636
13637         * gdb.base/call-ar-st.c: Add eye-catchers.
13638         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
13639         literal line numbers.
13640
13641 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13642
13643         * gdb.base/average.c: Add eye-catchers.
13644         * gdb.base/sum.c: Likewise.
13645         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
13646         regexps dynamically.
13647
13648 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13649
13650         * gdb.base/solib1.c: Add eye-catchers.
13651         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
13652         literal line numbers.
13653
13654 2014-11-12  Pedro Alves  <palves@redhat.com>
13655
13656         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
13657         leader has exited.
13658
13659 2014-11-12  Pedro Alves  <palves@redhat.com>
13660
13661         * gdb.arch/i386-bp_permanent.c: New file.
13662         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
13663         (srcfile): Set to i386-bp_permanent.c.
13664         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
13665         that stepi does not execute the 'leave' instruction, instead of
13666         testing it does execute.
13667         * gdb.base/bp-permanent.c: New file.
13668         * gdb.base/bp-permanent.exp: New file.
13669
13670 2014-11-10  Doug Evans  <xdje42@gmail.com>
13671
13672         PR symtab/17564
13673         * gdb.base/symtab-search-order.exp: New file.
13674         * gdb.base/symtab-search-order.c: New file.
13675         * gdb.base/symtab-search-order-1.c: New file.
13676         * gdb.base/symtab-search-order-shlib-1.c: New file.
13677
13678 2014-11-07  Pedro Alves  <palves@redhat.com>
13679
13680         PR gdb/17511
13681         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
13682         i?86-*-linux*.
13683
13684 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
13685
13686         PR c++/17494
13687         * gdb.cp/pr17494.cc: New file.
13688         * gdb.cp/pr17494.exp: New file.
13689
13690 2014-11-02  Yao Qi  <yao@codesourcery.com>
13691
13692         * gdb.python/python.exp: Get working directory and match the
13693         output of "set extended-prompt \\w " with it.
13694
13695 2014-10-30  Doug Evans  <dje@google.com>
13696
13697         * gdb.python/py-objfile.exp: Add tests for setting random attributes
13698         in objfiles.
13699         * gdb.python/py-progspace.exp: Add tests for setting random attributes
13700         in progspaces.
13701
13702 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
13703
13704         * gdb.base/fullpath-expand.exp: Skip for a remote host.
13705         * gdb.base/realname-expand.exp: Likewise.
13706         * gdb.linespec/macro-relative.exp: Likewise.
13707
13708 2014-10-29  Pedro Alves  <palves@redhat.com>
13709
13710         PR gdb/17408
13711         * gdb.threads/schedlock.c (some_function): New function.
13712         (call_function): New global.
13713         (MAYBE_CALL_SOME_FUNCTION): New macro.
13714         (thread_function): Call it.
13715         * gdb.threads/schedlock.exp (get_args): Add description parameter,
13716         and use it instead of a global counter.  Adjust all callers.
13717         (get_current_thread): Use "find current thread" for test message
13718         here rather than having all callers pass down the same string.
13719         (goto_loop): New procedure, factored out from ...
13720         (my_continue): ... this.
13721         (step_ten_loops): Change parameter from test message to command to
13722         use.  Adjust.
13723         (list_count): Delete global.
13724         (check_result): New procedure, factored out from duplicate top
13725         level code.
13726         (continue tests): Wrap in with_test_prefix.
13727         (test_step): New procedure, factored out from duplicate top level
13728         code.
13729         (top level): Test "step" in combination with all scheduler-locking
13730         modes.  Test "next" in combination with all scheduler-locking
13731         modes, and in combination with stepping over a function call or
13732         not.
13733         * gdb.threads/next-bp-other-thread.c: New file.
13734         * gdb.threads/next-bp-other-thread.exp: New file.
13735
13736 2014-10-29  Pedro Alves  <palves@redhat.com>
13737
13738         PR python/17372
13739         * gdb.python/python.exp: Test a multi-line command that spawns
13740         interactive Python.
13741         * gdb.base/multi-line-starts-subshell.exp: New file.
13742
13743 2014-10-29  Yao Qi  <yao@codesourcery.com>
13744
13745         * gdb.base/fileio.exp: Make directories on host.
13746
13747 2014-10-29  Yao Qi  <yao@codesourcery.com>
13748
13749         * gdb.base/fileio.c (test_write): Close the file.
13750
13751 2014-10-28  Pedro Alves  <palves@redhat.com>
13752
13753         PR gdb/12623
13754         * gdb.base/sigstep.c (no_handler): New global.
13755         (main): If 'no_handler is true, set the signal handlers to
13756         SIG_IGN.
13757         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
13758         with_sw_watch and no_handler parameters.  Handle them.
13759         (top level) <stepping over handler when stopped at a breakpoint
13760         test>: Add a test axis for testing with a software watchpoint, and
13761         another for testing with the signal handler set to SIG_IGN.
13762         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
13763         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
13764
13765 2014-10-28  Pedro Alves  <palves@redhat.com>
13766
13767         PR gdb/17511
13768         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
13769         * gdb.base/sigstep.exp (other_handler_location): New global.
13770         (advance): Support stepping into the signal handler, and running
13771         commands while in the handler.
13772         (in_handler_map): New global.
13773         (top level): In the advance test, add combinations for getting
13774         into the handler with stepping commands, and for running commands
13775         in the handler.  Add comment descripting the advancei tests.
13776
13777 2014-10-28  Pedro Alves  <palves@redhat.com>
13778
13779         * gdb.base/sigstep.exp: Use build_executable instead of
13780         prepare_for_testing.
13781         (top level): Move code that starts GDB, runs to main and creates a
13782         display to ...
13783         (restart): ... this new procedure.
13784         (top level): Move backtrace from signal handler test to ...
13785         (validate_backtrace): ... this new procedure.
13786         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
13787         with_test_prefix.  Always restart GDB.
13788         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
13789         with_test_prefix.  Always restart GDB.  No need to delete
13790         breakpoints after the test.
13791         (test_skip_handler): Remove prefix parameter.
13792         (skip_over_handler, breakpoint_to_handler)
13793         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
13794         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
13795         restart GDB.  No need to delete breakpoints after the test.
13796         (top level): Use foreach to call the test procedures with
13797         different commands.
13798
13799 2014-10-28  Pedro Alves  <palves@redhat.com>
13800
13801         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
13802         instead of GNATS numbers.
13803         * gdb.base/sigbpt.exp: Likewise.
13804         * gdb.base/siginfo.exp: Likewise.
13805         * gdb.base/sigstep.exp: Likewise.
13806
13807 2014-10-27  Pedro Alves  <palves@redhat.com>
13808
13809         * gdb.base/sigstep.c (dummy): New global.
13810         (main): Issue a couple writes to the new global.
13811         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
13812         procedures.
13813         (skip_over_handler): Use test_skip_handler.
13814         (top level): Call skip_over_handler for stepi and nexti too.
13815         (breakpoint_over_handler): Use test_skip_handler.
13816         (top level): Call breakpoint_over_handler for stepi and nexti too.
13817
13818 2014-10-27  Yao Qi  <yao@codesourcery.com>
13819
13820         * gdb.trace/tfile.c (adjust_function_address)
13821         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
13822         function descriptor.
13823
13824 2014-10-24  Don Breazeal  <donb@codesourcery.com>
13825
13826         * gdb.base/foll-fork.exp (test_follow_fork,
13827         catch_fork_child_follow): Check for updated fork messages emitted
13828         from infrun.c.
13829         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
13830         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
13831         vfork_and_exec_child_follow_through_step): Check for updated vfork
13832         messages emitted from infrun.c.
13833
13834 2014-10-24  Pedro Alves  <palves@redhat.com>
13835
13836         * gdb.base/corefile.exp: Remove references to ultrix.
13837         * gdb.base/interrupt.exp: Likewise.
13838         * gdb.base/whatis.exp: Likewise.
13839         * gdb.gdb/selftest.exp: Likewise.
13840         * gdb.threads/manythreads.exp: Likewise.
13841         * gdb.threads/print-threads.exp: Likewise.
13842         * gdb.threads/pthreads.exp:: Likewise.
13843         * gdb.threads/schedlock.exp: Likewise.
13844
13845 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
13846
13847         * gdb.cp/non-trivial-retval.cc: Add a test case.
13848         * gdb.cp/non-trivial-retval.exp: Add a test.
13849
13850 2014-10-20  Yao Qi  <yao@codesourcery.com>
13851
13852         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
13853         * gdb.python/py-objfile-script-gdb.py: New file.
13854         * gdb.python/py-objfile-script.exp: Update reference to
13855         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
13856         of remote_download.  Remove the dest file.
13857
13858 2014-10-20  Yao Qi  <yao@codesourcery.com>
13859
13860         * gdb.base/checkpoint.exp: Don't remove file copied on host.
13861         * gdb.base/step-line.exp: Likewise.
13862         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13863         * gdb.dwarf2/dw2-basic.exp: Likewise.
13864         * gdb.dwarf2/dw2-compressed.exp: Likewise.
13865         * gdb.dwarf2/dw2-filename.exp: Likewise.
13866         * gdb.dwarf2/dw2-intercu.exp: Likewise.
13867         * gdb.dwarf2/dw2-intermix.exp: Likewise.
13868         * gdb.dwarf2/dw2-producer.exp: Likewise.
13869         * gdb.dwarf2/mac-fileno.exp: Likewise.
13870         * gdb.python/py-frame-args.exp: Likewise.
13871         * gdb.python/py-framefilter.exp: Likewise.
13872         * gdb.python/py-mi.exp: Likewise.
13873         * gdb.python/py-objfile-script.exp: Likewise
13874         * gdb.python/py-pp-integral.exp: Likewise.
13875         * gdb.python/py-pp-re-notag.exp: Likewise.
13876         * gdb.python/py-prettyprint.exp: Likewise.
13877         * gdb.python/py-section-script.exp: Likewise.
13878         * gdb.python/py-typeprint.exp: Likewise.
13879         * gdb.python/py-xmethods.exp: Likewise.
13880         * gdb.stabs/weird.exp: Likewise.
13881         * gdb.xml/tdesc-regs.exp: Likewise.
13882
13883 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
13884
13885         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
13886         (out_cu): Use addr_len for the size of addresses.
13887         (out_line): Likewise.  Size DW_LNE_set_address instruction
13888         according to addr_len.
13889         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
13890         (FUNC): Add START_INSNS to definition.
13891
13892 2014-10-18  Yao Qi  <yao@codesourcery.com>
13893
13894         * gdb.base/argv0-symlink.exp: Check argv[0] value if
13895         gdb_has_argv0 return true.
13896         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
13897         check [target_info exists noargs], check [gdb_has_argv0]
13898         instead.
13899         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13900         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
13901         procedures.
13902
13903 2014-10-17  Doug Evans  <dje@google.com>
13904
13905         * gdb.python/py-events.exp: Update expected output for clear_objfiles
13906         event.
13907         * gdb.python/py-events.py: Add clear_objfiles event.
13908
13909 2014-10-17  Doug Evans  <dje@google.com>
13910
13911         * gdb.python/py-objfile.exp: Test progspace attribute.
13912
13913 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
13914
13915         * gdb.guile/scm-breakpoint.exp: Do not assume any
13916         directory separators when matching source file paths.
13917         * gdb.python/py-breakpoint.exp: Likewise.
13918         * gdb.reverse/break-precsave.exp: Likewise.
13919         * gdb.reverse/break-reverse.exp: Likewise.
13920         * gdb.reverse/consecutive-precsave.exp: Likewise.
13921         * gdb.reverse/finish-precsave.exp: Likewise.
13922         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
13923         * gdb.reverse/finish-reverse.exp: Likewise.
13924         * gdb.reverse/i386-precsave.exp: Likewise.
13925         * gdb.reverse/i387-env-reverse.exp: Likewise.
13926         * gdb.reverse/i387-stack-reverse.exp: Likewise.
13927         * gdb.reverse/machinestate-precsave.exp: Likewise.
13928         * gdb.reverse/machinestate.exp: Likewise.
13929         * gdb.reverse/sigall-precsave.exp: Likewise.
13930         * gdb.reverse/solib-precsave.exp: Likewise.
13931         * gdb.reverse/step-precsave.exp: Likewise.
13932         * gdb.reverse/until-precsave.exp: Likewise.
13933         * gdb.reverse/watch-precsave.exp: Likewise.
13934         * gdb.reverse/watch-reverse.exp: Likewise.
13935
13936 2014-10-17  Yao Qi  <yao@codesourcery.com>
13937
13938         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
13939         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
13940
13941 2014-10-17  Pedro Alves  <palves@redhat.com>
13942
13943         PR gdb/17471
13944         * gdb.base/bg-execution-repeat.c: New file.
13945         * gdb.base/bg-execution-repeat.exp: New file.
13946
13947 2014-10-17  Pedro Alves  <palves@redhat.com>
13948
13949         PR gdb/17300
13950         * gdb.base/continue-all-already-running.c: New file.
13951         * gdb.base/continue-all-already-running.exp: New file.
13952
13953 2014-10-17  Pedro Alves  <palves@redhat.com>
13954
13955         PR gdb/17472
13956         * gdb.base/annota-input-while-running.c: New file.
13957         * gdb.base/annota-input-while-running.exp: New file.
13958
13959 2014-10-17  Pedro Alves  <palves@redhat.com>
13960
13961         * gdb.base/callfuncs.exp: emove references to osf.
13962         * gdb.base/sigall.exp: Likewise.
13963         * gdb.gdb/selftest.exp: Likewise.
13964         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
13965         * gdb.mi/non-stop.c: Likewise.
13966         * gdb.mi/pthreads.c: Likewise.
13967         * gdb.reverse/sigall-precsave.exp: Likewise.
13968         * gdb.reverse/sigall-reverse.exp: Likewise.
13969         * gdb.threads/pthreads.c: Likewise.
13970         * gdb.threads/pthreads.exp: Likewise.
13971
13972 2014-10-17  Yao Qi  <yao@codesourcery.com>
13973
13974         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
13975         check 'target_info exists noargs'.
13976         (test_command_prompt_position): Likewise.
13977         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
13978         Remove "set args".
13979         (progvar_simple_while_test): Likewise.
13980         (progvar_complex_if_while_test): Likewise.
13981         (if_while_breakpoint_command_test): Likewise.
13982         (infrun_breakpoint_command_test): Likewise.
13983         (breakpoint_command_test): Likewise.
13984         (watchpoint_command_test): Likewise.
13985         (bp_deleted_in_command_test): Likewise.
13986         (temporary_breakpoint_commands): Likewise.
13987
13988 2014-10-16  Yao Qi  <yao@codesourcery.com>
13989
13990         * gdb.base/remotetimeout.exp: Remove noargs checking.
13991
13992 2014-10-15  Pedro Alves  <palves@redhat.com>
13993
13994         PR breakpoints/9649
13995         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
13996         * gdb.base/breakpoint-in-ro-region.exp
13997         (probe_target_hardware_step): New procedure.
13998         (top level): Probe hardware stepping and hardware breakpoint
13999         support.  Test stepping through a read-only region, with both
14000         "breakpoint auto-hw" on and off and both "always-inserted" on and
14001         off.
14002
14003 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
14004
14005         * gdb.dlang/demangle.exp: Update for demangling changes.
14006
14007 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
14008
14009         * gdb.cp/non-trivial-retval.cc: Add new test cases.
14010         * gdb.cp/non-trivial-retval.exp: Add new tests.
14011
14012 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
14013
14014         PR c++/13403
14015         PR c++/15154
14016         * gdb.cp/non-trivial-retval.cc: New file.
14017         * gdb.cp/non-trivial-retval.exp: New file.
14018
14019 2014-10-15  Yao Qi  <yao@codesourcery.com>
14020
14021         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14022         remote host.
14023
14024 2014-10-15  Yao Qi  <yao@codesourcery.com>
14025
14026         * gdb.python/py-symbol.exp: Match file base name if host is
14027         remote, otherwise match file name with dir name.
14028         * gdb.python/py-symtab.exp: Likewise.
14029         * gdb.python/python.exp: Likewise.
14030
14031 2014-10-15  Yao Qi  <yao@codesourcery.com>
14032
14033         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14034         pattern.
14035         * gdb.python/py-symtab.exp: Likewise.
14036         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
14037         locationn.
14038
14039 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
14040
14041         * gdb.ada/addr_arith: New testcase.
14042
14043 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
14044
14045         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14046         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14047         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14048         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14049
14050 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
14051
14052         * gdb.arch/stap-eval-lang-ada.S: Likewise.
14053         * gdb.arch/stap-eval-lang-ada.c: Likewise.
14054         * gdb.arch/stap-eval-lang-ada.exp: New file.
14055
14056 2014-10-14  Yao Qi  <yao@codesourcery.com>
14057
14058         * gdb.mi/mi-var-child.c (nothing1): New function.
14059         (nothing2): New function.
14060         (do_children_tests): Set function pointers by nothing1 and
14061         nothing2.
14062         * gdb.mi/mi-var-child.exp: Step over new added statements.
14063         Update test to match the new output.
14064         * gdb.mi/var-cmd.c (nothing1): New function.
14065         (nothing2): New function.
14066         (do_children_tests): Set function pointers by  nothing1 and
14067         nothing2.
14068         * gdb.mi/mi-var-display.exp: Update test to match output.
14069         Step to the line specified by $line_dct_nothing.
14070         Increase the number of lines to step.
14071
14072 2014-10-14  Yao Qi  <yao@codesourcery.com>
14073
14074         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14075         tests.
14076         * gdb.mi/mi2-var-child.exp: Likewise.
14077
14078 2014-10-13  Doug Evans  <dje@google.com>
14079
14080         * gdb.python/py-objfile.exp: Change name of file name test.
14081
14082 2014-10-13  Doug Evans  <dje@google.com>
14083
14084         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14085         from the start of the CU.
14086
14087 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
14088             Yao Qi  <yao@codesourcery.com>
14089
14090         Fix "save breakpoints" for "catch" command.
14091         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14092         Remove -nonewline.  Match also the added "main" line.
14093
14094 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14095
14096         Fix "save breakpoints" for "disable $bpnum" command.
14097         * gdb.base/save-bp.c (main): Add label.
14098         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
14099
14100 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14101
14102         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14103
14104 2014-10-11  Yao Qi  <yao@codesourcery.com>
14105
14106         * gdb.server/server-kill.exp: Execute command
14107         "set remote trace-status-packet on" before "tstatus".
14108
14109 2014-10-11  Yao Qi  <yao@codesourcery.com>
14110
14111         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14112         (main): Call getppid.
14113         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14114         and continue to it.  Read variable "server_pid".
14115
14116 2014-10-11  Yao Qi  <yao@codesourcery.com>
14117
14118         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14119
14120 2014-10-11  Yao Qi  <yao@codesourcery.com>
14121
14122         * gdb.threads/thread-find.exp: Don't execute command
14123         "info threads".
14124         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14125         * gdb.threads/linux-dp.exp: Don't check the condition
14126         $threads_created equals to zero.
14127
14128 2014-10-10  Pedro Alves  <palves@redhat.com>
14129
14130         * gdb.base/bigcore.exp: Remove references to IRIX.
14131         * gdb.base/funcargs.exp: Likewise.
14132         * gdb.base/interrupt.exp: Likewise.
14133         * gdb.base/mips_pro.exp: Likewise.
14134         * gdb.base/nodebug.exp: Likewise.
14135         * gdb.base/setvar.exp: Likewise.
14136         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14137
14138 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
14139             Pedro Alves  <palves@redhat.com>
14140
14141         PR symtab/14466
14142         * gdb.base/vdso-warning.c: New file.
14143         * gdb.base/vdso-warning.exp: New file.
14144
14145 2014-10-02  Doug Evans  <dje@google.com>
14146
14147         * gdb.base/structs.c (main): Don't run forever.
14148
14149 2014-10-02  Pedro Alves  <palves@redhat.com>
14150
14151         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14152         (top level) <stop threads 1, stop threads 2>: Use it.
14153
14154 2014-10-02  Pedro Alves  <palves@redhat.com>
14155
14156         * gdb.threads/break-while-running.exp (test): Add new
14157         'update_thread_list' argument.  Skip "info threads" if false.
14158         (top level): Add new 'update_thread_list' axis.
14159
14160 2014-10-02  Pedro Alves  <palves@redhat.com>
14161
14162         PR breakpoints/17431
14163         * gdb.base/execl-update-breakpoints.c: New file.
14164         * gdb.base/execl-update-breakpoints.exp: New file.
14165
14166 2014-10-01  Pedro Alves  <palves@redhat.com>
14167
14168         * gdb.base/breakpoint-in-ro-region.c: New file.
14169         * gdb.base/breakpoint-in-ro-region.exp: New file.
14170
14171 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
14172
14173         * gdb.mi/mi-exit-code.exp: New file.
14174         * gdb.mi/mi-exit-code.c: New file.
14175
14176 2014-09-30  Yao Qi  <yao@codesourcery.com>
14177
14178         * lib/prelink-support.exp (build_executable_own_libs): Error if
14179         the target isn't native.
14180
14181 2014-09-30  Yao Qi  <yao@codesourcery.com>
14182
14183         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14184         false.
14185
14186 2014-09-22  Pedro Alves  <palves@redhat.com>
14187
14188         * gdb.threads/break-while-running.exp: New file.
14189         * gdb.threads/break-while-running.c: New file.
14190
14191 2014-09-19  Yao Qi  <yao@codesourcery.com>
14192
14193         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14194         Invoke test.  Restart GDB with --readnow and invoke test again.
14195
14196 2014-09-19  Yao Qi  <yao@codesourcery.com>
14197
14198         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14199         proc set_breakpoint_on_gcd_function.  Invoke
14200         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
14201         invoke set_breakpoint_on_gcd_function again.
14202
14203 2014-09-18  Doug Evans  <dje@google.com>
14204
14205         * gdb.dwarf2/symtab-producer.exp: New file.
14206
14207 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
14208
14209         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14210         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14211         * gdb.base/global-var-nested-by-dso.c: Likewise.
14212         * gdb.base/global-var-nested-by-dso.exp: Likewise.
14213
14214 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
14215             Pedro Alves  <palves@redhat.com>
14216
14217         * gdb.base/watch-bitfields.exp: Pass string other than test file
14218         name to prepare_for_testing.
14219         (watch): New procedure.
14220         (expect_watchpoint): Use with_test_prefix.
14221         (top level): Factor out tests to ...
14222         (test_watch_location, test_regular_watch): ... these new
14223         procedures, and use with_test_prefix and gdb_continue_to_end.
14224
14225 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
14226
14227         PR breakpoints/12526
14228         * gdb.base/watch-bitfields.exp: New file.
14229         * gdb.base/watch-bitfields.c: New file.
14230
14231 2014-09-16  Pedro Alves  <palves@redhat.com>
14232
14233         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14234         software and hardware addresses, not software address against
14235         itself.
14236
14237 2014-09-16  Pedro Alves  <palves@redhat.com>
14238
14239         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14240         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14241
14242 2014-09-16  Pedro Alves  <palves@redhat.com>
14243
14244         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14245         files.
14246         * gdb.base/a2-run.exp: Remove all code guarded by istarget
14247         "*-*-vxworks*" throughout.
14248         * gdb.base/break.exp: Likewise.
14249         * gdb.base/default.exp: Likewise.
14250         * gdb.base/scope.exp: Likewise.
14251         * gdb.base/sepdebug.exp: Likewise.
14252         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14253         throughout.
14254         * gdb.base/run.c: Likewise.
14255         * gdb.base/sepdebug.c: Likewise.
14256         * gdb.hp/gdb.aCC/run.c: Likewise.
14257         * gdb.reverse/until-reverse.c: Likewise.
14258         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14259
14260 2014-09-16  Yao Qi  <yao@codesourcery.com>
14261
14262         * boards/local-remote-host-native.exp: New file.
14263
14264 2014-09-14  Doug Evans  <xdje42@gmail.com>
14265
14266         * gdb.threads/queue-signal.c (thread_count): New variable.
14267         (thread_count_mutex, thread_count_condvar): New variables.
14268         (incr_thread_count, wait_all_threads_running): New functions.
14269         (main): Wait for all threads to be in their thread functions.
14270
14271 2014-09-13  Doug Evans  <xdje42@gmail.com>
14272
14273         * gdb.threads/queue-signal.c: New file.
14274         * gdb.threads/queue-signal.exp: New file.
14275
14276 2014-09-13  Doug Evans  <xdje42@gmail.com>
14277
14278         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14279         be consistent with what default_gdb_init uses.
14280         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14281         the plain text of the prompt.  Add some logging printfs.
14282         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14283
14284 2014-09-12  Pedro Alves  <palves@redhat.com>
14285
14286         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14287         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14288         * gdb.arch/i386-size-overlap.exp: Likewise.
14289         * gdb.arch/i386-size.exp: Likewise.
14290         * gdb.arch/i386-unwind.exp: Likewise.
14291         * gdb.base/a2-run.exp: Likewise.
14292         * gdb.base/break.exp: Likewise.
14293         * gdb.base/charset.exp: Likewise.
14294         * gdb.base/chng-syms.exp: Likewise.
14295         * gdb.base/commands.exp: Likewise.
14296         * gdb.base/dbx.exp: Likewise.
14297         * gdb.base/find.exp: Likewise.
14298         * gdb.base/funcargs.exp: Likewise.
14299         * gdb.base/jit-simple.exp: Likewise.
14300         * gdb.base/reread.exp: Likewise.
14301         * gdb.base/sepdebug.exp: Likewise.
14302         * gdb.base/step-bt.exp: Likewise.
14303         * gdb.cp/mb-inline.exp: Likewise.
14304         * gdb.cp/mb-templates.exp: Likewise.
14305         * gdb.objc/basicclass.exp: Likewise.
14306         * gdb.threads/killed.exp: Likewise.
14307
14308 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14309
14310         PR tdep/17379
14311         * gdb.arch/powerpc-stackless.S: New file.
14312         * gdb.arch/powerpc-stackless.exp: New file.
14313
14314 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
14315
14316         * gdb.base/attach.c: Include unistd.h.
14317         (main): Call alarm.  Add label postloop.
14318         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14319         gdb_breakpoint, gdb_continue_to_breakpoint.
14320         (test_command_line_attach_run): Kill ${testpid} in one exit path.
14321
14322 2014-09-11  Pedro Alves  <palves@redhat.com>
14323
14324         PR gdb/17347
14325         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14326         * gdb.base/attach.exp (test_command_line_attach_run): New
14327         procedure.
14328         (top level): Call it.
14329
14330 2014-09-11  Pedro Alves  <palves@redhat.com>
14331
14332         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14333         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14334         (do_command_attach_tests): Use spawn_wait_for_attach.
14335         * gdb.base/solib-overlap.exp: Likewise.
14336         * gdb.multi/multi-attach.exp: Likewise.
14337         * gdb.python/py-prompt.exp: Likewise.
14338         * gdb.python/py-sync-interp.exp: Likewise.
14339         * gdb.server/ext-attach.exp: Likewise.
14340
14341 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
14342
14343         * gdb.fortran/array-element.exp: Remove unexpected "continue"
14344         command in testcase.  Simplify testcase.
14345
14346 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14347
14348         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14349
14350 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14351
14352         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14353
14354 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14355
14356         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14357
14358 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
14359
14360         * gdb.dwarf2/dynarr-ptr.c: New file.
14361         * gdb.dwarf2/dynarr-ptr.exp: New file.
14362
14363 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14364
14365         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14366         of 30 rather than hardcoding 120 for a slow test case.  Take the
14367         `gdb,timeout' target setting into account for this calculation.
14368         Don't extend the timeout for the test cases that don't need it.
14369
14370 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14371
14372         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14373         a factor of 2 for a slow test case.  Take the `gdb,timeout'
14374         target setting into account for this calculation.
14375         * gdb.reverse/until-precsave.exp: Increase the timeout by
14376         a factor of 15 and 3 respectively rather than adding 120
14377         for a pair of slow test cases.  Take the `gdb,timeout'
14378         target setting into account for this calculation.
14379
14380 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14381
14382         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14383         timeout, don't pass one down to gdb_expect.
14384         (gdb_expect): Rework timeout selection.
14385
14386 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14387
14388         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14389         exception on timeout.
14390         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14391         (gdbserver_start_extended): Catch any `gdbserver_start' error
14392         exceptions.
14393         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14394         * lib/mi-support.exp (mi_gdb_target_load): Catch any
14395         `gdbserver_gdb_load' error exceptions.
14396
14397 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
14398
14399         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14400         120 on waiting for the TCP socket to open.
14401
14402 2014-09-09  Doug Evans  <xdje42@gmail.com>
14403
14404         * gdb.base/default.exp (show_conv_list): Add _caller_is,
14405         _caller_matches, _any_caller_is, _any_caller_matches.
14406
14407 2014-09-09  Doug Evans  <xdje42@gmail.com>
14408
14409         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14410
14411 2014-09-09  Yao Qi  <yao@codesourcery.com>
14412
14413         * gdb.mi/mi-var-display.exp: Set print symbol off.
14414
14415 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
14416
14417         PR gdb/17035
14418         * gdb.base/commands.exp: Add tests to verify user-defined
14419         commands with empty bodies.
14420         * gdb.python/py-cmd.exp: Test that we don't show user-defined
14421         python commands in `show user command`.
14422         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14423         scheme commands in `show user command`.
14424
14425 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
14426
14427         PR python/17355
14428         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14429         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14430         * gdb.python/py-framefilter-invalidarg.exp: New file.
14431         * gdb.python/py-framefilter-invalidarg.py: New file.
14432
14433 2014-09-06  Doug Evans  <xdje42@gmail.com>
14434
14435         PR 15276
14436         * gdb.python/py-caller-is.c: New file.
14437         * gdb.python/py-caller-is.exp: New file.
14438
14439 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
14440
14441         PR gdb/17235
14442         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14443         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14444
14445 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
14446
14447         PR fortran/17237
14448         * gdb.fortran/print-formatted.exp: New file.
14449         * gdb.fortran/print-formatted.f90: Likewise.
14450
14451 2014-09-03  Sasha Smundak  <asmundak@google.com>
14452
14453         * gdb.python/py-frame.exp: Test Frame.read_register.
14454
14455 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
14456
14457         PR python/16699
14458         * gdb.python/py-completion.exp: New file.
14459         * gdb.python/py-completion.py: Likewise.
14460
14461 2014-08-28  Doug Evans  <dje@google.com>
14462
14463         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14464         eax,etc. are live with values set by gdb and thus the compiler can't
14465         use them.
14466         * gdb.arch/i386-pseudo.c (main): Ditto.
14467
14468 2014-08-27  Doug Evans  <dje@google.com>
14469
14470         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14471
14472 2014-08-25  Doug Evans  <dje@google.com>
14473
14474         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14475         (main): Ditto.
14476
14477 2014-08-25  Doug Evans  <dje@google.com>
14478
14479         * gdb.threads/thread-execl.exp: #include <stdio.h>.
14480
14481 2014-08-24  Yao Qi  <yao@codesourcery.com>
14482
14483         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14484         symbol off.
14485         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14486
14487 2014-08-22  Doug Evans  <dje@google.com>
14488
14489         PR 17276
14490         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
14491         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
14492         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
14493
14494 2014-08-22  Yao Qi  <yao@codesourcery.com>
14495
14496         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
14497         * gdb.python/py-finish-breakpoint2.exp: Likewise.
14498         * gdb.python/python.exp: Likewise.  Use .py file on the host
14499         instead of the build.
14500
14501 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
14502
14503         * gdb.threads/gcore-stale-thread.c: New file.
14504         * gdb.threads/gcore-stale-thread.exp: New file.
14505
14506 2014-08-21  Pedro Alves  <palves@redhat.com>
14507
14508         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
14509         * gdb.base/gcore-relro-pie.exp: Likewise.
14510         * gdb.base/gcore-relro.exp: Likewise.
14511         * gdb.base/gcore.exp: Likewise.
14512         * gdb.base/print-symbol-loading.exp: Likewise.
14513         * gdb.threads/gcore-thread.exp: Likewise.
14514         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
14515
14516 2014-08-20  Pedro Alves  <palves@redhat.com>
14517             Jan Kratochvil  <jan.kratochvil@redhat.com>
14518
14519         * Makefile.in (EXTRA_RULES, CC): New variables, get from
14520         configure.
14521         (EXPECT): Handle READ1 being set.
14522         (all): Depend on EXTRA_RULES.
14523         (check-read1, expect-read1, read1.so, read1): New rules.
14524         * README (Testsuite Parameters): Document the READ1 make variable.
14525         (Race detection): New section.
14526         * configure: Regenerate.
14527         * configure.ac: If build==host==target, and running under a
14528         GNU/glibc system, add read1 to the extra Makefile rules.
14529         (EXTRA_RULES): AC_SUBST it.
14530         * lib/read1.c: New file.
14531
14532 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
14533
14534         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
14535         the handling of variables declared as a typedef to an array
14536         which a DW_AT_data_location attribute.
14537
14538 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
14539             Pedro Alves  <palves@redhat.com>
14540
14541         PR symtab/14604
14542         PR symtab/14605
14543         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
14544         gdb_test.
14545
14546 2014-08-19  Pedro Alves  <palves@redhat.com>
14547
14548         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
14549
14550 2014-08-19  Yao Qi  <yao@codesourcery.com>
14551
14552         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
14553         right line.
14554
14555 2014-08-18  David Blaikie  <dblaikie@gmail.com>
14556
14557         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
14558
14559 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
14560
14561         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
14562         attribute in array range.
14563
14564 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
14565
14566         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
14567
14568 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
14569
14570         PR c++/17132
14571         * gdb.cp/pr17132.cc: New file.
14572         * gdb.cp/pr17132.exp: New file.
14573
14574 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
14575
14576         * gdb.python/py-xmethods.py (A_getarrayind)
14577         (E_method_char_worker.__call__, E_method_int_worker.__call__):
14578         Use 'print' with function call syntax.
14579         (E_method_matcher.match): Fix tab vs space indentation mixup.
14580
14581 2014-08-15  Yao Qi  <yao@codesourcery.com>
14582
14583         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
14584         false.
14585
14586 2014-08-15  Yao Qi  <yao@codesourcery.com>
14587
14588         * gdb.cp/casts.exp: Set print symbol off.
14589         * gdb.cp/class2.exp: Likewise.
14590         * gdb.cp/overload.exp: Likewise.
14591         * gdb.cp/templates.exp: Likewise.
14592
14593 2014-08-11  Doug Evans  <dje@google.com>
14594
14595         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
14596         (test_load_shlib): Update.
14597
14598 2014-08-09  Yao Qi  <yao@codesourcery.com>
14599
14600         * gdb.base/display.exp: Invoke is_address_zero_readable.
14601         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
14602         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14603         * gdb.base/hbreak-unmapped.exp: Return if
14604         is_address_zero_readable returns true.
14605         * gdb.base/signest.exp: Likewise.
14606         * gdb.base/signull.exp: Likewise.
14607         * gdb.base/sigbpt.exp: Likewise.
14608         * gdb.guile/scm-disasm.exp: Do the test if
14609         is_address_zero_readable returns false.
14610         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
14611         * gdb.python/py-arch.exp: Likewise.
14612         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
14613         * lib/gdb.exp (is_address_zero_readable): New proc.
14614
14615 2014-08-09  Yao Qi  <yao@codesourcery.com>
14616
14617         PR testsuite/13443
14618         * gdb.mi/mi-var-display.exp: Make test messages unique.
14619
14620 2014-08-04  Tom Tromey  <tromey@redhat.com>
14621
14622         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
14623         target 0".
14624
14625 2014-08-04  Tom Tromey  <tromey@redhat.com>
14626
14627         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
14628         "target_resume".
14629
14630 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
14631
14632         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
14633         inner_vla_struct_object_size.
14634         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
14635         as xfail.
14636
14637 2014-07-30  Pedro Alves  <palves@redhat.com>
14638
14639         * gdb.threads/signal-command-handle-nopass.exp (test): Add
14640         comment.
14641
14642 2014-07-29  Yao Qi  <yao@codesourcery.com>
14643
14644         PR gdb/17206
14645         * gdb.base/until-nodebug.exp: New.
14646
14647 2014-07-28  Doug Evans  <xdje42@gmail.com>
14648
14649         PR guile/17203
14650         * gdb.guile/scm-parameter.exp: Add tests for trying to create
14651         previously existing parameter, and previously ambiguously spelled
14652         parameter.
14653
14654 2014-07-28  Will Newton  <will.newton@linaro.org>
14655
14656         * gdb.base/varargs.exp: Remove KFAILs for ARM.
14657
14658 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
14659             Doug Evans  <xdje42@gmail.com>
14660
14661         PR guile/17146
14662         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
14663
14664 2014-07-25  Pedro Alves  <palves@redhat.com>
14665
14666         * gdb.threads/signal-command-handle-nopass.c: New file.
14667         * gdb.threads/signal-command-handle-nopass.exp: New file.
14668         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
14669         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
14670         * gdb.threads/signal-delivered-right-thread.c: New file.
14671         * gdb.threads/signal-delivered-right-thread.exp: New file.
14672
14673 2014-07-25  Pedro Alves  <palves@redhat.com>
14674
14675         * gdb.base/double-prompt-target-event-error.exp
14676         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
14677         match.
14678         (cancel_pagination_in_target_event): Rework double prompt
14679         detection.
14680         * gdb.base/paginate-after-ctrl-c-running.exp
14681         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
14682         <return>' match.
14683         * gdb.base/paginate-bg-execution.exp
14684         (test_bg_execution_pagination_return)
14685         (test_bg_execution_pagination_cancel): Remove '-notransfer
14686         <return>' matches.
14687         * gdb.base/paginate-execution-startup.exp
14688         (test_fg_execution_pagination_return)
14689         (test_fg_execution_pagination_cancel): Remove '-notransfer
14690         <return>' matches.
14691         * gdb.base/paginate-inferior-exit.exp
14692         (test_paginate_inferior_exited): Remove '-notransfer <return>'
14693         match.
14694         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
14695         * lib/gdb.exp (pagination_prompt): Run text through
14696         string_to_regexp.
14697         (gdb_test_multiple): Match $pagination_prompt instead of
14698         "<return>".
14699         (string_to_regexp): Move to lib/gdb-utils.exp.
14700
14701 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
14702
14703         * gdb.arch/amd64-entry-value-paramref.S: New file.
14704         * gdb.arch/amd64-entry-value-paramref.cc: New file.
14705         * gdb.arch/amd64-entry-value-paramref.exp: New file.
14706         * gdb.arch/amd64-optimout-repeat.S: New file.
14707         * gdb.arch/amd64-optimout-repeat.c: New file.
14708         * gdb.arch/amd64-optimout-repeat.exp: New file.
14709
14710 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
14711
14712         PR gdb/17170
14713         * gdb.base/statistics.exp: New file.
14714
14715 2014-07-17  Doug Evans  <dje@google.com>
14716
14717         PR gdb/17170
14718         * gdb.base/maint.exp: Update testing of per-command stats.
14719
14720 2014-07-16  Pedro Alves  <palves@redhat.com>
14721
14722         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
14723         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
14724         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
14725         (tfile_write_buf): New functions.
14726         (add_memory_block): Rewrite using the above.
14727         (adjust_function_address): New function.
14728         (FUNCTION_ADDRESS): New macro.
14729         (write_basic_trace_file): Remove short_x local, and use
14730         tfile_write_16. Change type of func_addr local to unsigned long
14731         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
14732         here.  Cast argument of add_memory_block to char pointer.
14733         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
14734         (main): Remove parameters.
14735         * gdb.trace/tfile.exp: Remove nowarnings.
14736
14737 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
14738
14739         * gdb.base/debug-expr.exp: Test string evaluation with
14740         "debug expression" on.
14741
14742 2014-07-15  Pedro Alves  <palves@redhat.com>
14743
14744         * gdb.base/reread.exp: Use clean_restart.
14745
14746 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
14747
14748         * gdb.arch/avr-flash-qualifer.c: New.
14749         * gdb.arch/avr-flash-qualifer.exp: New.
14750
14751 2014-07-14  Pedro Alves  <palves@redhat.com>
14752
14753         * gdb.base/paginate-after-ctrl-c-running.c: New file.
14754         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
14755
14756 2014-07-14  Pedro Alves  <palves@redhat.com>
14757
14758         * gdb.base/double-prompt-target-event-error.c: New file.
14759         * gdb.base/double-prompt-target-event-error.exp: New file.
14760
14761 2014-07-14  Pedro Alves  <palves@redhat.com>
14762
14763         PR gdb/17072
14764         * gdb.base/paginate-inferior-exit.c: New file.
14765         * gdb.base/paginate-inferior-exit.exp: New file.
14766
14767 2014-07-14  Pedro Alves  <palves@redhat.com>
14768
14769         PR gdb/17072
14770         * gdb.base/paginate-bg-execution.c: New file.
14771         * gdb.base/paginate-bg-execution.exp: New file.
14772
14773 2014-07-14  Pedro Alves  <palves@redhat.com>
14774
14775         PR gdb/17072
14776         * gdb.base/paginate-execution-startup.c: New file.
14777         * gdb.base/paginate-execution-startup.exp: New file.
14778         * lib/gdb.exp (pagination_prompt): New global.
14779         (default_gdb_spawn): New procedure, factored out from
14780         default_gdb_spawn.
14781         (default_gdb_start): Adjust to call default_gdb_spawn.
14782         (gdb_spawn): New procedure.
14783
14784 2014-07-14  Pedro Alves  <palves@redhat.com>
14785
14786         * lib/gdb.exp (gdb_assert): New procedure.
14787         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
14788
14789 2014-07-14  Pedro Alves  <palves@redhat.com>
14790
14791         * gdb.base/execution-termios.c: New file.
14792         * gdb.base/execution-termios.exp: New file.
14793
14794 2014-07-14  Tom Tromey  <tromey@redhat.com>
14795
14796         * gdb.cp/vla-cxx.cc: New file.
14797         * gdb.cp/vla-cxx.exp: New file.
14798
14799 2014-07-14  Tom Tromey  <tromey@redhat.com>
14800
14801         * gdb.reverse/rerun-prec.c: New file.
14802         * gdb.reverse/rerun-prec.exp: New file.
14803
14804 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
14805             Maciej W. Rozycki  <macro@codesourcery.com>
14806
14807         * lib/gdb-utils.exp: New file.
14808         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
14809         inline `gdb_init_command' processing.
14810         (gdb_start_cmd): Likewise.
14811         * lib/mi-support.exp (mi_run_cmd): Likewise.
14812         * README: Document `gdb_init_command' and `gdb_init_commands'.
14813
14814 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14815
14816         Fix false FAIL running under a very long directory name.
14817         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
14818         and "set print elements 10000".  Twice.
14819
14820 2014-07-11  Yao Qi  <yao@codesourcery.com>
14821
14822         * gdb.base/exprs.exp: "set print symbol off".
14823
14824 2014-07-11  Pedro Alves  <palves@redhat.com>
14825
14826         * gdb.threads/kill.c: New file.
14827         * gdb.threads/kill.exp: New file.
14828
14829 2014-07-10  Yao Qi  <yao@codesourcery.com>
14830
14831         * gdb.trace/tfile.c (write_basic_trace_file)
14832         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
14833         address written to trace file.
14834
14835 2014-07-09  Pedro Alves  <palves@redhat.com>
14836
14837         * gdb.base/attach-wait-input.exp: New file.
14838         * gdb.base/attach-wait-input.c: New file.
14839
14840 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
14841
14842         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
14843         setting up test structures.
14844         (main): Call new test function.
14845         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
14846         test function, continue into test function and walk test
14847         structures.
14848
14849 2014-07-02  Yao Qi  <yao@codesourcery.com>
14850
14851         * gdb.trace/entry-values.c: Define labels 'foo_start' and
14852         'bar_start' at the beginning of functions 'foo' and 'bar'
14853         respectively.
14854         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
14855         instead of 'foo' and 'bar'.
14856
14857 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
14858
14859         * gdb.btrace/segv.exp: New.
14860         * gdb.btrace/segv.c: New.
14861
14862 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
14863
14864         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
14865         instruction.
14866
14867 2014-06-30  Mark Wielaard  <mjw@redhat.com>
14868
14869         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
14870         vulture, vilify, villar): New volatile array constants.
14871         (vindictive, vegetation): New const volatile array constants.
14872         * gdb.base/volatile.exp: Test volatile and const volatile array
14873         types.
14874
14875 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14876
14877         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
14878         target lacks support for awatch, rwatch, or hbreak.
14879
14880 2014-06-27  Yao Qi  <yao@codesourcery.com>
14881
14882         * gdb.multi/dummy-frame-restore.exp: New.
14883         * gdb.multi/dummy-frame-restore.c: New.
14884
14885 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
14886
14887         * gdb.btrace/gcore.exp: New.
14888
14889 2014-06-23  Pedro Alves  <palves@redhat.com>
14890
14891         * gdb.base/watchpoint-reuse-slot.c: New file.
14892         * gdb.base/watchpoint-reuse-slot.exp: New file.
14893
14894 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
14895
14896         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
14897         progspace's filename in 'info', 'enable' and 'disable' command
14898         tests.
14899
14900 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14901
14902         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
14903         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14904         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
14905
14906 2014-06-20  Gary Benson  <gbenson@redhat.com>
14907
14908         * gdb.arch/i386-avx.exp: Fix include file location.
14909         * gdb.arch/i386-sse.exp: Likewise.
14910
14911 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
14912
14913         * gdb.dlang/expression.exp: New file.
14914
14915 2014-06-19  Pedro Alves  <palves@redhat.com>
14916
14917         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
14918         out from ...
14919         (top level): ... here.  Iterate running tests under different
14920         scheduler-locking settings.
14921
14922 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
14923
14924         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
14925         to DW_FORM_addr and use non-zero addresses.
14926
14927 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
14928
14929         PR gdb/17017
14930         * gdb.python/py-xmethods.cc: Add global function call counters and
14931         increment them in their respective functions.  Remove "cout"
14932         statements.
14933         * gdb.python/py-xmethods.exp: Make tests check the global function
14934         call counters instead of depending on inferior IO.
14935
14936 2014-06-18  Don Breazeal  <donb@codesourcery.com>
14937
14938         * gdb.base/foll-fork.exp (default_fork_parent_follow):
14939         Deleted procedure.
14940         (explicit_fork_parent_follow): Deleted procedure.
14941         (explicit_fork_child_follow): Deleted procedure.
14942         (test_follow_fork): New procedure.
14943         (do_fork_tests): Replace calls to deleted procedures with
14944         calls to test_follow_fork and reset GDB for subsequent
14945         procedure calls.
14946
14947 2014-06-17  Yao Qi  <yao@codesourcery.com>
14948
14949         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
14950         CP1252.
14951
14952 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
14953
14954         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
14955         Initialize ptr and S explicitly.
14956         (skip_type_update_when_not_use_rtti_test): Likewise.
14957
14958 2014-06-16  Keith Seitz  <keiths@redhat.com>
14959
14960         PR mi/15863
14961         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
14962         the inferior is started.
14963
14964 2014-06-16  Pedro Alves  <palves@redhat.com>
14965
14966         * gdb.base/break-main-file-remove-fail.c: New file.
14967         * gdb.base/break-main-file-remove-fail.exp: New file.
14968         * gdb.base/break-unload-file.exp: Use build_executable instead of
14969         prepare_for_testing.
14970         (test_break): New parameter "initial_load".  Handle it.
14971         (top level): Add initial_load cmdline/file axis.
14972
14973 2014-06-12  Tom Tromey  <tromey@redhat.com>
14974
14975         * gdb.base/completion.exp: Don't use directory name in test.
14976
14977 2014-06-09  Gary Benson  <gbenson@redhat.com>
14978
14979         * gdb.base/sigall.c [Functions to send signals]: Reorder to
14980         separate the always-available ANSI-standard signals from the
14981         signals that require checking.
14982         (main): Likewise.
14983         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
14984         Likewise.
14985         (main): Likewise.
14986
14987 2014-06-07  Keith Seitz  <keiths@redhat.com>
14988
14989         Revert:
14990         PR c++/16253
14991         * gdb.cp/var-tag.cc: New file.
14992         * gdb.cp/var-tag.exp: New file.
14993         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14994         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14995         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14996         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14997
14998 2014-06-06  Doug Evans  <xdje42@gmail.com>
14999
15000         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15001
15002 2014-06-06  Pedro Alves  <palves@redhat.com>
15003
15004         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15005         in target debug output instead of looking at RSP packets,
15006         disabling the test on any target that uses hardware stepping.
15007         Update comments.
15008
15009 2014-06-06  Pedro Alves  <palves@redhat.com>
15010
15011         * gdb.base/break-unload-file.exp: Fix typo.
15012
15013 2014-06-06  Yao Qi  <yao@codesourcery.com>
15014
15015         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15016         from "jit_function" to "^jit_function".
15017
15018 2014-06-06  Yao Qi  <yao@codesourcery.com>
15019
15020         * gdb.base/async.c (foo): Add one statement.
15021         * gdb.base/async.exp: Get the next instruction address and
15022         match the output of "nexti" by instruction address.  Match
15023         the hex address in the output of "finish".
15024
15025 2014-06-06  Gary Benson  <gbenson@redhat.com>
15026
15027         * gdb.base/call-signals.c: Remove preprocessor conditionals
15028         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15029         SIGSEGV and SIGTERM.
15030         * gdb.base/sigall.c: Likewise.
15031         * gdb.base/unwindonsignal.c: Likewise.
15032         * gdb.reverse/sigall-reverse.c: Likewise.
15033
15034 2014-06-06  Yao Qi  <yao@codesourcery.com>
15035
15036         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
15037         readable, skip the test.
15038
15039 2014-06-06  Yao Qi  <yao@codesourcery.com>
15040
15041         * gdb.threads/staticthreads.c (thread_function): Move the line
15042         setting breakpoint on forward.
15043         * gdb.threads/staticthreads.exp: Update comments.
15044
15045 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
15046
15047         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15048         "history-append! type error".
15049
15050 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
15051
15052         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15053         erroneous dprintf expected input.
15054
15055 2014-06-04  Doug Evans  <xdje42@gmail.com>
15056
15057         * gdb.guile/scm-generics.exp: Delete.
15058
15059 2014-06-04  Doug Evans  <xdje42@gmail.com>
15060
15061         * gdb.guile/scm-breakpoint.exp: Update.
15062         Add tests for breakpoint registration.
15063
15064 2014-06-04  Tom Tromey  <tromey@redhat.com>
15065
15066         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15067         VLA-in-union.
15068         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15069         inner_vla_struct, vla_union types.  Initialize objects of those
15070         types and compute their sizes.
15071
15072 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
15073             Hui Zhu  <hui@codesourcery.com>
15074
15075         * gdb.base/fileio.exp: Add test for shell not available as well as
15076         available.
15077         * gdb.base/fileio.c (test_system): Check for shell twice.
15078
15079 2014-06-04  Yao Qi  <yao@codesourcery.com>
15080
15081         * gdb.base/auto-connect-native-target.exp: Remove redundant
15082         space from the regexp pattern.
15083
15084 2014-06-04  Yao Qi  <yao@codesourcery.com>
15085
15086         * gdb.base/default.exp: Replace "child" with "native" in
15087         regexp pattern.
15088
15089 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
15090
15091         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15092         * gdb.python/py-xmethods.exp: New tests to test xmethods.
15093         * gdb.python/py-xmethods.py: Python script supporting the
15094         new testcase and tests.
15095
15096 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
15097             Pedro Alves  <palves@redhat.com>
15098
15099         PR breakpoints/17000
15100         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15101         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15102
15103 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
15104
15105         * gdb.base/subst.exp: Add tests to verify partial path matching
15106         output.
15107
15108 2014-06-03  Pedro Alves  <palves@redhat.com>
15109
15110         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15111         target that doesn't use software single-stepping.
15112
15113 2014-06-03  Pedro Alves  <palves@redhat.com>
15114
15115         PR breakpoints/17000
15116         * gdb.base/sss-bp-on-user-bp-2.c: New file.
15117         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15118
15119 2014-06-02  Doug Evans  <xdje42@gmail.com>
15120
15121         * gdb.guile/scm-parameter.exp: New file.
15122
15123 2014-06-02  Doug Evans  <xdje42@gmail.com>
15124
15125         * gdb.guile/scm-cmd.c: New file.
15126         * gdb.guile/scm-cmd.exp: New file.
15127
15128 2014-06-02  Doug Evans  <xdje42@gmail.com>
15129
15130         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15131         pretty-printer lookup.
15132         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15133         (make-pp_s-printer): Call it.
15134         (make-pretty-printer-from-dict): New function.
15135         (lookup-pretty-printer-maker-from-dict): New function.
15136         (*pretty-printer*): Simplify.
15137         (make-objfile-pp_s-printer): New function.
15138         (install-objfile-pretty-printers!): New function.
15139         (make-progspace-pp_s-printer): New function.
15140         (install-progspace-pretty-printers!): New function.
15141         * gdb.guile/scm-progspace.c: New file.
15142         * gdb.guile/scm-progspace.exp: New file.
15143
15144 2014-06-02  Pedro Alves  <palves@redhat.com>
15145
15146         * gdb.base/dprintf-bp-same-addr.c: New file.
15147         * gdb.base/dprintf-bp-same-addr.exp: New file.
15148
15149 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
15150
15151         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15152         * gdb.arch/powerpc-power.s: Likewise.
15153
15154 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
15155
15156         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15157
15158 2014-06-01  Yao Qi  <yao@codesourcery.com>
15159
15160         * gdb.base/watchpoint.exp (test_watch_location): Check null
15161         pointer can be dereferenced.  If not, do the test, otherwise
15162         skip it.
15163
15164 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
15165
15166         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15167         results.
15168         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15169
15170 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
15171
15172         * gdb.arch/amd64-invalid-stack-middle.S: New file.
15173         * gdb.arch/amd64-invalid-stack-middle.c: New file.
15174         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15175         * gdb.arch/amd64-invalid-stack-top.c: New file.
15176         * gdb.arch/amd64-invalid-stack-top.exp: New file.
15177
15178 2014-05-30  Pedro Alves  <palves@redhat.com>
15179
15180         PR breakpoints/17000
15181         * gdb.base/sss-bp-on-user-bp.c: New file.
15182         * gdb.base/sss-bp-on-user-bp.exp: New file.
15183
15184 2014-05-30  David Blaikie  <dblaikie@gmail.com>
15185
15186         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15187         gnu_inline semantics via attribute.
15188         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15189         source explicitly specifies the required semantics.
15190
15191 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
15192
15193         * gdb.reverse/sigall-reverse.exp: Fix a typo.
15194
15195 2014-05-29  Pedro Alves  <palves@redhat.com>
15196             Tom Tromey  <tromey@redhat.com>
15197
15198         * gdb.base/async-shell.exp: Don't enable target-async.
15199         * gdb.base/async.exp
15200         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15201         parameter.  Adjust.
15202         (top level): Don't test with "target-async".
15203         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15204         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15205         * gdb.base/inferior-died.exp: Don't enable target-async.
15206         * gdb.base/interrupt-noterm.exp: Likewise.
15207         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15208         * gdb.mi/mi-nonstop-exit.exp: Likewise.
15209         * gdb.mi/mi-nonstop.exp: Likewise.
15210         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15211         * gdb.mi/mi-nsintrall.exp: Likewise.
15212         * gdb.mi/mi-nsmoribund.exp: Likewise.
15213         * gdb.mi/mi-nsthrexec.exp: Likewise.
15214         * gdb.mi/mi-watch-nonstop.exp: Likewise.
15215         * gdb.multi/watchpoint-multi.exp: Adjust comment.
15216         * gdb.python/py-evsignal.exp: Don't enable target-async.
15217         * gdb.python/py-evthreads.exp: Likewise.
15218         * gdb.python/py-prompt.exp: Likewise.
15219         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15220         * gdb.server/solib-list.exp: Don't enable target-async.
15221         * gdb.threads/thread-specific-bp.exp: Likewise.
15222         * lib/mi-support.exp: Adjust to use mi-async.
15223
15224 2014-05-29  Pedro Alves  <palves@redhat.com>
15225
15226         PR gdb/13860
15227         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15228         reason, even in sync mode.
15229
15230 2014-05-29  Pedro Alves  <palves@redhat.com>
15231             Hui Zhu  <hui@codesourcery.com>
15232
15233         PR PR15693
15234         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15235         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15236         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15237         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15238
15239 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
15240
15241         * config/monitor.exp (gdb_target_monitor): Replace use of
15242         "set remotebaud" by "set serial baud".
15243
15244 2014-05-26  Andy Wingo  <wingo@igalia.com>
15245
15246         * gdb.guile/scm-breakpoint.exp:
15247         * gdb.guile/scm-gsmob.exp: Update to use plain old object
15248         properties instead of gdb-object-properties.
15249
15250 2014-05-26  Yao Qi  <yao@codesourcery.com>
15251
15252         * gdb.server/no-thread-db.exp: Specify source file name
15253         explicitly when setting a breakpoint.
15254
15255 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15256
15257         * gdb.btrace/vdso.c: New.
15258         * gdb.btrace/vdso.exp: New.
15259
15260 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15261
15262         * gdb.base/gcore.exp (capture_command_output): Move ...
15263         * lib/gdb.exp (capture_command_output): ... here.
15264
15265 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
15266
15267         * gdb.btrace/data.exp: Test memory access during btrace replay.
15268
15269 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
15270
15271         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15272
15273 2014-05-21  Pedro Alves  <palves@redhat.com>
15274
15275         PR gdb/13860
15276         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15277         (top level): Test that output related to execution commands is
15278         sent to the console with CLI commands, but not with MI commands.
15279         Test that breakpoint events are always mirrored to the console.
15280         Also expect the new source line to be output after a "next" in
15281         async mode too.  Make it a pass/fail test.
15282         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15283         output.
15284         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15285
15286 2014-05-21  Pedro Alves  <palves@redhat.com>
15287
15288         * gdb.base/list.exp (build_pattern, test_list): New procedures.
15289         Use them to test variations of "list" after reaching a breakpoint.
15290         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15291         Test "list" with listsize 10 after reaching a breakpoint.
15292         * gdb.python/python.exp (decode_line current location line
15293         number): Adjust expected line number.
15294
15295 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
15296
15297         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15298         behavior for $args, pass it directly to "run".
15299
15300 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
15301
15302         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15303         30000 to 65536.
15304
15305 2014-05-21  Pedro Alves  <palves@redhat.com>
15306
15307         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15308         auto-connect-native-target off".
15309         * gdb.base/auto-connect-native-target.c: New file.
15310         * gdb.base/auto-connect-native-target.exp: New file.
15311
15312 2014-05-21  Pedro Alves  <palves@redhat.com>
15313
15314         * gdb.base/default.exp: Test "target native" instead of "target
15315         child".
15316
15317 2014-05-21  Mark Wielaard  <mjw@redhat.com>
15318
15319         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15320
15321 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
15322
15323         Fix TLS access for -static -pthread.
15324         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15325         <HAVE_TLS> (thread_function, main): Initialize it.
15326         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15327         Add clean_restart.
15328         <$have_tls != "">: Check TLSVAR.
15329
15330 2014-05-21  Pedro Alves  <palves@redhat.com>
15331
15332         * gdb.base/dcache-line-read-error.c: New.
15333         * gdb.base/dcache-line-read-error.exp: New.
15334
15335 2014-05-20  Pedro Alves  <palves@redhat.com>
15336
15337         * gdb.base/compare-sections.c: New file.
15338         * gdb.base/compare-sections.exp: New file.
15339
15340 2014-05-20  Pedro Alves  <palves@redhat.com>
15341
15342         * gdb.base/break-idempotent.c: New file.
15343         * gdb.base/break-idempotent.exp: New file.
15344
15345 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
15346
15347         * gdb.btrace/nohist.exp: New.
15348
15349 2014-05-20  Yao Qi  <yao@codesourcery.com>
15350
15351         * lib/gdb.exp (gdb_init): Set timeout if test file is under
15352         gdb.reverse directory and gdb_reverse_timeout exists in board
15353         setting.
15354         * README: Document gdb_reverse_timeout.
15355
15356 2014-05-20  Yao Qi  <yao@codesourcery.com>
15357
15358         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15359         'test_file_name'.  Treat args as a string instead of a list.
15360         (gdb_init): Rename argument 'args' by 'test_file_name'.
15361
15362 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
15363
15364         * gdb.arch/powerpc-power.exp: New file.
15365         * gdb.arch/powerpc-power.s: New file.
15366
15367 2014-05-16  Doug Evans  <dje@google.com>
15368
15369         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15370         * gdb.base/completion.exp: Check that all expected files exist
15371         before doing file completion.
15372
15373 2014-05-16  Doug Evans  <dje@google.com>
15374
15375         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15376         Update.
15377         (do_syscall_tests_without_xml): Update.
15378
15379 2014-05-16  Pedro Alves  <palves@redhat.com>
15380
15381         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15382         instead of "unknown output after running".
15383
15384 2014-05-16  Yao Qi  <yao@codesourcery.com>
15385
15386         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
15387         file1.txt from host at the end.
15388         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15389
15390 2014-05-15  Doug Evans  <dje@google.com>
15391
15392         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15393         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15394         loading file.  Add test for TU lookup.
15395
15396 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
15397
15398         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15399         calling "-exec-arguments" or "set args" before running the
15400         inferior.
15401
15402 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
15403
15404         * lib/mi-support.exp (mi_expect_stop): Expect message for
15405         inferiors that exit with non-zero exit code.
15406
15407 2014-05-14  Yao Qi  <yao@codesourcery.com>
15408
15409         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15410         match absolute path on remote host.
15411         (test_file_list_exec_source_files): Remove "/" from the
15412         pattern.
15413
15414 2014-05-14  Yao Qi  <yao@codesourcery.com>
15415
15416         * boards/local-remote-host-notty.exp (${board}_file): New
15417         proc.
15418
15419 2014-05-07  Kyle McMartin  <kyle@redhat.com>
15420
15421         Pushed by Joel Brobecker  <brobecker@adacore.com>.
15422         * gdb.arch/aarch64-atomic-inst.c: New file.
15423         * gdb.arch/aarch64-atomic-inst.exp: New file.
15424
15425 2014-05-07  Yao Qi  <yao@codesourcery.com>
15426
15427         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15428         in current context" too.
15429
15430 2014-05-05  Keith Seitz  <keiths@redhat.com>
15431
15432         * gdb.linespec/ls-dollar.exp: Add test for linespec
15433         file:convenience_variable.
15434
15435 2014-05-05  Yao Qi  <yao@codesourcery.com>
15436
15437         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15438         traceframes into tfile and ctf trace files.  Read data from
15439         trace file and test collected data.
15440         (gdb_collect_locals_test): Likewise.
15441         (gdb_unavailable_registers_test): Likewise.
15442         (gdb_unavailable_floats): Likewise.
15443         (gdb_collect_globals_test): Likewise.
15444         (top-level): Append "ctf" to trace_file_targets if GDB
15445         supports.
15446
15447 2014-05-05  Yao Qi  <yao@codesourcery.com>
15448
15449         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15450         code to ...
15451         (gdb_collect_args_test_1): ... it.  New proc.
15452         (gdb_collect_locals_test): Move some code to ...
15453         (gdb_collect_locals_test_1): ... it.  New proc.
15454         (gdb_unavailable_registers_test): Move some code to ...
15455         (gdb_unavailable_registers_test_1): ... it.  New proc.
15456         (gdb_unavailable_floats): Move some code to ...
15457         (gdb_unavailable_floats_1): ... it.  New proc.
15458
15459 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
15460
15461         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15462         probes to test for bitness recognition.
15463         * gdb.arch/amd64-stap-optional-prefix.exp
15464         (test_probe_value_without_reg): New procedure.
15465         Add code to test for different kinds of bitness.
15466
15467 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
15468
15469         PR breakpoints/16889
15470         * gdb.arch/amd64-stap-optional-prefix.S: New file.
15471         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15472
15473 2014-05-01  Pedro Alves  <palves@redhat.com>
15474
15475         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
15476         gdb_file_cmd if no file is specified.
15477         * boards/native-extended-gdbserver.exp (gdb_load): Use the
15478         last_loaded_file to set the remote exec-file.
15479
15480 2014-05-01  Pedro Alves  <palves@redhat.com>
15481
15482         * boards/local-remote-host.exp: New file.
15483
15484 2014-05-01  Pedro Alves  <palves@redhat.com>
15485
15486         * boards/local-remote-host.exp: Rename to ...
15487         * boards/local-remote-host-notty.exp: ... this.
15488
15489 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
15490
15491         * gdb.ada/dyn_arrayidx: New testcase.
15492
15493 2014-04-26  Yao Qi  <yao@codesourcery.com>
15494
15495         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
15496         and compute the length of function main.  Save it in
15497         $main_length.
15498         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
15499         (top-level): Use gdb_compile to compile objects into
15500         executable and restart GDB.  Remove invocation to
15501         prepare_for_testing.
15502
15503 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
15504             Pedro Alves  <palves@redhat.com>
15505
15506         PR server/16255
15507         * gdb.multi/multi-attach.c: New file.
15508         * gdb.multi/multi-attach.exp: New file.
15509
15510 2014-04-25  Pedro Alves  <palves@redhat.com>
15511
15512         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
15513         user.
15514         (top level): Test that "set remote conditional-breakpoints-packet
15515         off" works as intended.
15516         * gdb.base/dprintf.exp: Test that "set remote
15517         breakpoint-commands-packet off" works as intended.
15518         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
15519         New function.
15520         (top level): Call it.
15521         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
15522         remote fast-tracepoints-packet off" works as intended.
15523         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
15524         * lib/gdb.exp (gdb_is_target_remote): ... here.
15525
15526 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15527
15528         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
15529         ensure clang would not discard them.
15530         * gdb.base/gdbvars.c: Ditto.
15531         * gdb.base/memattr.c: Ditto.
15532         * gdb.base/whatis.c: Ditto.
15533         * gdb.python/py-prettyprint.c: Ditto.
15534         * gdb.trace/actions.c: Ditto.
15535         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
15536         ensure clang would not discard it.
15537
15538 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15539
15540         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
15541         clang to emit the full definition of type required by the test
15542         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
15543
15544 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15545
15546         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
15547         coax Clang into emitting the definition of the type.
15548         * gdb.cp/pr10728-x.h (y): Ditto.
15549         * gdb.cp/pr10728-y.cc (y): Ditto.
15550
15551 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15552
15553         * gdb.base/label.exp: XFAIL label related tests under Clang.
15554         * gdb.cp/cplabel.exp: Ditto.
15555         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
15556         under Clang those using labels.
15557
15558 2014-04-25  Yao Qi  <yao@codesourcery.com>
15559
15560         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
15561         double_label.
15562         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
15563         partial_label and double_label.
15564
15565 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15566
15567         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
15568
15569 2014-04-24  David Blaikie  <dblaikie@gmail.com>
15570
15571         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
15572         of the function to work across GCC and Clang.
15573         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
15574         pointer types (const void ** const V void **).
15575
15576 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
15577             Walfred Tedeschi  <walfred.tedeschi@intel.com>
15578
15579         * Makefile.in (EXECUTABLES): Added i386-avx512.
15580         * gdb.arch/i386-avx512.c: New file.
15581         * gdb.arch/i386-avx512.exp: Likewise.
15582
15583 2014-04-23  Keith Seitz  <keiths@redhat.com>
15584
15585         * lib/mi-support.exp (mi_list_breakpoints): Delete.
15586         (mi_make_breakpoint_table): New procedure.
15587         (mi_create_breakpoint): Use mi_make_breakpoint
15588         and return the result.
15589         (mi_make_breakpoint): New procedure.
15590         (mi_build_kv_pairs): New procedure.
15591
15592         * gdb.mi/mi-break.exp: Remove unused globals,
15593         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
15594         All callers updated.
15595         * gdb.mi/mi-dprintf.exp: Use variable to track command
15596         number.
15597         Update all callers of mi_create_breakpoint and use
15598         mi_make_breakpoint_table.
15599         Remove any unused global variables.
15600         * gdb.mi/mi-nonstop.exp: Likewise.
15601         * gdb.mi/mi-nsintrall.exp: Likewise.
15602         * gdb.mi/mi-nsmoribund.exp: Likewise.
15603         * gdb.mi/mi-nsthrexec.exp: Likewise.
15604         * gdb.mi/mi-reverse.exp: Likewise.
15605         * gdb.mi/mi-simplerun.exp: Likewise.
15606         * gdb.mi/mi-stepn.exp: Likewise.
15607         * gdb.mi/mi-syn-frame.exp: Likewise.
15608         * gdb.mi/mi-until.exp: Likewise.
15609         * gdb.mi/mi-var-cp.exp: Likewise.
15610         * gdb.mi/mi-var-display.exp: Likewise.
15611         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
15612         * gdb.mi/mi2-var-child.exp: Likewise.
15613         * gdb.mi/mi-vla-c99.exp: Likewise.
15614         * lib/mi-support.exp: Likewise.
15615
15616         From Ian Lance Taylor  <iant@cygnus.com>:
15617         * lib/gdb.exp (parse_args): New procedure.
15618
15619 2014-04-23  Pedro Alves  <palves@redhat.com>
15620
15621         * gdb.base/break-unload-file.c: New file.
15622         * gdb.base/break-unload-file.exp: New file.
15623         * gdb.base/sym-file-lib.c (baz): New function.
15624         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
15625         field.
15626         (load): Store the segment's mapped size.
15627         (unload): New function.
15628         (unload_shlib): New function.
15629         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
15630         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
15631         set a breakpoint at baz, and call it.
15632         * gdb.base/sym-file.exp: New tests for stale breakpoint
15633         instructions.
15634
15635 2014-04-23  Pedro Alves  <palves@redhat.com>
15636
15637         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
15638         * gdb.base/hbreak-in-shr-unsupported.c: New file.
15639         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
15640         * gdb.base/hbreak-unmapped.c: New file.
15641         * gdb.base/hbreak-unmapped.exp: New file.
15642         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
15643         * lib/gdb.exp (gdb_is_target_remote): ... here.
15644
15645 2014-04-22  Pedro Alves  <palves@redhat.com>
15646
15647         * gdb.base/consecutive-step-over.c: New file.
15648         * gdb.base/consecutive-step-over.exp: New file.
15649
15650 2014-04-22  Pedro Alves  <palves@redhat.com>
15651
15652         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
15653         instead of send_gdb/gdb_expect.
15654
15655 2014-04-22  Yao Qi  <yao@codesourcery.com>
15656
15657         * lib/trace-support.exp (generate_tracefile): New procedure.
15658         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
15659         return 0.
15660         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
15661         if generate_tracefile returns 1.
15662
15663 2014-04-18  Tom Tromey  <palves@redhat.com>
15664             Pedro alves  <tromey@redhat.com>
15665
15666         PR backtrace/15558
15667         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
15668         with a backtrace limit.
15669         * gdb.python/py-frame-inline.exp: Test running to an inline
15670         function with a backtrace limit, and printing the newest frame.
15671         * gdb.python/py-frame-inline.c (main): Call f.
15672
15673 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15674
15675         * gdb.java/jnpe.exp: Drop srcdir from untested path.
15676
15677 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15678
15679         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
15680         Drop prefix from unsupported source file path.
15681
15682 2014-04-17  Yao Qi  <yao@codesourcery.com>
15683
15684         * lib/gdb.exp (with_target_charset): New proc.
15685         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
15686         with_target_charset.
15687         (test_print_strings): Likewise.
15688         (test_repeat_bytes): Likewise.
15689         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
15690         for some tests.
15691
15692 2014-04-16  Keith Seitz  <keiths@redhat.com>
15693
15694         PR gdb/15827
15695         * gdb.dwarf2/corrupt.c: New file.
15696         * gdb.dwarf2/corrupt.exp: New file.
15697
15698 2014-04-16  Keith Seitz  <keiths@redhat.com>
15699
15700         PR c++/16597
15701         * gdb.cp/namelessclass.cc: New file.
15702         * gdb.cp/namelessclass.exp: New file.
15703         * gdb.cp/namelessclass.S: New file.
15704
15705 2014-04-16  Doug Evans  <dje@google.com>
15706
15707         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
15708         Add comment.
15709         (gdbserver_default_get_comm_port): New function.
15710         (gdbserver_start): Check if board file provided
15711         "gdbserver,get_comm_port" and use it if so.
15712         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
15713         (gdb,socketport): Set to "stdio".
15714         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
15715         (stdio_gdbserver_template): Delete.
15716         (${board}_get_remote_address): Update.
15717         (${board}_build_remote_cmd): Delete.
15718         (${board}_get_comm_port): New function.
15719         (${board}_spawn): Update.
15720         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
15721         Delete.
15722         (${board}_get_remote_address): Update.
15723         (${board}_get_comm_port): New function.
15724
15725 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
15726
15727         * gdb.base/memattr.exp: Improve regexps to handle memory regions
15728         appearing in any order.
15729
15730 2014-04-15  Doug Evans  <dje@google.com>
15731
15732         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
15733         uninitialized value of "description".
15734
15735 2014-04-15  Keith Seitz  <keiths@redhat.com>
15736
15737         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
15738         Remove unused globals.
15739         (test_running_the_program): Likewise.
15740         (test_controlled_execution): Likewise.
15741         (test_controlling_breakpoints): Likewise.
15742         (test_program_termination): Likewise.
15743
15744 2014-04-15  Keith Seitz  <keiths@redhat.com>
15745
15746         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
15747         unused globals.
15748         (test_rbreak_creation_and_listing): Likewise.
15749         (test_ignore_count): Likewise.
15750         (test_error): Likewise.
15751
15752 2014-04-15  Pedro Alves  <palves@redhat.com>
15753
15754         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
15755         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
15756         sym-file-loader.c.
15757         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15758         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15759         to sym-file-loader.c.
15760         (struct library): Forward declare.
15761         (load_shlib, lookup_function): Change prototypes.
15762         (find_shstrtab, find_strtab, find_shdr, find_symtab)
15763         (translate_offset): Remove declarations.
15764         (get_text_addr): New declaration.
15765         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
15766         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
15767         sym-file-loader.h.
15768         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
15769         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
15770         here from sym-file-loader.h.
15771         (struct library): New structure.
15772         (load_shlib, lookup_function): Change prototypes and adjust to
15773         work with a struct library.
15774         (find_shstrtab, find_strtab, find_shdr, find_symtab)
15775         (translate_offset): Make static.
15776         (get_text_addr): New function.
15777         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
15778
15779 2014-04-15  Pedro Alves  <palves@redhat.com>
15780
15781         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
15782
15783 2014-04-15  Pedro Alves  <palves@redhat.com>
15784
15785         * gdb.base/sym-file-loader.c: Include <limits.h>.
15786         (SELF_LINK): New define.
15787         (get_origin): New function.
15788         (load_shlib): Use it.
15789         * gdb.base/sym-file.exp: Don't early return if the target is
15790         remote.  Use runto_main, and issue fail is that fails.  Use
15791         gdb_load_shlibs.
15792         (shlib_name): Delete.
15793         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
15794
15795 2014-04-15  Pedro Alves <palves@redhat.com>
15796
15797         * gdb.base/sym-file.exp: Remove regex characters from test
15798         message.  Don't refer to breakpoint numbers in test messages.
15799
15800 2014-04-14  Keith Seitz  <keiths@redhat.com>
15801
15802         PR c++/16253
15803         * gdb.cp/var-tag.cc: New file.
15804         * gdb.cp/var-tag.exp: New file.
15805         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15806         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15807         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15808         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15809
15810 2014-04-14  Tom Tromey  <tromey@redhat.com>
15811
15812         * gdb.cp/classes.exp (test_enums): Handle underlying type.
15813         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
15814         type.
15815         * gdb.cp/enum-class.exp: New file.
15816         * gdb.cp/enum-class.cc: New file.
15817
15818 2014-04-14  Tom Tromey  <tromey@redhat.com>
15819
15820         * gdb.dwarf2/enum-type.exp: New file.
15821
15822 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15823
15824         * gdb.mi/mi-vla-c99.exp: New file.
15825         * gdb.mi/vla.c: New file.
15826
15827 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15828
15829         * gdb.base/vla-datatypes.c: New file.
15830         * gdb.base/vla-datatypes.exp: New file.
15831
15832 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15833
15834         * gdb.base/vla-ptr.c: New file.
15835         * gdb.base/vla-ptr.exp: New file.
15836
15837 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15838
15839         * gdb.dwarf2/count.exp: New file.
15840
15841 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
15842
15843         * gdb.base/vla-sideeffect.c: New file.
15844         * gdb.base/vla-sideeffect.exp: New file.
15845
15846 2014-04-14  David Blaikie <dblaikie@gmail.com>
15847
15848         * gdb.mi/non-stop.c: Add return value for non-void function return
15849         statement.
15850         * gdb.threads/staticthreads.c: Ditto.
15851
15852 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
15853             Doug Evans  <xdje42@gmail.com>
15854
15855         * gdb.guile/scm-value.c: Improve test case.
15856         * gdb.guile/scm-value.exp: Add new test.
15857
15858 2014-04-11  David Blaikie  <dblaikie@gmail.com>
15859
15860         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
15861         override Clang's default.
15862
15863 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
15864
15865         Revert the following changes (regressions):
15866
15867         * gdb.base/vla-sideeffect.c: New file.
15868         * gdb.base/vla-sideeffect.exp: New file.
15869
15870         * gdb.dwarf2/count.exp: New file.
15871
15872         * gdb.base/vla-multi.c: New file.
15873         * gdb.base/vla-multi.exp: New file.
15874
15875         * gdb.base/vla-ptr.c: New file.
15876         * gdb.base/vla-ptr.exp: New file.
15877
15878         * gdb.base/vla-datatypes.c: New file.
15879         * gdb.base/vla-datatypes.exp: New file.
15880
15881         * gdb.mi/mi-vla-c99.exp: New file.
15882         * gdb.mi/vla.c: New file.
15883
15884 2014-04-11  Keith Seitz  <keiths@redhat.com>
15885
15886         PR c++/16675
15887         * gdb.cp/cpsizeof.exp: New file.
15888         * gdb.cp/cpsizeof.cc: New file.
15889
15890 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15891
15892         * gdb.mi/mi-vla-c99.exp: New file.
15893         * gdb.mi/vla.c: New file.
15894
15895 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15896
15897         * gdb.base/vla-datatypes.c: New file.
15898         * gdb.base/vla-datatypes.exp: New file.
15899
15900 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15901
15902         * gdb.base/vla-ptr.c: New file.
15903         * gdb.base/vla-ptr.exp: New file.
15904
15905 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15906
15907         * gdb.base/vla-multi.c: New file.
15908         * gdb.base/vla-multi.exp: New file.
15909
15910 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15911
15912         * gdb.dwarf2/count.exp: New file.
15913
15914 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
15915
15916         * gdb.base/vla-sideeffect.c: New file.
15917         * gdb.base/vla-sideeffect.exp: New file.
15918
15919 2014-04-11  Yao Qi  <yao@codesourcery.com>
15920
15921         * gdb.base/completion.exp: Check file exists before running tests
15922         on file completion.
15923
15924 2014-04-10  Pedro Alves  <palves@redhat.com>
15925
15926         * gdb.base/cond-eval-mode.c: New file.
15927         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
15928         prepare_for_testing to build the new file.  Check result of
15929         runto_main.
15930         (test_break, test_watch): New procedures.
15931         (top level): Use them.
15932
15933 2014-04-08  Pierre Muller  <muller@sourceware.org>
15934
15935         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
15936         Ctrl-V use for mingw hosts.
15937
15938 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
15939
15940         * gdb.python/py-value.c: Improve test case.
15941         * gdb.python/py-value.exp: Add new test.
15942
15943 2014-04-07  David Blaikie  <dblaikie@gmail.com>
15944
15945         * lib/compiler.c: Identify the clang compiler.
15946         * lib/compiler.cc: Ditto.
15947
15948 2014-04-03  Yao Qi  <yao@codesourcery.com>
15949
15950         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
15951
15952 2014-04-01  Anton Blanchard  <anton@samba.org>
15953
15954         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
15955         messages unique.
15956
15957 2014-04-01  Anton Blanchard  <anton@samba.org>
15958
15959         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
15960         prepare_for_testing.
15961
15962 2014-04-01  Anton Blanchard  <anton@samba.org>
15963
15964         * gdb.arch/ppc64-atomic-inst.c: Remove.
15965         * gdb.arch/ppc64-atomic-inst.S: New file.
15966         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
15967
15968 2014-03-31  Doug Evans  <dje@google.com>
15969
15970         * gdb.base/print-symbol-loading-lib.c: New file.
15971         * gdb.base/print-symbol-loading-main.c: New file.
15972         * gdb.base/print-symbol-loading.exp: New file.
15973
15974 2014-03-31  Yao Qi  <yao@codesourcery.com>
15975
15976         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
15977
15978 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
15979
15980         * gdb.ada/mi_dyn_arr: New testcase.
15981
15982 2014-03-27  Doug Evans  <dje@google.com>
15983
15984         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
15985
15986 2014-03-27  Yao Qi  <yao@codesourcery.com>
15987
15988         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
15989         if target is nios2-*-*.
15990
15991 2014-03-26  Yao Qi  <yao@codesourcery.com>
15992
15993         * lib/gdb.exp (readline_is_used): New proc.
15994         * gdb.base/completion.exp: Move tests on command complete up.
15995         Skip the rest of tests if readline is not used.
15996         * gdb.ada/complete.exp: Skp the test if readline is not
15997         used.
15998         * gdb.base/filesym.exp: Likewise.
15999         * gdb.base/macscp.exp: Likewise.
16000         * gdb.base/readline-ask.exp: Likewise.
16001         * gdb.base/readline.exp: Likewise.
16002         * gdb.python/py-cmd.exp: Likewise.
16003         * gdb.trace/tfile.exp: Likewise.
16004
16005 2014-03-26  Yao Qi  <yao@codesourcery.com>
16006
16007         * gdb.base/macscp.exp: Fix code format issues.
16008
16009 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
16010
16011         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16012         * gdb.asm/powerpc64le.inc: New file.
16013
16014 2014-03-25  Pedro Alves  <palves@redhat.com>
16015             Doug Evans  <dje@google.com>
16016
16017         * gdb.base/source-execution.c: New file.
16018         * gdb.base/source-execution.exp: New file.
16019         * gdb.base/source-execution.gdb: New file.
16020
16021 2014-03-24  Doug Evans  <dje@google.com>
16022
16023         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16024         using fission.
16025
16026 2014-03-24  Hui Zhu  <hui@codesourcery.com>
16027             Pedro Alves  <palves@redhat.com>
16028
16029         PR breakpoints/16101
16030         * gdb.base/dprintf.exp: Use unsupported rather than changing the
16031         test pass/fail messages.  Detect missing support for dprintf when
16032         breakpoints are actually inserted.
16033         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16034         breakpoints are actually inserted.
16035         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16036         fails.
16037
16038 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
16039
16040         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16041
16042 2014-03-22  Doug Evans  <xdje42@gmail.com>
16043
16044         * gdb.python/python.exp (python not supported): Verify multi-line
16045         python command issues an error.
16046         * gdb.guile/guile.exp (guile not supported): Verify multi-line
16047         guile command issues an error.
16048
16049 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
16050
16051         * gdb.threads/thread-specific.exp: Handle the lack of usable
16052         $this_breakpoint and $this_thread.
16053
16054 2014-03-21  Hui Zhu  <hui@codesourcery.com>
16055
16056         * gdb.base/attach.exp (do_command_attach_tests): New.
16057
16058 2014-03-20  Tom Tromey  <tromey@redhat.com>
16059             Pedro Alves  <palves@redhat.com>
16060
16061         PR cli/15718
16062         * gdb.base/condbreak-call-false.c: New file.
16063         * gdb.base/condbreak-call-false.exp: New file.
16064
16065 2014-03-20  Pedro Alves  <palves@redhat.com>
16066
16067         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16068         Delete.
16069         (block_signals, unblock_signals): Delete.
16070         (child_function_2, main): Remove references to deleted variable
16071         and functions.
16072
16073 2014-03-20  Pedro Alves  <palves@redhat.com>
16074
16075         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16076         Use pthread_kill to signal thread 2.
16077         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16078         Adjust to make the test send itself a signal rather than using the
16079         host's "kill" command.
16080
16081 2014-03-20  Pedro Alves  <palves@redhat.com>
16082
16083         * gdb.threads/multiple-step-overs.c: New file.
16084         * gdb.threads/multiple-step-overs.exp: New file.
16085         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16086         Adjust expected infrun debug output.
16087
16088 2014-03-20  Pedro Alves  <palves@redhat.com>
16089
16090         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16091         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16092
16093 2014-03-20  Pedro Alves  <palves@redhat.com>
16094
16095         PR breakpoints/7143
16096         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16097         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
16098         of gdb_test_multiple.
16099         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16100         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16101
16102 2014-03-20  Pedro Alves  <palves@redhat.com>
16103
16104         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16105         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16106
16107 2014-03-19  Pedro Alves  <palves@redhat.com>
16108
16109         * gdb.base/async.exp: Remove early return.
16110
16111 2014-03-19  Pedro Alves  <palves@redhat.com>
16112
16113         * gdb.base/async.exp (step& tests): Pass explicit test messages.
16114
16115 2014-03-19  Pedro Alves  <palves@redhat.com>
16116
16117         * gdb.base/async.exp (test_background): Expect \r\n after
16118         "completed." in the fail pattern.
16119
16120 2014-03-19  Pedro Alves  <palves@redhat.com>
16121
16122         * gdb.base/async.exp (test_background): New procedure.
16123         Use it for all background execution command tests.
16124
16125 2014-03-19  Pedro Alves  <palves@redhat.com>
16126
16127         * gdb.base/async.exp: Use prepare_for_testing.
16128
16129 2014-03-19  Pedro Alves  <palves@redhat.com>
16130
16131         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
16132         the same line.
16133
16134 2014-03-19  Pedro Alves  <palves@redhat.com>
16135
16136         * gdb.base/async.c (main): Add "jump here" and "until here" line
16137         marker comments.
16138         * gdb.base/async.exp (jump_here): New global.
16139         (jump& test): Use it.
16140         (until_here): New global.
16141         (until& test): Use it.
16142
16143 2014-03-19  Pedro Alves  <palves@redhat.com>
16144
16145         * gdb.base/async.exp: Don't frob gdb_protocol.
16146
16147 2014-03-18  Doug Evans  <xdje42@gmail.com>
16148
16149         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
16150         Fix spelling of exec-done-display.
16151
16152 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
16153
16154         PR gdb/15358
16155         * gdb.base/gdb-sigterm.c: New file.
16156         * gdb.base/gdb-sigterm.exp: New file.
16157
16158 2014-03-18  Pedro Alves  <palves@redhat.com>
16159
16160         PR gdb/13860
16161         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16162         * lib/mi-support.exp (mi_expect_stop): Add special handling for
16163         solib-event.
16164
16165 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
16166
16167         * gdb.ada/pckd_arr_ren: New testcase.
16168
16169 2014-03-13  Doug Evans  <xdje42@gmail.com>
16170
16171         PR guile/16612
16172         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16173         collect after discarding symbols.
16174
16175 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
16176             Doug Evans  <xdje42@gmail.com>
16177
16178         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16179         to history survives a gc.
16180
16181 2014-03-13  Pedro Alves  <palves@redhat.com>
16182
16183         * gdb.base/default.exp: Don't test "target procfs".
16184
16185 2014-03-13  Pedro Alves  <palves@redhat.com>
16186
16187         * gdb.base/default.exp: Update "target child" and "target procfs"
16188         tests to not expect "Unix".
16189
16190 2014-03-12  Tom Tromey  <tromey@redhat.com>
16191
16192         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16193         New procs.  Add target-async tests.
16194         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16195         Add target-async tests.
16196
16197 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16198
16199         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16200         'func_start' and 'func_end' for the beginning and end of the
16201         function code, respectively.
16202         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16203         'func_end' instead of 'func' and 'main'.
16204
16205 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16206
16207         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16208         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16209         generate the debug info assembler source.
16210
16211 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16212
16213         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16214         * gdb.dwarf2/arr-subrange.exp: Likewise.
16215         * gdb.dwarf2/dwz.exp: Likewise.
16216         * gdb.dwarf2/method-ptr.exp: Likewise.
16217         * gdb.dwarf2/missing-sig-type.exp: Likewise.
16218         * gdb.dwarf2/subrange.exp: Likewise.
16219         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16220         * gdb.dwarf2/implptrpiece.exp: Likewise.
16221         * gdb.dwarf2/nostaticblock.exp: Likewise.
16222
16223 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16224
16225         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16226         directory to absolute path name arguments.
16227
16228 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
16229
16230         * gdb.ada/tagged_access: New testcase.
16231
16232 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
16233
16234         * gdb.btrace/data.exp: Update expected output.
16235
16236 2014-03-06  Yao Qi  <yao@codesourcery.com>
16237
16238         * gdb.trace/pr16508.exp: New file.
16239
16240 2014-03-05  Pedro Alves  <palves@redhat.com>
16241
16242         PR gdb/16575
16243         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16244         procedure.
16245         (top level): Adjust to use it.  Add tests that exercise breakpoint
16246         interaction with the code-cache.
16247
16248 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
16249
16250         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16251         test for 'history-append!'.
16252
16253 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16254
16255         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16256         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16257         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16258         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16259         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16260         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16261
16262 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16263
16264         * testsuite/gdb.python/py-pp-re-notag.c: New file.
16265         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16266         * testsuite/gdb.python/py-pp-re-notag.p: New file.
16267
16268 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16269
16270         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16271
16272 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
16273
16274         * gdb.dwarf2/arr-stride.c: New file.
16275         * gdb.dwarf2/arr-stride.exp: New file.
16276
16277 2014-02-26  Pedro Alves  <palves@redhat.com>
16278
16279         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16280         that won't ever trigger.  Make sure that GDB reports the correct
16281         breakpoint that caused the stop.
16282
16283 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16284
16285         PR gdb/16626
16286         * gdb.base/auto-load-script: New file.
16287         * gdb.base/auto-load.c: New file.
16288         * gdb.base/auto-load.exp: New file.
16289
16290         PR gdb/16626
16291         * gdb.base/auto-load.exp: Fix out-of-srctree run.
16292
16293 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16294
16295         Fix dw2-icycle.exp -fsanitize=address GDB crash.
16296         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16297
16298 2014-02-24  Doug Evans  <dje@google.com>
16299
16300         * lib/gdb.exp (run_on_host): Log error output if program fails.
16301
16302 2014-02-21  Pedro Alves  <palves@redhat.com>
16303
16304         * gdb.threads/step-after-sr-lock.c: Rename to ...
16305         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16306         * gdb.threads/step-after-sr-lock.exp: Rename to ...
16307         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16308         ... this.
16309
16310 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
16311
16312         PR tdep/16397
16313         * gdb.arch/amd64-stap-special-operands.exp: New file.
16314         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16315         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16316         * gdb.arch/amd64-stap-triplet.S: Likewise.
16317         * gdb.arch/amd64-stap-triplet.c: Likewise.
16318
16319 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
16320
16321         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16322         in .section pseudo-op.
16323
16324 2014-02-20  lin zuojian  <manjian2006@gmail.com>
16325             Joel Brobecker  <brobecker@adacore.com>
16326             Doug Evans  <xdje42@gmail.com>
16327
16328         PR symtab/16581
16329         * gdb.dwarf2/dw2-icycle.S: New file.
16330         * gdb.dwarf2/dw2-icycle.c: New file.
16331         * gdb.dwarf2/dw2-icycle.exp: New file.
16332
16333 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
16334
16335         * gdb.python/py-value-cc.cc: Improve test case to enable testing
16336         operations on gdb.Value objects.
16337         * gdb.python/py-value-cc.exp: Add new test to test operations on
16338         gdb.Value objects.
16339
16340 2014-02-18  Doug Evans  <dje@google.com>
16341
16342         * Makefile.in (TESTS): New variable.
16343         (expanded_tests, expanded_tests_or_none): New variables
16344         (check-single): Pass $(expanded_tests_or_none) to runtest.
16345         (check-parallel): Only run tests in $(TESTS) if non-empty.
16346         (check/no-matching-tests-found): New rule.
16347         * README: Document TESTS makefile variable.
16348
16349 2014-02-18  Doug Evans  <dje@google.com>
16350
16351         * Makefile.in (check-parallel): rm -rf outputs temp.
16352
16353 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
16354
16355         Fix "ERROR: no fileid for" in the testsuite.
16356         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16357
16358 2014-02-12  Doug Evans  <dje@google.com>
16359
16360         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16361         (MISCELLANEOUS): New variable.
16362         (clean): rm -rf $(MISCELLANEOUS).
16363         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16364         dwp live in the same directory as symlinks, with each symlink pointed
16365         to a differently named file in a different directory.
16366
16367 2014-02-11  Doug Evans  <dje@google.com>
16368
16369         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16370         of Tcl file commands.
16371
16372 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
16373
16374         * gdb.threads/step-after-sr-lock.exp: Avoid executing
16375         "kill -SIGUSR1 -1".
16376
16377 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
16378
16379         * gdb.ada/tick_length_array_enum_idx: New testcase.
16380
16381 2014-02-10  Doug Evans  <xdje42@gmail.com>
16382
16383         * configure.ac (AC_OUTPUT): Add gdb.guile.
16384         * configure: Regenerate.
16385         * lib/gdb-guile.exp: New file.
16386         * lib/gdb.exp (get_target_charset): New function.
16387         * gdb.base/help.exp: Update expected output from "apropos apropos".
16388         * gdb.guile/Makefile.in: New file.
16389         * gdb.guile/guile.exp: New file.
16390         * gdb.guile/scm-arch.c: New file.
16391         * gdb.guile/scm-arch.exp: New file.
16392         * gdb.guile/scm-block.c: New file.
16393         * gdb.guile/scm-block.exp: New file.
16394         * gdb.guile/scm-breakpoint.c: New file.
16395         * gdb.guile/scm-breakpoint.exp: New file.
16396         * gdb.guile/scm-disasm.c: New file.
16397         * gdb.guile/scm-disasm.exp: New file.
16398         * gdb.guile/scm-equal.c: New file.
16399         * gdb.guile/scm-equal.exp: New file.
16400         * gdb.guile/scm-error.exp: New file.
16401         * gdb.guile/scm-error.scm: New file.
16402         * gdb.guile/scm-frame-args.c: New file.
16403         * gdb.guile/scm-frame-args.exp: New file.
16404         * gdb.guile/scm-frame-args.scm: New file.
16405         * gdb.guile/scm-frame-inline.c: New file.
16406         * gdb.guile/scm-frame-inline.exp: New file.
16407         * gdb.guile/scm-frame.c: New file.
16408         * gdb.guile/scm-frame.exp: New file.
16409         * gdb.guile/scm-generics.exp: New file.
16410         * gdb.guile/scm-gsmob.exp: New file.
16411         * gdb.guile/scm-iterator.c: New file.
16412         * gdb.guile/scm-iterator.exp: New file.
16413         * gdb.guile/scm-math.c: New file.
16414         * gdb.guile/scm-math.exp: New file.
16415         * gdb.guile/scm-objfile-script-gdb.in: New file.
16416         * gdb.guile/scm-objfile-script.c: New file.
16417         * gdb.guile/scm-objfile-script.exp: New file.
16418         * gdb.guile/scm-objfile.c: New file.
16419         * gdb.guile/scm-objfile.exp: New file.
16420         * gdb.guile/scm-ports.exp: New file.
16421         * gdb.guile/scm-pretty-print.c: New file.
16422         * gdb.guile/scm-pretty-print.exp: New file.
16423         * gdb.guile/scm-pretty-print.scm: New file.
16424         * gdb.guile/scm-section-script.c: New file.
16425         * gdb.guile/scm-section-script.exp: New file.
16426         * gdb.guile/scm-section-script.scm: New file.
16427         * gdb.guile/scm-symbol.c: New file.
16428         * gdb.guile/scm-symbol.exp: New file.
16429         * gdb.guile/scm-symtab-2.c: New file.
16430         * gdb.guile/scm-symtab.c: New file.
16431         * gdb.guile/scm-symtab.exp: New file.
16432         * gdb.guile/scm-type.c: New file.
16433         * gdb.guile/scm-type.exp: New file.
16434         * gdb.guile/scm-value-cc.cc: New file.
16435         * gdb.guile/scm-value-cc.exp: New file.
16436         * gdb.guile/scm-value.c: New file.
16437         * gdb.guile/scm-value.exp: New file.
16438         * gdb.guile/source2.scm: New file.
16439         * gdb.guile/types-module.cc: New file.
16440         * gdb.guile/types-module.exp: New file.
16441
16442 2014-02-10  Yao Qi  <yao@codesourcery.com>
16443
16444         PR testsuite/16543
16445         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16446         * configure: Regenerated.
16447         * Makefile.in: New file.
16448
16449 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
16450
16451         * gdb.python/py-framefilter.exp: Fix typo.
16452
16453 2014-02-08  Yao Qi  <yao@codesourcery.com>
16454
16455         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16456         that no =breakpoint-modified is emitted when breakpoints are
16457         modified through MI commands.
16458
16459 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
16460             Pedro Alves  <palves@redhat.com>
16461
16462         * gdb.threads/step-after-sr-lock.c: New file.
16463         * gdb.threads/step-after-sr-lock.exp: New file.
16464
16465 2014-02-07  Pedro Alves  <palves@redhat.com>
16466
16467         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16468
16469 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
16470
16471         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16472         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16473
16474 2014-02-06  Doug Evans  <xdje42@gmail.com>
16475
16476         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16477         output.
16478
16479         * gdb.gdb/python-interrupts.exp: New file.
16480
16481 2014-02-05  Yao Qi  <yao@codesourcery.com>
16482
16483         * gdb.trace/report.exp (use_collected_data): Test the output
16484         of "info threads" and "info inferiors".
16485
16486 2014-02-05  Yao Qi  <yao@codesourcery.com>
16487
16488         Revert this patch:
16489
16490         2013-05-24  Yao Qi  <yao@codesourcery.com>
16491
16492         * gdb.trace/tfile.exp: Test inferior and thread.
16493
16494 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16495
16496         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
16497         on a function.
16498         * gdb.base/step-bt.c: Call hello via function pointer to make
16499         sure its first instruction is executed on powerpc64le-linux.
16500
16501 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16502
16503         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
16504
16505 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16506
16507         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
16508         of the test patterns for use on little-endian systems.
16509
16510 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
16511
16512         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
16513         (decimal_vector): Fix for little-endian.
16514
16515 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
16516
16517         * gdb.arch/sparc-sysstep.exp: New file.
16518         * gdb.arch/sparc-sysstep.c: Likewise.
16519
16520         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
16521
16522 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
16523
16524         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
16525
16526 2014-01-23  Tom Tromey  <tromey@redhat.com>
16527
16528         * gdb.ada/array_char_idx: New testcase.
16529
16530 2014-01-23  Tom Tromey  <tromey@redhat.com>
16531
16532         PR python/16487:
16533         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
16534         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
16535         classes.
16536
16537 2014-01-23  Tom Tromey  <tromey@redhat.com>
16538
16539         PR python/16491:
16540         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
16541         string from an inferior frame.
16542         * gdb.python/py-framefilter-mi.exp: Update.
16543
16544 2014-01-22  Doug Evans  <dje@google.com>
16545
16546         * gdb.server/server-mon.exp: Add tests for "set debug-format".
16547
16548 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16549
16550         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
16551
16552 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16553
16554         * gdb.trace/entry-values.exp: Remove excess space character from
16555         regex patterns.  Handle s390 call instruction.
16556
16557 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16558
16559         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
16560         define "*_start" label.  Make "name" static.
16561         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
16562         ${name} by references to ${name}_start.
16563
16564 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
16565
16566         * gdb.base/info-macros.exp: Remove "debug" from the compile
16567         options.
16568
16569 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16570
16571         * gdb.dlang/demangle.exp: New file.
16572
16573 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16574
16575         * gdb.dlang/primitive-types.exp: New file.
16576
16577 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
16578
16579         * configure.ac: Create gdb.dlang/Makefile.
16580         * configure: Regenerate.
16581         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
16582         * gdb.dlang/Makefile.in: New file.
16583         * lib/d-support.exp: New file.
16584         * lib/gdb.exp (skip_d_tests): New proc.
16585
16586 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16587
16588         * gdb.btrace/delta.exp: Check reverse stepi.
16589         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
16590         * gdb.btrace/finish.exp: New.
16591         * gdb.btrace/next.exp: New.
16592         * gdb.btrace/nexti.exp: New.
16593         * gdb.btrace/record_goto.c: Add comments.
16594         * gdb.btrace/step.exp: New.
16595         * gdb.btrace/stepi.exp: New.
16596         * gdb.btrace/multi-thread-step.c: New.
16597         * gdb.btrace/multi-thread-step.exp: New.
16598         * gdb.btrace/rn-dl-bind.c: New.
16599         * gdb.btrace/rn-dl-bind.exp: New.
16600         * gdb.btrace/data.c: New.
16601         * gdb.btrace/data.exp: New.
16602         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16603
16604 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16605
16606         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
16607         * gdb.btrace/exception.exp: Update.
16608         * gdb.btrace/instruction_history.exp: Update.
16609         * gdb.btrace/record_goto.exp: Update.
16610         * gdb.btrace/tailcall.exp: Update.
16611         * gdb.btrace/unknown_functions.exp: Update.
16612         * gdb.btrace/delta.exp: New.
16613
16614 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16615
16616         * gdb.btrace/record_goto.exp: Add backtrace test.
16617         * gdb.btrace/tailcall.exp: Add backtrace test.
16618
16619 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16620
16621         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
16622         * gdb.btrace/record_goto.c: New.
16623         * gdb.btrace/record_goto.exp: New.
16624         * gdb.btrace/x86-record_goto.S: New.
16625
16626 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16627
16628         * gdb.btrace/function_call_history.exp: Update tests.
16629         * gdb.btrace/instruction_history.exp: Update tests.
16630
16631 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16632
16633         * gdb.btrace/function_call_history.exp: Fix expected field
16634         order for "record function-call-history".
16635         Add new tests for "record function-call-history /c".
16636         * gdb.btrace/exception.cc: New.
16637         * gdb.btrace/exception.exp: New.
16638         * gdb.btrace/tailcall.exp: New.
16639         * gdb.btrace/x86-tailcall.S: New.
16640         * gdb.btrace/x86-tailcall.c: New.
16641         * gdb.btrace/unknown_functions.c: New.
16642         * gdb.btrace/unknown_functions.exp: New.
16643         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
16644
16645 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16646
16647         * gdb.btrace/instruction_history.exp: Update.
16648         * gdb.btrace/function_call_history.exp: Update.
16649
16650 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16651
16652         * gdb.btrace/function_call_history.exp: Fix expected function
16653         trace.
16654         * gdb.btrace/instruction_history.exp: Initialize traced.
16655         Remove traced_functions.
16656
16657 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16658
16659         * gdb.btrace/function_call_history.exp: Update
16660         * gdb.btrace/instruction_history.exp: Update.
16661
16662 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
16663
16664         * gdb.btrace/enable.exp: Update expected text.
16665
16666 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
16667
16668         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
16669         bytes.
16670
16671 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
16672
16673         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
16674
16675 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
16676
16677         * lib/gdb.exp (supports_process_record): Return true for
16678         arm*-linux*.  (supports_reverse): Likewise.
16679
16680 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
16681
16682         PR python/15464
16683         PR python/16113
16684         * gdb.python/py-type.c: Enhance test case.
16685         * gdb.python/py-value-cc.cc: Likewise
16686         * gdb.python/py-type.exp: Add new tests.
16687         * gdb.python/py-value-cc.exp: Likewise
16688
16689 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16690             Pedro Alves <palves@redhat.com>
16691
16692         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
16693         Make "name" extern.
16694         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
16695         references to ${name}_start by references to ${name}.
16696
16697 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
16698
16699         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
16700
16701 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
16702
16703         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
16704
16705 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
16706             Pedro Alves  <palves@redhat.com>
16707
16708         * gdb.mi/mi-info-os.exp: Connect to the target with
16709         mi_gdb_target_load.
16710
16711 2014-01-08  Pedro Alves  <palves@redhat.com>
16712
16713         * gdb.threads/reconnect-signal.c: New file.
16714         * gdb.threads/reconnect-signal.exp: New file.
16715
16716 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
16717
16718         * gdb.base/source-dir.exp: New file.
16719
16720 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16721
16722         * gdb.ada/mi_interface: New testcase.
16723
16724 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16725
16726         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
16727         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
16728         gdb.ada/pp-rec-component/pck.ads: New files.
16729
16730 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
16731
16732         * gdb.python/py-pp-integral.c: New file.
16733         * gdb.python/py-pp-integral.py: New file.
16734         * gdb.python/py-pp-integral.exp: New file.
16735
16736 For older changes see ChangeLog-1993-2013.
16737 \f
16738 ;; Local Variables:
16739 ;; mode: change-log
16740 ;; left-margin: 8
16741 ;; fill-column: 74
16742 ;; version-control: never
16743 ;; End:
16744
16745     Copyright 2014-2019 Free Software Foundation, Inc.
16746   Copying and distribution of this file, with or without modification,
16747   are permitted provided the copyright notice and this notice are preserved.